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

    Hello,

    thanks for the snippet to Change WooCommerce single product page layout
    http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Now, I’m stuck with where to add content to this new column. I tried to work with widgets. Did not work! Tried on the product page itself, not possible.

    thanks for your advise.

    Kind regards,

    Anja

    #288140

    Hi anjmat!

    That moves the regular single product widget area from under the images to the right of them. So all its doing is moving get_sidebar(); from one area and into another.

    Cheers!
    Devin

    #288460

    Thanks Devin,

    I tried it again and nothing came up on the right side although I filled the single product widget area with widgets. ???
    What I’m doing wrong?

    Kind regards,

    Anja

    #288590

    Hey!

    Please create us an admin account and post the login credentials as private reply – we’ll check why the product widget area does not work. Please note we do not provide support regarding the customization of the product page templates. The article: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/ is intended for developers and you might need to hire a freelancer/developer to create a template which fits your requirements. We can just provide support for the default product templates where the sidebar is on the left side underneath the product images.

    Cheers!
    Peter

    #288641
    This reply has been marked as private.
    #288655

    I don’t know what is causing the sidebar to get set as hidden but the hidden class is causing the sidebar on your single product pages to be invisible.

    Add the following css to force it to be visible and you’ll see the temp text widget I added:

    
    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    visibility: visible !important;
    position: initial !important;
    }
    
    #288922

    Hello devine,

    thanks this works perfect. Splendid.

    Maybe a stupid question – all the edits I make in the Quick CSS in my child theme options will never interfere with an update of the Enfold theme? right?

    Thank you very much.

    Kind regards,

    Anja

    #289090

    Correct. They are saved to the database and written to the dynamic stylesheet file. When you update the theme files it doesn’t write over or involve that dynamic stylesheet.

    #289146

    Perfect. thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change WooCommerce single product page layout and then?’ is closed to new replies.