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

    I have a page for each product and just want to show that one product for each page. I don’t see any options to just showcase 1 product.

    thanks

    #1440162

    Hey bemodesign,

    I’m not sure that I understand your intentions, could you try to explain what you are looking to achieve a bit further please?

    Best regards,
    Rikard

    #1440225

    Ok, I am trying to feature 1 product. How do I just show 1 shopping product on the page. All options are for multiple.

    I sent you the page link. See how the product doesn’t look good and it set to 2 column, underneath the video? How can this just be bigger and take up the space or full space area?

    • This reply was modified 7 months, 1 week ago by bemodesign.
    #1440240

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .shop_columns_3 .products .product {
      width: 100%;
    }

    Best regards,
    Rikard

    #1440246

    That worked great, but now it makes all the other pages that have more products, all 1 column. see: https://priverproducts.com/shop-now/
    Can you specify a certain page, like “post=91”?

    And one more thing, all the product Don’t show “Add to Cart” option below the photo, like it used to. Any ideas on that??

    • This reply was modified 7 months, 1 week ago by bemodesign.
    • This reply was modified 7 months, 1 week ago by bemodesign.
    #1440254

    Hi,

    Thank you for the update.

    We adjusted the css code a bit, so it only applies on a specific page. Please try it again.

    .page-id-91 .shop_columns_3 .products .product {
      width: 100%;
    }

    Best regards,
    Ismael

    #1440578

    And one more thing, all the product Don’t show “Add to Cart” option below the photo, like it used to. Any ideas on that??

    #1440589

    Hi,

    Products with options will not show that, as you would have to select an option in order to put in the cart.

    Best regards,
    Rikard

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