Skip to content

Addons

Got a question about an Addon?
862 Topics 4.0k Posts
  • Lightbox Addon: Show Site Title

    2
    0 Votes
    2 Posts
    47 Views
    RichardR
    Dear @bergerberg Could you post a link to the page/example in question where you would to get that page title to the front :) best Richard
  • Carousel full screen

    22
    0 Votes
    22 Posts
    5k Views
    RichardR
    Dear @TE This i quite a long thread now over 3 years. If not too much trouble are you able to make a new thread with a description of the issue and a link to your website with the example carousel in question, Feel free to link back to this thread if you wish! Sorry if this is annoying but the topic has grown so much since 2017 :) Sincerely Richard
  • Installing theme from uploaded file: laytheme-imagehover.zip

    2
    0 Votes
    2 Posts
    89 Views
    RichardR
    Dear Marta @marta_86 When Uploading a plugin into your Back-end we need to upload it into the 'Plugins' Section: [image: 1605145827377-screen-shot-2020-11-12-at-2.49.46-pm-resized.png] Then Clicking ' Add New' you can upload your Imagehover Zip file there Am i understanding your problem correctly? :) Best Wishes Richard
  • Image hover plugin does't work

    4
    0 Votes
    4 Posts
    140 Views
    RichardR
    Dear @chlu Great to hear ! :) Best wishes
  • Image Hover Addon not working properly.

    6
    0 Votes
    6 Posts
    197 Views
    RichardR
    Dear @sofia-v Recently a new update of Lay Theme came out, does this solve your issue? best Richard
  • Image hover plugin does't show

    7
    0 Votes
    7 Posts
    168 Views
    RichardR
    Dear @chlu Please can you update your Lay Theme, the Gridder should be working now :) Best Richard
  • Carousel mobile version

    7
    0 Votes
    7 Posts
    802 Views
    L
    Thanks @arminunruh for your answer, that works perfectly! It is kind of time-consuming since it only works if I start with a empty phone layout (if I "copy same layout" to the phone version and change the transition to slide it changes it for both the phone and the desktop version) but as a workaround it is a good solution for me. A future option to choose different transition types on desktop/mobile would still be great:) Looking forward to the WooCommerce integration! Thank you, Léon
  • Lightbox: Using WP Image Description as Lightbox Caption?

    4
    0 Votes
    4 Posts
    133 Views
    RichardR
    Dear Alex @rocked23 Thank you for understanding :) I apologise that it isn't a readily available feature already, it would be great to have that control across the whole Theme, but sometimes this will cause clashes. However, i do look forward to any work-around that you may achieve, it's a worthy endeavour! :) Good Luck and best wishes Sincerely Richard
  • Browser Height

    2
    0 Votes
    2 Posts
    47 Views
    RichardR
    Dear @almah I have asked for your Login details via private messages in 'chats' in another thread and so best if solve both threads at once :) Best wishes Richard
  • full screen addon

    3
    0 Votes
    3 Posts
    76 Views
    RichardR
    Dear @almah The Website shown is not a Lay Theme website, however regarding your particular issue: Best if you write me a private message with your login details and i can take a better look :) ( note: do not share private login info in this thread ) Let me know and best wishes Richard
  • Image Hover - custom image position

    4
    0 Votes
    4 Posts
    569 Views
    RichardR
    Dear @paulomariz Thank you for providing a link. You are correct that it is possible through Custom CSS. We can add our css through 'Lay Options - Custom CSS & HTML' [image: 1602692575703-screen-shot-2020-09-14-at-2.51.54-pm-resized.png] For this we will need some basic knowledge of CSS : https://www.khanacademy.org/computing/computer-programming/html-css and also using the "inspect' developer tools in Google Chrome: https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools (inspecting the webpage) So the images are located in a 'image-hover-region' that is invisible, until we hover over a link and this adds a class called 'show' which in turn makes the image visible . opacity:0 to opacity:1 [image: 1602692760902-screen-shot-2020-10-14-at-6.18.31-pm-resized.png] Here you can see the image is pushed to the right. I have done this by targeting the 'img' (image) within the 'image-hover-region' My CSS: .lay-imagehover-region img { margin-left:300px; } This is a basic CSS but you can feel free to adjust this to your needs. Now if you wish to target a specific image, this can be done as each image has its own attribute number. When inspecting the link we can see this: [image: 1602692892590-screen-shot-2020-10-14-at-6.18.42-pm-resized.png] data-hoverimageid="125" so we would add this to our code in order to target this specific image: .lay-imagehover-region img[data-hoverimageid="125"] { margin-left:300px; } I hope helps you and good Luck! :) Thank you for using Lay Theme Best wishes Richard
  • Carousel Add-on with Lightbox function

    2
    1 Votes
    2 Posts
    344 Views
    RichardR
    Dear @030_j As of yet, this option is not available within the carousel, however i can write this down in the development notes for future discussion. Regarding a solution around this issue: I believe it is possible through some customisation with adding HTML and JS. Recently a very similar question was asked and i gave a quick tutorial on how i might achieve this: http://laythemeforum.com:4567/topic/6087/imagehover-on-element-grid-lightbox-on-carousel/2 Take a look and see if you can modify the tutorial to suit your needs. Let me know and best wishes Richard :)
  • Sound on html video in carousel

    2
    0 Votes
    2 Posts
    92 Views
    RichardR
    Dear @Marie-Rud I think you could do yes, with a work around - i will have to test, However with Video's and sound - modern browser's especially Chrome now have it so that 'Autoplay" sound on video's doesn't work unless you allow/give the site access to do so upon entering. This sadly takes away any automatic sound coming from video's :( Let me know and have a wonderful day Best Richard
  • Animate Images

    2
    0 Votes
    2 Posts
    86 Views
    RichardR
    Dear @hammercity This is actually an interesting trick, check out this link :) http://leberg.com/wp-content/uploads/2020/06/le-berg-landing-vid.mp4 To do this yourself with individual images would require some good knowledge of JS and would be some effort, Hope this helps & doesn't discourage your wishes to be creative with Lay Theme! Let me know, & best wishes Richard
  • Carousel pair image transition

    2
    0 Votes
    2 Posts
    177 Views
    RichardR
    Dear @gridch This website is using the Full screen slider and not the Carousel plugin, Let me know your thoughts :) Best wishes and have a wonderful day Richard
  • Is it possible to make the carousel responsibe in some way?

    2
    0 Votes
    2 Posts
    70 Views
    RichardR
    Dear @fredyatb I believe the Carousel is already technically responsive, Is it possible you are referring to this 'Object-fit' : Cover added to the images? or apologies if i have understood wrong :) [image: 1602084955629-screen-shot-2020-10-07-at-5.32.01-pm-resized.png] Best Richard
  • How to change text color when using Image hover addon

    4
    0 Votes
    4 Posts
    342 Views
    RichardR
    Dear @jnemeck To achieve what you wish with all the row as one link and the option to then have the Hover image occur across the whole row: http://laythemeforum.com:4567/topic/5857/row-as-link-to-page This thread i'm quite sure contains the steps needed, Give it a go and let me know how you get on :) Good luck and thank you for using Lay Theme. Best Richard
  • Image Hover Add-on: Responsive Image 100 vh 100 vw

    2
    0 Votes
    2 Posts
    87 Views
    RichardR
    Dear @FW Could you please post a link to your website with the example hover link's you wish to appear fullscreen. Best wishes Richard
  • Carousel Captions+Numbers not shown

    5
    0 Votes
    5 Posts
    312 Views
    RichardR
    Dear @galuong Wonderful, great to hear. Thank you for returning and adding a conclusion to this thread :) Best wishes, thank you for using Lay Theme and have a wonderful day! Richard
  • Vertical images in carousel on mobile device

    5
    0 Votes
    5 Posts
    170 Views
    RichardR
    Dear @tkracauer Thank you for confirming! :) All the best, Richard

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

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