VictorR
Posts
-
Scroll transition with full screen slider, "no-animation" not working -
Scroll transition with full screen slider, "no-animation" not workingHello everyone,
I have a problem with the scroll transitions option.
To get the context, here is my website structure (which is pretty simple):
I have a homepage with the full screen slider plug-in and an overlay page (Index) with a grid of images.I want to have the scroll transitions on the overlay page to have a smoother scroll so I checked the scroll transition option.
The problem is that it affects the scroll of the full screen slider. The images between the slides are jumping and fading when sliding. I want no transition for the full screen slider.
I tried to put "no-animation" on every elements on my homepage (images and grid) and that is not working.
Is there a way to have only the scroll transition on my overlay page (Index)?
Thanks in advance,
Victor -
Video Thumbnail Behaviour problemHello Robin,
Thanks for your answer!
Just did the new update and the thumbnail video on mouseover are back!Best,
Victor -
Video Thumbnail Behaviour problemHello Laytheme community,
The "Play on mouseover" fonction is not working anymore and I don't know why.
However the autoplay is working.
Here is my website: www.w-studio.paris
Thanks in advance,
Victor -
Navigation, Previous ButtonHello Lay-team,
My website contain a lot of projects which are classified by categories. Some projects are in different categories.
I would like to do a previous button (just like any browser previous button) in every project that goes back to the previous page and not to an actual category because for some project there are different categories involved and moreover it’s not convenient to edit the links project by project when you have more that a hundred of it…I’ve tried a php code :
<a href="<?php echo $_SERVER['HTTP_REFERER'] ?>">Back</a>But it actually goes back to the homepage with an ugly permalink :
<?php%20echo%20$_SERVER[%27HTTP_REFERER%27]%20?>I’m not an expert at all in Php and the code might be wrong…
I’ve tried also in Javascript but it didn’t work as well…Do you have any solution to do that ?
Thank you in advance,
Victor R