Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter aviator1983

    (@aviator1983)

    Thanks for the reply. The site was set up wrong. As soon I the site was set up correctly, everything was working fine. I guess I did not read the documentation properly. Thanks for your help ??

    Thread Starter aviator1983

    (@aviator1983)

    Problem finally solved. I used the following code on my local site which worked perfectly:

    <?php get_sidebar(‘Left’) ;>
    <?php get_sidebar(‘Right’) ;>

    On my live site I changed this to:

    <?php get_sidebar(‘left’) ;>
    <?php get_sidebar(‘right’) ;>

    Voila! Everything working perfectly again! Man, I feel like a complete retard.

    Thread Starter aviator1983

    (@aviator1983)

    I suspect something else is wrong here since wordpress is not generating the code for the sidebars on the live site. Everything else works great on the site except for the sidebars.

    On my live site the left sidebar is actually showing, but on top of the main content area. And after reviewing the source code in my browser, I can see clearly that this is not the code that I have in my sidebar-left.php file. Have no idea what sidebar it actually takes this code from.

    Also, wordpress is not generating any code for my right sidebar which is the reason why it’s not showing.

    This is strange.

    Thread Starter aviator1983

    (@aviator1983)

    Thank you for the reply.

    I previously did pretty much the same as the methods you are describing here. However, I tried using the method and tools you suggested…several times without any luck. Same problem as before. Besides these issues with the sidebars, everything works perfectly on the site.

    Viewing the source code of the site, I can see right away that wordpress is not using “my” code for the left sidebar (which shows up above main content). The right sidebar is completely missing though.

    This is a strange issue I can’t figure out.

    Thread Starter aviator1983

    (@aviator1983)

    PHP error in functions.php is now fixed. Still the same issue with the sidebars dough.

    Thread Starter aviator1983

    (@aviator1983)

    Yes, I screw up the functions.php file last night trying to troubleshoot my issue with the sidebars. Will fix it. Using latest WordPress 3.9.1.

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