Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s nearly always plugins, so I’m surprised.

    Any caching plugins been used? Refreshed browser cache?

    Thread Starter amygibbsuk

    (@amygibbsuk)

    I tried deactivating ALL plugins, every one to test and still no movement.

    I have also tried refreshing numerous times and used alternative browsers to test.

    I’ve just thought, I’m using a child theme and have had to use a copy of the header file to add an additional bit of HTML to the template, nothing fancy just a dive and some text. could this be the issue? maybe a link that is now wrong?

    Thread Starter amygibbsuk

    (@amygibbsuk)

    yes, changing to the original template it works so it’s something to do with the child theme. The only things I have modified are header.php (added a div and some text) footer.php (to change the copyright info) and style.css to modify some of the formatting

    You don’t seem to be importing the Customizr stylesheet properly. Youre style sheet says:
    @import url("../customizr/customizr/style.css");

    I think it should probably say:
    @import url("../customizr/style.css");

    But it all depends on your installation, of course.

    Thread Starter amygibbsuk

    (@amygibbsuk)

    I made that change and it still doesn’t work.

    The style file still says @import url("../customizr/customizr/style.css");….

    There are two lines in the source code that say

    <link rel='prev' title='Contact' href='http://groupdynamics.org/testsite/contact-2/' />
    <link rel='next' title='Life-Changing Stories' href='http://groupdynamics.org/testsite/category/life-changing-stories/' />

    I don’t know where they come from, but the prev and next look like likely candidates for a plugin/function conflict.

    Otherwise, you’ve said that Customizr itself works, so you’re going to have to go through the changes you made from the original code one by one to see which is causing the problem.

    It might be an idea, however, to upgrade your WordPress and Customizr first, as both are out of date.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slider stopped working’ is closed to new replies.