- 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 willysawa,
In order to achieve as you wish on the category page, you have to set the modules on this page from Theme panel-Categories section, like this -> http://screencast.com/t/erI1PMRdsq and for header section, please try the code below and add it in Theme panel-Custom CSS area. You have to target each category by ID, like this http://screencast.com/t/kdlMdPZW9Gy3 -> http://screencast.com/t/MWkuXH5cQEnt
.category-6 .td-header-wrap {
display:none;
}
Above I gave you an example for a single random category with ID=6. You have to implement this on your website and find the category ID for each category like this -> http://screencast.com/t/pEr6PZeflN
For more details about category, please check our documentation here -> https://forum.tagdiv.com/how-category-settings-work/
Hope this helps and let us know how it goes!
Thank you for the message!
I am making the my website by wordpress. But i get a problem.
When i access other page, I want change main menu in header.
For example, i made two menu(menu1, menu2). and i made two pages(page1, page2).
When i access page1, the page include menu1 in header. and when i access page2, the page include manu2.
I have question, Can i get there? Is there solution that solve the problem.
Please help me! I will reply you, you, you and you… Please…
Hello,
Unfortunately everything you want done has to be hard-coded as there are no options to customize the header elements.
You can use css to do it on some extent.
You can change the color of the top menu in the theme panel: http://screencast.com/t/8kihBablNWXk
Then you can use this css to make it thicker:
.td-header-style-10 .td-header-top-menu-full{
height:50px!important;
}
.td-header-sp-top-menu{
line-height: 45px!important;
}
You can place the code in the theme panl -> custom css box.
For the gradient, you can use any image you want by setting a css background image:
.td-header-sp-logo{
background-image: url("http://i.huffpost.com/gen/2125210/images/o-EYES-facebook.jpg");
background-size:100%;
background-position-y: -400px!important;
}
You can change the url in the code to the url of your preferred image.
If you want a simple gradient you can use this code:
.td-header-sp-logo{
background: linear-gradient(lightblue, grey);
}
You can leave the bottom part as it is as the default is white background with black letters.
The final result will be like so:
with image: http://screencast.com/t/czZch5dwP
with gradient: http://screencast.com/t/qmNJb2sgC3BL
Thank you!
Hello amd4ever,
1) If you want to remove the space between these blocks (18->15), you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.
.td_block_18 {
padding-bottom: 0px;
}
.td_block_18 .td_module_mx8 {
padding-bottom: 5px;
}
The result you should see here -> http://screencast.com/t/uAgoAr9POtL
2)I have checked you website and I saw you have a crumb-container without breadcrumbs. Below I gave you a CSS code and I decrease the margin-bottom of this container and the result you should see here -> http://screencast.com/t/DMWuxsZEHkAP
The code is ->
.td-category-header .td-crumb-container {
margin-bottom: 0px;
}
And, if you want to have a smaller space between category and header menu, you have to hide this container with a bit of CSS and increase the padding-top of the category container and the result you should see here -> http://screencast.com/t/PuJpE6Z1
.td-category-header .td-crumb-container {
display:none;
}
.td-category-header{
padding-top: 10px;
}
3) Please try the code below. You can adjust the values until you obtain as you wish.
.td-post-template-12 .td-post-header, .td-post-template-13 .td-post-header {
margin-bottom: 10px;
}
The result -> http://screencast.com/t/wOiTvZCpf
4)If you want to change the background-color for your all site area, please try the code below.
.td-pb-row, .type-post, .td-main-content-wrap, .td-category-header {
background-color:#743636;
}
The result you should see here -> http://screencast.com/t/Ohz1UeSIW6
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details. Screenshots will be more useful.
Thank you for the message!
Hello aabuday,
It is possible to achieve what you want if you use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this ->
The code is ->
.td-header-header {
padding-bottom:10px;
border-bottom:2px solid rgba(227, 137, 176, 0.7);
}
Also, you can adjust the values until you achieve as you wish.
The result you should see here -> http://screencast.com/t/Z1kuBzqe
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details and the exact place where you want to do changes (the screenshot could be more useful for my understanding) so I will be able to provide a more accurate response.
Thank you for the message!
No message or policy violation in my Adsense. Here is the code –
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Image only –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-753250##########”
data-ad-slot=”##########”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
An interesting observation – The header ad is showing properly in all Error 404 pages!
Please how do i make the category view to have no header pictures and also have article display in one column
Hi! Did a quick search, but didn’t really find anything that could help.
I want to redo header a little bit, but can’t find code of it anywhere. Can somebody tell me where to look, please?
In the current version of Newspaper, I want to customize the header a bit and want to do it in the way that we are not putting custom code with the theme files. I don’t want to have to hard code anything if possible.
Here is what I need to figure out.
We like Style 10 as a base to start with.
For the top bar, we would like to have it a little thicker in height and black. In Style 12, the top bar that is under the menu is how we want to top area to look in Style 10.
Logo section, for this we like to have a colored graident background like you see in Style 12, but having that in Style 10.
Then for the bottom portion a menu with a white background and black letters.
Let me know what the best plan for this is. Thanks.
I am new to TagDiv; I just purchased and installed this for my client, and am working with a design template from a designer. There will be a big horizontal banner at the top of each page, above the menu (approx 1070 X 300). Each page will have its own banner. On the home page, that banner will be a slider/slideshow. Where can I code these in?
Thanks.
Hallo,
1. I want to reduce space between block 18 (with one article) and block 15.
2. I would like to reduce the space between categorie and header at style 12,
3 And reduce the space between date, author and the aricle
4. i would like to change the white colour of background at homepage inside articles category and all pages.
i want to be same with BACKGROUND COLOR at general theme colour
My website: www. topnews .gr
Hi
We didn’t tested any plugin with a similar functionality so I can’t make any recommendation in this regard. However this can be achieved by editing the theme file like here:
– to display the header ad only on posts which have certain tags add this condition in ads.php file like here: http://screencast.com/t/tAOgPIcYDvqY Here is the new file with the new code: http://pastebin.com/BThpU9QX
– to get the same result for post content you have to edit the td_module_single_base.php, replace the original code with this one: http://pastebin.com/z5t4qmwM and replace the initial tags with your tags: http://pastebin.com/z5t4qmwM – http://screencast.com/t/ls0YR9FWN8S
Hope this help
Thanks!
Hello,
Please note that speedbooster does not automatically move ALL render blocks to the footer. You will have to manually move a few of them: See part 5 of this tutorial: http://www.alltomtrav.info/dev/daniel-reden-infor-v75-pa-gavletravet-2/
Be careful though as some render blocks need to stay in the header for them to work. You will have to know what you are doing otherwise you could cause more problems than you fix.
Thank you!
Hi,
After going through the documentation that describes how to import your logo for no-retina and retina screens I have still failed to gain a retina quality header logo for my site. I followed all of the instructions. I believe I am using style 11 so the non retina was suppose to be 500 pixels and the retina 1000. Yet it is still not of retina quality.
Could you help me finally achieve a retina logo?
Many thanks,
Josh
Hello,
Unfortunately the theme only allows one main header menu. You can add as many elements to it as you want. If you require 2 of them, then you will need to find a plugin that has such an option.
Thank you!
Normally you would put your adsense code in the theme panel for top of page ad section – see theme docs.
To manually put a block of code on page, you can put that in the header.php file after opening body tag. Only put the script part… not the whole block of text you have in your example — that is entire standalone webpage.
Hello,
I’m supposed to paste a code similar to the one below, after the body tags. I have both tried to locate them in the header and footer file but everytime I tried it messed up the page…
Where should I paste this code ?
Thanks a lot for your help,
Thomas
<html>
<head>
Cette section représente l’en-tête de votre page.
<title>Exemple de page HTML</title>
</head>
<body>
Cette section représente le corps de votre page.
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Homepage Leaderboard –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:728px;height:90px”
data-ad-client=”ca-pub-1234567890123456″
data-ad-slot=”1234567890″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>
http://www.trendingtop5.com
My Adsense in active. No warning.
But my ads are not showing in site.
(I have placed a header ad and an article top ad from theme panel).
Please help.
Thanks.
Hi
You could use a plugin to achieve that or other way would be to edit the theme files and add the share buttons in code. You need to edit every post template used and also every page template: http://screencast.com/t/zir9Tn4Kz and create a new container between header and the post/page content. Note that you have to apply some css style on this container in order to be displayed fine on the page.
This is a complex task and i can’t provide a solution now. If you can’t do this yourself my advice is to find someone to help you with it as we can’t offer custom work at the moment.
Thanks!
Hello greenonion,
1) Please consult this topic because here you can find the answer for your first request.
2)If you want to increase the height of the header, please try the code below and add it in Theme panel->Custom CSS area.
.td-header-header {
height:250px!important;
}
The result -> http://screencast.com/t/3EAEQdIfuWO
For more information about header styles, please consult our documentation here -> https://forum.tagdiv.com/newsmag-header-styles/
3)There si an option for it in Theme panel->Theme colors like this -> http://screencast.com/t/0pAnQyFgsyu
Hope this helps!
Thank you for your message!
Hello,
1) You can remove the search from the menu either with css or by removing it from the theme files.
css:
.header-search-wrap{
display:none!important
}
from the files: http://screencast.com/t/X6DjcpVf
2)You can select the ad size you want for every screen size from the theme
panel:http://screencast.com/t/AnJ59mR8S
3)The best solution is to use an ad manager (plugin) which is inserted into ad spots and has if/then checks to exclude category by ID, skip placement as part of post page, etc. (The theme has no option for it)
Thank you!
Hello,
You can use the same method for IE as you did on firefox:
.ie11 .td-header-sp-logo img{
width: 100% !important;
}
Thank you
Hello,
You can probably do that with a background image set to the container but responsiveness wil be a problem. The site you pointed out is not responsive so you cannot see it.
If you use the default header style you can use this code :
.td-header-header{
background-image: url("http://i.huffpost.com/gen/2125210/images/o-EYES-facebook.jpg");
background-size:100%;
background-position-y: -200px!important;
}
result: http://screencast.com/t/nrZz2XyCRxS7
The main problem will be responsiveness. It will require further adjustments for every viewport: tablet landscape, tablet portrait and mobile phones
Thank you!
When I add the Twitter ID on Social Counter all content area and footer disappears and only the header remains.
solved
It was not by plugins
I put a banner in the header with a div and interfered in the menu.
I have removed and created differently and works
Tahnks