Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Slider Suddenly Stopped Working

    #25029

    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

    In reply to: Slider Suddenly Stopped Working

    #25022

    @gianluca1974, why u copy the Google Code page… you’re supposed to copy the content of the jquery-tools-1.2.5.min.js file…

    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
    Admin

    In reply to: Custom CSS – I am doing something wrong?

    #25176

    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

    In reply to: Slider Stopped working

    #24926

    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

    In reply to: How to style "Reply" button in CSS?

    #24919

    Moved to Support. Please post in the correct section next time.

    Admin

    In reply to: Slider Suddenly Stopped Working

    #25014

    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

    In reply to: Slider Suddenly Stopped Working

    #25008

    Did you, by any chance, forgot to include the semicolon at the end of the code I provided?

    Admin

    In reply to: Slider Suddenly Stopped Working

    #25004

    @Wailuku,

    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.php file 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

    In reply to: Massive gap on pages

    #25114
    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.

Viewing 10 posts - 3,531 through 3,540 (of 6,030 total)