Skip to content

Shop / WooCommerce

Shop related questions and issues

208 Topics 1.0k Posts
  • 0 Votes
    9 Posts
    209 Views
    arminunruhA

    hey i looked into this and the positioning of the vimeo video affects in the fullscreen state still.
    however, i cant find a way to fix this for safari sorry

  • 0 Votes
    7 Posts
    112 Views
    RichardR
    Dear @astd

    Are you able to post a link to your website or share any examples of what you are trying to achieve? if it's deep custom coding that will be up to you, but happy to see if i can help πŸ‘

    Best Richard
  • Installment notes in product page

    5
    0 Votes
    5 Posts
    56 Views
    RichardR
    Dear @Warul-Kawa

    If Klarna is an extension or addon of WooCommerce Payments i will still wait for Armin's response πŸ–

    Best Richard
  • Following pictures can’t be seen.

    6
    0 Votes
    6 Posts
    95 Views
    RichardR

    Thanks @vraagje !! ⭐️

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Change order of products in Shop

    5
    0 Votes
    5 Posts
    48 Views
    RichardR

    Thanks @Janina !!! ⭐️

  • Shop Textformats

    4
    0 Votes
    4 Posts
    169 Views
    RichardR
    Dear @augustoemendoza

    This link may help with that:

    https://www.w3schools.com/css/css_text_spacing.asp

    However, you shouldn't need this -- if you apply a Text Format to the Cart text via > Customize > Woocommerce then the settings within "Text formats" should apply:

    Screen Shot 2022-03-24 at 6.22.16 PM.png

    I would always go for the Lay Theme settings before using any Custom CSS 🌝

    Best wishes Richard
  • Sold / Out of Stock Badge

    17
    3 Votes
    17 Posts
    468 Views
    B

    Hello Richard,
    I was also looking for a Sold Out badge, but one that's more visible, directly on the product image for example.
    I have tried to use this plugin for it https://wordpress.org/plugins/sold-out-badge-for-woocommerce/ but unfortunately there were several problems with the placement on desktop and mobile and also the z-index ( I think?) that I couldn't solve.

    My questions are:

    Can something like a simple "Sold Out" badge be included in future updates?
    A badge that shows both in the shop overview and the single product?

    For now:

    How can I change the Lay Theme "out of stock" text to "sold out"? How can I show this message in the single product when I have "show stock" disabled? I only want the stock to show if it's sold out, since it doesn't really make sense to have 1 in stock written on every product when it's original art.
    But I think hiding the stock also hides the sold out message in the single product.

    Or what would actually be ideal for the Single product view: Is there a way to change the "Add to Cart" Button to a "Sold Out" Button (in a different style of course)?
    I think that might be visually clearer.

    Thank you!

  • Flying Sidecart bug?

    15
    0 Votes
    15 Posts
    286 Views
    RichardR

    Thanks @pounez have a wonderful day! ✨

  • 0 Votes
    5 Posts
    41 Views
    arminunruhA

    nevermind, please update lay theme and then it should be fixed

  • 0 Votes
    4 Posts
    49 Views
    RichardR
    Dear Julien @julienfelixweb

    Thanks for the link - i see the issue now 🌝
    Have sent you a message via "chats"

    Best Richard
  • Problem installing the "WooCommerce Payments"

    2
    0 Votes
    2 Posts
    40 Views
    RichardR
    Dear Antoine @Antoine

    I can confirm that Woocommerce Payments can be installed & updated:

    Screen Shot 2022-02-22 at 8.12.56 PM.png

    Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

    Any custom CSS or JS that may interfere is temporarily removed.

    Any third-party plugins are de-activated to see if this resolves the issue.

    In regards to the missing template, this is know about but should not be a problem (mine also has this):
    Screen Shot 2022-02-22 at 8.12.41 PM.png

    http://laythemeforum.com:4567/topic/6784/lay-theme-contains-outdated-copies-of-some-woocommerce-template-files?_=1645514114243

    http://laythemeforum.com:4567/topic/6726/review-order-php-outdated/3

    Best Richard
  • 0 Votes
    7 Posts
    53 Views
    RichardR

    Awesome @yann ! thanks for coming back to the Thread and confirming πŸ‘

  • Deleted WooCommerce Store, Cart and Checkout

    3
    0 Votes
    3 Posts
    29 Views
    RichardR
    Dear @jpj-design

    These three pages you deleted voluntarily?

    Does re-installing Woocommerce bring the pages back?
    i thought that maybe the data is still in the database and may work.

    Is there a way I can restore these pages and make them functional again?"

    What is goal of restoring these pages if you deleted them? maybe you didn't want them to be deleted.

    Talk soon Richard
  • product customization

    2
    0 Votes
    2 Posts
    67 Views
    RichardR
    Dear @Bella Best wishes & hope you are well ✨

    how can I change the color of the line around the quantity in the single product?

    It's actually three boxes with borders so the following code relates to all, let me know if it works for you
    (w e may need to specify the input-text with an ID if it affects other input-texts):

    .lay-woocommerce-qty-wrap *, .input-text { border-color:red !important; }

    Result:
    Screen Shot 2022-02-08 at 11.42.01 AM.png

    how can I change the order of the shown information? For example how would I put the price and the button below the product description?

    The following Code:

    <script> window.laytheme.on("newpageshown", function(){ jQuery( ".cart" ).insertAfter( jQuery( ".lay-woocommerce-product-tab" ) ); }); </script>

    Gives the result:
    Screen Shot 2022-02-08 at 11.53.09 AM.png

    This is added into Custom <head> Content in Lay Options > Custom CSS & HTML >

    https://laytheme.com/documentation/custom-javascript.html

    We also need a little space between the Quantity and Description now that they have been switched:

    .woocommerce div.product form.cart { margin-top: 50px; } Hope this helps Bella! πŸ– Richard
  • side cart menu doubled

    12
    0 Votes
    12 Posts
    212 Views
    RichardR

    Thanks @TYLM ! best wishes ✨

  • Emails setup WooCommerce

    3
    0 Votes
    3 Posts
    121 Views
    B

    @Richard said in Emails setup WooCommerce:

    emails

    Hello Richard,
    I am wondering how to change the textformats of the email template. There is no option in the Email template section nor in the Customize section of Laytheme for this.
    Thank you

  • SEO Plugin / Yoast / Rankmath

    1
    0 Votes
    1 Posts
    83 Views
    No one has replied
  • gridder and product page

    9
    1 Votes
    9 Posts
    348 Views
    R

    I'm also interested in this feature, to have the Gridder on a product page.
    Any news on its development?

  • Product page issues

    4
    0 Votes
    4 Posts
    68 Views
    RichardR
    Dear @lotte

    Hope you had a nice holiday season & best wishes. ✨

    "Options running into footer - can i make it scroll?"

    The following code should fix that - let me know how you go (added into > Customize > CSS ):

    .lay-woocommerce-variations-select-selected-list { overflow-y: scroll; height: 200px; }

    Result:
    Screen Shot 2022-01-06 at 9.46.33 AM.png

    "In general how to make this column wider and expand it to the right"

    The general width or dimensions of your shop can be set within > Customize > Woocommmerce > Woocommerce spaces:

    Screen Shot 2022-01-06 at 10.07.29 AM.png

    The padding of the Buttons can be set in > Customize > Woocommerce > Buttons >

    Screen Shot 2022-01-06 at 10.17.02 AM.png

    " PRO runs through the longer description does not fit. you cant see if your ordering pro or pro-max "

    You could expand the width - but this may push the quantity button underneath (wrap) on smaller screens:

    Screen Shot 2022-01-06 at 10.25.28 AM.png

    Does using a smaller font size work for you? for example this is at 15px ( less room for error):

    Screen Shot 2022-01-06 at 10.27.32 AM.png

    Hope this helps Lotte & talk soon, have a wonderful day 🌻 Richard
Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options β†’ Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
S arminunruhA Y
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com