Forums

close all slider

micker 16 Oct, 2014
hello

how to close all slider at loading page ?
regards
micker 16 Oct, 2014
nobody ?
micker 21 Oct, 2014
i try
<?php
 $css = array();
   $css = 'slider_oxydation{ display: none !important; }';
 $doc =& JFactory::getDocument();
 $doc->addStyleDeclaration($css);
 ?>

code is ok but doesn't work
http://com3elles.us/com3elles.net/universkin/index.php?option=com_chronoforms5&chronoform=diagnosticfonctionnel
regards
GreyHead 21 Oct, 2014
Hi micker,

The first line $css = array(); doesn't actually do anything so you can leave it out.

But the # in this line is important $css = '#slider_oxydation{ display: none !important; }';

Bob
micker 23 Oct, 2014
it work but => if i check an option in checkbox that doesn't display it ...
other idea ?
This topic is locked and no more replies can be posted.