maxflexpl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] site-header-cart menu not updatingi added widget to sidebar but there is no update also 🙁
Forum: Themes and Templates
In reply to: [Storefront] site-header-cart menu not updating@jameskoster – Hi, all plugins are updated and wordpress also.
I only add to functions.php code:
add_action( 'init', 'custom_remove_footer_credit', 10 ); function custom_remove_footer_credit () { remove_action( 'storefront_footer', 'storefront_credit', 20 ); add_action( 'storefront_footer', 'custom_storefront_credit', 20 ); } function custom_storefront_credit() { ?> <div class="site-info"> © milarte.pl <?php echo get_the_date( 'Y' ); ?> </div><!-- .site-info --> <?php }to disable in footer other information than my website name
Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(Hello Roy,
so all parameters added to CSS, image size has been setup and blurry effect has been gone 🙂 big THANKS for you Roy 🙂 and again thank you for your professional and quick help. 😀
Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(Ok Roy, so i disabled hard crop option and regenerated thumbs but nothing happened.
I wondered why dimensions is 150×150 🙂 and i checked installed plugins and i found media setting plugin where value for shop_catalog was 150×150 so i changed it at 300×300 and now catalog and under-catalog image displaying correctly 🙂 My fault – sorry Roy 🙂For now i have only problem with product image blurry effect – any idea what can i do?
Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(Roy,hard crop is enable on woocommerce settings for all below options:
picture on catalog 200×200
picture on product site 300×300
thumbnails 100×100Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(Yes image are smaller – and when size is changing to bigger blurry effect comeback 🙁 And where i can change image settings for shop page? I set on woocommerce settings page attribute:
picture on catalog 200×200
picture on product site 300×300
thumbnails 100×100
but it does not help 🙁On main shop page [http://milarte.pl/sklep/]for example – image “rozety” orginal size is 2048 × 1360 also on page: http://milarte.pl/kategoria-produktu/rozety/
image “serce i krzyż” orginal size is 2048 × 1360. On product site: http://milarte.pl/produkt/serce-krzyz/ image is still blurry [orginal image size is 2048 × 1360].Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(i added this:
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { width: auto !important; max-width: 100% !important; }and used regenerate thumbnails and its still nothing ;(
Forum: Plugins
In reply to: [WooCommerce] Product/catalog/thumb images blurry efect :(Hi Roy,
thank you for your advice. I added following to my CSS file but it change size image on catalog and undercatalog products images – quality is a better but i wanna save earlier size and improve quality only. Images on product size are still that same. Images looks like low quality pictures 🙁
Forum: Plugins
In reply to: [WooCommerce] Product image size problem on MATHESON themeok unblock 🙂
Forum: Themes and Templates
In reply to: [Moesia] Problem with sub-menu disappearHey Bojan 🙂
now i well better after your advice – it works 😉 everything works awesome – big thanks for you – again very, very, very thank U for help 🙂
BR
max