Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Update 1.6 problem with the slider

    #23228

    If you have only 8 images, try reuploading them again, and use the reuploaded images as the Featured Image for the posts in the slider.

    Admin

    In reply to: Disqus and mobile theme bug?

    #24497

    I use SGS2, which has screen capture feature built in, so there’s no need to root the phone and no need for a separate app.

    Have you tried visiting the site using other smartphones?

    Admin

    In reply to: Disqus and mobile theme bug?

    #24494

    It looks fine to me:

    35inm7m.png

    6q8c9z.png

    Admin

    In reply to: Problem with a conclusion of comments to record

    #24476
    Admin

    In reply to: Lightbox not working anymore ?

    #24465

    Prasanna is correct, the theme does not include any built-in lightbox function. You would need to install a plugin for that. I would recommend using lightbox plugins that are using jQuery instead of sriptaculous. That way, there’ll be less scripts for your users to download, and less chances of script conflicts.

    Admin

    In reply to: Tag problems

    #24490

    @prasanna,

    Quote:
    Wait for a few hours for the update.

    Unfortunately, in all likelihood it’s probably gonna take longer than that. The Theme Review Team used to do reviews very fast, but lately it’s been taking longer and longer…

    Admin

    In reply to: Line breaks

    #24479

    Hi Johnny,

    The theme does not do any automatic hyphenation for the content. It could be some plugins. Try deactivating all plugins and see if the problem persists.

    Admin

    In reply to: Problem with a conclusion of comments to record

    #24474

    Seems like it’s displaying fine now?

    r8eesw.png

    Admin

    In reply to: Graphene theme don't use my language

    #21506

    What’s the URL to your site?

    I’ve tested it on my dev server, and it works. However, the Hungarian translation file hasn’t been updated for a long time, so a lot of translations may be missing.

    Admin

    In reply to: Upgraded to 1.6 and tabs stopped working

    #24395

    Ken is correct, the jQuery Tools library is now only loaded on pages where it is needed, i.e. pages where the slider is displayed. To load jQuery Tools on all pages, add this to your child theme’s functions.php file:

    function custom_enqueue_scripts(){
    if ( ! is_admin() ) { // Front-end only
    wp_enqueue_script( 'graphene-jquery-tools' );
    }
    }
    add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );

Viewing 10 posts - 3,601 through 3,610 (of 6,030 total)