Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Slider just stopped

    #11711

    The slider uses jQuery script called jQuery Tools, which is distributed through a Content Distribution Network (CDN). For loading speed and bandwidth-saving reasons, the script file is not included with the theme, but is loaded instead from the CDN.

    There might have been a temporary glitch with the CDN that caused the script loading to fail. When the CDN is back up again, the script is loaded and everything is fine.

    If you would like to prevent this from happening again in the future, you could copy the script file and place it in the theme’s folder, and modify the link in the <head> element in the header.php file. Note though that this is *highly* not recommended.

    Admin

    In reply to: Right-to-Left menu bar

    #11725

    Hi Amirkg,

    Unfortunately the theme does not yet support RTL languages. I’ll try to add support for RTL languages in the future.

    Admin

    In reply to: no text in slider?

    #11706

    Hi,

    Did you modify the theme in any way? This is the first time I see this and I’m not quite sure what’s the cause.

    Can you list the plugins that you use? I would also recommend you to try disabling all plugins that you have to see if the problem is plugin-related.

    Admin

    In reply to: Display year in post date

    #11326

    I think the easier way to this is this way:

    1. Go to Graphene Display options page, and check Hide post date.

    2. Using a child theme’s functions.php file, create a function that will display the full post date including the year.

    3. Hook the above function to the graphene_post_meta action hook.

    4. Position the date using CSS.

    The function to create in the functions.php and the hook should look something like this:

    function graphene_custom_post_date(){ ?>
    <div class="custom_date"><?php the_time(get_option('date_format')); ?></div>
    <?php
    }
    add_action('graphene_post_meta', 'graphene_custom_post_date');

    Don’t forget to position and style the custom date using CSS.

    Admin

    In reply to: Older / Newer entires: Show title instead

    #11712

    Single post page already shows the previous and next post title. If you’re talking about the home page (or any other post listing page, e.g. archive and search page), it probably make more sense to leave the link as “Older posts” and “Newer posts”, since the links don’t point to specific post, but to a list of posts.

    WordPress has the function next_post_link() and previous_post_link() for links to next or previous post (with the post title being displayed by default), but using this for a post listing page will cause the users to not be able to navigate the post listing pages.

    Admin

    In reply to: View Full Post button cut off in Slider

    #11707

    This is caused by the post title being too long (taking 2 or 3 lines). You can increase the slider’s height in admin > Graphene Options page, under Slider Options, look for the Slider height option.

    Admin

    In reply to: featured image becomes the header/banner image

    #11671

    In Graphene Display options page, tick the Disable Featured Image replacing header image option under Header Display Options.

    Admin

    In reply to: Twitter

    #11674

    Did you check that you have entered your Twitter username correctly?

    Admin

    In reply to: No sub-menu with firfox

    #11683

    Hi,

    I am using Firefox and just tested the menu on your site, and the submenu is working. Are you still having this problem?

    Admin

    In reply to: Pages in Slider

    #11668

    You can use a plugin that enables you to assign category to pages, and then have the slider display the posts (and pages) from that category.

Viewing 10 posts - 5,721 through 5,730 (of 6,030 total)