Do you use any add-rotating widget? Looking on different pages of your site, I see more ore less adds.
advertising scripts in general go into a widget just as script, not in a <p style="text-align: center;"> with some
below (your sidebar-left)
I think you modified your sidebar.php too? Your <div id="sidebar-middle"> closes with </div> and is empty.
There should be sidebar-left and sidebar-right inside this ‚middle‘
Normally Arthemia sidebar as far I know:
+++++++++++++++++++++++++
<div id="sidebar">
<div id="sidebar-ads">
the image
</div>
<div id="sidebar-top">
widget
</div>
<div id="sidebar-middle" class="clearfloat">
<div id="sidebar-left">
widget (you deleted some stuff – wp_list_bookmarks)
</div>
<div id="sidebar-right">
widget (you deleted some stuff – blogroll)
</div>
</div><!– end of sidebar-middle –>
<div id="sidebar-bottom">
widget
</div>
</div><!– end of sidebar –>
+++++++++++++++++++++++++++++
Your site loads the sidebar stuff different:
+++++++++++++++++++++++++++++++++++
<div id="sidebar">
<div id="sidebar-ads">
</div>
<div id="sidebar-top">
</div>
<div id="sidebar-middle">
THIS IS EMPTY
</div>
<div id="sidebar-bottom"> THIS IS MOVED
</div>
</div> HERE ENDS div id="sidebar"
<div id="sidebar-left"> OUTSIDE DIV SIDEBAR
</div>
<div id="sidebar-right"> OUTSIDE DIV SIDEBAR
</div>
</div> ???
++++++++++++++++++++++++++++++++
You might have deleted the code to load a widget when you moved stuff. It’s even possible that there is something loading and you do not see because it’s hidden under another DIV
ABOUT THE CATEGORIES: this is not theme related. In your post editor on the top right you find a ‚button‘ Screen Options. If you click this you can tick items you want to see (Show on screen) while editing. Maybe Categories is not ticked here?
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 1 weitere Ergebnisse dieses Threads:
Cannot save widget & add Categories (Wp 3.3.1)
20. Apr. 2012 (von: babeburp)
Hi Joern, I have read many of the post here and is happy to join this forum which is much alive with lots of tips given to the Arthemia free theme. I hope you can help me. My site using…