Home › Forums › Photo World/Photo Session Support › SKT Photo World Pro Home page slider
- This topic has 14 replies, 3 voices, and was last updated 9 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
January 24, 2015 at 10:23 am #3560
Dear all,
Is it possible increase the number of photos in home page slider ?
Acttualy i have no 15 photo , is it possible increase to 20 photos?Thank you for your feedback
January 24, 2015 at 7:12 pm #3568Yes i think so should be possible. Kindly check functions.php via Appearance>Editor
There you will find a line: $i=1;$i<16;$i++
Change 16 to 21. And let us know if that increased the number to 20?
Regards,
ShriJanuary 25, 2015 at 9:50 pm #3575I changed to 21 ( file function.php)but the last image slider remain 15 in the page of option for adding the images.
Pls let me know if I have to change something else.
January 25, 2015 at 10:06 pm #3576Pls note that if i change to 21 the images are not shown in the index page . The index page remains black.
looking forward to hearing from you
January 27, 2015 at 12:40 pm #3600Give us time. Today we will try to reply. If not by tomorrow for sure you will get a definite answer on how to do it.
Regards,
ShriJanuary 31, 2015 at 9:23 pm #3720Hello,
Any news?
February 2, 2015 at 2:11 pm #3738Sorry for delay tomorrow for sure i will write an email plus answer here.
Regards,
ShriFebruary 3, 2015 at 2:00 pm #3766Hi,
Photo World Slider images :
Open option.php file from your theme directory eg: …/wp-content/theme/skt-photo-world/option.php
and go to line no: 1404
and pase this code after line no: 1404
======================$options[] = array(
‘name’ => __(‘Slider Image 15’, ‘skt-photo-world’),
‘desc’ => __(‘Fifteenth Slide’, ‘skt-photo-world’),
‘id’ => ‘slide15’,
‘class’ => ”,
‘std’ => ”,
‘type’ => ‘upload’);$options[] = array(
‘desc’ => __(‘Title’, ‘skt-photo-world’),
‘id’ => ‘slidetitle15’,
‘std’ => ”,
‘type’ => ‘text’);$options[] = array(
‘desc’ => __(‘Description or Tagline’, ‘skt-photo-world’),
‘id’ => ‘slidedesc15’,
‘std’ => ”,
‘type’ => ‘textarea’);$options[] = array(
‘desc’ => __(‘Url’, ‘skt-photo-world’),
‘id’ => ‘slideurl15’,
‘std’ => ”,
‘type’ => ‘text’,
‘subtype’ => ‘url’);======================
each and every time you want to extend slider image you have to repeat this code but to make sure to change the number of this code for eg: in our theme there has 15 slider images by default and if you want to add more than 15 then paste this code below the fifteenth image code and extend the number as well.Regards,
ShriFebruary 3, 2015 at 10:47 pm #3775Pls see the result : http://www.timeweb2001.it/
Parse error: syntax error, unexpected ‘Image’ (T_STRING) in /web/htdocs/www.timeweb2001.it/home/wp-content/themes/skt-photo-world-pro/options.php on line 1432
February 3, 2015 at 10:57 pm #3776I replace the file option with the original and now it works fine but your change in only file option gave me the possibility to upload the image but it was not shown in the first page
Pls Let me know if I have to change the theme or if it is possible to extend the number of slide
Thank you for your feedback
February 4, 2015 at 4:57 am #3781Send us WP Admin and ftp details if possible via email: [email protected]
Regards,
ShriFebruary 5, 2015 at 11:37 am #3809Replied via email. Solved and made the slider work on your site till 20th slide.
Regards,
ShriFebruary 5, 2015 at 6:08 pm #3816Thanks
August 21, 2015 at 3:52 pm #10477Also regarding the home page slider, on the free version the photos transition smoothly with both the example photos and the photos I uploaded. however on the paid version the transition keeps repeating the first image with long periods of black background between. even when I restore all the defaults 🙁 I really liked the free version because of the homepage slider, but it isnt working now and I’m rather upset about it.
August 24, 2015 at 12:57 pm #10537Would like to check your website. Kindly email us: [email protected] with your WordPress admin details and url of the website.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.