Optimator
Forum Replies Created
-
Same problem here ??
Forum: Plugins
In reply to: [Autoptimize] Can’t get Autoptimize to work the same way on all pagesPower-up added ?? Thank you!!
Forum: Plugins
In reply to: [Autoptimize] Can’t get Autoptimize to work the same way on all pagesI’m sorry to interfere, but how do you provide critical css per page?
By now I’m using criticalcss.com and comparing all of the css for the different pages, and then end up with with one long list of combined css (tedious work).
It would be great if I could put the critical css “per page add to head”.
Forum: Plugins
In reply to: [Contact Form 7] No more Akismet?Ah, I see. Thank you both CF7 and Akismet for your excellent work!
- This reply was modified 7 years, 3 months ago by Optimator.
Did the same as @upeuker, and it works! ??
However, theres a “new” problem: I’m also using the “Shortcode any widget” addon, and after the 1.04 update, the “li” list-style bullet is showing on this particular addon. Do you have any suggestion how to remove/hide that again ??
(I’ve already activated your styles :))
@toddhalfpenny: Thank you for a great plugin which I’ve been using for years.
- This reply was modified 7 years, 6 months ago by Optimator.
Great fix @massello, thank you!
Forum: Plugins
In reply to: [Yoast SEO] WP SEO metabox is throwing JavaScript errorsAlright, thx.
Forum: Plugins
In reply to: [WooCommerce] Using WooCommerce without online ordering?Don’t know if this is what you’re looking for, but I’ve just removed the Add to Cart function.
Insert this into child themes functions.php
// Remove Add to cart function remove_loop_button(){ remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); } add_action('init','remove_loop_button');
<a href="https://www.antiskrid.dk/">
Forum: Plugins
In reply to: [WP Catalogue] More thumbnalisWell, that didn’t work out very well. Here’s the pastebin version:
single-wpcproduct.php:
https://pastebin.com/1BMRAdkQdb-settings.php:
https://pastebin.com/NbMaxzcXYou’ll also have to make some changes to products/wpc-product.php:
https://pastebin.com/U9zpNJV4Hope THAT was more helpful ??
Forum: Plugins
In reply to: [WP Catalogue] More thumbnalisI changed my single-wpcproduct.php to look like this:
[That’s too much code to post here – please use a pastebin per the forum guidelines – see: https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]
Hope that helps ??
Forum: Plugins
In reply to: [WP Catalogue] More thumbnalisDone ??
Forum: Plugins
In reply to: [WP Catalogue] More thumbnalisWorked like a charm ??
Oh, and thanks for the heads up, I’ll remember to make a backup copy!
Forum: Plugins
In reply to: [WP Catalogue] More thumbnalisThat’s great news! I’ll look into it right away. Thank you very much.
Forum: Plugins
In reply to: [Collapse-O-Matic] Expand all text when print (CSS)That’s clever, I’ll try it out. Thank you!