Hi,
Please try to add an extra class to that block(text block) that you are using: http://screencast.com/t/fQhD1Ye2O
And use css code to hide it on mobile in Theme Panel > Custom Css: http://screencast.com/t/awayBCam
@media(min-width:767px){
.author{
display: none;
}
}
You can also add an extra class to the column, if on block settings don’t have extra class field: http://screencast.com/t/mMyiDOZN4YZ and css to hide it.
Thanks!
Hi,
Please copy the code of the theme.js file and paste it here, use pastebin – http://pastebin.com/ (copy-paste-submit and paste the link here), I’ll look into it.
Thanks!
Hi,
The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it.
We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version and following the procedure presented in the plugin update guide.
Till then please ignore the update message!
Thanks!
Hi,
Use notepad++ or similar to find and replace the default color(#4db2ec) inside the style.css file – http://screencast.com/t/5U4FGVVbcx
Thanks!
Hi,
Replied via email.
Thanks!
Hi,
Unfortunately there no such an option for mobile’s menu. This is on our todo list and will be added on futures updates, as we have over 200 features on our list and we have to take them in the order of priority.
Thanks!
Hi,
The Amazon image is not an ad, so if you use that modification to all images on modal display it will apply also on Amazon image. You can try to place that images into a div: http://screencast.com/t/u5zgA2bs4
If you have modified theme.js like I suggested above, please also clear cache and try only with Visual Composer active.
Thanks!
Hi,
1. For contact page and advertising: http://screencast.com/t/K3fIs9okOJ – http://screencast.com/t/IeW96409rfH
@media(min-width:768px){
.page .header-content-rec .td-a-rec-id-header{
margin-bottom: 20px;
}
}
.home .header-content-rec .td-a-rec-id-header{
margin-bottom: 0px!important;
}
2. For category page that use that ad with another class like above try to use !important: http://screencast.com/t/yybZNKJIL – http://screencast.com/t/VQxm1RHB
@media(min-width:768px){
.archive .header-content-rec .td-g-rec-id-header{
margin-bottom: 20px !important;
}
}
Thanks!
Hi,
Unfortunately the theme doesn’t have such an option, you could try a plugin for this like AdRotate and Simple Ads Manager that many users are using(not sure if has an option for your wish). You can try them though and see if they suit your needs, also you can try to find a similar plugin.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
If you use another ad system you have to modify the code or use a plugin which may handle your ads(if are different than adsense).
Thanks!
Hi,
Please add an } to the above code this is correct(I forgot to close it, sorry for this):
@media(max-width:767px){
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 0px;
}
}
Also please try this custom css for your issue, this ad has another class: http://screencast.com/t/naY6IYUoh
.archive .header-content-rec .td-g-rec-id-header{
margin-bottom: 20px;
}
@media(max-width:767px){
.archive .header-content-rec .td-g-rec-id-header{
margin-bottom: 0px;
}
}
Hope this helps!
Hi,
You didn’t put comma sign in your code after 1:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_type' => array('post','sp_player')
);
Also I think that you have to link custom posts to the category, maybe use a plugin for that. This is not tested so may not work, we cannot provide an accurate solution for this.
Thanks!
Hi,
Please reduce margin bottom value on mobile view: http://screencast.com/t/GPdwCBisWwY
@media(max-width:767px){
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 0px;
}
}
Thank you!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Try this css if you want to remove margin and padding like above: http://screencast.com/t/7BFWK1sxYeCt
.widget_recent_entries li{
margin-bottom: 0px;
padding-bottom: 0px;
}
.widget_categories li{
line-height: 20px;
}
Thanks!
Hi,
Yes, we will update Newspaper theme to version 5 in 1-2 months and of course it will be added new features.
Thanks for the message!
Hi,
Please use this custom css for post page in Theme Panel > Custom Css: http://screencast.com/t/kL9gKsaZPW
.single .header-content-rec .td-a-rec-id-header{
margin-bottom:20px;
}
Also for category’s page: http://screencast.com/t/C63i9hYkj
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 20px;
}
Thanks!
Hi,
Thanks for suggestions! We have over 200 features on our list and we have to take them in the order of priority.
What I can say to you is that we work to optimize Social Counter plugin, some of your suggestion will be added like smart sidebar, news ticker block and more customization options in Theme Panel.
Thanks for the message!
Hi,
Yes you can activate and use it on multiple development sites and activate it on the main domain where it will be the website.
Thanks!
Hi,
Unfortunately the function was not designed to work with external image. Sorry for inconvenience!
Thanks!
Hi,
Please use this css code for that: http://screencast.com/t/LRUijdDpWv
.td-full-layout .td-menu-background{
background: none;
}
.td-full-layout .td-menu-background:after{
background: none;
}
Thanks!
Hi,
@Christopher Thank you for your suggestion. We will try to add a message more visible, but generally most people don’t read this kind of messages.
@vrtech We still test the latest version of Visual Composer as we try to solve the memory issue. Also note that Visual Composer will be updated only on Newspaper 5. Please send an email at contact@tagdiv.com provide more details about your issue and we will try to provide a solution.
@momma You don’t have to buy it or register it, the Visual Composer plugin that comes with the theme is licensed to the theme. Please ignore the plugin update message, we will include it in the next theme update.
Thanks!
Hi,
Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/Kh63c2qFSPZf
.td-full-layout .td-header-menu-wrap{
border-bottom: 1px solid red;
}
.td-full-layout .td-menu-background{
border-top: 1px solid red;
border-bottom: 1px solid red;
}
Result: http://screencast.com/t/70etvMBdN
You can change top-menu background to white from here: http://screencast.com/t/QtvuMhelHMB and also text color from Theme Panel > Custom Typography > Menus: http://screencast.com/t/3e4sqEMDc4f
Thanks!
Hi,
@ned4spd8874 I have tested this, so please replace the code from your theme.js file created like you had been instructed here: https://forum.tagdiv.com/topic/modal-image-default-on/ with this code:
jQuery( document ).ready( function ($) {
if ( $( document.body ).hasClass( 'single' ) ) {
$( '.td-post-text-content > p a img' ).addClass( 'td-modal-image' ) ;
$( '.td-post-text-content > figure a img' ).addClass( 'td-modal-image' ) ;
}
} ) ;
If you make this change posts ads should work and for your images will be used light box by default.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can find child theme infos here: https://forum.tagdiv.com/child-theme-documentation/
And activate it like Chris suggested.
Thanks!