Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thank you for looking into the issue. The issue occurs when we use the Yoast Duplicate Post plugin. I have also tried other duplicator plugins but they all have the same result. But I think that a duplicator plugin is not compatible with Enfold so I think we need to use the templates in Enfold, as you suggest.
We will be looking into the issue. I think it will be solved when we delete the duplicator plugin and start using the templates.
You can close this ticket. If the templates have the same issue I will come back to you.
Thank you very much for your help!
Regards,
Rob van Heijst
Clever StrategyThis reply has been marked as private.March 6, 2023 at 8:20 am in reply to: Extra CSS data-created_by=”avia_inline_auto” on posts and pages #1400222thank you @guenni007!
Thanks Ismael, that works perfectly and solves the issue!
Hi Mike,
Got it working. I missed the fact that the old header.php in the child theme did not have the $lightbox_option so it was always null. That is why it didn’t work.
So I added the following code to the old header.php in the child theme and now it’s working fine again:global $avia_config; $lightbox_option = avia_get_option( 'lightbox_active' ); $avia_config['use_standard_lightbox'] = empty( $lightbox_option ) || ( 'lightbox_active' == $lightbox_option ) ? 'lightbox_active' : 'disabled'; $avia_config['use_standard_lightbox'] = apply_filters( 'avf_use_standard_lightbox', $avia_config['use_standard_lightbox'] );
Thank you for pointing me in the right direction.
Kind regards,
Rob van Heijst
Clever StrategyHi Mike,
Thank you for looking into the problem. I will try to fix a staging site.
When I look a bit deeper into the problem it seems that the class ‘lightbox-added’ is missing from the link. I think that is the reason why the lightbox is not showing but I have no idea yet why the class is missing.<figure class="woocommerce-product-gallery__wrapper"> <a href="https://www.depend.nl/wp-content/uploads/2018/04/depend_bed_onderlegger_60x90.jpg" class="" title="" rel="product_images[grouped]">
The class is empty. Have you seen this before?
Regards,
Rob van Heijst
Clever Strategy- This reply was modified 3 years, 5 months ago by CSenvato.
Hi Mike,
Thank you. Your IP address has been whitelisted. You can access the website now.
What I tried to do myself is to enable the Enfold theme itself, so not the child theme. The image keeps having the same problem.
Regards,
Rob van HeijstHi Mike,
The Load jQuery in your footer is not activated. It must be something else but I’m not sure what it is.
In the Private Content part I have added the user details for you to log in.
Let me know if you need anything else.
Regards,
Rob van HeijstHi Yigit,
Thank you for your answer. Something must be wrong with my settings. I know now that is should work. Thank you for your time.
Regards,
Rob van Heijst
Clever StrategyHi Victoria,
No problem. The link to the product page, the category page and the password are in the private content.
When you click the Add to Wishlist button on de product page you wil see a WordPress add to cart message (looks like a popup)
When you click the Add to Wishlist button on the category page you will only see a ✓ on the product.
We would also like the message popup to appear on the category page. wc_print_notices(); was added to the template.Regards,
Rob van Heijst
-
AuthorPosts