Hi, I’m new here.
I’m using the Pariiti Template.
I’ve configured the slide module with the control and it’s running ok, but only in the first image I can see the description :confused: . How can I do to show also the description in all images? When I’m configuring the slide module, in description parameters I wrote:
s1-1.jpg:caption=Astrofísico (Isla de La Palma)
sl-2.jpg:caption=Playa de Corrajelo ( Isla de Fuerteventura)
sl-3.jpg:caption=Bosque (Isla de La Gomera)
sl-4.jpg:caption=Mirador de La Peña (Isla de El Hierro)
…
…
(You can see my website if you don’t understand me)
Also, I want the template in red and I can´t and I’ve modified the index. Perhaps I wrong… This is a part of my index:
$ja_template_name = ‘ja_pariiti’;
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array(‘default’,’red’); // You can add more color array if needed
####################################
# Change the width of the template
$ja_width_default = ‘wide’; // ‘narrow’: 800×600; ‘wide’: 1024×768;
# default color
$ja_color_default = ‘red’; //blank for default, else pick one of in extra color themes $ja_color_themes
#font size default
$ja_font_size_default = 3;
# Enable users option
$ja_tool = 7; // 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
# Choose your prefer Menu Type
$ja_menutype = 4; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Dropline menu
# END: TEMPLATE CONFIGURATIONS ##########
Thanks very much and thanks for help me.