Problem with Mobil Navigation Inside RSD

User 2592569 Photo


Registered User
17 posts

I have been trying to understand how to develop menus and drop down menus in RSD. I have recreated the RSD inputs shown in the CC video of the same name as the Thread Title. I have done the same with a similar video on drop down menus cited in this forum. Everything works identically to the video until I apply the "page navigation" head and body HTML that hides the menus for small screen sizes until the user clicks on the "mobil-button". I have checked and re-checked that I am using the correct coding but it still doesn't work. I need to get beyond this point if I am going to be able to apply the drop down menu coding in the second video. I have tried to attach the RSD file that I am using but the system will not let me do it -- it claims that it is not a .RSD file although I have confirmed that it is. Can someone tell me what I am doing wrong in trying to attache the file and in trying to get the mobil navigation coding working . FYI, I am previewing the file using Firefox and Chrome with similar results.

Also once I get past this point I need the HTML that is added to the footer displayed in the second video to produce the drop down menus - it is not readable on the video -- can someone direct me to a file from which I can extract that coding.

Thanks
User 2450009 Photo


Registered User
8 posts

I believe I am having a similar problem. I watched the u-tube video and followed the instructions several times but when I click on the menu icon nothing happens. In wide format the menu works fine.
User 187934 Photo


Senior Advisor
20,266 posts

If you share a link we can take a look at our menu.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2450009 Photo


Registered User
8 posts

Thanks Eric, here is a link to my new home page.
http://samratx.org/newweb/index.html
User 2088758 Photo


Senior Advisor
3,111 posts

Can you also provide us with the tutorial links you were using.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 187934 Photo


Senior Advisor
20,266 posts

Ralph A. wrote:
Thanks Eric, here is a link to my new home page.
http://samratx.org/newweb/index.html

Your missing the . in the Class selector.
$("mobil-button").click(function() {

Should be.
$(".mobil-button").click(function() {
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2450009 Photo


Registered User
8 posts

Thanks everyone adding the period worked. Amazing how omitting such a little thing can have such a big impact.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.