Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #392369

    On single product page – http://frankikohler.com/product/fabric-post-cards-book/

    I want the sidebar to be on the right side of the product BUT it is under. Problem only seems to be with single product pages not other pages, even shop pages.

    Settings I have:

    default sidebar

    #392550

    Hey cece101!

    Try this out, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.

    Best regards,
    Elliott

    #392878

    Thanks I will do this. I think the easiest way is to create a child theme, copy functions.php into child theme and then add the code. I usually use child themify to create a child theme – this site is hosted with bluehost.

    So I did all of the above and then went to appearances and did a live preview of enfold-child and I got a white screen. Could i be missing a step?

    ALSO.. on single product pages IF I wanted to remove a sidebar all together how would I do this? Thx.

    • This reply was modified 9 years, 1 month ago by cece101.
    #393476

    Hi!

    Live preview isn’t always accurate, did you try the child theme out live? If the result is the same, please check your child theme functions.php for any mistakes.

    Best regards,
    Rikard

    #393829

    I think now I am looking to remove the sidebar altogether on the single product pages… how can i achieve this? Thx.

    #393831

    Yes i made the child theme live… had the problems and then went into file manager at bluehost and deleted the child theme…

    I think now I am looking to remove the sidebar altogether on the single product pages… how can i achieve this? Thx.

    #394192

    Hi!

    We updated the documentation regarding product view sidebar. It should work now: http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/

    If you want to remove the sidebar, just add this to the Quick CSS field:

    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    display: none;
    }

    Cheers!
    Ismael

    #394708

    done. I just removed it. Thx.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘single product page – sidebar’ is closed to new replies.