Closed (fixed)
Project:
Dynamic display block
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 17:21 UTC
Updated:
29 Aug 2011 at 03:01 UTC
I have made a copy of upright10 theme and I'm trying to customize it. Everything works fine except: For pager options, it shows every type of pager in the list(not just numbers) and for pager position, only right and left are shown instead of top and bottom. Thus the pager is not rendered.
Comments
Comment #1
ppblaauw commentedThere is a naming convention for the slideshow theme name to recognize the right pagers
Naming convention:
Slideshow themes can not have spaces, underscores and dashes.
Slideshow theme name = [slideshow_theme_name][pager_type_number][slideshow_theme_orientation][suffix]
Pagertype
10 = number pager
20 = prev/next pager
30 = text pager
40 = image pager
50 = image-text pager
60 = scrollable pager
Note: probably the pager for the scrollalble pager will be split up in the future
60 = scrollable pager with number pager
70 = scrollable pager with text pager
80 = scrollable pager with image pager
90 = scrollable pager with image-text pager
slideshow_theme_orientation:
p = portrait layout with pager at top or bottom
l = landscape layout with pager at left or right
for example:
[mytheme][10][l]
which becomes
mytheme10l
is a landscape theme with a number pager
Hope this helps you further, please let me know.
Comment #2
lordfkiller commentedThat did the trick! Thank you very much :)
Comment #4.0
(not verified) commentedcorrected typos