- 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
Hello T2N,
If you want to do the tabs of tags a little bigger in the category page, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.
.td-category {
height:30px!important;
}
.td-category-header .entry-category a {
font-size: 20px;
}
The result you should see here -> http://screencast.com/t/wCXy2x13a
If you need more assistance in this regard, please provide your website URL so I inspect it closer you page.
Thank you for the message!
Salut nicolai,
Am verificat meniul din tema Tavel si acel efect a fost facut intentionat pentru un aspect visual mai bun. Pentru avea aceasi latime la bara de menu si pentru ‘sticky bar’, va trebui sa folositi un pic de CSS si sa il introduceti in zona de cod CSS personalizat din Theme panel. Va rog sa incercati codul de mai jos ->
.td-header-style-5 .td-affix #td-header-menu {
min-height: 71px;
}
Rezultatul va fi asa -> http://screencast.com/t/Tx1WeSh86Y
Sper sa va ajute sfatul meu si astept sa imi spuneti cum functioneaza pentru dumneavoastra.
Daca nu este ceea ce doriti sa obtineti, va rog sa imi dati mai multe detalii pentru a putea fi capabil sa va dau un raspuns mai precis.
Multumesc pentru mesaj.
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jg5saISUly
.td-header-style-3 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-3 .black-menu .sf-menu > li > a:hover, .td-header-style-3 .black-menu .sf-menu > .sfHover > a {
color: #FFFFFF !important;
}
Thanks!
Hello VoZz,
If you want to increase the height of the main menu in header style 5, please try to use a bit of CSS and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-5 .td-header-menu-wrap-full {
height:120px!important;
}
The result you should see here -> http://screencast.com/t/UgCQgD03a1p
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thank you for the message!
Salut,
Ce header template folosesti? Daca folosesti header-ul default(1) si vrei sa mai adaugi un custom ad sub meniu ai putea incerca aceasta implementare – http://screencast.com/t/maoFTZOPECC
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
Mersi!
Hello Dariob,
If you want to have some pages without the menu, you have to use a bit of CSS to hide it for your desired page with your page ID. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.page-id-38 .td-header-main-menu {
display:none;
}
Above, I gave you an example for a random page and I have presented you how you can hide the menu for a certain page. Please try this and implement into your website.
The result you should see here -> http://screencast.com/t/uF8uXrez -> http://screencast.com/t/6lFSMSUH4
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
According with google documentation the script for tag manager must be added immediately after the body tag. In our theme the body tag start in header.php file so you can try to add your code here: http://screencast.com/t/nHxJfgt1uOy If the problem persist you should address at google’s support and ask them for more details regarding this code implementation.
Also you can test it with a default theme and check how it works.
Thanks!
Hi
To remove the main menu from the site you need to edit the file corresponding with the header style used and comment the indicated line: http://screencast.com/t/0LhVdjkq
I’ve checked you’re site and noticed that the thumbs used for module 16 have a different size then the one from the theme. If you made any changes in module 16 structure try to revert them, clear all caches and test again.
Also make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
Hello sharls,
If you want to change the header style, you have to alter a bit the core file. The code of the each header style you should find here -> http://screencast.com/t/Z7KO6f7GZ
If you need more assistance in this regard, please provide your website URL and more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello jandiederik,
If you want to use Google Adsense into your desired place, you have to use Ad block on the top into your homepage and then you should set it with custom ad from the settings, like this -> http://screencast.com/t/6YbslBHXV -> http://screencast.com/t/ey8uzT4kCH2N and for a better look, you have to disable the header ad to avoid twice banner ads. The result you should see here -> http://screencast.com/t/W8GFJZiwJ
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
Thanks for this suggestion, I’ve added it on our todo list and we will consider it for futures updates. Meanwhile to customize the main menu items color on hover you can use this css in theme panel > custom code > custom css: http://screencast.com/t/yARdLJuie
#td-header-menu .sf-menu > .current-menu-item > a:hover, .sf-menu > .td-menu-item > a:hover{
color: red!important;
}
Thanks!
Hello amd4ever,
Please try the code below and add it int Theme panel->Custom CSS area
.td-main-page-wrap {
padding-top: 5px;
}
.wpb_raw_code {
margin-bottom: 0px;
}
.wpb_column p{
margin-bottom: 0px;
}
The result -> http://screencast.com/t/b4phYH95v
For footer section, please try the code below and add it int Theme panel->Custom CSS area.
The code is ->
.type-post, .td-main-content-wrap, .td-category-header {
background-color:#743636;
}
The result you should see here -> http://screencast.com/t/RERzz2d72bf
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details and some screenshots with your desired modification would be more useful for my understanding.
Thank you for the message!
Check my site , I have full width header and Now I want to make full width footer.There is no option for It.So, Help me How can I do It.
Hi, I’m viewing the header on my site and the “top bar”and “top menu” are correctly positioned alike the “header menu”, but when I´m viewing on mobile I only can see the “header menu”. What can I do? I need important access to the “top menu” on mobile. I wanna undhide the “top menu” on mobile. Is that posible?
first problem******The main idea is that I want in MOBILE two menus; the “header menu” and “top additional menu” for SocialIcons/register/logIn/perfil*******
Second problem is********* that I really like the “singup/logIn form” setted at “demo top menu” but the problem is that I don’t want to send to users the address of my wordpress admin area just to set the password, It had to be configured in the “singUp/LogIn form”, what I can Do?**********
Hi, I’m viewing the header on my site and the “top bar or top menu” is correctly positioned alike the “header menu”, but when I´m viewing on mobile I only can see the “header menu”. What can I do? I need important access to the “top bar” on mobile. I wanna undhide the “top bar” on mobile. Is that posible?
Newspaper 6: How to customize the hover text color for the main menu (not only the submenus)? I use header 3. I’ve tried with ‘Custom Code’. The problem: The active item text color does not remain #FFFFFF. The text changes back to #000000 whenever the mouse moves away (#000000 is the color of the inactive items).
I have tried this code:
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
color: #FFFFFF !important;
}
Hi there
i found another plugin and its look easy..
after install it and creat icons set i add this code to the header file
<?php echo do_shortcode('[aps-social id="1"]')?>
and i get the icons on homepage.. but its look like this..
how to make it work well?
thanks..
I am continiously facing problem with the newspaper theme….every time my cpanel virus scanner shows some malware in the theme’s header file…each time I delete the theme and re install it via ftp…but each time after 1 days the same problem occured…due to this reason my server automatically block port 80/443 and I am getting trouble with wordpress. I have no idea what to do. My theme was activated and I have lisence too. I also continiously update the theme via tag-div tool kit…but I have no idea what to do. Plzz someone help me…
this is the file which I found during scan…some ” sitelock..
newspaper/site-lock.js.generic.bj.unofficial
Hello,
First off all great theme!
I would like to change the height of the Main Menu in header style 5. Can I do this with some custom CSS?
You can use an ad manager plugin to rotate different ad units in the header. Many of us use “AdRotate” – so worth looking at that.
Is there a way to cycle through images in the header ad without using Google Adsense? I tried adding a script tag in the area provided (using this example: http://jquery.malsup.com/cycle/basic.html), but it stripped all my other photos on the live page.
This page is great (https://forum.tagdiv.com/ads-system-full-guide/), but from what I can tell, it only offers this type of a solution for custom ads (which I can’t use in the header ad).
Hi Andrei,
I have upgraded both wordpress and Newsmag. Deleted all plugins and rechecked.
Only one case where I did it successfully – Manually placing Sync google ad code in single.php
Check any random post.
But the default ADs blocks in Theme panel are not taking any code. So I am not able to place ad in home page/header/side bar. 🙁
You have rightly identified, Ad codes are changing in my site.
I am still doubting on W3 Total Cache Javascript minification.
Any suggestion please ?
Is there any way to do it without sharing a link? I just want to know where the header code is.