one more thing in the posts page i do not see the full sidebar only half of it is showing, can someone help gadgetbridge.com
And when you click on a category it displays the list of articles in it, however the button next to the posts says continue, i want to change it to read more, how can that be done?
Hi,
I’m not sure if you refer to a page with all authors or to a page for each author like this one – http://demo.tagdiv.com/newspaper/author/admin/
The last one is created automatically for each author, all you have to do is to edit author profile: http://screencast.com/t/aeusDUD3V5k
If you want a page with all of your authors you can create one: http://screencast.com/t/NlTv6uCjkR also if you want author description there please follow this topic: https://forum.tagdiv.com/topic/author-box-help/
Also I’m not sure what is the issue with your sidebar please provide more details: http://screencast.com/t/i8sQH8bq
Please use Theme Panel > Translations to translate “Continue”: http://screencast.com/t/LiMhOGSZ
Thanks!
Hi Alin,
Am referring to a page with all the authors listed on it. The 2nd part is what i need tried doing what you have told me to in the custom css and “If you want a page with all of your authors you can create one: http://screencast.com/t/NlTv6uCjkR also if you want ”
But after that i get an error –
+
Warning: Cannot modify header information – headers already sent by (output started at /home/spuri/public_html/gadgetbridge.com/wp-content/themes/Newspaper/includes/shortcodes/td_authors.php:1) in /home/spuri/public_html/gadgetbridge.com/wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php on line 124
As for the sidebar i want the whole sidebar to appear on categories page and the posts page, like the one i have on homepage. If you see the home page has sidebar till bottom and categories and posts have just the top half.
Also is there a way to make the sidebar sticky like found on the newsmag theme.
Hi,
This error is from a plugin that you use plugins/wpclef/ and is not related to the page that you want to create. Please disable that plugin and see if you still have this error.
You can set your sidebar for your post and categories from Theme Panel > Template Settings: http://screencast.com/t/Z4BvywCSse1 and add widgets to it from Widgets section: http://screencast.com/t/rDrG16SmpZk
There will be added smart sidebar feature on Newspaper ver.5
Thanks!
Hi,
Use this custom css and change the color as you like: http://screencast.com/t/q2vkowdQTI
.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: red !important;
}
Thanks