- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi
Try this custom css in theme panel > custom css:
@media (min-width: 767px){
.td-header-menu-wrap {
display:none;
}
}
@media (min-width: 767px){
.td-container{
border-top: 1px solid #e6e6e6;
}
}
The result should be like here: http://screencast.com/t/qa0kgMLfo
Let me know how it goes.
Thanks!
Hi
To increase the post width you need a lot of customization, you need to change the theme’s grid and for that you need to increase the others elements width’s, (header, footer) as the layout to maintain the same look. That involve custom work and unfortunately we cannot offer it as we work hard on the development, updates, fixes and support. You can always look for a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks!
When I click the sign in link on the top header a login overlay pops up. I want that same overlay to pop up when I click another link but don’t know what irk to use.
By configuring header settings in the theme panel I can successfully change the header menu for all pages except the frontpage, and also for the frontpage when I am logged in. When I am logged out however, the frontpage header menu simply says “Click here – to select or create a menu”. Also, the top menu is displayed as a thin black line at the top of the page without any content (on other pages, it works as expected).
Hi,
Only tagdiv blocks have an option to set header color, unfortunately wordpress default widgets don’t have a similar option, but we have an option in Theme Panel > Theme Colors to set a general color for all blocks/widgetstitles – http://screencast.com/t/PUo9oX2EBA5 – http://screencast.com/t/4JSLNzJXt
Thanks!
Hi,
Please add a background color from Theme Panel > Theme Colors – http://screencast.com/t/9OGLTLOsV2 as the site will automatically switch to boxed version when background color (or image) is used so it will not matter what header style you use.
Thanks!
Hi,
I see that you use version 4 of the theme. Unfortunately there is not a header style to look like this, but you can achieve this if you edit header.php file and make this change for case 3(header style 3 that you use) – http://screencast.com/t/cfk3fuLzSz
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi.
Thank you for design for great wordpress theme. I have a problem with your theme and I don’t know how to fix it.
I choose boxed layout on your administrator theme panel, the layout is boxed but the top bar, the footer and the bottom bar are still wide. Can you please show me how to change them boxed like header menu. Please see the screenshot bellow for the details.
Thank you.



Hi,
The speed booster plugin is optional that moves the css and js at the end of the page, this removes render blocking and improves the score on pagespeed. But also to have a good score is recommend to use less plugins.
Many plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page and they just try to use jQuery in the middle of the page. This slows the site down and it also enforces the requirement that jQuery has to be in the header instead of the footer how Google recommends(this is the developer explanation).
We will try to improve this in future, but we don’t have a better solution for the moment.
Thanks!
Hi
You can use the shortcode generated by the plugin in header ad box from theme panel, the theme will run do_shortcodes() function on the shortcode: https://forum.tagdiv.com/ads-system-full-guide/
Thanks!
Hi
Try this custom css:
.category .td-category-header .entry-content{
display:none;
}
It should work fine: http://screencast.com/t/KZyVbQhA
Thanks
The widget header is not available for every item:
I only got 1 option in the footer panel:
Hi,
The controls provided in the Theme Panel -> Ads section work only for adsense. Also non-adsense banners are supported by the theme but you have to use the structure provided in the documentation – https://forum.tagdiv.com/header-ad/ – http://screencast.com/t/ytrqUizn0KZ – You have to add multiple banners, one for each device. If you want to disable the ad on one device simply remove the line used for it – http://screencast.com/t/EsgtCFLj
Thanks!
Hi,
Just paste this code in Theme Panel > Custom Css – http://screencast.com/t/MbJWkqsf
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Result: http://screencast.com/t/TC2Qt7US
Thanks!
Hi,
What version of the theme do you use? An also what header style? Please provide more details and also your site url.
Thanks!
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!
Tks Alin, u’re right. I’ve added your CSS condition in the advanced CSS panel for the landscape view.
For the problem regarding the ADS visible in the header while DISABLE ON PHONE is enabled (I still view the ads on my iphone 6)?
Tks
Roberto
I’ve been on holidays and upgraded now to 2.1.
When trying to change some settings (like fonts) clicking on (example) “header” there is just the rotating symbol and nothing opens. Happens on translations too, which is bad because some of the german translation “suck” 🙂
Any advice?
Hi,
You have a css that overwrite the default – http://screencast.com/t/upPaQOrWLc – http://screencast.com/t/uqT0TSSHs41S If you inspect our demo you can see that this is the css code without margin-left on specific devices – http://screencast.com/t/OcbNqZ9kDPF
So please check you custom css and fix that or you can try this code in Theme Panel > Custom Css – http://screencast.com/t/PcN45iwTHHb
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
}
Thanks!
Hi,
I would like to replace the theme panel header ad with custom ad using a shortcode. Where can I add this code?
I am using a plugin where I can choose which category I like to designate the shortcode ad.
Knowing where to make this change will be very helpful
Thanks
I’m struggling to understand the code. I’m completely new to this. If i just wanted to make the background color of the sticky header white on mobile devices what is the exact code would i enter into the custom css box??
Yes to Q 1.
For Q 2:
Either in YOAST SEO, in header.php file, or use the HTML download option to put a verification file in the root of your site (this way if theme, plugin, whatever go kabooky you don’t have to redo it).
Note – fyi, if you lose or break the verification code on your site; you can always go back to Google and get it again as the code does not change — it’s a numeric value calculated based on your website domain name.
The ipad issue is in landscape view (sorry). Both ipad mini 3 and ipad air 2 have the header visualizzation problem as previously mentioned above
Tks
Roberto
Guys, i have no code to show you cause i can’t find something relative at the documentation.
I would like to add a non adsense ad, at the header.
So from the theme panel i click there http://i.imgur.com/ySarspN.jpg
And then i see that http://i.imgur.com/YF4jdGj.jpg . A blank page.
Thank you Alin. I just pushed my site from staging to live with and noticed a couple of things. The Social Counter icons for Facebook and Twitter disappeared and on the mobile version, the complete logo isn’t visible. It may be if I could change the header color to white but the navigation is also white and would have to be changed to another color. Do you have any suggestions?
Thanks!
Edit for URL: http://www.vbjusa.com/
-
This reply was modified 11 years by
k24.