aviator1983
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MH Newsdesk lite] Some issues encounteredThanks 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 ??
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live siteProblem 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.
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live siteI 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.
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live siteThank 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.
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live sitePHP error in functions.php is now fixed. Still the same issue with the sidebars dough.
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live siteYes, 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.