Tricked Out News

Welcome to TON. This site is dedicated to development of addons for the RavenNuke™ CMS
Follow Us:
Tricked Out Mods: Forums

 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

noscript: hide slide content
 
 
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> Tricked Out Slider
View previous topic :: View next topic  
Author Message
neralex
Regular
Regular


Joined: Nov 01, 2010
Posts: 15

Reputation: 19Reputation: 19

PostPosted: Sun Mar 20, 2011 1:49 pm 
Post subject: noscript: hide slide content
Reply with quote

hey!

i have tested this great TrickedOutSlider block today. its very cool addon and its looks very nice. but you turn JS off in your browser, then splashed the slide content divs over your website.

i have found a way with jquery to check JS is on. i override a css class, if JS active.

add a new class to your slider.css:
Code:
.noslide {display:none;}


search in block-TrickedOutSlider.php:
Code:
$content = '<center><div class="jflow-content-slider">'; 


change it:
Code:
$content = '<center><div class="noslide">'; 


add after this
Code:
$content = .'<script>'; 

$content = .'$("div").removeClass("noslide").addClass("jflow-content-slider");';
$content = .'</script>';


sources:
http://api.jquery.com/addClass/

notice:
you must add type and dever to script tag for xhtml compliance. i can not post the script type here in the forum. it was blocked. remove spaces Smile

type = " t e x t / j a v a s c r i p t " d e f e r = " d e f e r "

greetz

Bling
  
Back to top
View user's profile Send private message
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 600
Location: North Carolina
Reputation: 543Reputation: 543Reputation: 543
votes: 4

PostPosted: Sun Mar 20, 2011 2:12 pm 
Post subject:
Reply with quote

Nice... Thank you for the update....
_________________
Tricked Out News
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> Tricked Out Slider All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001-2008 phpBB Group
Forums ©