Forum Replies Created
-
AuthorPosts
-
Thanks for you help, all. I’m happy for the topic to be closed.
Ah, brilliant thanks Yigit!
I was playing around with the custom elements before, but couldn’t work out how to set more than 1 image in the custom slider element. I see the “Individually select subitem custom element templates” option changes this. And then if I ‘Lock’ the images in the custom element, every page that uses the custom element displays the same images when I update the custom element.
Thanks again.
- This reply was modified 1 year, 4 months ago by elsmore01.
Ok, thanks Nikko. That’s fine if the element doesn’t need to change.
I’ll keep looking for 3rd party options.
Thanks, Ismael.
A slightly modified version worked for me – basically just adding the ‘fixedContentPos: true’ line:
jQuery(window).on('load', function(){ jQuery('.open-popup-link a').magnificPopup({ type:'inline', midClick: true, fixedContentPos: true }); });
Hi Ismael,
Thanks for your reply. Notes in private content.- This reply was modified 1 year, 9 months ago by elsmore01.
That’s perfect, thank you Guenni007!
Hi Ismael,
No errors – just a few warnings. I’m also testing on Chrome..
Screenshot: https://imgur.com/a/lwJNLalRegards
Hi Ismael,
Thanks for your reply. Strange – I don’t see that box. Which browser are you using?
I have contacted the plugin author and am awaiting their response.
Regards
Ah, sorry I must be blind!
Thanks again.
Hi Rikard,
It turns out it was a local problem – CSS disabling pointer events. Thanks for helping.
Regards,
NickHi Rikard,
Thanks for your reply. It’s not ideal but I guess I can use it as a workaround. Will this be fixed in the future?
Regards,
nickThis reply has been marked as private.July 24, 2017 at 12:57 pm in reply to: Enfold Latest News widget / WooCommerce sort by price bug #828989This reply has been marked as private.Solved, thank you.
@mensmaximus – my mistake. I have updated and it looks good. Thank you for your help.
Sure, it’s:
http://impalalily.cloudlevel-sites-01.co.uk/product/jimmy/As you will see the images all have the hover effect normally reserved for the main image (I think), and the thumbnail gallery doesn’t exist so it seems to be a php issue? I must admit I’m not that familiar with the inner workings of Enfold Woocommerce pages…
Yes, I’m treating this and the child theme as a ‘band-aid’. I’ve checked on this forum but I can’t see any indication as to when this might be fixed properly. It has been over 3 weeks – seems like a long time…
@Phet, thanks for your suggestion but I actually don’t have a .thumbnails class.
<figure class="woocommerce-product-gallery__wrapper"> <div class="woocommerce-product-gallery__image" data-thumb="..."> <a class="lightbox-added" href="..." rel="product_images[grouped]"> <img class="attachment-shop_single size-shop_single wp-post-image" src="..." alt="" title="" data-src="..." data-large_image="..." data-large_image_width="1024" data-large_image_height="1024" srcset="..." sizes="(max-width: 450px) 100vw, 450px" style="" width="450" height="450"> <span class="image-overlay overlay-type-image" style="left: 0px; top: 5px; overflow: hidden; display: block; height: 387px; width: 397px;"> </a> </div>
I have followed @Mensmaximus excellent instructions (child theme) and that has fixed my blury images. However, where I used to have a thumbnail gallery (pre-WC 3), I still have a column of images each the size of the regular product image. Is this part of the same problem? Is there a solution?
Hi Andy,
Thank you, I already have that folder set to the correct permissions. Are there any other permissions that need to be set? I’ve followed this:
https://kriesi.at/support/topic/child-theme-settings-are-not-working/ -
AuthorPosts