Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Fixing WordPress
    In reply to: sidebar issue
    Thread Starter blogxilla

    (@blogxilla)

    Can Someone please help me! I’m trying to get my sidebar widgets to override my side. Right now the right widgets are showing up below the links and categories I want to change that. Can someone please help.

    Forum: Fixing WordPress
    In reply to: sidebar issue
    Thread Starter blogxilla

    (@blogxilla)

    lol That CData stuff is just an error somewhere else. That’s my test site so don’t mind all that!! lol

    Do you think functions have something to do with the fact that I can’t get my widgets to override the sidebar?

    Forum: Fixing WordPress
    In reply to: sidebar issue
    Thread Starter blogxilla

    (@blogxilla)

    Thanks very much. I truly appreciate it. if you go here http://blogxilla.com/blog4/ you’ll see that the right sidebar has the ad space & categories on listed and the sidebar widget does not override those options. Everything placed in the widget shows up below the top 2 sections on the right sidebar. I want my layout to over ride everything on the sidebar.

    Here is the function php

    <?php
    if ( function_exists('register_sidebar') )
        register_sidebar(array(
        	'name' => 'Sidebar Left',
            'before_widget' => '',
            'after_widget' => '',
            'before_title' => '<h3>',
            'after_title' => '</h3>',
        ));
        register_sidebar(array(
        	'name' => 'Sidebar Right',
            'after_widget' => '',
            'before_widget' => '',
            'before_title' => '<h3>',
            'after_title' => '</h3>',
        ));
    ?>
    Forum: Fixing WordPress
    In reply to: sidebar issue
    Thread Starter blogxilla

    (@blogxilla)

    Can someone please explain to me why I never get any help on here? Please I mean I’m willing to pay! I don’t understand this.

    Thread Starter blogxilla

    (@blogxilla)

    Well if anyone else has this problem I figured it out. It was due to my website being hosted on yahoo’s server. I had to download an extra plug in from http://markjaquith.com/ called Disable Canonical URL Redirection

    and it worked.

    blogxilla

    (@blogxilla)

    I’m having almost the same issue. Did you upgrade? I’m not sure how to fix it but i think mines has something to do w/ this upgrade.

    Thread Starter blogxilla

    (@blogxilla)

    can anyone help me? I upgraded last night… is there any way someone could possible direct me to where this topic is or suggest anything? I’m linked on AOL & TMZ and its not a good look for the amount of traffic i’m getting

Viewing 7 replies - 1 through 7 (of 7 total)