VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

how to add more slides to JF slideshow
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: how to add more slides to JF slideshow

how to add more slides to JF slideshow 08 Dec 2014 14:49 #5947

Hi Joomfreak,

jf-slideshow is the best however i wanted to add more slides to it, let say additional 5 slides out of the 10 slides existing on the module.

another thing is i wanted to add opacity on the description background color. is it possible?

regards,

Re: how to add more slides to JF slideshow 08 Dec 2014 19:03 #5949

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
$maxSlide = 10;

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?

Re: how to add more slides to JF slideshow 06 Feb 2015 05:39 #6216

i wanted to add more slides to it, let say additional 5 slides out of the 10 slides existing on the module.

in the fields/slideoption.php file, modify
public $_maxslide = 10;

to
public $_maxslide = 15;

another thing is i wanted to add opacity on the description background color. is it possible?

you can modify to
 
.slidedescription {
background-color: rgba(0, 0, 255, 0.6); /* blue with opacity */
float: right;
margin-top: 0 !important;
}
 


joomfreak
Last Edit: 06 Feb 2015 05:40 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.67 seconds
Saturday 27 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.