Brilliant tutorial! I was able to get the smooth scroll to work with Scroll to ID, but spent half a day unsuccessfully trying to get it to go to the top of the page and not highlight all of the menu items. Ten minutes after your tutorial, it was done! Making the new menu was key. Thanks!
Hi, there The plugin got updated. So if you're using WordPress 3.6 or higher, by default, the plugin is auto-enabled to work on any WordPress custom menu links. What this means is that you don't need to manually add that class (little code) "ps2id" to each menu link.
Hi, I have a question. I would like to make my website a one-page site like you showed in the video, but only for mobile devices. People on smartphones would have a menu that scrolls down to the section, and people on PC would still have a normal menu that browses to the different pages. Is there any way I can do that?
Hello Jackson thanks for a good tutorial. I do have one question: When I activate the pugin and go to a page, the symbol that indicates the target does not show up. In other words the icon at 3:27 never appears to me. Tried reactivating. Any tips?
Hi Jordbakke, and thanks for watching! Ah, not sure about that - possibly a plugin conflict - but you can add the short code manually - check-out the setting page of the plugin and it'll show you what that is. hope this helps!
HiJackson. Very helpful video, thank you. What happens if one were using the Unyson Visual Editor to build the Home Page. Because the page is configured in sections/boxes, I'm not sure where to place the codes etc using the Plugin. Appreciate your help, thanks.
You're welcome Daniel! Yes - Page Scroll to ID plugin (wordpress.org/plugins/page-scroll-to-id/) does support horizontal scrolling ! - check out their demo here: manos.malihu.gr/repository/page-scroll-to-id/demo/demo-horizontal-layout.html
I wanted to add that I am using the Jevelin wordpress theme and modifying the Home Basic demo content for my Home page, using the Unyson Visual Editor.
Yeah, if you using google chrome you just head to the page blog where you want to have your menu item linking to, right click -> inspect element. Find the element ID. Then when creating the menu item which is going to link to this element, just follow the same process as Jakson. Now you can because you already have the element ID. I am not a techie guy so this is kinda hard to explain, but really easy to do ahah
Hello, I want to know that despite adding and activating the Plugin, I'm not able to find the "icon" which helps to mark the ID to any element on the page. Kindly help me out.
Is there no way to embed theses pages on the front page instead of having all the content of various pages having to be pasted on the homepage, so that they could work both as a single webpage layout and individual pages? Watching this video after 6yrs but find it so good that I had to like and subscribe.. Thank you for sharing your knowledge...
Thanks for watching and he sub Michael! I guess this tutorial is aimed at a one page site but you could have different menus on different pages if you wanted to mix it up a little!
Works for me, thank you Jakson! Just FYI if you create scrolling anchor links in posts or pages instead of menus you'll need the CLASS in the link as well, for example The techie stuff. Without the class the anchor link just jumps down without scrolling, at least for me. Additionally, you should put the anchor like [ps2id id='techie' target=''/] a few lines above where you want the scroll to end. Thanks again, finally someone solves this! :)
Hi Greg. I do need the page to scroll to an anchor when a button is clicked on the same page and not from in a menu. I have added the code with classes and matched all names (using the text editor view) but it never scrolls. I can't figure why? How can I get a button click to scroll to a anchor point (to the appropriate class="ps2id" point)? Any help is appreciated.
Hi Mark. I did get it to work, via a button, after also receiving help from the Wordpress forum (thanks to 'Malihu'). So my original code (not working) was like this, [maxbutton id="1" text="Governance"] But the change I needed to make was to this (now working), Button code: [maxbutton id="1" text="Governance" url="#governance"] And the Anchor code (a few lines above where you want the scroll to end) is like this: [ps2id id='governance' target=''/] Hopefully that helps you out? I am not a programmer but I get basic coding so this was a good result for me! Cheers.
Hi Jackson. I wish to have a scroll effect in which a single scroll would link to the anchor name in the page instead of gradual scroll over the page. Please help me on this. Thanks in advance
This is exactly what I'm looking for 🤗 but I'm using nicepage wordpress template😞. So, how would Page scroll to id work if I use this template? Please Help!🙏
Hi Jackson. It's a great tutorial. I work in my page with a theme: Bridge, I added a new section in an existing page, but its scroll don't work, for one section it jump, and in the other one the scroll is below the title, I don't know what I can do. Any suggestion? I added the anchor and the id, but it doesn't work. Could you help me??
Ok when I use this method I have use using my "cart system". I am using a plugin called beat store and when you add something to the cart nothing happens do to this setup. Any one had a similar issue or a better way to get an infinite scroll?
Thanks, But I'm facing a problem, when I click on the menu button then the section is partially hiding under the header section. Can you please help me out?
How can I have a scrolling menu with other static pages? I have a couple of separate pages but when I click on one of the scrolling tabs nothing happens unless I click on Home.
Hi, I design one page template and I am using myStickymenu plugin and Page scroll to id plugin when I am in mobile device and click menu (Custom Link) page go to that specific section but Menu (Custom link) still open. So I want to know when i am in mobile device and I click menu (Custom link) page go to that section and menu need to Collapse (Close). How can i do it ?? Please give me solution. Thank you
You can also do this without the plugin . Just go to page editor select emelent >> edit as html add id="about" to the div element and it'll work the same
@@dandrevs Yeah simply go to the page you're editing add a spacer above the element that you want the scroll to happen to Then click on edit as html you should see something like this : In there just add Then go to menus add new button and on link simply add #about You can do that for any button as well
cool!! is there a way to control the offset of the scrolling? some themes comes with a sticky header when when clicking on an items it's scroll and some of the content are behind the sticky header... do you know if there a way to play with the offset of the scrolling?
Hi Jakson. Your site is great and always helpful. Thank you. I need the page to scroll to an anchor when a button is clicked on the same page and not from in a menu. I have added the code with classes and matched all names (using the text editor view) but it either never scrolls, or, scrolls but leaves some text showing beside the button on a live page. I can't figure why? How can I have the scroll initiated by a button click (at the top of the same page) to an anchor point (to the appropriate class="ps2id" point)? Any help is appreciated.
Hi nice tutorial, i have a question in case my site is one page but when someone click in the portfolio pic it goes to that item, so, when you in that page click on the menu i don´t do anything. can you tell me how to make that anchor work in the main page and in the sub page? than you
Hi, how can I set a different offset value to my section home? My offset is 100 it looks good on the other parts of my page, but when I click home in the nav, it also offsets me and it doesnt scroll to the very top. I used the navigation and #home for my home link
Hi jackson about page scroll to id this plug in not showing in page builder or widget area i am trying new page with out page builder is working how i use this plug in widget area or any simple solution to make good website lastly this plud in is awesome thank you
Hi Jackson! Thanks for a great tutorial. I have a question, I would like to know what the whole ID is for this plugin if there is one? Because I would like this to be in a section/box I created with a scrollbar and sidemenu. How is this possible?
Hello, thank you for this video ! i just want to know how can i add this code in a one page theme (with a menu with no scroll), the theme is "Quality". The content of the page (home) doesn't appear in admin dashboard so i can't add the code where i want. How can i do that ? thank you very much for your help !
Thanks for that Jakson. Looks great. Do you know how i could use it a horizontal scrolling page? Although there is an option in the settings, it doesn't seem to work on my website. By the way, it is not a horizontal scrolling theme by default. It's an Astra theme that im working with Elementor and some custom CSS to make it horizontal. Any help on that would be super appreciated. Thanks in advance!
@G Martinez you have to add / or /yourpage before #menu-id in your menu. see this video (is german) from minute 4:20: ruclips.net/video/Bnn1U4qZau8/видео.html
There are some templates that allow you to create sections by having 1 Home page and adding the rest as sub-pages (i.e. create new page and set Home as parent). Does this plugin with this as well?
Hi. How to make this happen just as an animation? I mean: I am in a page, and I want to jump to another page, so not from a post to another, and have just the animation of the scroll without actually scrolling... ?
Hi Jakson, love your channel. Installed the sticky menu however I would like to remove the static menu on the page? Do you know how I can do this? I have tried css code to hide it but it hides both static and sticky menu! Thanks
Hi Jakson, great video! I got it to work, but the scrolling overlaps the title when I click the menu. I'm quite sure it's because of the page builder i'm using (SiteOrigin Page builder) Is there any solution for this problem, or to control the scrolling?
Hi jakson thanks for the tutorial ! It works but i'm having an issue with my sticky menu hiding the top part of my sections. I tried adding an _ before the # and it works but now the menu items are not highlighted depending on where i am on the page :( anyone knows how to solve that ?
Hi Jackson I currently using Beaver builder (Lite version) to develop a new website I am also duplicating web pages so I can make them more responsive for mobile users. I'm having a problem with the code I need for the standard button link to make it link to a heading on the same as I intend to use smooth scroll to make the users experience better. Can you help please?
Hi Jackson, The problem is now kind of half sorted by using the unique ID in the CSS selector within the advance link button settings using Beaver Builder I can now link an article or heading on the same page. I just need to see if I can get the smooth scroll to work properly.
Thanks for tutorial JAKSON!!! Hola hay veces que no anda el efecto, para eso coloquen en el campo "selector" en los ajustes del plugins esta linea: a[href*='#'] (borren la otra) Hello, there are times that the effect does not go, for that place in the field "selector" in the settings of the plugins this: a [href * = '#'] (delete the other one)
Hi Jack! I have a page with few images. I want to scroll down to related paragraph or heading when I click on these images. How can I do that? Any help would be deeply appreciated :)
thankyou master! may i request a video that shows us how to post in selected page like posting in blog page. couse i want that every post i made it posted in particular page that i've selected like home or another page except blog.
Hi Jakson, thx for your great videos, they really helped me so far. I now have the following case: the user clicks on an anchored link on the homepage, gets than to a subpage and scrolls down smoothly to the supposed section. Is that possible (with this plugin)? Thx for your help.
I followed step by step and my site isn't working. Maybe its because Im unsure how to plug in a link that has spaces in the tab. EX: "Mobile Gaming" - What you taught was one work tabs EX: About , Home, Contact. What should a person do if the tab is more than one word, like a "Contact Us" section or so?
hi sir , can u plz explain visual composer & i search for it there is so many visual composers but i can't find original. i download google analytics for word press but it asking api key , what is api key what the link of google analytics. i see all your videos my rating 5/5 for u sir.
Hello Tech Leaks, thanks for watching and your 5* rating :) Do you Mean Visual Composer on Code Canyon? - I'm planning a full tutorial on this very soon - make sure you subscribe to and turn on notifications to know when that comes out :) Re analytics - You shouldn't need the API key, just the access code - did you check by tutorial here: ruclips.net/video/P69FgTpsFg0/видео.html
Hi Jakson, Awesome tutorial, very succinct ! I need help setting up my test page. I can only get smooth scroll, and I want linear w/0 ms. I want the instant jump. Thank you !
Great and simple! :) Could you please explain how I can do two languages website with this plugin -scrolling effect and language switcher.Thank you in advance!
Hey folks, just made this new Elementor version: ruclips.net/video/yb2dfVZx34w/видео.html - enjoy!
I stumbled upon your videos yesterday and they're already the most helpful Wordpress tutorials I have EVER seen on RUclips. Great job!
Forget About Smooth Scrolling I did not even knew how to add scrolling in the same page....
Man you are Life Saver
I I watched so many videos in Portuguese and could not do it, with you were 3 minutes is done.
thank you very much.
Capoeira.
Out of the dozens of videos i have watched, this was by far the most helpful and easiest to follow. Thank you so much!
I immediately subscribed you after this. You were very easy to follow, and kept it short and sweet. I can't wait to watch more of your videos!
Brilliant tutorial! I was able to get the smooth scroll to work with Scroll to ID, but spent half a day unsuccessfully trying to get it to go to the top of the page and not highlight all of the menu items. Ten minutes after your tutorial, it was done! Making the new menu was key. Thanks!
THANK YOU! I'm so glad that you get straight to the point instead of dragging it out unnecessarily.
Hi, there
The plugin got updated.
So if you're using WordPress 3.6 or higher, by default, the plugin is auto-enabled to work on any WordPress custom menu links.
What this means is that you don't need to manually add that class (little code) "ps2id" to each menu link.
Great video and a great plugin. Clear and concise demo. Thanks for doing this!!!
thanks, glad it was helpful!
Hi, I have a question. I would like to make my website a one-page site like you showed in the video, but only for mobile devices. People on smartphones would have a menu that scrolls down to the section, and people on PC would still have a normal menu that browses to the different pages.
Is there any way I can do that?
You saved me countless hours of research. Thank you
Hello Jackson thanks for a good tutorial.
I do have one question: When I activate the pugin and go to a page, the symbol that indicates the target does not show up. In other words the icon at 3:27 never appears to me.
Tried reactivating. Any tips?
Hi Jordbakke, and thanks for watching! Ah, not sure about that - possibly a plugin conflict - but you can add the short code manually - check-out the setting page of the plugin and it'll show you what that is. hope this helps!
just copy the code and paste it next to the headline: [ps2id id='name' target="/]
By the way, great tutorial. Thanks Jakson
HiJackson. Very helpful video, thank you. What happens if one were using the Unyson Visual Editor to build the Home Page. Because the page is configured in sections/boxes, I'm not sure where to place the codes etc using the Plugin. Appreciate your help, thanks.
Thanks for share Jackon help me a lot!!!...I tried to use in a horizontal website, but no sucess...some suggestion ?
You're welcome Daniel!
Yes - Page Scroll to ID plugin (wordpress.org/plugins/page-scroll-to-id/) does support horizontal scrolling ! - check out their demo here: manos.malihu.gr/repository/page-scroll-to-id/demo/demo-horizontal-layout.html
I wanted to add that I am using the Jevelin wordpress theme and modifying the Home Basic demo content for my Home page, using the Unyson Visual Editor.
Hi, any idea how to use it with the new wordpress layout? The icon of the plugin is not appearing. thank you
Yeah, if you using google chrome you just head to the page blog where you want to have your menu item linking to, right click -> inspect element. Find the element ID. Then when creating the menu item which is going to link to this element, just follow the same process as Jakson. Now you can because you already have the element ID. I am not a techie guy so this is kinda hard to explain, but really easy to do ahah
@@joaopedrodias9477 muito obrigado!! demorei para entender mas finalmente consegui pôr isto a funcionar
Hello, I want to know that despite adding and activating the Plugin, I'm not able to find the "icon" which helps to mark the ID to any element on the page.
Kindly help me out.
Same. It would be so cool if someone have the solution !!
Is there no way to embed theses pages on the front page instead of having all the content of various pages having to be pasted on the homepage, so that they could work both as a single webpage layout and individual pages?
Watching this video after 6yrs but find it so good that I had to like and subscribe.. Thank you for sharing your knowledge...
Thanks for watching and he sub Michael! I guess this tutorial is aimed at a one page site but you could have different menus on different pages if you wanted to mix it up a little!
@@wpjakson no no not that way. I want it to be One Page style only, but without copy pasting the content and using blocks to embed existing Pages
Thank you Jak for your video !!!. How is possible the URL changes as we click on About or Contact?
How to also add top padding on the section menu after I click each menu?
Hello! Thank you for the great tutorial. The plugin seems not to work on the mobile phone navigation, though?
Hi, did you find solution, or any other plugin, that works on mobile navigation?
Works for me, thank you Jakson! Just FYI if you create scrolling anchor links in posts or pages instead of menus you'll need the CLASS in the link as well, for example The techie stuff. Without the class the anchor link just jumps down without scrolling, at least for me. Additionally, you should put the anchor like [ps2id id='techie' target=''/] a few lines above where you want the scroll to end. Thanks again, finally someone solves this! :)
Hi Greg. I do need the page to scroll to an anchor when a button is clicked on the same page and not from in a menu. I have added the code with classes and matched all names (using the text editor view) but it never scrolls. I can't figure why? How can I get a button click to scroll to a anchor point (to the appropriate class="ps2id" point)? Any help is appreciated.
Hi Grant, did you come up with any solution? I also do not know how to do that :).
Hi Mark. I did get it to work, via a button, after also receiving help from the Wordpress forum (thanks to 'Malihu').
So my original code (not working) was like this,
[maxbutton id="1" text="Governance"]
But the change I needed to make was to this (now working),
Button code:
[maxbutton id="1" text="Governance" url="#governance"]
And the Anchor code (a few lines above where you want the scroll to end) is like this:
[ps2id id='governance' target=''/]
Hopefully that helps you out? I am not a programmer but I get basic coding so this was a good result for me!
Cheers.
Hi Jackson. I wish to have a scroll effect in which a single scroll would link to the anchor name in the page instead of gradual scroll over the page. Please help me on this. Thanks in advance
This is exactly what I'm looking for 🤗 but I'm using nicepage wordpress template😞. So, how would Page scroll to id work if I use this template? Please Help!🙏
Hi Jackson. It's a great tutorial.
I work in my page with a theme: Bridge, I added a new section in an existing page, but its scroll don't work, for one section it jump, and in the other one the scroll is below the title, I don't know what I can do. Any suggestion? I added the anchor and the id, but it doesn't work. Could you help me??
i have the same issue.
I don't see the link to the next tutorial about sticky menus. Am I missing something? And thank you.
Ok when I use this method I have use using my "cart system". I am using a plugin called beat store and when you add something to the cart nothing happens do to this setup. Any one had a similar issue or a better way to get an infinite scroll?
Hi, is it the same process if it’s a parallax theme? Can’t seem to get mine working.
Thanks, But I'm facing a problem, when I click on the menu button then the section is partially hiding under the header section. Can you please help me out?
How can I have a scrolling menu with other static pages? I have a couple of separate pages but when I click on one of the scrolling tabs nothing happens unless I click on Home.
Can it be done on the home page ? like when someone is visiting your website from google and will land on the home page ?
Can anyone tell me how to highlight the selected menu item(custom link) after I click on any item ? Looking forward to the answers..TIA
Hi,
I design one page template and I am using myStickymenu plugin and Page scroll to id plugin when I am in mobile device and click menu (Custom Link) page go to that specific section but Menu (Custom link) still open. So I want to know when i am in mobile device and I click menu (Custom link) page go to that section and menu need to Collapse (Close). How can i do it ?? Please give me solution.
Thank you
You can also do this without the plugin . Just go to page editor select emelent >> edit as html add id="about" to the div element and it'll work the same
I'm interested. Do you have more details on this one?
@@dandrevs Yeah simply go to the page you're editing add a spacer above the element that you want the scroll to happen to
Then click on edit as html you should see something like this :
In there just add
Then go to menus add new button and on link simply add #about
You can do that for any button as well
@@maxyakovlev505 pretty cool. Thank you, sir!
cool!! is there a way to control the offset of the scrolling? some themes comes with a sticky header when when clicking on an items it's scroll and some of the content are behind the sticky header... do you know if there a way to play with the offset of the scrolling?
Hello, nice tutorial.. but I want to hide #about from url after scrolling also how to do that can you help?
Hi Jakson. Your site is great and always helpful. Thank you. I need the page to scroll to an anchor when a button is clicked on the same page and not from in a menu. I have added the code with classes and matched all names (using the text editor view) but it either never scrolls, or, scrolls but leaves some text showing beside the button on a live page. I can't figure why? How can I have the scroll initiated by a button click (at the top of the same page) to an anchor point (to the appropriate class="ps2id" point)? Any help is appreciated.
Hi nice tutorial, i have a question in case my site is one page but when someone click in the portfolio pic it goes to that item, so, when you in that page click on the menu i don´t do anything. can you tell me how to make that anchor work in the main page and in the sub page? than you
Thank you for the answer that I searched for a long time.
Thanks jackson
Hi, how can I set a different offset value to my section home? My offset is 100 it looks good on the other parts of my page, but when I click home in the nav, it also offsets me and it doesnt scroll to the very top. I used the navigation and #home for my home link
Hi jackson
about page scroll to id
this plug in not showing in page builder or widget area
i am trying new page with out page builder is working
how i use this plug in widget area or
any simple solution to make good website
lastly this plud in is awesome
thank you
Right click on your widget in pagebuilder and search for "page scroll" and it'll show up as a widget. Add it before the section you want to scroll to.
Hi Jackson!
Thanks for a great tutorial.
I have a question, I would like to know what the whole ID is for this plugin if there is one? Because I would like this to be in a section/box I created with a scrollbar and sidemenu. How is this possible?
Thanks Jakson for the tutorial 👍
Hello, thank you for this video ! i just want to know how can i add this code in a one page theme (with a menu with no scroll), the theme is "Quality". The content of the page (home) doesn't appear in admin dashboard so i can't add the code where i want. How can i do that ? thank you very much for your help !
can you show how to add for each page background image and color?
Thanks for that Jakson. Looks great. Do you know how i could use it a horizontal scrolling page? Although there is an option in the settings, it doesn't seem to work on my website.
By the way, it is not a horizontal scrolling theme by default. It's an Astra theme that im working with Elementor and some custom CSS to make it horizontal.
Any help on that would be super appreciated.
Thanks in advance!
Dude you are awesome! Don't stop
Anyway to use this with Elementor?
You can use it with Elementor. Just open Elementor at the bottom you will find the wordpress element Page scroll to id target.
@G Martinez you have to add / or /yourpage before #menu-id in your menu. see this video (is german) from minute 4:20: ruclips.net/video/Bnn1U4qZau8/видео.html
Hey! just made this new Elementor version: ruclips.net/video/yb2dfVZx34w/видео.html
very good Page scroll to id for WordPress thanks for your video it helped me a lot
There are some templates that allow you to create sections by having 1 Home page and adding the rest as sub-pages (i.e. create new page and set Home as parent).
Does this plugin with this as well?
Hi. How to make this happen just as an animation? I mean: I am in a page, and I want to jump to another page, so not from a post to another, and have just the animation of the scroll without actually scrolling... ?
Hi Jakson, love your channel. Installed the sticky menu however I would like to remove the static menu on the page? Do you know how I can do this? I have tried css code to hide it but it hides both static and sticky menu! Thanks
Does it work with Enfold?
I want to install, but i'm hesitant cause it isn't tested with my version. (5.0.1)
Hi, I used beaver builder with the tesseract theme to build my page. Can I still use this same scroll plugin? THANK YOU!
Hi Jakson, great video!
I got it to work, but the scrolling overlaps the title when I click the menu.
I'm quite sure it's because of the page builder i'm using (SiteOrigin Page builder)
Is there any solution for this problem, or to control the scrolling?
Ow, I found it. It's on the settings of the plugin, called Offset, I put 200pxl and the scrolling worked perfect!
@@flaviochevbotar5283 thank you man, you helped me a lot!!!
¡ayuda! Ya tengo el menú hecho, creo una página de galería pero el problema es que no puedo vincularlo a los demás.
Hi! I use OceanWP and I use Elementor, shall it work if I use shortcode?
What if I only want 1 page on the website to have this sort of scrolling menu ? A kind of website within a website...
Hi jakson thanks for the tutorial ! It works but i'm having an issue with my sticky menu hiding the top part of my sections. I tried adding an _ before the # and it works but now the menu items are not highlighted depending on where i am on the page :( anyone knows how to solve that ?
Can i use that in Astra Theme oder Sydney
Hi
I want to use the feture from home page by clicking on it ,and it i take me to bottom page of about page
how can i do it?
thank you
Question : if it works with elementor?
Ow yess i was looking this and finally i found it. thanks jakson
Hi Jackson I currently using Beaver builder (Lite version) to develop a new website I am also duplicating web pages so I can make them more responsive for mobile users. I'm having a problem with the code I need for the standard button link to make it link to a heading on the same as I intend to use smooth scroll to make the users experience better. Can you help please?
Hey, thanks for watching! - not sure I understand completely - could you explain a little more?
Hi Jackson, The problem is now kind of half sorted by using the unique ID in the CSS selector within the advance link button settings using Beaver Builder I can now link an article or heading on the same page. I just need to see if I can get the smooth scroll to work properly.
Hi Jackson!! Is it possible to work with this plug-in on widgets?
Thanks for tutorial JAKSON!!!
Hola hay veces que no anda el efecto, para eso coloquen en el campo "selector" en los ajustes del plugins esta linea: a[href*='#'] (borren la otra)
Hello, there are times that the effect does not go, for that place in the field "selector" in the settings of the plugins this: a [href * = '#'] (delete the other one)
i have edited pages using elementor, will it work there? if yes, how? please tell
Hi Jack! I have a page with few images. I want to scroll down to related paragraph or heading when I click on these images. How can I do that? Any help would be deeply appreciated :)
Thank you JAKSON very helpful
Glad it was helpful Jenniline !
thankyou master! may i request a video that shows us how to post in selected page like posting in blog page. couse i want that every post i made it posted in particular page that i've selected like home or another page except blog.
Hi Jakson, thx for your great videos, they really helped me so far. I now have the following case: the user clicks on an anchored link on the homepage, gets than to a subpage and scrolls down smoothly to the supposed section.
Is that possible (with this plugin)? Thx for your help.
Hi Roy, thanks for your support! I don't think this is possible with this plugin.
I followed step by step and my site isn't working. Maybe its because Im unsure how to plug in a link that has spaces in the tab. EX: "Mobile Gaming" - What you taught was one work tabs EX: About , Home, Contact. What should a person do if the tab is more than one word, like a "Contact Us" section or so?
In3D Management Simply place an underscore between the two words like: contact_us
Excellent video. Love from India
Hi! I used the Elementor plugin to create my homepage. Can I still use this plugin? I don't see how :/
I have the exact same problem 😕
how do i scroll from a slider layer to a particular section on same website page
hi sir ,
can u plz explain visual composer & i search for it there is so many visual composers but i can't find original.
i download google analytics for word press but it asking api key , what is api key what the link of google analytics.
i see all your videos my rating 5/5 for u sir.
Hello Tech Leaks, thanks for watching and your 5* rating :) Do you Mean Visual Composer on Code Canyon? - I'm planning a full tutorial on this very soon - make sure you subscribe to and turn on notifications to know when that comes out :)
Re analytics - You shouldn't need the API key, just the access code - did you check by tutorial here: ruclips.net/video/P69FgTpsFg0/видео.html
Hola Jakson! Thanks so much for sharing! This content is sooo useful! :)
Hi Jackson, does this work using Visual composer page builder?
How do you add an internal link to your pages ?
hi, great tutorial but how to make it work with Visual Composer? I need to switch to Classic Mode but then it doesn't work. Thank you.
Excellent - loving your videos!
Great tutorial! Many thanks
Cool it works with Elementor too.. Thanks for sharing.
How do get it to work with Elementor????
Hi, great video! How can i add the ps2id to a button?
Taschen
Thank you very much JAKSON
Thank you very much for this concise and easy to follow tutorial. 👍
Hi Jakson,
Awesome tutorial, very succinct !
I need help setting up my test page.
I can only get smooth scroll, and I want linear w/0 ms. I want the instant jump.
Thank you !
Great stuff Fritz! Thanks for watching! So you mean you don't want any scroll - just jump straight to the anchor tag?
Yes, correct. To me, it seems like it's a Wordpress setting, even though I am a novice.
It's working on desktop but not on mobile. Is there any solution ?
hi sir I created my website in Page builder can u tell in that
Great and simple! :) Could you please explain how I can do two languages website with this plugin -scrolling effect and language switcher.Thank you in advance!
If my home page is made in elementor, where should I put links?
Hello sir, what template do ou use for this tutorial?
Hello GLK, thanks for watching! I’m using my own theme “CENTO”, you can find all the info here: jakson.co/cento/ 😃
how can we perform it with Elemetor ?
Can you do this using page builder?
Yes, right click and insert the id target as a widget.
I dont have that red circular link on mine, any idea why?
Hi Raphael! Not sure which Red Circle you mead - can you explain a little more? thanks for watching!
You only get that in the editor. If you're using plugins like pagebuilder you can add anchor points as widgets.
Great! I did it, Thank you!
Hello
nice tutorial
Do you know how can add the same smooth scrolling menu to a landing page created with elementor?
Keep it up!
This channel is awesome. Cheers mate
Thank you Jackson. Amazing way to explain. Just what I was looking for.