Dear @KentaChai
I am not personally familiar with this plugin however maybe on the forum there are some people who have also been looking for a solution.
http://laythemeforum.com/search?term=member&in=titlesposts&matchWords=all&sortBy=relevance&sortDirection=desc&showAs=posts
Apologies that I cannot offer further Third-party plugin support at this time, though i do wish to help and hope you find something that works for you
Sincerely
Richard
Dear @willcanning
Im so sorry that no one replied to this thread, this isn't a practice we wish to maintain! forgive me
Did you manage to find a solution to your problem in my absence?
Thank you for your patience and for using Lay Theme
Sincerely
Richard
Dear @cschm-tz
You are able to use the "CUSTOM CSS & HTML" option in "Lay-options"
[image: 1596547300239-screen-shot-2020-08-04-at-3.15.48-pm-resized.png]
Here you would add your code that targets that column of text and position it on the right of the viewport like you wished for
I wanted to use the link you provided to go back and have another look but the page does not exist anymore?
Maybe i am mistaken :)
Let me know as i still wish to help
Best
Richard
Dear @caterina
As a first we normally ask if you have any Third-party plugins installed that may be interfering with Lay Theme.
If so is it possible to de-activate them to see if the problems still exist?
If not we can go from there :)
Thank you for using Lay Theme & have a wonderful day
Best
Richard
Dear @obliek
Is it possible to post a link to your website as to get a better look?
I hope i understand your question :)
Until then, have a wonderful day And thank you for using Lay Theme
Best
Richard
Dear @florine
Apologies, but i'm not sure i understand exactly what you are trying to achieve
Is it possible to upload a picture of your problem?
Thanks
Sincerely
Richard
Dear @apynet
Awesome!! Cool Fix :)
Great to hear that you found a solution
Also this is great as it will help others in the future
So thank you very much for using Lay Theme and making it stronger :)
Sincerely
Richard
Dear @Johannes-Meger
We are always taking this advice and noting it down to see if we can implement it in the future! :)
We cannot Guarantee that in the next update it will be fixed, but that we are working on it
I hope this provides some light and that we are thankful for your patience and for using Lay Theme and sticking with us :)
Have a wonderful day
Sincerely
Richard
Dear @LN
I hope i understand your problem and please correct me if i am wrong :)
The main content should start at 40% of the page's height, however because you want your client to have freedom to change picture we cannot target any one image specifically.
[image: 1596029335562-screen-shot-2020-07-29-at-3.25.05-pm-resized.png]
Here in the picture above i have targeted to whole "grid" and increased its "padding-top" from 1% to 40% using "Custom CSS & HTML"
Does this suit your needs or is it too simple a solution?
Your client can still change the images and this will continue to use the 40%
I hope this sets you in the right direction!
https://www.khanacademy.org/computing/computer-programming/html-css
https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools
These are two links that can introduce you to the basics of CSS if you having difficulty
As always thank you heaps for using Lay theme and having Patience with the Forum
Best wishes
Sincerely
Richard
Dear @fer1113
I will try to help!
If i understand your question properly and correct me if i'm wrong :)
The web document seems ok although the semicolons ( ; ) on the last "opacity" ' s are missing - i have fixed them below
@keyframes imageAnimation {
0% {
animation-timing-function: ease-in;
opacity: 0;
}
8% {
animation-timing-function: ease-out;
opacity: 1;
}
17% {
opacity: 1;
}
25% {
opacity: 0;
}
100% {
opacity: 0;
}
}
However in terms of the code working but showing up for every page -
I believe it is because you haven't specified the page in which this code should be applied so it just gets applied to the "Body" of every page.
Each page has its own information that you can use to target it
[image: 1596027289674-screen-shot-2020-07-29-at-2.52.44-pm.png]
Here for this page "Fashion" you can see things like "data-id=47" & "data-slug="fashion" etc
Look into adding something in both the HTML and CSS "Body" tags that will target the actual page you want :)
Here are some links that i hope will help you in the right direction:
https://www.khanacademy.org/computing/computer-programming/html-css
https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools
Best of luck and Thank you for your patience and using Lay Theme!
Sincerely
Richard
Dear @gdc
Beautiful Website! :)
I do see the problem with the white line below the images,
knowing exactly what is causing the problem without having deeper access to your website is difficult however i have a simple solution if you are willing.
Adding the following code to your website may prove the trick!
img{
margin-bottom: -1px;
}
You can paste this in - "Lay options" - "Custom CSS & HTML"
in the Custom CSS area.
[image: 1595948707781-screen-shot-2020-07-28-at-5.04.16-pm-resized.png]
Let me know if this works or suits your needs
Best wishes
Richard
Dear @jnemeck
Great to hear from you and thanks for providing such a nice description
Currently it is sadly not possible to create Parallax on the X-axis
However i think it is a good idea :) & worth noting,
We will put it in the Possible Development Notes for future work on Lay Theme!
Thanks For using Lay Theme and being a part of the Community & the patience with this delayed Reply
Best Wishes
Sincerely
Richard