Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297180

    Hi there,

    Thanks always for a great theme!

    http://www.kendrareneejewelry.com/shop/earrings/arch-earrings-silver/

    Three things I need help with:
    1) I’ve added a text widget to the single product page that includes a pinterest button. It was there, and now it’s not. Anything that I add in the single product widget area (text, categories, etc.) is NOT visible. It’s like the whole sidebar is “hidden” on these pages.

    2) We’ve recently changed from Abundance (I think) to Enfold. In the process, we’re wanting to NOT use the “additional information” tab at the bottom of the product pages. Where can we delete this content? Thought it was in the post content area, but that are is complete empty (I’ve checked both visual and text) and still we’re seeing the Additional Information “stuff” on the front end.

    3) We want to show a small image on the blog archive (the featured image, but small and not full width). The controls on the backend are not actually changing the size of the image. We’ve tried almost all size options and still it’s just BIG. So for now I hid it with CSS, but would like to get this working. http://www.kendrareneejewelry.com/blog-2/.

    Thanks so much for your help!

    Jaime

    #297284

    Hey jaimemerz!

    Thank you for using the theme.

    1.) Please go to Enfold > Sidebar Layout. Make sure that sidebar is enabled on the Sidebar on Single Post Pages setting.

    2.) Do you want to remove the whole woocommerce tab or just the additional information section? Try to add this on Quick CSS:

    .woocommerce-tabs {
    display: none;
    }

    3.) You can select the blog style on the blog post element option. Choose the Single Author, small preview pic blog style.

    Best regards,
    Ismael

    #297365

    Hi there!

    Thanks for the quick response. A few issues still:

    1) That worked, but, I want the product pages to have a sidebar, and NOT the single blog posts. When I enable this, BOTH the product pages and the single blog posts get a sidebar. Is there a way around this?

    2) That worked – but seems like a work around. In some cases, we might want to show reviews and not additional information AND in some case we might want to show additional information, but not for every product. I know this is appearing because we’ve added data somewhere, right? Where did we add this information to then have it appear on the product page. If I remove the information, won’t it disappear. It’s not in the visual or text editor. And I believe all my WooCommerce settings are correct so that it shouldn’t appear… yet still…

    3) So we can’t use “custom image size” and set the preview image size manually – that doesn’t seem to be working where I’ve built my blog page using the advanced editor.

    #297947

    Hey!

    1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top #main .single-product-main-image .sidebar {
        position: relative !important;
        visibility: visible !important;
    }
    

    2) You would need to look into WooCommerce specific plugins as its output is WooCommerce based alone. I know they have a tab manager extension though I don’t know if it offers the kind of flexibility you are looking for.

    3) No, it changes the size of the image output not the size displayed.

    Cheers!
    Devin

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