Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Modify sprite_master.png

    #11632

    In your child theme’s style.css file at about line 25, delete this line:

    margin-left: 16px;
    Admin

    In reply to: Add line across top of page?

    #12496

    Add this CSS to the #header element:

    border-top:5px solid #000000;
    Admin

    In reply to: Relocating slider to a different page

    #12476

    Try removing or renaming the advanced-cache.php file in the wp-content directory.

    Admin

    In reply to: Graphene + SEO Platinum Redirects clashin'

    #12489

    Nope, Graphene does not do any redirect on its own. Try visiting the permalink settings page again after you switch to Graphene? That’ll cause the permalink structure to be updated in WordPress.

    Curious though: why do you need the Platinum SEO pack to do the redirect? The WordPress permalink feature works fine on its own. If you frequently modify the date, why not get rid of the date in the permalink?

    Admin

    In reply to: Problems with using Custom Forms with Graphene

    #11472

    What exactly were the files that you uploaded to the root directory? Some of these files may have replaced WordPress original or created files, such as index.php and .htaccess.

    Admin

    In reply to: Problems with using Custom Forms with Graphene

    #11470

    You can’t simply use any php libraries without at least writing some code to make it work with WordPress. If all you want to achieve is to set up and use custom forms, there are a lot of plugins that work with WordPress, such as Contact Form 7 and CForms.

    Admin

    In reply to: Fatal error message when posting comment

    #12404

    It is exactly the culprit. What’s the plugin for? You may want to ask for support from the plugin author as well, who will be in a better position to help.

    Admin

    In reply to: Relocating slider to a different page

    #12474

    Could be, but none of them are fatal errors. They should not be causing just a blank page to appear. Anyways, try moving out all three plugins from the plugins directory: wp-super-cache, all-in-one-seo-pack, and wp-security-scan, to see if they caused the problem.

    Admin

    In reply to: Relocating slider to a different page

    #12472

    Open up the wp-config.php file in your WordPress root folder, and find this line:

    define('WP_DEBUG', false);

    Change from false to true, and WordPress will output error message instead of just blank page so that you can see what’s wrong.

    Admin

    In reply to: Relocating slider to a different page

    #12469

    There’s something wrong in this part of the code:

    function no_more_jumping($post) {
    return '<a>ID).'" class="read-more">'.'Continue Reading'.'</a>';
    }
    add_filter('excerpt_more', 'no_more_jumping');

    Try commenting that bit out, and then uncomment the codes that I suggested.

Viewing 10 posts - 5,411 through 5,420 (of 6,030 total)