Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.5k Posts
  • Unable to change menu icon position (mobile)

    2
    0 Votes
    2 Posts
    23 Views
    RichardR
    Dear @Warul-Kawa

    Currently the Customizer Site Title options do not apply for Mobile.
    If changes are needed they must be applied via Custom CSS: https://laytheme.com/documentation.html#custom-css-styling

    Best Wishes 🌝 Richard
  • 0 Votes
    2 Posts
    80 Views
    RichardR
    Dear @josehoudini

    You could use Custom CSS to adjust the Image but you must then make changes to fit your content as well:

    .mobile-title img { height: auto !important; width: 100vw; }

    ( Here you see it takes over the lower text ⬇️)Screen Shot 2021-07-06 at 8.20.47 PM.png

    https://laytheme.com/documentation.html#custom-css-styling

    Hope this points you in the right direction Jose and Good Luck! 🌝

  • 0 Votes
    4 Posts
    56 Views
    RichardR
    Dear @ksed

    Have you since come to a solution? 🌝

    Best wishes 🌼 Richard
  • Background videos embed

    2
    0 Votes
    2 Posts
    15 Views
    RichardR
    Dear @Bella

    I have added this to the development notes! thank you 🌝

    Best wishes Richard
  • Menu on the left/right side!

    8
    0 Votes
    8 Posts
    280 Views
    RichardR
    Dear @JanneKern

    Thank you for posting! thats great for others in the future!! πŸ’₯

    Best wishes Richard
  • problems with text styles

    4
    0 Votes
    4 Posts
    32 Views
    RichardR
    @caromo Great to hear! thank you for the update ✨ Best wishes Richard
  • 0 Votes
    4 Posts
    83 Views
    RichardR
    Dear @jwk @doorofperception

    I believe you can only currently have the one caption shown.

    Apologies for any inconvenience this may cause, I cannot say when this feature may be added, but i will put it in the development notes for future discussion.

    Note: You may wish to attempt this using Custom CSS & HTML
    https://laytheme.com/documentation.html#custom-javascript

    Best wishes and have a wonderful day 🌝 Richard
  • 0 Votes
    3 Posts
    18 Views
    RichardR
    Dear @prazzo101

    "Is there an easy way to disable/enable general captions without having to actually remove them?"

    Besides General settings in Lay Options, Customizer & Gridder Layout? Do you wish for a Custom CSS option?

    Talk soon & best wishes @prazzo101 🌝 Richard
  • 0 Votes
    2 Posts
    21 Views
    RichardR
    Dear Maria @mariyeah

    Do you have any Custom Code added that when removed solves the issue?Screen Shot 2021-06-27 at 1.11.06 PM.png
    I believe the extra height is created from 'row 2' Stacking setup

    Talk soon & best wishes 🌝
    Richard

  • Upload image for menu item?

    2
    0 Votes
    2 Posts
    72 Views
    RichardR
    Dear @kl Great website, best wishes ✨

    This is not possible with any standard options, however Wordpress does have functions to make this process easier βœ…

    In > Appearance > Menu's >

    You should find a 'Screen Options' at the top-right of your page. From here you choose the 'Advanced menu property' - "CSS Classes" :

    Screen Shot 2021-06-27 at 2.10.00 PM.png

    Here i have applied the 'Class' 'image-menu-item'

    Screen Shot 2021-06-27 at 2.10.12 PM.png

    NOTE: You could also apply this same process using "Text Formats" & their potential for custom class names.

    Then you would apply the Text Format to the menu-item via:

    > Appearance > Customize > Menu style > Primary Menu >

    Next some simple jQuery can be used:

    https://laytheme.com/documentation.html#custom-javascript - NOTE: Use of "newpage event" & '$' to 'jQuery'.

    https://forum.jquery.com/topic/replacing-text-links-with-images

    The following Code will need to be added into 'Custom <head> Content' within:

    > Lay Options > Custom CSS & HTML >

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ jQuery(function(){ jQuery('.image-menu-item a').html('<img src="https://rickei3.dreamhosters.com/wp- content/uploads/2021/03/lilie-von-gruen-susann- zielinski-cursor-f23030-e1616640182583.png"/>') }) }); </script>

    Now within this code is a piece:

    src="https://rickei3.dreamhosters.com/wp- content/uploads/2021/03/lilie-von-gruen-susann- zielinski-cursor-f23030-e1616640182583.png"

    This represents the 'source (src)' of your image, we need to input your desired image.

    We can do this using the Media LIbrary located in: > Media

    Screen Shot 2021-06-27 at 2.37.32 PM.png

    When viewing a 'Media Item' it comes with a handy 'File URL'

    **Copy & Paste this File URL into the images 'src' path:

    src="_insert_your_new_file-url_here_"

    Also remember to keep your image files very small when doing this otherwise they may cause flicker on page load.

    There are many ways im sure you could do this @kl but this is what first came to mind - Hope this helps and have a wonderful day 🌝 Richard
  • Slow loading

    4
    0 Votes
    4 Posts
    66 Views
    RichardR
    Dear @Jill Best wishes

    Could you please post a link to your website?
    Also to be sure:

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

    https://www.eurovps.com/blog/reasons-for-slow-website-loading/

    Talk soon & have a wonderful day Jill 🌝 Richard
  • 0 Votes
    1 Posts
    24 Views
    No one has replied
  • Rotating text navigation menu

    2
    0 Votes
    2 Posts
    18 Views
    RichardR
    Dear @joaop

    Some simple Javascript knowledge will be needed to implement it, however is very possible:

    https://www.w3schools.com/howto/howto_js_typewriter.asp

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

    Best wishes Richard
  • Polylang doesn't work correctly

    3
    1 Votes
    3 Posts
    267 Views
    RichardR
    Dear Ben @doorofperception

    Am i correct that we have now referenced this to another Thread

    http://laythemeforum.com:4567/topic/6977/i-need-help-with-polylang/2

    Best Wishes Richard
  • Newsletter/Mailchimp Integration

    3
    0 Votes
    3 Posts
    86 Views
    RichardR
    Seconded : ( push ) Anyone? ✨
  • Mobile menu customizations

    4
    0 Votes
    4 Posts
    302 Views
    RichardR
    Dear @doorofperception

    Unfortunately I'm unable help further at present with your Custom Code, I hope other users may speak up if they can help 🌝

    Sincerely Richard
  • Show more images in Lightbox-Addon

    2
    0 Votes
    2 Posts
    27 Views
    felix_rabeF

    hi @jwk, how about coding an overlay with html? maybe you do a sketch how it should look like.

  • This topic is deleted!

    12
    0 Votes
    12 Posts
    84 Views
  • Image hover Fade Transition Speed

    7
    0 Votes
    7 Posts
    79 Views
    RichardR
    Dear @spontans

    Sorry its been a while since this thread,
    The following CSS is what controls the transition speed of the Imagehover, Mouse-in & Mouse-out:

    .lay-imagehover-region.transition { transition: opacity 1000ms ease; }

    I have set it to 1000ms instead of the default 200ms.

    Hope this helps Richard
  • 0 Votes
    2 Posts
    105 Views
    arminunruhA

    hey im not sure why this doesnt work

    you could try and debug your website on your iphone like this:
    https://www.browserstack.com/guide/how-to-debug-on-iphone

    maybe a javascript error shows up

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