Nyimas Posted January 28, 2020 Share Posted January 28, 2020 Dear Forums, So, I have a web using Wells template. And I made a homepage using Gallery in Not Linked navigation, so it won't appears on sidebar navigation. With this gallery I wanted to make it automatic slide transition, thumbnail & control buttons on a bottom-left sidebar, without using any blocks. I already set "Homepage Gallery View: Slideshow" on Site & Styles menu. For example that I wanted to achive would be like this :https://www.muhammadfadli.com/ and this is my current webhttps://nyimaslaula.squarespace.com/ Hope somebody knows how to fix it. Thanks, Link to comment
MagneM Posted January 28, 2020 Share Posted January 28, 2020 Hi @Nyimas 6 hours ago, Nyimas said: For example that I wanted to achive would be like this :https://www.muhammadfadli.com/ Insert the code below into Page Header Code Injection. Open your homepage while in the Pages panel. Hover over the content area. Click Settings. In the Page Settings window, click Advanced. <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $(document).ready(function(){ window.setInterval(function(){ $(".overlay-controls.right-control").click(); }, 2500); }); </script> (2500 = 2.5s) I hope this was helpful to you. Link to comment
Nyimas Posted January 29, 2020 Author Share Posted January 29, 2020 Hi @MagneM Thank you for your help, really appreciated. But pretty much I can't tested it out because it's part of premium feature and right now I didn't sign up for that. Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 7 hours ago, Nyimas said: Hi @MagneM Thank you for your help, really appreciated. But pretty much I can't tested it out because it's part of premium feature and right now I didn't sign up for that. If you are in trial, you can use that feature Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.