Profiles

  • Member Since: November 13th, 2024
  • Find me on:
  • Posted a reply to Fix Styling of Cart & Checkout Blocks, on the site WordPress.org Forums:
    @mosesmedh dude you also linked to the archived repository. Ugh. For real? Not a single…

  • Posted a reply to Fix Styling of Cart & Checkout Blocks, on the site WordPress.org Forums:
    Hardcoding form input colors, borders, background colors, focused state colors, etc. makes things annoying difficult…

  • Created a topic, Fix Styling of Cart & Checkout Blocks, on the site WordPress.org Forums:
    This is me begging the developers to please fix the ca…

  • Posted a reply to Export Not Working, on the site WordPress.org Forums:
    There's a bug in the "download_export" function in the "Export_Dropin" class. It's looking for the…

  • Created a topic, Export Not Working, on the site WordPress.org Forums:
    I'm trying to export my history. When I click "Downlo…

  • Created a topic, CSS & JS Enqueued on Every Page of Site, on the site WordPress.org Forums:
    The "af-fontawesome" and "af-widget" stylesheets are b…

  • Created a topic, Blocked WooCommerce Orders Not Displaying Properly, on the site WordPress.org Forums:
    I have a bunch of spam orders coming in through the Wo…

  • Posted a reply to Editing Templates Could Be Easier, on the site WordPress.org Forums:
    So you can add table headers with a custom PDF template only if you are…

  • Created a topic, Editing Templates Could Be Easier, on the site WordPress.org Forums:
    I'm trying to edit the invoice template. I want to ad…

  • Created a topic, How to Hide Estimated Delivery Date, on the site WordPress.org Forums:
    All of my shipping methods have a label which include …

  • Posted a reply to New Blocks css garbage being output., on the site WordPress.org Forums:
    // Disable WooCommerce blocksadd_action('init', function () { add_filter( 'woocommerce_get_block_types', '__return_empty_array', PHP_INT_MAX );}, 9, ); That…

  • Posted a reply to Styling of Cart and Checkout Blocks, on the site WordPress.org Forums:
    @assassinateur everything. Colors, border colors, border radiuses, backgrounds, spacing, buttons. None of it matches my…

  • Posted a reply to Styling of Cart and Checkout Blocks, on the site WordPress.org Forums:
    So apparently all that added CSS isn't related to cart and checkout blocks. It's simply…

  • Posted a reply to Styling of Cart and Checkout Blocks, on the site WordPress.org Forums:
    Also, just optimize stuff in general please. I just enabled the cart and checkout blocks.…

  • Created a topic, Styling of Cart and Checkout Blocks, on the site WordPress.org Forums:
    Several weeks back there was a blog post on the develo…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    @puregraphx it's here: https://github.com/litespeedtech/lscache_wp/issues/831 Seems like they are ignoring it which is frustrating. It's an…

  • Created a topic, jQuery is Not Defined Issue, on the site WordPress.org Forums:
    The plugin is throwing a "jQuery is not defined" error…

  • Created a topic, Why is allow_url_fopen Required?, on the site WordPress.org Forums:
    Why is allow_url_fopen required to be open now? Is th…

  • Created a topic, Remove TinyMCE Button, on the site WordPress.org Forums:
    Is there a hook/filter to remove the TinyMCE shortcode…

  • Posted a reply to Sync Doesn’t Work, on the site WordPress.org Forums:
    I'm seeing this error in the Action Scheduler page for the "wc_square_job_runner" event. It's failing.…

  • Created a topic, Sync Doesn’t Work, on the site WordPress.org Forums:
    The product sync on my site is not working. Getting e…

  • Created a topic, So Many Issues, on the site WordPress.org Forums:
    Only use this plugin if you want to use it as a paymen…

  • Posted a reply to Turn Off Permission Metabox By Default, on the site WordPress.org Forums:
    Perhaps checking if it’s a new install when activating the plugin and only enabling the…

  • Posted a reply to Turn Off Permission Metabox By Default, on the site WordPress.org Forums:
    But it is. I now have hundreds of sites where clients have an extra metabox…

  • Created a topic, Turn Off Permission Metabox By Default, on the site WordPress.org Forums:
    Please disable the "Content Permissions" module by def…

  • Created a topic, The platform of this website does not match the platform entered on the Website, on the site WordPress.org Forums:
    Updated to 8.0.2. Getting an error "The platform of t…

  • Created a topic, Possible to Disable Full Gutenberg Experience and Simply Replace the Editor?, on the site WordPress.org Forums:
    Is it possible to disable the full Gutenberg experienc…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    Any update on this?

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    @qtwrk yes, that is correct!

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    @litetim your response is a little confusing. What does this mean? I understand that you…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    Haven't gotten a reply so not sure if anybody is looking at this. But here's…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    That makes zero sense though and is wrong. When I set "Load JS Deferred" and…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    It's supposed to support it but it's not working is what I'm saying. The instructions…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    That is correct yes, I want all JS to be deferred and I want to…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    @litetim as I mentioned in my initial post this is the setup. I have set…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    Hmmm any update on this? Looks like somebody responded here recently but the post is…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    @litetim yeah I know the inline JS is being DEFERRED. I want it to be…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    So I looked at the plugin code, specifically optimize.cls.php, and it appears that inline JS…

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    Any update?

  • Posted a reply to JS Delay for Inline Script, on the site WordPress.org Forums:
    The same goes for this: <script type='text/javascript'>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');</script> I've added "facebook" to the includes but it…

  • Created a topic, JS Delay for Inline Script, on the site WordPress.org Forums:
    I have set the "Load JS Deferred" option to "Deferred"…

  • Created a topic, Scripts Enqueued Everywhere, on the site WordPress.org Forums:
    Why is this plugin enqueuing scripts on every single p…

  • Created a topic, Issue with Bricks Builder Preview Template and Admin Search Option, on the site WordPress.org Forums:
    I am using Bricks to edit a post type template. In th…

  • Created a topic, Object Cache and WooCommerce Product Visibility Setting, on the site WordPress.org Forums:
    Having an issue where the object cache isn't allowing …

  • Posted a reply to JS Delayed Excludes, on the site WordPress.org Forums:
    Ok I figured this out. If you set Load JS Deferred to Deffered you can…

  • Posted a reply to Please Explain “Cache WP-Admin” Setting, on the site WordPress.org Forums:
    OK so I think I understand now after some testing. My object life is set…

  • Posted a reply to Default Cache TTL, on the site WordPress.org Forums:
    Yeah but a lot of form plugins do which most people have on their site.…

  • Created a topic, JS Delayed Excludes, on the site WordPress.org Forums:
    There needs to be a JS Delayed Excludes section in the…

  • Created a topic, Default Cache TTL, on the site WordPress.org Forums:
    The plugin sets the default cache TTL to one week. The…

  • Posted a reply to Please Explain “Cache WP-Admin” Setting, on the site WordPress.org Forums:
    So you just bypass the DB directly and set the value directly in Redis and…