- TutorialsDefault Block Settings Guide
My header ad is still showing on mobile – above any content – even though that view is disabled in the theme panel.
I also have the top article and inline content ads disables on desktop, but they are still showing as well.
Thanks Lucian. My site is under development right now so I don’t want to make it live quite yet. This code has made the image larger, but now it runs over top of the rest of the header. Is there a code I can use to change the max height of the entire header?
Thanks again for your help – much appreciated!
Here’s a good start. It’s how I’ve added some opacity to the body on my site – InsideTheStar.com. This will get you started and may do the whole thing. You’ll have to check it out once applied and find any gaps, if there are any.
.td-post-template-3 .post,
.td-post-template-4 .post,
.td-post-template-6 .post,
.td-post-template-7 .post,
.td-post-template-9 .post,
.td-post-template-10 .post,
.td-post-template-11 .post {
background-color: transparent !important;
}
.td-post-template-3.post,
.td-post-template-4.post,
.td-post-template-6.post,
.td-post-template-7.post,
.td-post-template-9.post,
.td-post-template-10.post,
.td-post-template-11.post{
background: transparent !important;
}
.td-post-template-default article,
.td-post-template-1 article,
.td-post-template-2 article,
.td-post-template-5 article,
.td-post-template-8 article {
background-color: transparent !important;
}
.td-post-template-8-box,
.td-main-content-wrap,
.td-category-grid,
.td-category-header {
background: transparent !important;
}
Add those four rules to your Custom CSS in the theme panel.
Hi Sir,
I want set header, like this : social media vertical on left header, logo on center, and banner on right header. how to custom css like this link http://prntscr.com/7pwym6 ?
regards
J
Hi.
After i updated the theme to 6.0, the background color on the header on mobile devices is black. How can i change it? I have the site http://www.macweb.dk, it would be great if i could change it to white, and then the icons to another color? Since my logo has a white background.
Looking forward to hear from you :-).
Hi,
1. If you need more custom ads you have to edit td_config.php and add it like this: http://screencast.com/t/pWYaylHiQg Then just make add it in td_panel_ads.php file – http://screencast.com/t/UB3dwNgI68
Now you can add your code in Theme Panel > Ads – http://screencast.com/t/z3ROmJFEL and display it in your page – http://screencast.com/t/aNBwX5azB
2. The theme doesn’t have an option to have a different header ad for each category(or other template) and you will need custom work to achieve that, unfortunately we cannot provide any type of custom work at this time,sorry! You can add a condition here to display a different ad on a specific category – http://screencast.com/t/XOj3fyH8J If you don’t know how to do it I suggest to hire a professional to do this for you, also you can try to find and use a plugin.
Thanks for suggestions, I have added this on our to do list and we will try to improve this in future, however we have over 250 features on our list we have to pick very carefully what we implement.
Hi
Thanks Chris!
Unfortunately that is the only way at moment however we’re considering adding new header layouts in future updates and we also plan to add the the api system which can be used to customize your own header styles.
Thanks!
Hi
By default the top menu don’t appear on mobile devices, but you can use this custom css to display the Log In/ Log out option:
@media (max-width: 767px) {
.td-header-top-menu {
display:block;
}
}
@media (max-width: 767px) {
.menu-top-container {
display:none!important;
}
}
@media (max-width: 767px) {
.td-header-sp-top-widget {
display:none!important;
}
}
@media (max-width: 767px) {
.td-header-sp-top-menu{
top:0!important;
}
}
If you want to display only the Log in/ Log out option, add this lines of code:
@media (max-width: 767px) {
.td-header-sp-top-menu .td_data_time{
display:none;
}
}
The result should be like here: http://screencast.com/t/nM8IvOr9A0
Thanks!
Hi,
You can try to use custom css for it and set the logo’s image max height using this css in theme panel > custom css section:
.td-header-style-7 .td-header-sp-logo img {
max-height: 100px;
}
Let us know how it goes and provide your site’s URL so we can inspect it if you need a more accurate answer on this.
Thanks
Hi,
Do you use adsense code? Please note that the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. For non-adsense banners you need to add a specific size for each device as the theme will not handle it, please check documentation – https://forum.tagdiv.com/header-ad/
Please provide more details and you site url so we can take a look!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Theme Ad system was designed for adsense code, for non-adsense banneres you will need to find a solution like those divs that we recommend, please check documentation – https://forum.tagdiv.com/header-ad/
Also you can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/y3xrhMWWq8
@media(max-width: 767px) {
.td-header-sp-recs {
display: none !important;
}
}
2. Unfortunately the theme doesn’t have such an option, if unique articles feature is active it will be applied on all block from the page. You will have to filter posts by specific category on your blocks or maybe offset feature will help please check this – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
3. Unfortunately you will need to edit the plugin or use a hook to filter the content to add no follow to the button link and this is not an easy task. Also Call to action from Visual Composer is deprecated – http://screencast.com/t/DX7VtgZr9G and I guess that it will be removed.
Thanks!
Hi,
I’ve just installed the Newspaper Theme and also installed the child-theme.
I want to change the contents of the file: header-style-1.php, so i copied the file to:
Newspaper-child/parts/header/header-style-1.php
However, this file is never included (only main theme-file is used).
Also when i started debugging this problem, i end up in the method: td_api_header_style::_helper_show_header()
This method only loads files from the main-template and not from the child-theme.
Any help and suggestions would be great!
Hi,
1. Here you can see all thumbnails sizes that are used on modules/featured images – http://screencast.com/t/jsnReCqmbKTb if you want to change or add thumbnail size you will have to edit – http://screencast.com/t/8MITol7p and the thumb is used on each module – http://screencast.com/t/Z8LXUOclzo If you do any changes please regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
2. You will need custom work, unfortunately we cannot provide any custom work at this time, sorry! You can edit all blocks where you want to make your custom modifications – http://screencast.com/t/FWRgereEu and here you can change the functions for all blocks – http://screencast.com/t/yfXhwjntA8
3. The only option that the theme has, is to place an inline ad after x paragraph – http://screencast.com/t/IvxEsMjt5
4. There is no extra field for title of the site, we just use wordpress url for author box. A solution is to make this change – http://screencast.com/t/103oZ7QcZl – http://screencast.com/t/UjuVFBGCI
5. Please check Translations section – http://screencast.com/t/9NqBbNwo
6. Check this solution – https://forum.tagdiv.com/topic/related-article-box/
7. Please use this custom css in Theme Panel > Custom Css for post template 3 and 4:
.single_template_3 .td-post-featured-image, .single_template_4 .td-post-featured-image {
pointer-events: none;
cursor: default;
}
8. Not sure what you mean, theme have a various styles for category page – http://screencast.com/t/uu33kDROOd
9. Change here to take the featured posts – http://screencast.com/t/0qdQfFpAa8tX and also make this change so the featured filter appear – http://screencast.com/t/dTotgT95dds – http://screencast.com/t/ii4TSLwc
10. You will have to search in code all references to the “featured” name and replave with “features”. This is not so ease as you have to make sure that you change all, as some issues may appear.
11. You need to use a plugin like WP User Avatar – http://screencast.com/t/FbbMthPmy4Rn
12. Please check documentation – https://forum.tagdiv.com/td_api_moduleadd/ If you’re a beginner we suggest that you look for tutorials or professional training before trying to use this feature as we will not explain the syntax elements which are present in the code.
13. Unfortunately the theme doesn’t have an option for this but you can change the color using custom css in Theme Panel > Custom Css – http://screencast.com/t/cuoptJBP7
@media(max-width: 767px) {
.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
background-color: #ffffff !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
I want to replace current theme main style.css with my custom CSS which I am using from CDN, so which file i have to edit for header changes.
Hi everybody,
My problem is Targeted Ad on NewsMag. After purchase NewsMag theme, apply theme to WordPress, all things are great for news or magazine site excepts targeted ad for each categories.
This cause a big problem for me, because non-targeted ads have lower price.
Please considering about this problem for next release.
1. Custom Ad Block
From Theme Options > Ads tab; currently i see 5 Custom Ad.
Where and how can i add more Custom Ad blocks?
2. Targeted Ad at Header
I can targeted Ads on sidebar by creating new sidebar for each categories and put separate ads inside. But it not enough, i can not change Ad at header for each categories.
>> I want to add a DropDownList <<Listing all Custom Ad block>> in Post Settings (Add New Post page) to select header Ad for that post.
or
>> Based on header Ad of category of post, it will be show automatically.
For now, any one can tell me ways to do for each steps?
Thanks,
Minh
Hi Guys,
I’m using header style 7 and my logo is displaying at 320 x 105 px. I’d like to be able to customize the size and make it bigger as needed. Is there a Custom CSS code that will let me control its dimensions?
Thanks!
Hi
How can I manually add Bloglovin icon https://www.bloglovin.com/ to the “social networks” so it’ll show in the upper header with the other social icons?
thanks
Also is it possible to make the mega menu dropdown fullwidth of page rather than boxed using header style 5?
I use header style “8” to have the top stuff full width 🙂
Try it; you can change the header ‘style’ in the main theme panel without breaking anything.
But you can see the default ‘styles’ here:
https://forum.tagdiv.com/header-styles-newsmag/
Not sure there is one with
[logo][ad]
[full width menu]
but that would be nice to have!
-
This reply was modified 11 years by
simchris.
Hello
I used shortcodes in header ads and it works fine. However, now i need to disable that on mobile devices as ad size is 728Ă—90.
Please advise how to disable loading header ads on mobile.
Hello,
I want to have a different header ad for different sections of my site.
Is this possible?
Mark
Hi,
I have three questions. Maybe somebody can help me.
1.) Head ad: I am using the amazon banner and disabled the mobile view. Unfortunately the ad is still displayed on mobile devices (smartphones).
2.) Unique articles: I am using the theme on my review site. I want to have unique articles accept for the top 3, 5, 10 area in a widget or sidebar. Because sometimes the best rated product is also the newest and I want it to appear also in the top list. Is it possible to activate unique articles on a page and only disable it for one specific widget or sidebar on the same page?
3.) I am using the call 2 action modul of visual composer. I can add links here and set them to target=”_blank” but there is no nofollow checkbox. Where can I set all external links in the VC Modul to nofollow?
My site ist: http://www.brettspiele-magazin.de
thanks in advance,
julingn
I am trying to locate the php file for the header ad code. I want to insert a custom php code in place of where the current code is to display the header ad.
Hi,
If you want to use a fixed width ad on desktop/tablets/mobile you can try this custom css in Theme Panel – http://screencast.com/t/VYIfXbc0GBHi
.td-header-sp-recs {
width: 300px !important;
float: right!important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Thanks a lot, the change in style.css works.
For the text color I have added this code in custom css:
@media (max-width: 767px){
#td-top-mobile-toggle i, .header-search-wrap .td-icon-search{
color: black !important;
}
}
I hope the code is ok – it seems to work in any case.
Walther