Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Different styling when copying a page #1403395

    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 Strategy

    • This reply was modified 1 year, 8 months ago by CSenvato.
    • This reply was modified 1 year, 8 months ago by CSenvato.
    in reply to: Different styling when copying a page #1403023
    This reply has been marked as private.

    thank you @guenni007!

    in reply to: Additional and tags #1330428

    Thanks Ismael, that works perfectly and solves the issue!

    in reply to: Lightbox Modal Window.not showing #1310751

    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 Strategy

    in reply to: Lightbox Modal Window.not showing #1308725

    Hi 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.
    in reply to: Lightbox Modal Window.not showing #1307935

    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 Heijst

    in reply to: Lightbox Modal Window.not showing #1307882

    Hi 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 Heijst

    in reply to: Search Element results #1259787

    Hi 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 Strategy

    in reply to: Add to cart notification on product category page #1176224

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)