use classes and ids
-
Hello,
nice plugin and really working well, i think it would be easier to modify the design i you were using classes and id in front_views/slide_show.php instead of hardcoding style directly.
ie:
<div u="caption" t="<?php echo $result2[$slides[$flag]->caption_in]; ?>" t2="<?php echo $result2[$slides[$flag]->caption_out]; ?>"
style="position:absolute; top: 20px; left: 20px; height: 30px; color: #ffffff; font-size: 20px; line-height: 30px;">
adding a class ease the modifications
<div class="captionjssor" u="caption" t="<?php echo $result2[$slides[$flag]->caption_in]; ?>" t2="<?php echo $result2[$slides[$flag]->caption_out]; ?>">
just my 2 cents
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘use classes and ids’ is closed to new replies.