Viewing 2 replies - 1 through 2 (of 2 total)
  • I had this problem also, due to hosting the blog from my root directory instead of under “wordpress”.

    First, open the source code of the rendered HTML page where the plugin is faiing and check the path to jquery.cycle.all.2.72.js.
    If that path does not match where your plugin is you need to change it. For me, the “wordpress” directory was missing from the file path.

    Go to Plugins–>Editor and select “WP Featured Content Slider” from the dropdown.

    Choose “wp-featured-content-slider/featured-content-slider.php” and search for “get_bloginfo”. That will take you to where your path to the JavaScript is set. I added “/wordpress” in front of the existing path and that fixed it. (Add whatever is appropriate for your site path.)

    I had this problem, but it turned out the button was working. It appeared that it did not because I had it set to scroll left & when you click to go back, it still scrolls left. I changed the scroll feature to scrollHorz in the code for the plug-in & that made the plug-in make sense visually when the buttons were clicked.

    Hope this helps. I also hope the author adds the scrollHorz to their code options soon.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP Featured Content Slider] the button is not working’ is closed to new replies.