Skip to content

Addons

Got a question about an Addon?
867 Topics 4.0k Posts
  • Sitetitle under hoverimages?

    hover addon overlay sitetitle
    3
    0 Votes
    3 Posts
    237 Views
    RichardR
    Dear Jonas @jonasschulte Great to hear you came to a solution, using the z-index is a good way to do it :) Of course things may change in the future but due to your code's simplicity i don't think it will be an issue. Do you need the additional css thats not z-index, so just: .sitetitle { z-index: 0; } Just curious but doesn't matter at all! just a thought :) Best wishes Jonas and have a wonderful day! Richard
  • Image hover Add On with 2019 Studio license?

    2
    0 Votes
    2 Posts
    57 Views
    RichardR
    Hi Henning @Henning Good question, thanks for bringing this up! You are of course entitled to the same benefits of a Studio License purchased by others but at a later date, Please if you could write to lostfiles@laytheme.com with either you License key or the Invoice of Purchase, they will then be able to create a link for you to receive the Addon/addons that you are missing :) Best wishes, let me know and have a wonderful day Henning Richard
  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • 0 Votes
    5 Posts
    826 Views
    RichardR
    Dear @rioma7 Good luck! :) Let me know how you go Best Richard
  • 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
    90 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
    146 Views
    RichardR
    Dear @chlu Great to hear ! :) Best wishes
  • Image Hover Addon not working properly.

    6
    0 Votes
    6 Posts
    198 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
    1
    0 Votes
    7 Posts
    169 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
    803 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
    139 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
    78 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
    345 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
    178 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

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