i wanted to add more slides to it, let say additional 5 slides out of the 10 slides existing on the module.
i am trying to modify some line of codes in the mod_jfslideshow.
i add the same lines of field after #10 in the mod_jfslideshow.xml
<field name="slideoption_image10" class="deleteme" type="hidden" />
change the number to 11 - 15
in the mod_jfslideshow.php files.. i saw this line
and change it to 15
overwrite the files in my ftp but when i check in joomla backend, its not working.
another thing is i wanted to add opacity on the description background color. is it possible?
i modified the template.css
.slidedescription {
filter:alpha(opacity=60); /* IE */
-moz-opacity:0.6; /* Mozilla */
opacity: 0.6; /* CSS3 */
float: right;
margin-top: 0 !important;
}
and yes it sets transparency on the background color but also with the description text.
any help please?