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
Okay folks, seems like quite a number of people are struggling with applying the fix. So I’ve packaged the latest copy of the theme on my development server containing the fix.
All you need to do is:
1. Download the latest version of the theme containing the fix:
http://code.google.com/p/graphene/downloads/detail?name=graphene-1.6.1.1.zip
2. Switch to the default TwentyEleven theme.
3. Delete the Graphene theme on your server. Be extra careful NOT to delete your child theme, if you have any. It’s a very good idea to backup your themes now.
4. Install the latest version you downloaded in step 1 using the Upload method. See this wiki page for detailed instructions.
5. Activate the Graphene theme again, or your child theme if you have one.
Admin
@gianluca1974, why u copy the Google Code page… you’re supposed to copy the content of the
jquery-tools-1.2.5.min.jsfile…Here’s a direct link for you:
http://graphene.googlecode.com/svn/branches/1.6/js/jquery-tools-1.2.5.min.js
@wailuku, can you provide a link to your site so that I can take a closer look?
@wenbay, the
/js/folder is located in the graphene theme’s folder:/wp-content/themes/graphene/js/Admin
@wenbay, here’s the steps you need to do:
https://forum.graphene-theme.com/graphene-support/slider-suddenly-stopped-working/page/2#post-17358
Admin
Wrap codes in between backticks (`) next time, makes it easier to read. I’ve done this for you in your post above.
Your Custom CSS code is missing a closing bracket(
}). It should be like this:#header-menu > li {
font: normal 11px arial;
margin: 0 2px;
}
.post-title, .post-title a, .post-title a:visited {
font: 18px arial;
}Admin
Moved to Support. Please post in the correct section next time.
As for the slider issue, this topic discusses it all: https://forum.graphene-theme.com/graphene-support/slider-suddenly-stopped-working
Try doing a search first before posting a new topic.
Admin
Moved to Support. Please post in the correct section next time.
Admin
Wailuku, I can’t see anything wrong with your code. How did you update the file? Did it by any chance involve copy-pasting the codes from this forum into a Word document or similar?
Admin
Did you, by any chance, forgot to include the semicolon at the end of the code I provided?
Admin
Follow through the first part just the same, i.e. add the new js file into the
/js/folder.Then, open up the theme’s
functions.phpfile and replace line 1085:wp_enqueue_script('graphene-jquery-tools', 'http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js', array('jquery'), '', true);with this one:
wp_enqueue_script( 'graphene-jquery-tools', get_template_directory_uri() . '/js/jquery-tools-1.2.5.min.js', array( 'jquery' ), '', true);Admin
Quote:Give me some credit… You don’t think that was the first thing I tried?Participants in this forum ranges from the absolute code-illiterate to the professionals. Truth is, we don’t know your level of code-literacy and troubleshooting capability unless you made it clear to us from the beginning. In absence of such information, we tend to assume the least common denominator. There is absolutely no reason to feel offended by this.
With regard to your issue, two things to try:
1. Deactivate all plugins and create a new post to see if the issue persist
2. Failing the above, try switching to the default theme and create a new post to see again if the issue persists.
