Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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?
January 2, 2013 at 2:08 am #34633There’s also the developer tools in Chrome. Try pressing F12.
Admin
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?
January 2, 2013 at 1:53 am #34631Ah, 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
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
There are several things going on here:
- You have modified the theme’s files, including the
style.cssfile - 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.cssfile.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
This post might be of interest to you:
https://forum.graphene-theme.com/how-to/child-theme-functionality-with-graphene-mobile/
Admin
In reply to: How can I remove the Home link from the content area?
January 2, 2013 at 1:39 am #34629Try adding this to the Custom CSS option:
.home #header-menu .current-menu-item {
display: none;
}Admin
Seems like you have disabled the slider. Enable it again so that we can take a look.
Admin
OK, marking the thread as resolved. You can do this as well.
- You have modified the theme’s files, including the
