Hi,
I have a simple one page site and wondered if there's a simple way to make image captions fade in on a scroll – perhaps at a fixed point (%) of the page height? Any pointers would be really helpful. Should I be looking at a jQuery solution?
Many thanks in advance,
Norman
Organstudio
Posts
-
Image captions appearing on scrollAug 16, 2024, 11:28 AM -
Image captions appearing on scrollAug 14, 2024, 3:00 PMHi,
I have a simple one page site and wondered if there's a simple way to make image captions fade in on a scroll – perhaps at a fixed point (%) of the page height? Any pointers would be really helpful.
Many thanks in advance,
Norman -
menu on top that leads to scrolling down sectionOct 29, 2021, 10:22 AM@Richard thanks so much! That is so much easier than I thought it would be – I didn't realise there was a built in option for this function.
Thank you!
Norman -
menu on top that leads to scrolling down sectionOct 27, 2021, 1:56 PMHi @Richard , thanks for your message. I'm actually trying to apply a 'scroll-to-top' function to my primary menu. I thought this might be a good way around it. Is there a straight forward way to apply code to this? Thanks in advance, Norman
-
menu on top that leads to scrolling down sectionOct 26, 2021, 4:38 PMHi Armin, do you have another youtube link for this that you could share. as the link you posted is now private? Thanks, Norman
-
Full Screen Slider swipe speedOct 20, 2021, 4:02 PMHello, is there any way to add code to increase the friction between slides on a full screen slider? I don't want a fade effect but if I take this option off and reduce the 'auto scrolling speed' in the slider options to '0' or '1' it is far too sensitive and fast. I would like to basically add resistance between slides to decrease the speed but without a transition.
– Could this code be adapted for the FS slider?Thanks,
Normanwindow.Frontend.GlobalEvents.on("projectpageshown", function(a) { setTimeout(function() { jQuery('.lay-carousel').flickity({selectedAttraction: .005, friction: .2 }) ;}, 100) });
-
block mouse click navigation from carouselAug 27, 2019, 10:24 PMThis works perfectly @arminunruh @mariusjopen – thanks so much!!
-
block mouse click navigation from carouselAug 22, 2019, 8:24 PMDear @mariusjopen,
I also just wondered if there is a simple way to do this. I have a simple carousel with a selection of images and I would like to disable the click. I tried the CSS that was posted in another thread but it didn't work.
This is a link to my site: https://www.organ-studio.com/
Many thanks in advance,
Norman -
Carousel within Fullscreen SliderJan 23, 2019, 9:11 PMHi @mariusjopen,
I am building a basic site with an automatic carousel of images as an intro and an info page that shoots up on a click (not swipe) using a vertical fullscreen slider.
This is the starting point for the site: https://www.organ.services/intro
• Is there also a way to disable the swipe action so the slide is only actioned on a click?
• How can we disable one of the arrow directions on each slide, since we only have 2 slides? We would like to have one direction only on each slide (down/up). Right now it also seems to be effected by the carrousel so click function on intro slide doesn't work properly.
• Is there a way to integrate a scroll within a slide on a vertical slider? We would like to have the text on right side of the info page (2nd slide) on a separate scroll, with the left side remaining fixed.
Many thanks in advance,
Norman -
Saving a copy of my websiteJun 10, 2018, 10:56 AM -
Saving a copy of my websiteJun 8, 2018, 2:35 PMHi,
Is there a simple way to save a back-up of the website? I can't seem to find an existing answer on the forum or through the wordpress options.
Thanks!
Norman -
Hover on simple ImagesJun 3, 2018, 3:15 PM@mariusjopen said in Hover on simple Images:
.img a img{
transition: all 300ms ease;
}.img:hover a img{
filter: brightness(0.9);
}.img a .caption{
opacity: 0;
transition: opacity 300ms ease;
}.img:hover a .caption{
opacity: 1;
}Thanks Marius – works perfectly!
-
Hover on simple ImagesJun 1, 2018, 3:34 PM@arminunruh said in Hover on simple Images:
hey, you can do this with custom css!
.img img{ transition: all 300ms ease; } .img:hover img{ filter: brightness(0.9); } .img .caption{ opacity: 0; transition: opacity 300ms ease; } .img:hover .caption{ opacity: 1; }
Css is not so hard to do! There are little video courses about it like the one I recommend on khan university in the documentation section "custom css"
Hi Armin,
Is there a way to modify this CSS so that it only applies to the images on a page that contain links (rather than all images)?
Thanks!
Norman -
CSS issues for active state on menu linksMay 23, 2018, 9:42 AM@mariusjopen said in CSS issues for active state on menu links:
.current-menu-item a {
font-family: Lifeitalics;
}Hi @mariusjopen
Yes that works perfectly!
Many thanks!
Norman
Need custom programming for your Lay Theme site?
I regularly add new features to Lay Theme for free, based on user feedback. But if you or your client need something more specific, I’m happy to offer custom paid programming tailored to your project.
Email info@laytheme.com with the subject "Custom paid programming for Lay Theme" and a short description of what you need — I’ll reply with a cost estimate.
Custom features I build often make it into future Lay Theme updates, so your idea might benefit the whole community.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it