Bottom widgets appearing in the side bar
-
Hi all
The widgets I’ve placed in the bottom of my site appears fine on the main page, but if you click through to any of my posts, the widgets move to the sidebar. Any ideas on how to fix this?
Also, I don’t see the visibility button on any of my widgets. I am accessing them through Appearance > Widgets, and then clicking on edit for the widgets I am currently using.
The blog I need help with is https://penne4yourthoughts.wordpress.com
Thanks
Penne
The blog I need help with is: (visible only to logged in users)
-
1) This is happening because of an HTML error in the first Text widget you’ve added to Sidebar: the image code is enclosed in an opening div tag but a closing paragraph tag. Edit the widget, remove this from the beginning:
<div class="myfreecopyrightBadge">
and remove this from after the image code (if you’re seeing it):
</p>2) If you’re seeing an “Edit” link next to each widget title, this means you have enabled the “accessibility mode”. Click Screen Options (in Appearance > Widgets, top right) and click “Disable accessibility mode”. You should then be able to see the Visibility button when you open a widget. (But what do you want to do with it?)
-
- The topic ‘Bottom widgets appearing in the side bar’ is closed to new replies.