Skip to content

Bug Reports

Something is not working? Please provide a screenshot, your browser name and browser version and your operating system.
2.6k Topics 12.0k Posts
  • No »Customize/ Frontpage«

    11
    0 Votes
    11 Posts
    870 Views
    arminunruhA

    there was a compatibility issue with php 8, please update lay theme now and then it should work again

  • 0 Votes
    4 Posts
    52 Views
    arminunruhA

    hey @treh16 i think i haven't received anything yet :O

  • Pictures do not show up on mobile

    4
    0 Votes
    4 Posts
    12 Views
    RichardR
    @sascha87

    Thanks for the update Sascha have a wonderful day! 🌻

    Richard
  • YOAST SEO. Compatible or not?

    6
    0 Votes
    6 Posts
    94 Views
    RichardR
    Dear Lisa @lisajasch

    Did you receive my email with Lay Theme version 3.8.5 to test Yoast SEO ?

    Best wishes & have a wonderful day 🌝 Richard
  • 0 Votes
    4 Posts
    92 Views
    RichardR
    Dear Leon @leoncov

    If you feel comfortable doing so, please feel free to send your Login details to me via 'Chats' & i can take a closer look 🔍
    Screen Shot 2021-11-16 at 10.50.52 AM.png
    If this is indeed a Bug, it would be great to get it sorted as soon as possible 🌝

    ( Note: please do not disclose your private info on the thread itself )

    Talk soon Leon & have a wonderful day 🌻 Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Full Screen Slider slides overflowing on PHONE

    18
    0 Votes
    18 Posts
    364 Views
    T

    @Richard said in Full Screen Slider slides overflowing on PHONE:

    .is-safari #custom-phone-grid .fp-section {
    min-height: 100vh !important;
    height:100vh !important;
    }

    .is-iphone #custom-phone-grid .fp-section {
    min-height: 100vh !important;
    height:100vh !important;
    }
    .is-safari #custom-phone-grid .fp-auto-scroll {
    min-height: 100vh !important;
    height:100vh !important;
    }

    Hi @Richard , tried that, unfortunately didn't help. This is not an issue only with Safari, the same on mobile Chrome, or Desktop's Safari "Responsive design mode feature"

  • 0 Votes
    1 Posts
    23 Views
    No one has replied
  • Impossible to center images

    11
    0 Votes
    11 Posts
    125 Views
    RichardR
    Dear Alexandre @A-o

    but to have something like a tumblr I have to play with code? The slider is in full size by default.

    If you wish to use the Fullscreen Slider but need it smaller than browser's width then yes, you will have to apply Custom Code as it's Fullscreen by default. The Carousel Addon can be sized in the Gridder without custom code.

    I went back to my site and apparently the Commercial category doesn't work anymore... is it normal ?

    I might need more context for this sorry, Was it in a category filter? or has it dissapeared? in what way does it not work?

    Regarding the original issues of this Thread I have forwarded the Bug to be inspected by Armin ( images not centering properly )

    Best wishes 🌻 Richard
  • Carousel Arrows

    5
    0 Votes
    5 Posts
    28 Views
    RichardR

    Thanks for the update @samvelenne have a wonderful day, happy that the issue is solved 🌝

  • Unable to upload new images – not HTTP error

    5
    0 Votes
    5 Posts
    22 Views
    RichardR
    Dear Mahmud @Atwtp

    Thanks for update, moving forwards could you confirm the following please:

    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.

    License key not activated - (in website blank situations or button not available)

    If your WordPress Dashboard shows a warning "PHP Update required”
 Please update your PHP version in your webhost control panel.

    Possibly your website is running PHP 8.0 this has been known in some cases to cause issue.

    If none of the above provide a solution:

    Could you please send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

    That way Armin can have a closer Look 🔍

    Talk soon Mahmud & have a wonderful day 🌝
  • Full-screen row getting smaller on scroll

    15
    0 Votes
    15 Posts
    108 Views
    RichardR

    Thanks for the confirmation @ArneRobot have an amazing day & thank you as always for supporting Lay Theme! 🌝

  • Primary/Secondary Menù Problems

    5
    0 Votes
    5 Posts
    37 Views
    RichardR
    Dear @Motoproprio

    Thanks for the update, I see you created a new thread regarding the same question so will answer there if thats ok 🌝

    http://laythemeforum.com:4567/topic/7317/payment-method-graphic

    Best wishes ✨ Richard
  • 0 Votes
    2 Posts
    16 Views
    RichardR
    Dear @saralandeira

    When testing on Chrome, Safari and Firefox the Project Thumbnails appear ( I also tested on a Mobile device to be sure ):

    Screen Shot 2021-11-02 at 9.19.54 AM.png Screen Shot 2021-11-02 at 9.19.27 AM.png Screen Shot 2021-11-02 at 9.19.01 AM.png

    They do load slowly. This may be why you see white space?
    Also Lazy loading is on and requires scrolling down make content appear for me.

    Screen Shot 2021-11-02 at 9.23.13 AM.png
    Settings within Lay Options
    Screen Shot 2021-11-02 at 9.23.06 AM.png

    https://laytheme.com/documentation.html#speedingup

    https://handbrake.fr/

    Maybe i have misunderstood sorry @saralandeira but i am able view the Thumbnail content. It appears though slowly, Using smaller file sizes may be a solution for you.

    Talk soon @saralandeira & have a great day 🏖 Richard
  • error loading page (frontend.app.min.js)

    4
    0 Votes
    4 Posts
    18 Views
    RichardR
    Dear Kimberly @kimberlyxx

    Cool website! To be sure is your JS added via a "newpage event"? 🔍(realised i didnt ask this first)

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

    Lay Theme is a Single page app meaning the ready event only fires once on page load. This creates seamless navigation as new projects and pages are not a new 'Hard load'. This may help answer you question as to why the behaviour is a certain way.

    Example:

    window.laytheme.on("newpageshown", function(layoutObj, type, obj){ // JS inserted here -- });

    Am i correct this is your Code?

    jQuery('[data-type="project"]').on('click', function() { console.log('project clicked'); });

    The console log seems to be working:
    Screen Shot 2021-11-01 at 11.26.20 AM.png

    So you want some JS saying similar to:

    jQuery('[data-type="project"]').on('click', function() { console.log('project clicked'); jQuery("body").scrollTop() }); Talk soon Kimberly & best wishes ✨ Richard
  • Update has caused Sub Menu problems

    3
    0 Votes
    3 Posts
    20 Views
    RichardR
    Dear Duncan @DMB

    "what about people (such as myself) who want them visible at all times?, Would be quite simple to add that option in on the next update no?"

    Good point, I've added this thread to the development notes ✅

    I'm unsure of your exact setup and what is being applied to the sub-menu via Lay Theme vs your own Custom code, however the main thing i see is that when the class 'hidden' is added to the Menu on scroll its pushed up but not enough ( only 36px )

    Screen Shot 2021-11-01 at 11.02.44 AM.png

    It may not be the cleanest solution but the most efficient.

    nav.laynav.primary.hidden { top: -70px !important; }

    The menu is out of view completely now, sadly the !important is needed to override the CSS that is initially passed by hidden being added, but apart from that its good. When you have more time, finding out a cleaner way to correct this may be a good idea 🌝

    As for the second issue we have current-menu-parent also getting highlighted in addition to current-menu-item (getting the following blue added):

    nav.laynav .current-menu-parent>a { color: #1100ff; }

    The colour is defined in Customizer ▸ Menu Style
    Menu Point Active. But if you want no highlight then set the desired colour e.g:

    nav.laynav .current-menu-parent>a { color: black; } Hope this helps Duncan let me know how you go! 💥 Richard
  • Carousel bug

    2
    0 Votes
    2 Posts
    12 Views
    RichardR
    Dear @Jeffrey

    Could you please make sure that the Carousel as well as Lay Theme and any other plugins are fully updated too

    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.

    Also if you wish to post a link to your website with the carousel in question or some screenshots that may help 🔍

    Talk soon Jeffrey & have a great day 🌻 Richard
  • Projects don't show up with version 4.0.0

    4
    0 Votes
    4 Posts
    25 Views
    RichardR
    Dear @AxelNe @neirynckwout

    Thanks for the update! Yes PHP version 8.0 sometimes causes issue.

    Best wishes to you both and have a wonderful day! 🌝 Richard
  • 0 Votes
    4 Posts
    34 Views
    RichardR

    Awesome, great to hear @hanna, Have a wonderful day & thank you for supporting Lay Theme! 🌞

  • 0 Votes
    8 Posts
    120 Views
    RichardR

    Thanks @treh16 Will reply via that thread from now on ✅

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