Hi,
You can do this how is more easy for you. Anyway you will have to create new posts, categories, pages so you have demo like an example to see how you can create your own(how blocks are added using Visual Composer for example). Just take it step by step and create what you need and please follow our theme documentation it may also help: https://forum.tagdiv.com/newspaper-documentation/
If you want to remove the demo please note that it can only be remover manually.
Thanks!
Hi,
You can try to add background using css code: http://screencast.com/t/9g1oaC7WKLI
.td-header-style-8.td-menu-background {
background: linear-gradient(to bottom, rgba(18, 112, 237, 1) 0%, rgba(26, 150, 215, 0.23) 100%) !important;
}
Thanks!
Hi,
Try this custom css for Big Slide:
.td-sbig-title-wrap .td-sbig-title:hover, .td-sbig-title-wrap a:hover {
text-decoration: none !important;
}
Thanks!
Hi,
Unfortunately the theme doesn’t control the time to appear title attribute, you can try to find a plugin or find a general javascript code to control this delay.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/78R6Jllqsb
.td_mod_wrap .entry-title a:hover{
text-decoration: none !important;
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this. What you can do is to use media queries and customize you homepage to look different on mobile screens(change font size and hide some rows/columns).
For example change font size on mobile screen: http://screencast.com/t/XXN14Px3GI4
Also you can use an extra class for rows that you want to hide on mobile: http://screencast.com/t/tVNpF4zv and use custom css to hide: http://screencast.com/t/N2LGI3Ms4zKK
@media (max-width: 767px){
.hidemobile{
display: none !important;
}
}
Hope this helps!
Hi,
Please follow this topic to display categories on modules/blocks: https://forum.tagdiv.com/topic/category-display-info/
Thanks!
Hi,
Provide more details about header 8 gradient as I don’t know what you mean.
Please follow our documentation about megamenu: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks!
Hi,
Please try without any plugins active leave just Visual Composer active, empty cache and check if you still have this issue. Also make sure that your child theme is update to the version of the theme.
Please provide your site URL so we can take a look.
Thanks!
Hi,
You have this issue because this theme class is applied there – http://screencast.com/t/BZI4CmHep You can try to delete that class from style.css so it wont be applied that width on images: http://screencast.com/t/kAeTYm3jITy
Or you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/BTaxyjFrhfWt
@media (max-width: 500px){
.page .google_top_posts .gtc-content-thumb img{
width: 50px !important;
}
}
Also if you want this only on specific pages you can use .page-id-xxx class instead of .page: http://screencast.com/t/q5KNMGYQIP
Hope this helps!
Hi,
Please try this custom css in Theme Panel > Custom Css so when you hove on the image it will change title color:
.td_mod_wrap:hover .entry-title a {
color: red !important;
}
Thanks!
Hi,
1. Please enable author from Post Settings: http://screencast.com/t/XPDH59VS If you have enable it and doesn’t shows up please check post template file maybe is commented there: http://screencast.com/t/ejNvGzC0
2. Please set your sidebar for posts from Theme Panel > Template Settings: http://screencast.com/t/wqESgIsQ
Thanks!
Hi,
I’m not sure if you refer to this, but you can try this custom css in Theme Panel especially if you use like buttons I think it may help: http://screencast.com/t/rLWy09gB5Sv
@media (max-width: 767px){
.single .td-social-sharing{
margin-bottom: 10px !important;
}
.single .td-social-like-tweet{
margin-bottom: 10px !important;
margin-top: 0px;
}
.td-social-like-tweet ul li{
display: inline-block !important;
}
}
Also please note that these share buttons will be modified in version 5 of Newspaper it will look something like Newsmag share buttons.
Thanks!
Hi,
I think that the text is translated in language that user use on facebook: http://screencast.com/t/QRtpn10S2 – http://screencast.com/t/iywlXfcP8
Thanks!
Hi,
Please make sure that you have subcategories for the category that you have selected for that block – http://screencast.com/t/Mjc6GLus9X after that set the block like this: http://screencast.com/t/4vtsUiu9D7Y – http://screencast.com/t/FtjtAaMl
Hope this helps!
Hi,
Please try to add an extra class to the column(s) and use it to customize via custom css: http://screencast.com/t/rikW7IIn
Also provide a link if you cannot manage to solve it like I suggested, so I ca take a look and try to find a solution.
Thanks!
Hi,
Please provide your site url so I can inspect this and try to provide a solution for this.
Thanks!
Hi,
I also checked your site on Chrome and it works properly.
If you refer to Safari version for Windows please note that it was abandoned in 2012 and does not support the latest web tech.
Thanks!
Hi,
You can use media queries to hide social sharing on different size of screen: http://screencast.com/t/GPm4EyZEv
@media (max-width: 767px){
.single .td-social-sharing{
display: none !important;
}
}
Thanks!
Hi,
Please try this without any plugins active, leave just Visual Composer active, also empty cache. Please provide theme version that you use and you also can use Chrome inspector tool and check your console for errors when you save Theme Setting: http://screencast.com/t/rLlCqSJamK
Thanks!
Hi,
I have checked your site and unfortunately you cannot add sharing buttons above fb plugin because it is added in the post content: http://screencast.com/t/J3SChpiHlD – http://screencast.com/t/TKOF7l7vM
Onlt that you can do is to add plugin shortcode bellow sharing buttons in the code: http://screencast.com/t/MNEUcgPC7Mx
Thanks!
Hi,
You can change color to the grid line: http://screencast.com/t/ymp8gcdy6
Result: http://screencast.com/t/yGrNMnjNd46
Thanks!
Hi,
I have checked your site on Internet Explorer and did not found that issue: http://screencast.com/t/f6HVxQmfhOG8
Did you solve the issue? Please provide more details if this is not what you mean.
Thanks!
Hi,
You will need custom modification as you can see on that site is used module 10 but the image size is changed – http://screencast.com/t/6p4GJp6d7f also on mobile the excerpt is hidden and is used an extra class(id) for css customization: http://screencast.com/t/tbYT5JXpXIH – http://screencast.com/t/pQe1cG0gLg
Thanks!
Hi,
You need to use as that shortcode has been changed from 1.5 version of the theme: http://screencast.com/t/ySZz4HIarI
td_ad_box spot_id – td_block_ad_box spot_id
Thanks!