- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- 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
Hi,
You can use this custom css to hide the mobile menu – http://screencast.com/t/4PI5wkcy
@media (max-width: 767px) {
.td-header-menu-wrap-full {
display: none;
}
}
Thanks!
Hi,
You can try this custom css to change the article title color for all blocks/modules – http://screencast.com/t/autiTAA0G
.td-module-title a {
color: red;
}
For share title – http://screencast.com/t/2sMyyRSUncc
.single .td-post-share-title {
color: red;
}
And for mobile menu background please check this topic – https://forum.tagdiv.com/topic/sticky-header-color/#post-62914
Thanks!
Hi eubox,
You can set the favicon from Theme Panel > Header – http://screencast.com/t/f9ZJ0Wlldb4 – http://screencast.com/t/aym15QUfRJn
Thanks!
I really like the Advertisement Banners placed around the website. I am looking to have them on a loop rather than using AdSense right now because I don’t have that setup.
Is it possible to have the current advertisements on a 3-4 second loop?
Do I use a Custom Ads Widget?
Thank you,
Hi
The theme use those classes like this:
– td-header-row td-header-header to display the header logo on desktop on top of the page: http://screencast.com/t/6h9sroE5s
– td-mobile-logo td-sticky-mobile to display the logo when the affix it’s active (sticky menu) http://screencast.com/t/xe7W55TO
– td-header-logo td-sticky-mobile are used to display the logo on the mobile devices.
Thanks for the message!
Hello, the default header menu background color and I want to change it to some other color. I know I could use the theme’s panel, but when the site loads up, the default color loads first and after that the one I set loads, and it looks awful.
I want to change the base color for the menu from the theme files, how can i do that ? Thanks.
Hi,
12. Every Big Grid block has a default padding bottom, you can change this if you want via custom css – http://screencast.com/t/zc1Ozy9TKtt
13. You can find the header files in the root of the theme – http://screencast.com/t/ji7fPHijn and also in theme’s functions you can find the favicon code – http://screencast.com/t/rk9t181Fpw
Thanks!
Hi
I have to report a bug with the typekit function in the admin panel: the script is not charged in the header section as indicated from typekit, but at the end of the body.
Can you please provide me details on how to correct it?
Tks
Roberto
Hmm, I tried a full HD image but it just zooms in real close and you can barely make out what you are looking at
When I upload the image and don’t have it to stretch I just get an image roughly 300×200 px in the top of the header and the rest of the area in blank
Many thanks
Dean
Hi there,
Thanks for the amazing theme. I’d like to hide logo completely on Mobile.
My theme is News Mag and Header style is Default.
Could you please guide me?
Regards.
Harry.
Hi one more PLS;) Wher to put code in functions.php this is edn of file. Shoud i put after </div> or totaly on end. Sorry BEGINNER QUESTIONS
………
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action(‘wp_footer’, ‘td_theme_style_footer’);
function td_theme_style_footer() {
?>
<div id=”td-theme-settings” class=”td-theme-settings-small”>
<div class=”td-skin-header”>One click demos</div>
<div class=”td-skin-content”>
<div class=”td-set-theme-style”>DEFAULT</div>
<div class=”td-set-theme-style”>FASHION</div>
<div class=”td-set-theme-style”>TECH</div>
<div class=”td-set-theme-style”>VIDEO</div>
<div class=”td-set-theme-style”>SPORT</div>
<div class=”td-set-theme-style”>CLASSIC BLOG</div>
</div>
<div class=”clearfix”></div>
<div class=”td-set-hide-show”>HIDE</div>
</div>
<?php
}
}
Hi,
why are there 3 Logos in the source code? Maybe I understand the need of two Logos (1x Desktop + 1x Mobile), but is the third one really necessary?
First:
<div class="td-header-row td-header-header">
<div class="td-header-sp-logo">
<a href="http://dev.promicabana.de/"><x img src="http://dev.promicabana.de/wp-content/uploads/Promicabana-Logo.png" alt="" /></a>
<meta itemprop="name" content="Promicabana Dev">
</div>
Second:
`<a itemprop=”url” class=”td-mobile-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Third:
`<a itemprop=”url” class=”td-header-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Not built in, but you could certainly modify the header file to embed something like that.
If it’s not found in the demo on themeforest, then it’s likely it’s not part of theme 😉
Also see the docs, right side of page under “ad modules” 🙂
Created a couple of custom ad blocks and would like to add some version of a Pushdown ad (hover over or click and ad expands, pushing content down until closed). Not planning on using in header but as SuperLeaderboard.
Thanks!
13. I have to add code to the header for favicon purposes (as your theme only allows 16px). How can I add code to the header?
Hi,
You have to modify the header.php file and add a widget area – http://codex.wordpress.org/Widgetizing_Themes
The widget has to be registered in the functions.php file. The theme already comes with some widget areas registered – http://screencast.com/t/umbKB1uEtHg
Thank you!
Hi
The theme it’s designed to handle just adsense, img/flash banners ad codes you can find a detailed explanation in this regard in our ads guide here: https://forum.tagdiv.com/ads-system-full-guide/
We recommend using those div’s from our docs to place other types of banner and the padding property it’s set on img tags so because you’re using a different ad system than ad-sense the theme’s css it’s applied only on ad classes, not to the ad content.
You can also try to use a plugin to render your ad code like suggested in the documentation.
Try this custom css to padding the header and sidebar ads:
.td-header-sp-ads .td-a-rec {
padding-top: 10px;
padding-bottom: 10px;
}
.td-a-rec-id-sidebar{
padding-left: 20px;
}
You can modify the values as you like, here id the ruslt: http://screencast.com/t/FqZ8Mb8r3z
Thanks!
Hi,
You can try with custom css, like this: http://screencast.com/t/VPoExzky
.td-header-style-8 .td-header-sp-logo a {
max-width: 300px;
margin: auto;
}
Thanks
Hi
Not sure what you mean, because the theme doesn’t have any masonry header so please provide more specific details about your problem if you still need assistance on this.
Thanks!
Hi,
The entire top-bar meaning menu, social icons, sign in wigdet can be displayed on mobile device but it will not look fine. Also you have to many menu items – http://screencast.com/t/TXZeKqUbxqyY so if you want to show the menu you will have to customize it(smaller fonts, space between items) and use just few items. For example – http://screencast.com/t/dy7Fd7ZD
@media (max-width: 767px) {
.td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-widget {
display: none !important;
}
.top-header-menu li a {
font-size: 10px;
margin-right: 8px;
}
}
Hope this helps!
I am currently using Header Style 8 for my project and was wondering if it’s possible to have just the logo clickable to get to the homepage rather than the whole full-width header.
Thank you.
Hi,
Header
– If you don’t use site background color/image the header section should be full width – http://screencast.com/t/zeBrt7dXET9m
– You could use shortcode in the header add if you want to create something using pagebuilder or if you use a plugin.
– Not sure what you mean. Do you want to replave the top menu? Here is the code – http://screencast.com/t/QNiR3cX0TapE
– Do you refer to this border? – http://screencast.com/t/X46X4Gxd7xm You can hide it via custom css in Theme Panel > Custom Css – http://screencast.com/t/ElIiCYGO07
.sf-menu > li > a:after {
display: none;
}
– You cab add a custom ad under the menu if this what you mean, but you have to edit the code and use this code – http://screencast.com/t/hw2h1wwxRTaV – http://screencast.com/t/F0jF0ilBqK
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>
Footer
Also the footer area should be full width if you don’t use background. Unfortunately if you use it the site will automatically switch to boxed version
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hallo,
I have a problem in the header of all my post pages: an unwished scrollbar appears to the left next to the Twitter icon. What is this scrollbar and how can I get rid of it?
You can see a sample here: http://novafantasia.com/arquivos/12923
But it’s common to all the other pages with a Tweeter icon.
Regards
Hi,
Please remove custom css code(if you have any css code there) and also try check this without the header ad and see if it is fixed.
If you still have this issue, please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
Thanks!