DW Focus – News slider is not showing any photo nor it is sliding. Please see my website dailyworld.in
Please help to resolve this issue as without this my website looks very stale.
To resolve this issue, you can open the /inc/widgets/dw-focus-news-slider.php
and find the line 77. Replace it with the following code:
<div id="carousel-<?php echo esc_attr( $args['widget_id'] ); ?>" class="carousel slide" data-ride="carousel" data-interval="2000">
Please send me username & password of your site, if you still face their issue, I will help you resolve it.
The image is not sliding on my website dailyworld.in using DW Focus News Slider
Please help me to resolve this isue.
You can use the private answer or send me your info via email: [email protected]
I have checked your site and I tried to upload a new version to your site. But I can not do that, I got an error “The uploaded file exceeds the upload_max_filesize directive in php.ini.”
To resolve this issue, you can try the following solutions:
1/ Just copy and paste the code below to your .htaccess file
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########
2/
- open file /etc/php5/apache2/php.ini
- find
upload_max_filesize = 2M
(default is set to 2MB) - Change 2M to 16M
- Save (press control O to write out)
- exit (press control x to exit)
- restart Apache by using command (
sudo service apache2 restart
) Done!
Try uploading again.
If you still face their issue, you can send me your FTP, I will check and help you resolve it.
I have checked your site and helped you add the DW Focus 1.3.2 to your site, you can check and update the theme now. Also, I have checked your site and see that the slider working fine on the 1.2.6.
Please login or Register to submit your answer