Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1095808

    Hi Enfold-Team,
    I tried to display a sidebar on the right of the shop page and the single product page of my woocommerce shop. But no matter what settings I use at enfold child > settings, no sidebar appears. Even if I put specific sidebar settings on the shop page, nothing happens.

    I also tried to make the the sidebar hidden via css. But the inline css which hides the sidebar is overwritng my style.css of the child theme.

    Could you please help me figure out why nothing is working so far?

    #1095849

    I have the same issue…

    #1096240

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    #1096391

    Hi Vinay,
    here are the new login credentials. :-)
    Best regards,
    Thomas

    #1097605

    Hi Vinay,
    I´ve spent some more hours to solve the problem but I can´t figure out why I can´t get the sidebar. Still hoping for a little help. :-/
    Best regards, Thomasa

    #1097662

    Problem not solved but we decided to change the layout of the pages. So we don´t need a Sidebar.

    #1097786

    Hi,

    Thank you for letting us know – we appreciate it.

    Best regards,
    Basilis

    #1259542

    Guten Tag,
    Also das Problem mit der Seitenleiste rechts wurde unter diesem Beitrag gelöst.https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Vielleicht kann mir aber jemand mit der Seitenleiste helfen, die links sein soll. Ich brauche die Seitenleiste auf einer Produktseite auf der linken Seite ganz oben. Also nicht erst unter dem Bild, sondern das Bild und das Produkt rechts daneben. Es soll halt genauso aussehen, wie auf der Shopseite, wo auch die Seitenleiste Links ist und die Produkte auf der rechten Seite.

    Gibt es dafür eine Lösung?
    Viele Grüße

    #1260079

    Hi,

    We could still use the snippet in the previous thread to move the sidebar to the left, but we have to change the css code a bit. Please add the snippet from the previous thread in the functions.php file, and use this css code instead.

    .single-product-main-image {
        width: 25%;
    }
    
    .single-product-summary {
        overflow: hidden;
        width: 45%;
        float: right;
        margin-right: 5%;
    }
    
    .single-product .sidebar {
        width: 25%;
    }

    We just set the single-product-summary container to float to the right instead of the left. This should move the sidebar to the left side of the product content.

    Best regards,
    Ismael

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