Greetings guys,I just want to say that I am grateful to Devsaran for the wonderful free themes.As a novice,I haven't quite figured out how to change the slide images on the premium responsive theme,to remove the images it comes with and place my own.Thanks in advance for replies

Comments

Pittbull’s picture

It's quite simple: just replace the default imgs you'll find in the template's directory with your owns. That's it!

JoelMwenya’s picture

Where can I find this Premium Responsive 7.x-1.7 template's directory. I would like to replace pictures with my own. Thank you

mkat’s picture

Hello,
I am trying to increase the number of images on the 1st page slide show. I have added the commands for two extra pictures on the theme_settings.php file and I can see the option of two extra pictures but it does not work. Should I make some modifications on other files(such as js);
This is what is added on the theme_settins.php:

$form['resp_settings']['slideshow']['slide4'] = array(
'#type' => 'fieldset',
'#title' => t('Slide 4'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);
$form['resp_settings']['slideshow']['slide4']['slide4_desc'] = array(
'#type' => 'textfield',
'#title' => t('Slide Description'),
'#default_value' => theme_get_setting('slide4_desc','responsive'),
);
$form['resp_settings']['slideshow']['slide4']['slide4_url'] = array(
'#type' => 'textfield',
'#title' => t('Slide URL'),
'#default_value' => theme_get_setting('slide4_url','responsive'),
);

$form['resp_settings']['slideshow']['slide5'] = array(
'#type' => 'fieldset',
'#title' => t('Slide 5'),
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);
$form['resp_settings']['slideshow']['slide5']['slide5_desc'] = array(
'#type' => 'textfield',
'#title' => t('Slide Description'),
'#default_value' => theme_get_setting('slide5_desc','responsive'),
);
$form['resp_settings']['slideshow']['slide5']['slide5_url'] = array(
'#type' => 'textfield',
'#title' => t('Slide URL'),
'#default_value' => theme_get_setting('slide5_url','responsive'),
);

pbrelin’s picture

Any ideas?

pbrelin’s picture

DevSaran customized my Premium Responsive theme for a very reasonable price.

http://www.devsaran.com/content/contact

sbuff5’s picture

Hi, sorry I realise this thread was started quite awhile ago, but just wondering (please forgive my very beginner knowledge of drupal), how do you find the template directory for the theme? I have installed the theme directly on acquia drupal from the zipped file (tar.gz), so although the instructions on the theme itself in Appearance says to change the named images in the folder for the theme, doing this on my desktop would make no difference as acquia isn't getting the info from the unzipped theme's folder on my computer. So how do I access the theme's directory on acquia? Thanks in advance for anyone who takes the time to look at my question and answer it!

mokteh08’s picture

JoelMwenya’s picture

I am equally new and novice. I haven't quite figured out how to change the slide images and make additional fields on Social Icons on the Premium Responsive 7.x-1.7 theme, and to remove the images it comes with and place my own. Please help me. Thanks in advance for replies