Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #793336

    Hi Support

    Althought i’m not a rookie on enfold, I encouter difficulties with WooCommerce
    The theme and WooCommerce are up to date.

    When I engage the page builder on a page product, aveything is ok, but I don’t retrieve the page layout option (with the choice of sidebar, and so on).
    It use to did it with older version.

    Am I wrong or the update is somewhere wrong ?
    Many thanks for your help

    #793826

    Hey Ikyo,

    That’s weird. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    #793942

    Hi Victoria

    Many thanks for your help

    #794025

    Hi,

    Best regards,
    Victoria

    #794051

    My fault sorry :(

    #794112

    Hi Ikyo,

    Looks like those options are there in English and are not there in French. Hm…

    Best regards,
    Victoria

    #794129

    Pretty weird !
    Do you know why ? Is it special to foreign language (other than EN) or specific to french ?
    Is it something that would be corrected in the future ?

    Thanks

    #794240

    Hi Ikyo,

    We need to investigate further. Is it ok with English for now?

    Best regards,
    Victoria

    #794472

    Yes thanks it’s ok when I engage the english language…but my site is in french.
    I hope you’ll find a way soon to cure this default
    Considering the great quality of enfold this is quite suprising it has not been resolved since

    Let me know if something change
    This is quite a big bug

    Many thanks

    #795847

    Hi Ikyo,

    Could you please update your theme and let un know if the problem persists.

    Best regards,
    Victoria

    #795866

    Hi Victoria

    Many thanks for your support tracking
    I’ve been update the template with 4.0.7
    Unfortunately it does not change anything

    #796514

    Hi Ikyo,

    I will report this issue. Thank you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #800951

    Hi Victoria
    Is there something new about this problem ?
    It would be factastic if you resolve this bug for a lot of people

    Many thanks
    Regards

    #801782

    Hi,

    A patch or fix is going to be included in the next update of the theme. For now, please add this filter in the functions.php file.

    remove_filter('avf_builder_boxes','avia_woocommerce_product_options');
    add_filter('avf_builder_boxes','avia_woocommerce_product_options_mod');
    
    function avia_woocommerce_product_options_mod($boxes)
    {
    	$boxes[] = array( 'title' =>__('Product Hover','avia_framework' ), 'id'=>'avia_product_hover', 'page'=>array('product'), 'context'=>'side', 'priority'=>'low');
    
    	$counter = 0;
    	foreach($boxes as $box)
    	{
    		if( $box['id'] == 'layout' ) $boxes[$counter]['page'][] = 'product';
    		$counter++;
    	}
    	return $boxes;
    }
    
    add_filter('avf_builder_elements','avia_woocommerce_product_elements');
    

    Best regards,
    Ismael

    #801856

    Should I say it one more time ?…

    You support team is the best I know, and you deserve a ***** rate.
    [one more time]
    You support team is the best I know, and you deserve a ***** rate.

    It’s working..Many thanks

    Have a nice week
    Best regards

    #802257

    Hi,

    Glad that Ismael helped you and thanks for your kind words :)

    Have a great week ahead too :)

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘WooCommerce and page layout’ is closed to new replies.