-
AuthorPosts
-
May 2, 2015 at 11:36 am #438358
Hey!
Some of my clients have JavaScript disabled :-(
It occur some display problems.Accordion & Toggles
[av_toggle_container initial='0' mode='accordion' sort='']
The “toggle_icon” is not at the correct position (See here http://www.frank-rahn.de/letters/).Tabs
[av_tab_container position='top_tab' boxed='border_tabs' initial='2']
The closed tabs are not visible (See here http://www.frank-rahn.de/franks-werkzeugkasten/).Page Preloading
The preloader is always displayed. The preloader is no longer active on my website.I have tested everything with the Mozilla Firefox 37.0.2 under Ubuntu.
Cheers!
FrankMay 4, 2015 at 5:28 pm #439129Hi Frank!
Javascript is a must have for modern websites. The toggles, tabs, and preloader require it. If you want to support users who do not use javascript then you will need to turn off those settings and refrain from using the toggles, tabs, and most other elements in the layout builder.
Cheers!
ElliottMay 5, 2015 at 7:33 am #439540Hi!
Many websites support no Javascript. For example, for users who need a screenreader.
The optical features are of course invisible, but…
The programmers of Enfold have this already provided.
The tabs displayed below each other.
The Toggles all opened.
It is only displayed incorrectly (see above).By the Way, the Combo Widget displays correctly. It uses the tabs…
Cheers!
FrankMay 6, 2015 at 9:12 pm #440654Hey!
What browser and version are you using? Take a screenshot highlighting how your trying to make it display and we’ll see if it’s possible.
Cheers!
ElliottMay 6, 2015 at 10:42 pm #440683Hi Elliott!
Browser: Mozilla Firefox 37.0.2 (Web Developer add-on to disable JavaScript)
Tabs
http://www.frank-rahn.de/franks-werkzeugkasten
Tabs with JavaScript
Tabs without JavaScriptToggles
http://www.frank-rahn.de/letters/
Toggles with JavaScript
Toggles without JavaScriptDo you need more information?
Cheers!
Frank- This reply was modified 9 years, 6 months ago by frank-rahn.
May 8, 2015 at 5:20 am #441369Hey!
It will require a lot of custom css modifications to clean the elements for browsers with javascript turned off. For example, to display the tabs properly, you can add this in a code block element. Place it above the tab element:
<noscript> <style> .tab_inner_content { left: 0; } </style> </noscript>
Since you don’t need to open or close the toggles, you can remove the toggle icon:
<noscript> <style> span.toggle_icon { display: none; } </style> </noscript>
A lot of elements in the theme is not going to work if javascript is disabled. Unfortunately, we can’t help you with each and every one of them. If you really want to provide support for those users, less than 1% of internet users and declining according to browser stats, you will need to hire a freelance developer to configure the elements. Please contact codeable: http://kriesi.at/contact/customization
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.