Skip to content

Shop / WooCommerce

Shop related questions and issues

208 Topics 1.0k Posts
  • 0 Votes
    2 Posts
    97 Views
    RichardR
    Dear @georgiaharizani

    Store Notice should be working on Mobile:
    Screen Shot 2021-08-25 at 4.42.06 PM.png

    Your's is hidden due to "top: 122px"
    Screen Shot 2021-08-25 at 4.45.00 PM.png

    My CSS:

    .woocommerce-store-notice { margin-top: 0; margin-bottom: 0; text-align: center; overflow: hidden; width: 100%; z-index: 21; }

    Your CSS:

    @media (max-width: 1080px) .woocommerce-store-notice { position: relative; top: -122px; left: 0; width: 100%; padding: 10px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }

    I thought it may have been Custom phone layouts clashing with the store notice but this is not the case. Please make sure Text Formats and Media Query settings are correct.
    Screen Shot 2021-08-25 at 4.50.48 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.

    If using a WordPress Cache plugin, disable it or clear your cache.

    Best wishes πŸŒ… Richard
  • 0 Votes
    2 Posts
    67 Views
    RichardR
    Dear Madeleine @Lina

    "i would like to work with mouseovers for the product view page. Is there a possibility?"

    Currently not possible, if i understand your question correctly. Product Thumbnails will be added to your Gridder via the "Product Thumbnail Grid "

    "how can i set up the payment methods?"

    Payments can be found in your Admin bar:
    Screen Shot 2021-08-25 at 4.30.07 PM.png

    Any additional information needed on Woocommerce payment settings can be found " here "

    Armin also said in the shop setup:
    "We still need to add some kind of hint about Cookies being used and find out a way to make Shops GDPR compliant."

    "how can I change the language? e.g. instead of "Nicht vorrΓ€tig" "sold out"? "

    Do you mean to change the language based on the users country (translation) or within Wordpress settings - the language of your website?

    "how can i design the invoice page? I would like to replace the fields with our CI font and color."

    The plugin "WooCommerce PDF Invoices & Packing Slips" is recommended: https://laytheme.com/shop.html#invoices

    Best wishes Madeleine, have a wonderful day πŸ– Richard
  • Foo Events integration

    2
    0 Votes
    2 Posts
    44 Views
    RichardR
    Dear Felix @Felix-Neumann

    "is it possible to integrate Foo Events (https://www.fooevents.com/) in Lay Theme?"

    Currently it's not certain if all Woocommerce related features will work.
    Being still early it is at your own risk testing with a purchased product.

    Armin mentioned on the shop page:

    "WooCommerce is a very feature-rich Plugin. So Lay Theme might not support every WooCommerce Feature."

    Best wishes Felix, sorry for any inconvenience this may cause. ✨ Richard
  • It is possible product thumbnails hover image?

    3
    1 Votes
    3 Posts
    115 Views
    RichardR

    Dear @cdelbarr @Sylvia-Perez

    Imagehover with Woocommerce Functions is currently not possible.

    Sorry for any inconvenience, thank you for supporting Lay Theme 🌞 Richard
  • 0 Votes
    5 Posts
    72 Views
    RichardR
    Dear @lotte

    "Is there any documentation on how to open the cart when clicking on a word/link/button? Or could you explain?"

    https://laytheme.com/shop.html#sidecart-plugin

    Best Wishes 🌝 Richard
  • Product description open by default ?

    2
    0 Votes
    2 Posts
    144 Views
    RichardR
    Dear @ooblik

    You could implement some simple jQuery that 'clicks' the element when loaded, making the description pop open automatically.

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

    Best Wishes 🌝 Richard
  • 0 Votes
    2 Posts
    105 Views
    RichardR
    Dear @kurtwoerpel

    You have since solved the Mobile spacing problem:
    Screen Shot 2021-08-25 at 3.26.12 PM.png

    Best Wishes Richard
  • 0 Votes
    5 Posts
    57 Views
    RichardR
    Dear @Sylvia-Perez

    This has been noted, however is not thought to affect Lay Theme working.

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

    Also in the Shop introduction is reference to Account and registrations still needing to be implemented.

    Best wishes Sylvia, thank you for supporting Lay Theme 🌝 Richard
  • 0 Votes
    3 Posts
    256 Views
    arminunruhA

    hey @Richard and @Jill

    if you read the error message you'll see theres an error with the plugin, not with lay theme. you'd need to contact the plugin creator.

  • Images not working! Help Please!

    3
    0 Votes
    3 Posts
    50 Views
    RichardR
    Dear @Sylvia-Perez

    Thank you for posting an update - best wishes 🌝

  • 0 Votes
    7 Posts
    61 Views
    RichardR
    Dear @daly

    Awesome! thanks for the information - I will keep this in mind for if the Bug reappears in the future πŸ›πŸ’₯

    Thank you for supporting Lay Theme 🌝 Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Gridder missing

    2
    0 Votes
    2 Posts
    33 Views
    RichardR
    Dear Agnes @Agnes3000 Have sent you a message via 'Chats' ✨ Best wishes & talk soon Richard
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    10 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Dropdowns

    3
    0 Votes
    3 Posts
    64 Views
    arminunruhA

    hey i think that would look kinda weird maybe:
    Screenshot 2021-06-14 at 15.46.03.png

    try this css in lay options β†’ custom css & html β†’ custom css for desktop:

    .lay-variations-count-more-than-1 .lay-variable-products-select-container{ width: 100%; } .lay-variations-count-more-than-1 .lay-woocommerce-variations-select{ display: inline-block; } .lay-variations-count-more-than-1 .lay-woocommerce-variations-select:first-child{ margin-right: 20px; }

    yea that text shouldnt overflow. will be fixed with the next update

  • 0 Votes
    5 Posts
    109 Views
    arminunruhA

    Hey

    I have no idea what could have cause this :|

  • basket doesn't show up

    8
    0 Votes
    8 Posts
    132 Views
    arminunruhA

    hey @lortnok

    please read the shop setup:
    https://laytheme.com/shop.html

    the way it works is you need to add a cart menu point to your menu,
    its not supposed to work with the plugin's default cart icon

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
J F
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com