I had the same problem on a web I made. Not sure what should I do to activate it.
huertels
Posts
-
Intro not workin -
Caption below single image on LayGridderThank you! It worked
-
Caption below single image on LayGridderHi,
I'm trying to show captions below images using LayGridder.
It's not a project thumbnail, just a single image.
Is this possible?
Thanks.
-
Auto-scroll to an anchor in front page by clicking on a project page link@mariusjopen not really, I'm starting right now studying JavaScript but I should close this project a month ago and I don't know how long is going to take me to learn enough to get this.
Is it too much asking for help on this?
Best!
-
Auto-scroll to an anchor in front page by clicking on a project page linkHey!
It worked for me using this:
<script>
window.laytheme.on('thumbnailgrid_rendered', function(){
if(window.location.hash.length > 0){
var id = window.location.hash;
if(jQuery(id).length > 0){
jQuery('html, body').animate(
{ scrollTop: jQuery(id).offset().top },
{ duration: 1200 });
}
}
});
</script>But now I find another problem. I have two different anchors: one is before the grid (#work) and the other one is after the link (#contact). If I want to go to the first anchor everything's right, but when it auto-scrolls to the second anchor, the animation speed seems too fast.
I guess there's a possible solution but I don't know how to code it. It would be different animation durations for each anchor. The logic would be something like: if anchor is #work = X duration; if anchor is #contact = Y duration.
Does it makes sense? There's another better solution? Can you help me with it?
Thank you very much!
-
Auto-scroll to an anchor in front page by clicking on a project page linkI'm having a little problem. If the anchor is after a thumbnail grid, first it auto-scrolls to the position and then it loads the content of the grid, so the anchor gets out of the screen.
Can it be added a delay to get sure first it loads the grid and then it finds the position of the anchor?
Thanks!
-
Auto-scroll to an anchor in front page by clicking on a project page link@mariusjopen sorry, I didn't. It worked, thank you very much!
-
Auto-scroll to an anchor in front page by clicking on a project page linkHey there!
I found something similar from 2016 posts but not sure if they were asking for the same as me.
I'm trying to make an animated auto-scroll to an anchor of the front page <div id="work"> by clicking on a link which is on a project <a href="http.../#work">.
Right now the auto-scroll is not working. Am I missing something?
What should I add to get the animation too?
Thanks!
-
Project Thumbnail Video, go to beginning of Video on mouse leaveThank you very much! It worked perfectly.
-
Prev / Next button (project navigation) not fixedPerfect! Thank you very much.
-
Project Thumbnail Video, go to beginning of Video on mouse leave@mariusjopen please, can you read my post again? Maybe I didn't explained myself.
I'm so grateful for your update. In fact, I was the one asking for it, but:
Right now you only have 2 options: (1) Autoplay; (2) Play on mouseover, pause when not.
I'm asking for a third one: (3) Play on mouseover, pause AND GO TO THE FIRST FRAME when not.
You can see the effect hovering on the actual cover of this website:
https://abcdefghijklmn-pqrstuvwxyz.com/es/Hope you consider it.
-
Prev / Next button (project navigation) not fixedHi,
I was trying to make the Prev / Next buttons appear at the end of the project, as a footer. Not fixed but floated at the end of the content.
As I think it can't be done with default options, can someone help me with custom CSS?
Shouldn't it be a default option?
Thanks!
-
Speed on zoom-in when mouseover image project thumbnailsHi again,
I think it would be great to have an option to slow down the zoom in when mouseover on an image project thumbnail. Right now is very fast and can't be modified. Would be great to have a custom field with X milliseconds.
The reference is the same I shared for the video thumbnail thing:
https://abcdefghijklmn-pqrstuvwxyz.com/es/Thanks!
-
Project Thumbnail Video, go to beginning of Video on mouse leaveHi,
I was the one asking for this effect when mouseover on a video:
http://manson.st/workSo glad you added it to new updates. Thanks so much.
Now I have a client who's asking for starting the video when mouseover but making it pause and begin again when not. You can see the effect here in some project:
https://abcdefghijklmn-pqrstuvwxyz.com/es/It would be great to have both options. (1) Always playing; (2) Paused and play when mouseover, pause at last frame when not; (3) Paused and play when mouseover, pause and start again when not.
Can you help me with that? Sounds good for an update?
-
How to natural scroll / auto scroll inside projectsOk, I just saw is an option of the Fullscreen Slider Addon which was 'Active for all Projects' and yes, you can disable it for mobile. Just perfect.
-
How to natural scroll / auto scroll inside projectsHi,
I just noticed that, inside a project, if you leave a row with a single element it centers the element vertically on the screen and with a single touch in the mouse / trackpad, it auto scrolls to the next row. I love this effect, but in past websites I made with Lay Theme it didn't do the same.
So, why is this happening now? Can I change the behavior of the scroll choosing natural or auto scroll somehow? Is there a way to switch off the effect or is it automatic?
As I said, I love the effect and I'm using it on the present website that I'm building, but I only want it for the desktop version, because some texts or image grids don't fit vertically in the mobile version.
For moderators: I can't share the link yet so I'll give access to the website on private chat.
-
Border right in thumbnailsMarius helped me on this. Thanks a lot!
If someone has the same problem, add this to your custom CSS and custom CSS for desktop:
.thumb video {width: 101%;}
-
Different type when mouseover@edgrbnz that's true, thanks! I saw you also have the option of writing in html and add the span and the class of the paragraph by yourself.
-
Different type when mouseoverI just see that I can't do it neither into a paragraph, so if I change the Paragraph style of some words or sentences using the editor, it will change the whole paragraph.
If we use a default type it won't be a problem because it has the Italic or Bold button for it, but when using custom webfonts or different families for each style, is not possible right now.
The same is happening with Links in Text option, it would be great if you could improve it.
Hope it helps. Thanks!
-
Different type when mouseoverHey,
I was trying to make the type turns italic/oblique style or bold when hover on the site title or menu links, but there's not a default option for it. It would be great to have the option of choosing a different type –style or even family– to get some cool effects.
I guess it can be done by using custom CSS, but it would be a good default option at Customize. Right now you can only play with color, opacity or stroke.
Here's an example when hover on the menu titles: http://www.portikus.de
Hope it sounds good. Thanks!