Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1351174

    Is there a plugin or possibility to add one, two, three featured video below the image gallery?
    It should look like the screenshot:

    woocommerce-video

    • This topic was modified 2 years, 6 months ago by donillo.
    #1351230

    Hey donillo,

    I’m not aware of any such plugins unfortunately. Maybe you could try searching for one? https://wordpress.org/plugins/

    Best regards,
    Rikard

    #1351302

    I only found plugins for the gallery, thats the problem.
    Is it possible to activate the extended layout editor in the product short description?

    #1351336

    Hi,

    You can’t combine the default editor with the Enfold layout builder unfortunately, but you can design your own product pages using the Layout Builder though. You might be able to use a hook as well: https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/

    Best regards,
    Rikard

    #1351368

    OK, how do I create my own product page? Where can I switch to the new product page in woocommerce? Cause in the regular settings I can only define the starting page of the shop.

    #1351394

    Hi,

    You can create your own product pages using the Layout Builder, it would not be a template though.

    Best regards,
    Rikard

    #1354503

    Hi Rikard,

    ok, but how do I get a similar image gallery as in the original woocommerce template?

    • This reply was modified 2 years, 5 months ago by donillo.
    #1354515

    Hi,

    You should be able to achieve something similar with the Gallery element. You can chose your preferred styling in the Gallery Style option.

    Best regards,
    Rikard

    #1354539

    OK, thanks, I´ve got it.
    Next question: Is it possible to change the design of the “product meta information”. At the moment the sku, tags and category are in one line. I´d would like to have it among each other.
    Or to separate it: Only the sku and only tag/categoty

    #1354605

    Hi,

    We can help you out with styling that element. Please post a link to where we can see an example, and let us know what you would like to change a bit more specifically. If you have a screenshot highlighting your intentions, then please share that with us.

    Best regards,
    Rikard

    #1355053

    I did the data in the private content field.

    #1355484

    Hi,
    Thank you for your patience and the link to your page, as I understand you would like the sku, tags and categories on their own lines, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-product .product_meta > span {
    	  display: block;
    	  line-height: 16px;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

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