Scrolling effect like this?

DaveOzric
935 Posts
DaveOzric posted this 20 July 2017

Hello, this site has some elements that are 100% screen hight and scrolling goes to the next one.
http://blankpagebiz.com/

Is this possible with Themler?

Thank you

Hello, this site has some elements that are 100% screen hight and scrolling goes to the next one. http://blankpagebiz.com/ Is this possible with Themler? Thank you
Vote to pay developers attention to this features or issue.
9 Comments
Order By: Standard | Newest
gcg
62 Posts
gcg posted this 20 July 2017

Hi Dave,

I think is not possible directly in Themler because you can't add JS on it, but, you can do it easy on a Joomla or Wordpress site.

Script 1 > In the next URL you will see the JS code that you have to add to your site and a sample demo.

Script 2 > And here you can see another tutorial to do that:

Regards

Hi Dave, I think is not possible directly in Themler because you can't add JS on it, but, you can do it easy on a Joomla or Wordpress site. **Script 1 >** In the next URL you will see the JS code that you have to add to your site and a sample demo. - Script on Stackoverflow: https://stackoverflow.com/questions/25839487/auto-scroll-to-next-anchor-at-mouse-wheel - Demo working: http://jsfiddle.net/t6LLybx8/728/ **Script 2 >** And here you can see another tutorial to do that: - http://manos.malihu.gr/page-scroll-to-id-with-mousewheel-and-keyboard/ Regards

Last edited 20 July 2017 by gcg

DaveOzric
935 Posts
DaveOzric posted this 20 July 2017

Thanks GCG, I'll take a look.

Themler peeps?

Thanks GCG, I'll take a look. Themler peeps?
Support Team
Support Team posted this 21 July 2017

Hi,

Unfortunately Themler does not have such built in feature. But if you have script which do this you can link it to the theme under the Settings >> Additional HEAD HTML or insert HTML control with the script on the template(s).

Thank you,
Olivia

Hi, Unfortunately Themler does not have such built in feature. But if you have script which do this you can link it to the theme under the Settings >> Additional HEAD HTML or insert HTML control with the script on the template(s). Thank you, Olivia
gcg
62 Posts
gcg posted this 21 July 2017

Hi Dave,

You are wellcome.

I think that for scripts like this it's better add it in the CMS backend with a Joomla plugin or module because if in the future i don't need this anymore, only have to make 1 clic to disable or delete this, don't have to come back to Themler > Remove code > Save (& publish) > Install the clean template again.

Regards

Hi Dave, You are wellcome. I think that for scripts like this it's better add it in the CMS backend with a Joomla plugin or module because if in the future i don't need this anymore, only have to make 1 clic to disable or delete this, don't have to come back to Themler > Remove code > Save (& publish) > Install the clean template again. Regards
DaveOzric
935 Posts
DaveOzric posted this 21 July 2017

I agree, if Themler can't do it I won't use it to add it manually. I always try to use the CMS in this case.

However, on a different note. Can multiple full screen height elements be on the page? So you end up with multiple sections that are the same height when scrolling down through them? This would accomplish half of what this does just not the auto scrolling part. Does this make sense? I guess I could try it and see.

I agree, if Themler can't do it I won't use it to add it manually. I always try to use the CMS in this case. However, on a different note. Can multiple full screen height elements be on the page? So you end up with multiple sections that are the same height when scrolling down through them? This would accomplish half of what this does just not the auto scrolling part. Does this make sense? I guess I could try it and see.
Vitaliy WD
490 Posts
Vitaliy WD posted this 21 July 2017

Or you can just use Smart Slider 3.
Here is example: https://smartslider3.com/fullsize/

Or you can just use Smart Slider 3. Here is example: https://smartslider3.com/fullsize/
DaveOzric
935 Posts
DaveOzric posted this 21 July 2017

Hi Vitaliy WD, that's funny you are showing me the thing the example site used. I just assumed it was a WordPress thing and did not even look at it. I see it's a Joomla thing too! Not too expensive either.

Thanks!

Hi Vitaliy WD, that's funny you are showing me the thing the example site used. I just assumed it was a WordPress thing and did not even look at it. I see it's a Joomla thing too! Not too expensive either. Thanks!
DaveOzric
935 Posts
DaveOzric posted this 21 July 2017

So to answer my own question, I created a template and added a few sections and made them all 100vh and they are exactly what I wanted. Now if Themler ever adds a way to do what Smart Slider does I can use this on HTML sites. But for now I like this method for an HTML site I am making.

Smart Slider will be nice on a Joomla site once I test it.

So to answer my own question, I created a template and added a few sections and made them all 100vh and they are exactly what I wanted. Now if Themler ever adds a way to do what Smart Slider does I can use this on HTML sites. But for now I like this method for an HTML site I am making. Smart Slider will be nice on a Joomla site once I test it.
macais
14 Posts
macais posted this 11 December 2017

Hello,

I have the same problem, but I don't want to use Sections with 100vh.

My page is one page layout and has 6 sections. Jumping to them from menu without smooth scrolling to an anchor / section works fine.
But when scrolling, it stops somewhere in the page.

The point it should stopp looks like this: section class=" bd-section-5 bd-tagstyles" id="slogan" data-section-title="Slogan"

Trying to get the Script 1 working was without result. I pasted the code in themler > home > additional head html between script and also tried plugin called add-custom-javascript.

can someone please help
thx

Hello, I have the same problem, but I don't want to use Sections with 100vh. My page is one page layout and has 6 sections. Jumping to them from menu without smooth scrolling to an anchor / section works fine. But when scrolling, it stops somewhere in the page. The point it should stopp looks like this: section class=" bd-section-5 bd-tagstyles" id="slogan" data-section-title="Slogan" Trying to get the Script 1 working was without result. I pasted the code in themler > home > additional head html between script and also tried plugin called add-custom-javascript. can someone please help thx

Last edited 11 December 2017 by macais

You must log in or register to leave comments