I have setup my sidebar so it is on the right side of my Display theme but when I add a widget to the sidebar it does not appear.
The URL is http://d2753470.u26.hosting-advantage.com/
Any thoughts? Thanks so much!
I have setup my sidebar so it is on the right side of my Display theme but when I add a widget to the sidebar it does not appear.
The URL is http://d2753470.u26.hosting-advantage.com/
Any thoughts? Thanks so much!
Hey,
it's the same cause/problem like with your footer. The side stops loading after the main content. Sidebar & Footer content won't load. Kriesi will send you the theme files after he verified your purchase :)
Kresi sent me the new files and I uploaded footer.php, sidebar.php, template_fullwidth.php and page.php again. This fixed the problem of not having the footer show up on all pages so I thank you for that.
However I still have an issue with my sidebar widgets. The only way I can get a sidebar widget to appear is to place it in the "Sidebar Blog" section and it appears at the bottom right of the page and below the text. How can I get it so that the widgets show up at the top right of the page so it looks normal?
Once again my URL is http://d2753470.u26.hosting-advantage.com/
Thanks again!
Hey,
Have you modified the theme files at all?
Please try disabling all plugins and adding the widgets you need - often conflicts such as yours are caused by poorly coded plugins.
James
James,
I just tried disabling all plugins and no luck with the widgets. They still appear in the bottom right of the sidebar below the text instead of the top right of the sidebar.
Any thoughts?
Thanks!
Hey,
try following - open up style.css anhd earch for:
#sidebar{
width:200px;
overflow: hidden;
margin-right:10px;
position:relative;
float:right;
}
Replace it with:
#sidebar{
width:200px;
overflow: hidden;
position:relative;
float:right;
}Dude,
Worked like a charm, thanks for your help!!!!!!!! :)
-Rob
Glad that I could help you :)
You must log in to post.