Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #769869

    Hi Andy I need to know how I can put a sidebar in my product page there is no way to add it, I am working with Woocommerce and the Enfold theme, I see that I am not the only one that has this problem, it has no logic that can not Put a sidebar in my product entries. Thanks and I hope you give me an answer. Sorry for my English,

    #771677

    Hey!

    Sorry for the late reply!

    Please refer to this post – https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Cheers!
    Yigit

    #772417

    Thanks a lot, everything ok with the sidebar! I am now with the problems of the image of the page of products and the solutions that give there are people that we do not know how to add a theme child, we need a simple solution…

    #772456

    @oncediez kriesi has a post how to create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    #772653

    Thanks @mensmaximus, but I do not understand well the theme of the child I have my clients a little angry I hope they update the support team of enfold the issue I think we are enough that we need a solution without us having to be editing nothing of the teme to solve the problem Of the images with the new update of woocommerce.

    #773046

    Good morning @Yigit @mensmaximus after the solution given in the sidebar that works for me, how can I tell you the widget that has to go, I can not find how to put it in the shop owerview page which is where I have my widget configured, I hope your news, thanks for all.

    #773163

    Hello @Yigit I would like to know where is taking the sidebar that appears in the products page when I added the code that I have been given, I do not know how to change or add the widgets that appear, thanks

    #775234

    Hi,

    given in the sidebar that works for me, how can I tell you the widget that has to go

    Please go to the Appearance > Widgets panel. Look for the Single Product Pages widget area.

    Best regards,
    Ismael

    #782461

    Hi Ismael, I do not know why I do not get on the Single Product page the widget, I appear as in sidebar page, and besides I do not get all the widget that is in that section, is there something I am doing wrong? I have to add some code, thank you very much

    #782466

    And with that I only appear in the widget sidebar pages not in Single Product Pages widget area and not all that I have if they appear on my home page, in the product only some appear me …
    Thank you

    The code that I have put is the one you sent in the previous message with a link
    functions.php file:

    // adjust settings on init
    add_action(‘init’,’ava534345953_init’, 50);
    function ava534345953_init() {
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_add_sidebar’, 25);
    }

    function avia_close_image_div() {
    echo “</div>”;
    }

    function avia_add_sidebar() {
    if(is_product()) {
    $avia_config[‘currently_viewing’] = “shop_single”;
    get_sidebar();
    }
    }

    CSS:
    .single-product-main-image {
    width: 25%;
    }

    .single-product-summary {
    overflow: hidden;
    width: 45%;
    float: left;
    margin-right: 5%;
    }

    .single-product .sidebar {
    width: 25%;
    }

    #783266

    Hey!

    I’m sorry but I’m not sure if I understand it clearly. Could you please provide a screenshot of the issue? Or post the login details here so that we can check the widget area.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.