Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/K8cj9n0NHfjl
.td-full-layout .td-sub-footer-wrap .td-grid-wrap {
padding: 0px !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site and did not found any issues – http://screencast.com/t/mA5GDEttrnB – http://screencast.com/t/dL8cNpcy
Please clear your cache if you are using a cache plugin and also clear browser’s cache.
Thanks!
Hi,
I have checked your site but you have only 4 articles on your Big Slide so the arrows don’t appear. I see that other theme icons are loaded fine, so please make sure that you clear cache and check this after.
Thanks!
Hi,
The activation warning appears a few days after you have installed the theme, till then you can use the theme. When you get the activation warning and activate the theme, it will not affect the demo content, your own articles or options that you have set in Theme Panel.
Thanks!
Hi,
Thanks Chris!
@sgracia Please try Chris steps and see if you still have this issue and let us know!
Thanks!
Hi,
The author page it will look something like this – http://screencast.com/t/p7VdnlXSe and yes it will be Related Articles section.
Thanks!
Hi,
Please deactivate all plugins leave just Visual Composer plugin active, also clear cache and check if you still have this issue with search dropdown. If you don’t have this issue anymore please activate your plugins one by one and see which one caused this. Let me know!
Thanks!
Hi
I have checked your page and did not found any margin for the top banner, only that 10px from code that Lucian provided to you http://screencast.com/t/HhV2SETp1N
Also you can hide row/columns on desktop using the same method to hide those on mobile. Add an extra class to the row/column and hide it using custom css – http://screencast.com/t/wLkbxnis
@axelpetur If you want to hide row/column on specific screen you have to paste the code in Advanced Css – http://screencast.com/t/91JqAS3kvFk1
Thanks!
Hi,
Unfortunately we did not tested any plugin for this so I cannot make any recommendation, sorry!
Thanks!
Hi,
Please try to remove author meta from header file – http://screencast.com/t/4F8CdqERrt and use facebook debugger – https://developers.facebook.com/tools/debug/og/object/ and see if it works – http://screencast.com/t/cH2ZhIdkL
Thanks!
Hi,
WordPress automatically creates archives “by month” “by day” and “by year” for all your articles – http://screencast.com/t/2VPCr5ic and you can change the module to display your articles from Theme Panel > Template Settings – http://screencast.com/t/gzN4LhQDAjeB
Or if you want to do this using Visual Composer, you can create a new page and use page builder to set the elements you want on that custom archive page.
Thanks!
Hi,
Sorry for delay, we don’t work on weekends and Monday it was holiday and we had the day off.
I have checked your article and I saw that you don’t use Jetpack share any more. If you want to use it you can translate from plugin’s settings – http://screencast.com/t/sDG0sxPKc
Provide more details if this is not what you mean.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can try to add your color like this(re-write theme color) – http://screencast.com/t/tYtJglMPLt
Thanks!
Hi,
Unfortunately it is not possible elements between themes, but like Christopher said Newspaper 5 will contain most of the features that are available on Newsmag.
Thanks!
Hi,
You can try this custom css to target social block customization – http://screencast.com/t/UQsUcvr2b8o1
.td-footer-wrap .td-social-wrap .td_title_style_1 span {
font-size: 30px;
color: #ffffff !important;
}
.td-footer-wrap .td-social-wrap .td_title_style_1 {
border-bottom: none !important;
text-align: center;
}
Thanks!
Hi,
Please try to add it here in the javascript file – http://screencast.com/t/7EcbCcC2
If you use speed booster you have to add it here – http://screencast.com/t/rO1lCWxiks and then you have to minify all content of the file – https://closure-compiler.appspot.com/home
Thanks!
Hi,
Unfortunately the background ad click was not designed to render shortcodes like the theme’s ads, it can be used only to add URL for your background. The theme doesn’t have an option to achieve this, but you can try to use a plugin.
Thanks!
Hi,
For user avatar please try to use a plugin like WP User Avatar We also use it on our demo.
Please provide more details if this is not what you mean.
Thanks!
Hi,
If you want to display only 3 specific articles you can filter by tag – http://screencast.com/t/1IAq8hSd – http://screencast.com/t/ozLG8IVBbd – http://screencast.com/t/h60Vz7bZL4
If this is not what you mean please provide more details.
Thanks!
Hi,
You have this issue because you use header style 3 on blog stack. There is an header style especially created to be used on blogs – http://screencast.com/t/smR9n0COvP
If you want to use like this you can try this custom css in Theme Panel > Custom Css my suggestion is to use Blog Style header – http://screencast.com/t/ex5HKZ3y
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 150px;
}
}
Thanks!
Hi,
Unfortunately the plugin doesn’t have an option to add a color for each field, but you can do this using custom css in Theme Panel. You will have to use html code and add a class for example – http://screencast.com/t/8ow4kknC5 – http://screencast.com/t/ScMCzKkseiy
I’m not sure if this what you mean, please provide more details if it is not.
Thanks!
Hi,
Please try to add here a negative value – http://screencast.com/t/A5vRIZL7mM3E
If doesn’t work please provide your site url as I need to inspect this.
Thanks!
Hi,
You can filter articles by multiple categories – http://screencast.com/t/cs2iWAFQ8D just add categories IDs there separated by comma like in example.
Thanks!
Hi,
Unfortunately style 3 was not designed for featured video, in version 5 of the theme will be added a post template especially for video posts.
For the moment you can make this change in template 3 files – http://screencast.com/t/uwbmIgeFyvV and use this custom css in Theme Panel > Custom Css: http://screencast.com/t/7etmTWfs
.td-post-header-full.td-image-gradient:before{
display: none;
}
.single_template_3 header {
position: relative;
margin-top: 10px !important;
}
Thanks!
Hi,
Unfortunately Newsmag theme was initially designed at this width – 1021px – with an fixed grid layout,responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
If you have basic css/html experience and you want to do this for post pages please check this topic, but you may need additional customziations – https://forum.tagdiv.com/topic/728-x-90px-ads-in-article-inline-ads/#post-43914
Also do you refer to the non-responsive ads? We recommend these divs to be used for non-adsense code – https://forum.tagdiv.com/ads-system-full-guide/ but you can try to use a plugin if you don’t want to use those. Theme Ad system was designed to work with adsense code and make it responsive for different screen sizes, but also you can use shortcodes in Ads section, so if you you use a plugin for your ads just paste the shortcode there:
[shortcodes] – the spot will run do_shortcodes() on the ad. Using shortcodes you can add adRotate ads to that spot
Thanks!