Active
Project:
Blogger theme
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2014 at 15:50 UTC
Updated:
9 Jul 2015 at 14:50 UTC
Jump to comment: Most recent
How do I add more than three slides to the slideshow?
I found blogger_theme.info and tried adding settings[slide4_(whatever)], then clearing the cache, but that doesn't seem to do it. I'm newish to Drupal and am sure I'm missing something...
Comments
Comment #1
petu commentedThere is no easy method to add more slides.
But it's quite simple to do it if you know PHP a little.
The right "drupal" way is to make a new theme using blogger_theme as a base theme. And apply all the changes to new theme.
Anyway, you may make changes on blogger_theme directly, but be ready to loose all the modifications in case of theme updates.
You have to make changes in files:
..and copy and paste lines with
$slide3_head = check_plain(theme_get_setting(...and replace 3 to 4.I was able to add one more slide to the slider.