Rajneesh Tiwari
asked 8 years ago

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.

4 Answers
DominicStaff
answered 8 years ago

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.

Rajneesh Tiwari
replied 8 years ago

The image is not sliding on my website dailyworld.in using DW Focus News Slider

Please help me to resolve this isue.

DominicStaff
answered 8 years ago

You can use the private answer or send me your info via email: [email protected]

DominicStaff
answered 8 years ago

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/ 

  1. open file /etc/php5/apache2/php.ini
  2. find upload_max_filesize = 2M (default is set to 2MB)
  3. Change 2M to 16M
  4. Save (press control O to write out)
  5. exit (press control x to exit)
  6. 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. 

DominicStaff
answered 8 years ago

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.

Powered by DW Question & Answer Pro