Viewing 1 replies (of 1 total)
  • Hi sinister1981,

    I found this problem too – go to line 273 in plugins/responsive-slider/responsive-slider.php and insert wp_reset_query(); on a new line after the endif; and before the curly brace – see below:

    </div><!-- #featured-content -->
    
    	<?php endif;
    
    	wp_reset_query();
    }

    This fixed it for me.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Responsive Slider] Edit page link’ is closed to new replies.