ccgjosh
Forum Replies Created
-
Thank you for your reply! You are correct in that this is directly related to performance and I totally understand that this would not be a quick switch and that it would take quite a bit of testing to ensure that existing websites do not break due to the update.
For the time being, I have added some PHP to my functions.php to remove the scripts when not on the store page, here is the gist if anyone would like to do the same. Please note that adding this snipped will disable the shopping cart icon on all pages and may not be compatible with future Ecwid updates, use at your own risk.
Forum: Plugins
In reply to: [Query Monitor] Query monitor causing Chrome to freeze on tab closeI am also facing this issue with the specs below.
I have tried switching to the Twenty Twenty-Three theme with no other plugins active and I still experience the issue (though not as bad). Interestingly, it is noticeable when viewing the page’s source — simply enabling the plugin and refreshing the view-source adds ~ 200MB to the memory footprint of the tab in Chrome’s task manager.
A fresh WP installation with only Query Monitor activated also shows a memory footprint of ~140MB while viewing the page source (logged in) vs ~40MB (logged out or plugin disabled).
- Chrome version 107.0.5304.110
- M1 MBP running Ventura 13
- WordPress 6.1 Multisite on LocalWP
Thanks. For now, I will dequeue the script with
wp_dequeue_script('scripts-google');Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Unable to find Google page for businessYikes, you are correct! Sorry about that.
Forum: Plugins
In reply to: [Bricksable for Bricks Builder] multi heading bugSame issue here, none of the typography settings are working which defeats the purpose of this element.
Forum: Plugins
In reply to: [LiteSpeed Cache] Missing $_SERVER informationIt looks like simply enabling ESI has solved the issue. I will keep an eye on it and do more research if needed. Thanks for your help!
Forum: Plugins
In reply to: [LiteSpeed Cache] Missing $_SERVER informationSorry, I should have been more clear — when the cache is disabled, the error_log shows the correct data.
@matthiaswagner @theframeguy I think I’ve found a solution, add the following at the bottom of the replace_uris function (and be sure that Enhanced compatibility mode is enabled):
add_filter('fl_get_edit_url', array($this, 'unreplace_uri'));- This reply was modified 6 years ago by ccgjosh. Reason: replace line number with more description location
Forum: Plugins
In reply to: [WooCommerce] order-pay endpoint does not allow coupon code entry@phillipburger I was having the same dilemma on a project and ended up purchasing Sprout Invoices (before @conschneider replied) which added the ability for users to pay for invoices through Woocommerce checkout page (which allows coupon codes). I don’t work for them or anything but I wanted to suggest it as it may be a quicker solution than custom code.
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Can't figure out correct optionsThanks for your response — I ended up using a basic setup in CMW and CSS to hide items that were not related to current-menu-item or current-menu-ancestor. As you said this is more advantageous as I would not have to remember to add more exclusions if more root items were added.
I did notice that I could get pretty close to what I wanted if I had ‘Current Item’ selected as the Primary Filter Branch. However I couldn’t use this setup as I wanted the menu to be the same on all inner pages.
Forum: Plugins
In reply to: [SearchAutocomplete] Request: label filterHmm I see that it’s a bit more complicated to render html. Nevermind…
Forum: Plugins
In reply to: [SearchAutocomplete] autocomplete appendToIndeed but the .ui-autocomplete gets appended to the bottom of the page, right before </body>, so there’s no way to contain the width unless I set a fixed width. Problem with that is that since the site is responsive, the form width changes.
I may end up using wp_deregister_script for your js, and register a copied version with the addition args.
Forum: Plugins
In reply to: [Form Manager] Input text is invisibleNot my plugin 🙂 Was just looking around on the support forums to help fix some problems.
I figured it out by using chrome inspect element, very helpful when developing websites.
Forum: Plugins
In reply to: [Form Manager] Input text is invisibleYour theme is making the color on inputs and textareas transparent – http://signsanddesignsstudio.com/wp-content/uploads/weaverii-subthemes/style-weaverii.css?ver=111 line 116
When viewing the source your image links have a class of \”thickbox\” instead of “thickbox”