Hi,
I followed the instructions to put in the social widgets in the top right sidebar, but it didn’t work.
Also, I want to remove the pagenation at the bottom of the homepage.
My website is thesagonline.com
Thanks!
Hi,
I believe you refer to the social icons from the top menu widget area: http://screencast.com/t/lR7Y7nI7fVp
I have checked your site and noticed that you have hidden the top menu so first you need to enabled it from theme panel like this: http://screencast.com/t/IIL0V0RuSuSN
After this go to appearance > widgets and add the social icons widget to the top right social widgetised area and customize it like this: http://screencast.com/t/sLyX9vDuKT save it and you should get this result: http://screencast.com/t/lR7Y7nI7fVp
If you want to add it in your sidebar you have to do the same and add it to the sidebar you want: http://screencast.com/t/tjZVBrL3
Should work just fine, make sure you do this right.
You can remove the pagination via custom css, like this: http://screencast.com/t/HmN5Dw5IaG6
Use this custom css in theme panel > custom css:
.home .page-nav {
display: none;
}
Thanks
Hi Lucien,
So the pagenation trick worked perfectly, but i had no luck with the sidebar. It appears to be inactive? How do I get it to become active?
Really what I want is the sidebar to come up on the white spaces outside of the articles on either sides. How do I do that?
Hi,
First please make sure you have an available sidebar: http://screencast.com/t/rNTIVUJ1RAp or you can create one like this: http://screencast.com/t/xt0vMX09J
After this edit your post and set the sidebar you want like this: http://screencast.com/t/cCvsATVBj5OR result: http://screencast.com/t/IaVFv3VP2di
You can do the same for pages.
Hope this helps!
Thanks