Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: My Slider Has Stopped Working!

    #34653

    The slider is not working because the server that hosts the script for the slider somehow didn’t recognise the URL for the script to be valid (http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js?ver=3.5).

    You’re also using a much older version of the theme. Newer versions have included the slider script with the theme precisely to avoid this kind of issues. Is there any reason you’re not updating to the latest version?

    Admin

    In reply to: How can I remove the Home link from the content area?

    #34633

    There’s also the developer tools in Chrome. Try pressing F12.

    Admin

    In reply to: Slider is suddenly not working!

    #34624

    Then I would recommend setting up a development site where you can test out updates before deploying them on the live site. You can set up a subdomain (something like dev.belairmddentist.com), then duplicate your production site there, and test away.

    Admin

    In reply to: How can I remove the Home link from the content area?

    #34631

    Ah, in that case try this:

    .home .post-title {
    display: none;
    }

    FYI, the Firebug add-on for Firefox is super useful for figuring out things like this.

    Admin

    In reply to: Slider is suddenly not working!

    #34622

    Ah.. you’re using a very old version of the theme (v1.5.1), which is probably why the slider is not working. I remember that we had to update the script code for the slider some versions ago to get it to work with updated jQuery versions that come with newer versions of WordPress.

    Any reason for not updating the theme?

    Admin

    In reply to: Nav bar colors not changing

    #34638

    There are several things going on here:

    • You have modified the theme’s files, including the style.css file
    • The menu markup doesn’t appear to be the original markup that comes with the theme. This is possibly because you’ve edited the theme’s files, or another plugin has completely replaced the theme’s menu.

    The two things above are causing the issues you’re describing, for the code that defines the background colour of the menu is still in the modified style.css file.

    If I were you, I would do a backup of the current theme files, update the theme to the latest version, then re-do the customisations using just the theme options and a child theme, without ever modifying the theme’s files. That way, things will mostly work as they are intended, and you’ll be able to update the theme in the future without losing your customisations.

    Admin
    Admin

    In reply to: How can I remove the Home link from the content area?

    #34629

    Try adding this to the Custom CSS option:

    .home #header-menu .current-menu-item {
    display: none;
    }
    Admin

    In reply to: Slider is suddenly not working!

    #34620

    Seems like you have disabled the slider. Enable it again so that we can take a look.

    Admin

    In reply to: Supprimer le lien des articles de la page

    #34611

    OK, marking the thread as resolved. You can do this as well.

Viewing 10 posts - 2,581 through 2,590 (of 6,030 total)