Waup
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce css editing…one long line of codeHi catacaustic / paultolejko
Having a few errors on this. I’ve copied the woocommerce css (from the less file) into my child theme. But using Firebug, the element still show as coming from the plugin file (i.e. the 1 long line of text code).
I tried deleting the woocommerce.css and .less files from the plugin folder also – that only removed all woocommerce formatting. What needs editing so that the style for woocommerce pages now pulls from the normal child theme style.css ??
thks
If any experiences this, check if you’re using WP-Minify. You need to deactivate that plugin to properly clear the cache. Thanks to Cory (Plugin Author) for the advice.
Ah sorry… not like that. The actual elements show, just without styling.
Something like…
———-
Site Title
– Menu Page 1
– Menu Page 2Post Headlines1,2,3,4, etc
Post pictures 1, 2, 3,4 etc
Post Excerptsfooter ie. (c) 2013 etc
etc etc
So all the links to site pages and posts, but no CSS it seems whatsoever.
No errors or warnings in the report section. I changed to 2012 theme (and cleared cache) but that appears in html also. Would the next step be to delete and reinstall? Or might other factors here be stopping the theme and CSS from being rendered here?
Thanks.
Forum: Plugins
In reply to: nRelate Plugin – How to remove from certain pages?Cheers Katrina. For others:
/** Hide nRelate Related Posts on WooCommerce Estore */
function hide_nrelate_from_posts($load_nrelate) {
if ( is_product(“post-id-here”) ) {
$load_nrelate = false;
}
return $load_nrelate;
}
add_filter(‘nrelate_related_is_loading’, ‘hide_nrelate_from_posts’);And conditional tag info here :
Forum: Plugins
In reply to: [WooCommerce] Minor CSS Changes for WooCommerce ShopGreat, thks James.
Forum: Fixing WordPress
In reply to: How to remove grid loop on page 2,3,4, etc ?self-answered: change home.php to home.txt
Forum: Plugins
In reply to: [WooCommerce] How to remove blurry woocommerce images????Cheers James. Handy document.
Self-editing the above… rookie mistake… just loaded a bigger image.
Forum: Plugins
In reply to: [nrelate Related Content] nRelate Appearing on WooCommerce Tab ManagerHi – How was this issue resolved please?
Hi,
Managed to remove ‘bluriness’ also by doing
1. measured each image size using pixelwindow
2. used pixlr to modify each image size
3. Changed ‘Image Options’ in WooComm > Settings > Catalogue
4. uploaded images and regenerated thumbnails…That worked well for the catalogue, thumbnail and single product page images…
i.e. https://mikemetcalfe.co/product/4th-product-test-tool-angel-investment/BUT…
Is there a way to load a bigger image solely for the lightbox?
Figure I could just load a wider / higher image – but that changes the dimensions of all other images.
Thks
Thks Richard. Link is https://mikemetcalfe.co/contact/