Hi,
A few days ago I bought this wonderful theme and had some questions about functionality:
1. Can I not just change the color and add background image at the header? https://yadi.sk/i/5-dm6PdCz3rL6
2. How to make center alignment of the image caption? https://yadi.sk/i/wpz-SX_sz3rLP
3. Why theme not have appearance options of marker list using shortcodes? https://yadi.sk/i/OquFFDslz3rMG
4. Can I use not only horizontal tab, but vertical?
5. How I can remoove articles from one author on the bottom of post? https://yadi.sk/i/DC97rs5Sz3rMU
6. How to set own social sharing? https://yadi.sk/i/CBbcyzqez3rMs
Thanks.
Regards,
Artem.
Hello,
Thank you for choosing newspaper.
1. There is no setting for it, but it can be done with css, Here is an example: https://forum.tagdiv.com/topic/header-image-7/
2. You can use this css in the them panel->custom css box:
.wp-caption-text{
text-align: center!important;;
}
3. Sorry but I do not understand the question.
4. Tab elements are provided by visual composer. There is no setting for a vertical tab though. As an alternative you could use an accordion element.
5. Sorry but the image you shown has nothing to do with the request. The image shows list types and the request is about author posts. You will have to provide more details
6. Again, the image has nothing to do with the question. You can set your own social sharing in the header and footer icons from the theme panel: http://screencast.com/t/IzPKtad0B8 but the post social sharing widget and the social counter do not have options to add any extra social sharing networks to them.
If yopu want to remove more from author, please follow this topic: https://forum.tagdiv.com/topic/remove-more-from-author-5/
Thank you!
Thank you for the fast answer.
I have two questions else:
1. Can I choose style of the list types in this theme? (example, https://yadi.sk/i/DC97rs5Sz3rMU)
2. Can I choose style of the block quote in this theme?
Thanks.
Hi,
1. Unfortunately the styles you see there are custom added. We did not add any custom list styles to our theme but it can easily be done with css and a small gif image like this guide shows: http://www.w3schools.com/CSSref/pr_list-style.asp
2. The blockquotes can be changed from the formats section: http://screencast.com/t/ZDHzfDjRa
Thank you!