Show/Hide Toggle Text on a Page
Icewolf08
Registered Users Posts: 2 Beginner grinner
On my legacy site I had a few pages (like my FAQ) where I used a simple little javascript to show and hide divs. I think it is much nicer than just having a page that is a wall of text. Here is an example: http://www.icewolfphotography.com/Pioneer-Theatre-Company/ptcfaq/20911357_mKQ3gD
Now that I am transitioning to the the new SM, I can't use the script anymore, and I can't figure out a way to toggle the visibility of text on a page. I tried the HTML5 <summay> and <details> tags, but they don't seem to work either.
I emailed support and was told to come here, so if anyone has any insight, I would appreciate it. This is probably the one major thing that is holding me back from taking my new site live.
Now that I am transitioning to the the new SM, I can't use the script anymore, and I can't figure out a way to toggle the visibility of text on a page. I tried the HTML5 <summay> and <details> tags, but they don't seem to work either.
I emailed support and was told to come here, so if anyone has any insight, I would appreciate it. This is probably the one major thing that is holding me back from taking my new site live.
0
Comments
<span class="noShow">xxx xxx xxx</span>
Some examples I'm using on NewSmug now.
My Website index | My Blog
That's the easy part, hiding the text. The tricky part is being able to toggle the visibility. Like I said originally, I used to do it with javascript, but that's out now. HTML5 is supposed to support this behavior natively, but apparently something in the way that the new SM works, doesn't like that code.