Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Random intro image

    18
    3 Votes
    18 Posts
    1k Views
    RichardR
    @Remco-van-Dun Thank you! šŸ’„
  • Site Frame Issue – Carousels are offset to the right

    4
    1
    0 Votes
    4 Posts
    60 Views
    RichardR
    Dear @jordanm Thank you Jordan - I have replied to your message in 'Chat' ✨
  • Fixed Text in Project - Pictures move to the left

    2
    0 Votes
    2 Posts
    80 Views
    RichardR
    Dear @lmpa92 Maybe this helps you in the right direction. The width of your images container ( .textproject ) is 60%. By changing the left-margin from 8% to 20% you are centering it: @media (min-width: 601px) #grid .push-1 { margin-left: 20%; } [image: 1625562774783-screen-shot-2021-07-06-at-9.12.36-pm-resized.png] Also if it helps: https://laytheme.com/documentation.html#custom-css-styling Best wishes @lmpa92 Richard
  • Unable to change menu icon position (mobile)

    2
    0 Votes
    2 Posts
    73 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
  • Mobile Site Title: full width + difference effect.

    2
    0 Votes
    2 Posts
    153 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 ā¬‡ļø)[image: 1625559725456-screen-shot-2021-07-06-at-8.20.47-pm-resized.png] https://laytheme.com/documentation.html#custom-css-styling Hope this points you in the right direction Jose and Good Luck! šŸŒ
  • Stacking on the same row with the same grid setting?

    4
    2
    0 Votes
    4 Posts
    160 Views
    RichardR
    Dear @ksed Have you since come to a solution? šŸŒ Best wishes 🌼 Richard
  • Background videos embed

    2
    0 Votes
    2 Posts
    66 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
    620 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
    95 Views
    RichardR
    @caromo Great to hear! thank you for the update ✨ Best wishes Richard
  • Captions for "Show multiple Slides" within carousel slider

    5
    0 Votes
    5 Posts
    149 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
  • Is there a way to disable/enable captions for all images?

    3
    0 Votes
    3 Posts
    63 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
  • empty space under project thumbnail on my front page

    2
    3
    0 Votes
    2 Posts
    45 Views
    RichardR
    Dear Maria @mariyeah Do you have any Custom Code added that when removed solves the issue?[image: 1624769186673-screen-shot-2021-06-27-at-1.11.06-pm-resized.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
    180 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" : [image: 1624760364250-screen-shot-2021-06-27-at-2.10.00-pm-resized.png] Here i have applied the 'Class' 'image-menu-item' [image: 1624760607385-screen-shot-2021-06-27-at-2.10.12-pm-resized.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 [image: 1624761537891-screen-shot-2021-06-27-at-2.37.32-pm-resized.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
    173 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
  • HOW TO CREATE A PICTURE POPING UP WHEN I CLICK ON A TEXT?

    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • Rotating text navigation menu

    2
    0 Votes
    2 Posts
    47 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
    625 Views
    RichardR
    Dear Ben @doorofperception Am i correct that we have now referenced this to another Thread http://laythemeforum.com/topic/6977/i-need-help-with-polylang/2 Best Wishes Richard
  • Newsletter/Mailchimp Integration

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

    4
    1
    0 Votes
    4 Posts
    564 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
    132 Views
    F
    hi @jwk, how about coding an overlay with html? maybe you do a sketch how it should look like.

I also code custom websites or custom Lay features.
šŸ’æ Email me here: šŸ’æ
info@laytheme.com

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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