Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Error warning issues

    #32318

    Notices are just that: notice. You don’t need to worry much about them.

    But if you must, let the plugin authors know and ask them to fix it.

    Admin

    In reply to: Link/qoute to comments

    #32312

    Make sure the “Enable threaded (nested) comments” option in WP Admin > Settings > Discussion is checked.

    Admin

    In reply to: googlebot problem

    #32308

    Do you have access to the server error log? More details regarding the specific error that caused the “500 Internal Server Error” response is usually available from the error log. Without that, we can’t do much.

    Admin

    In reply to: How to fix "Fatal Error" when selecting "Graphene Options"

    #32306

    Update your WordPress version. Graphene requires at least WordPress 3.1.

    Admin

    In reply to: Dashboard does not work

    #32239

    This is the culprit:

    Fatal error: Call to undefined function update_options() in /var/www/vhosts/aspros.gr/httpdocs/wp-content/plugins/wordpress-seo/admin/class-admin.php on line 441

    AFAIK, there is no update_options() function in WordPress, but there is update_option() function, so it might just be a typo in the plugin. Try renaming the plugin’s directory to any other name.

    Admin

    In reply to: Text wrap?

    #32291

    On which area is the text not wrapping? Link to your site?

    Admin

    In reply to: Footer issue

    #32271

    That’s part of the theme. Add this code to the Custom CSS feature to remove it:

    #footer {
    background: #175185;
    padding-top: 20px;
    }
    Admin

    In reply to: Front page not loading collum right

    #32144

    I just tried visiting your site again and it appears fine now. Have you resolved the issue?

    Admin

    In reply to: Dashboard does not work

    #32237

    Try setting WP_DEBUG to true in your wp-config.php file, and see if any error message comes up.

    Admin

    In reply to: Excruciatingly slow load times (15+ seconds)

    #32012

    @iramendra, don’t post the same issue multiple times, it wouldn’t get your questions answered any faster. Please read the forum rules.

    As for your site (home page), it’s load time is about 7 seconds, which is not unusual for un-optimised sites. There are many factors involved when evaluating performance, but you should be most concerned with what is called the “Time to first byte“, as that is the measure of how long your server takes to process the request and return data to the browsers. Your site’s TTFB is about 2 seconds, which is again, not unusual for un-optimised sites.

Viewing 10 posts - 2,761 through 2,770 (of 6,030 total)