• Hi,

    We have a custom design wp.

    Having trouble with sidebar alignment.

    Deactivated, then reactivated all plugins to find that

    content-and-excerpt-word-limit was causing the mis-alignment.

    Then out of the blue, we see this:

    Fatal error: Call to undefined function openid_service_url() in /data/19/1/56/51/1871703/user/2033523/htdocs/www/wp-content/plugins/wp-myspaceid/myspaceid.php on line 163

    Site name: https://www.kjzrradio.com

    Host side says all is fine.
    Cannot log in to wp.
    Can anyone assist please?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Delete or rename the myspaceid plugin with FTP. It’s in /wp-content/plugins/ Then you can get back into admin.

    Thread Starter kjzrradio

    (@kjzrradio)

    Deleting or re-naming the plugin did not occur to me at all.

    I can start breathing again.

    Thank you songdogtech.

    Thread Starter kjzrradio

    (@kjzrradio)

    Now I am back to the business at hand.

    Sidebar alignment issues.

    Have tried almost everything…

    Can you help please?

    https://www.kjzrradio.com

    Thanks

    Glad that worked. For the sidebar, what’s happening is you’ve got a lot of real basic code errors in your WordPress theme. Looks like <?php wp_head(); ?> is missing from header.php, which puts in a lot of critical things for correct page display. See [Invalid]Markup Validation of kjzrradio.com – W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.

    Thread Starter kjzrradio

    (@kjzrradio)

    Where should I place the <?php wp_head(); ?> in header.php?

    Also, I’m new to [Invalid]Markup Validation of kjzrradio.com – W3C Markup Validator.

    Not sure how to correct the errors.

    Your help is greatly appreciated songdogtech.

    Where <?php wp_head(); ?> goes really depends on what is already in header.php. And some of the other errors in the validation report are the reason why the sidebar will fall below the content. I’d get the theme developer to fix the theme; the bad code is their problem. If you want, post header.php at the WordPress Pastebin and put the link here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Code issue’ is closed to new replies.