- 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
HEADER LOGO FOOTER LOGO SMART MENU LOGO ALL SET ON MY WEBSITE
BUT IT’S NEVER PUBLISHED … ONLY SHOWS ON MY DESKTOP ONLY NOT ON EVERYONE ELSE DEVICES .
WHAT IS THAT AM MISSING HERE PLEASE ??
In the past, I used this code [sam id=X codes=false] to run Simple ADS Manager.
Now, I’m using SAM Pro and the recent version of Newspaper.
Can I use the same code on Header ADS area? Because I tried, but didn’t work… 🙁
@colgate – I am asking for support from the (theme makers) only. Thanks
I want to attach the link for my fist point
https://churchpop.com/2016/02/13/quotes-young-saints-faith/
1- How can I make my website main menu bar like this website bar which has a white border just in the bottom
2- Can I insert a background to the header?
Try to start with the theme documentation at this link: https://forum.tagdiv.com/header-ad/
Regards
Just to clarify:
1) This is in reference to the header leaderboard ad and a custom leaderboard ad I have set to the footer. The theme settings only permit 1 global header ad throughout the entire site but I instead need different ad code for the homepage vs the header on category, tag and post templates.
2) When ads are set through the theme settings they lack the label “advertisement”
3) There does not seem to be a theme setting to replicate the homepage footer ad styling to all other templates like category, tag, etc. What template edit must I make to get the homepage footer ad style to apply to the category template like this screenshot from dev.iraqinews.com:
Correct layout:
<!– copy and paste. Modify height and width if desired. –>
Current layout (incorrect):
<!– copy and paste. Modify height and width if desired. –>
Im trying to add a subheader in a module with Advanced custom Fields (ACF) plugin
But when adding code like this in module_10
<?php echo $this->get_comments();?>
———-> <div class=”MY CUSTOM FIELD”><?php echo $this->the_field(‘MY CUSTOM FIELD’); ?>/div>
<div class=”excerpt”><?php echo $this->get_excerpt();?></div>
I tried various ways: but keep getting:
Fatal error: Call to undefined method
Anybody?
How do I replicate this header?
http://demo.tagdiv.com/newsmag/td-post-10-luxury-watches-for-men/
What font is the very top and the main menu in?
What size does my logo have to be so that it appears where NEWSMAG is left of the banner ad?
What size does my logo have to be so that it appears to the left of the main menu upon scrolling back up?
Thanks
I have been searching all over and cannot find where in the world I change the header image uploade with the demo content “Car Enthusiast” with the Newspaper 6 theme. Please help.
SO, my Website went BLANK, when I did that, I think I did it exactly, like You showed. But however, I did copy the header style and copied it back after the web went blank, so my web is running.
Could You please assist me getting that specific code into the header style, obviously, I did something wrong..
?
———————————————————————————————————-
Hello, admin. This is the first time that I use Newspaper and I am very satisified with amazing site speed. Considering the fact that all the other commercial themes are slow , it is pretty impressive.
But I found some compablity issues related to IE9. Below are the list that I checked in the actual IE9 browser.
1. Top header menu and log-in box : The log-in forms are viewable when users are NOT logged in. It looks so messy.
2. Font-awesome icons are not available. Especially ”:before” selectors are.
3. Visual composer tabs won`t work.
4. Footer is so messy.
5. Pulldown nav wont work.
6. Search result error message on deafault thumbnail post.
I know the visual composer dumped IE9,10 out recently and wrote describtion of compatible browser “IE11”.
How to add ads on this position: http://postimg.org/image/gsbh8g1j5/ how to add ads on this position with out change post template.
Hi
1- How can I make my website main menu bar like this website bar which has a white border just in the bottom
2- Can I insert a background to the header?
Thanks
I tend not to worry about those as they ONLY load if somebody is running IE8 or IE9, both are deprecated (obsolete) browsers, so additional elements needed to make modern themes/sites/CSS work with those old insecure and security-borked browsers. So, they only load for those folks and not everyone else.
I think that’s in the header.php if you wanted to quash them. But, why?
Hello I want to create a landing page with your theme and I need to completely hide the header, footer and menu from a specific page (not the whole website).
I have found this post here: https://forum.tagdiv.com/topic/landing-page/
But it didn’t help me very much.
Can you elaborate a bit more please on the code I need to use?
I cannot really understand it.
Hello,
You can use this code to adjust the ad:
.td-g-rec-id-header{
top:-18px!important
}
The menu is positioned properly, but for some reason the header ad falls a bit under. This solution will work, but there could be a conflicting plugin causing this, so it’s better to figure out the root of the problem first.
Thank you!
Hello,
I ran a few tests with the examples provided and it really seems to be a problem with firefox. The logo loses it’s responsiveness.
@ Everyone who encounters this issue, please add this css code in your theme panel -> custom css box:
.td-header-style-10 .td-header-sp-logo img{
width:100%!important;
}
(this is for header style 10. If you encounter issues on another header style like header 9 for example, change the number form the header style in the code)
This should do the trick.
I will add this issue on our list for further testing and if there is a bug i will be fixed in a future version of the theme
Sorry for the inconvenience.
Hi,
I have a problem with the link to my Facebook page.
In the part Social networks, i write link to facebook : www.facebook.com/mypage
But the link in the header is : mypage/www.facebook.com/mypage
How can i change this to obtain a good link on the header social networks.
Thanks.
Excuse me for my poor english.
Have a nice day
Hi
To load a different banner for a specific page you can add a condition in the file corresponding with the header style used. For example if you’re using header style 7 the file that must bee edited is header-style-7.php and the code should look like here: http://screencast.com/t/ryRhn07c25
<?php
if (is_page(page-id)){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
else{
locate_template('parts/header/ads.php', true);
}
?>
Replace the page-id with the numeric id of the page where you want to load a different ad. To get the page id follow this link: http://screencast.com/t/9V7zgx6WK
I used custom ad 1 in this example but you can use any of the custom ads, just update the number from shortcode. Ex: for custom ad 4 the shortcode will be [td_block_ad_box spot_id="custom_ad_4"]
If you want to hide the logo on a specific page just add this condition here: http://screencast.com/t/iT9p861gnJ
<?php
if(!is_page(page-id)){
locate_template('parts/header/logo.php', true);
}
?>
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello firetoss,
Unfortunately, this kind of plugin is not tested with our theme and we have not idea about the theme behaviour with this plugin, sorry. You should try to instal it on your side and see how it works for you. Please notice that we have a list with tested plugins like this -> http://screencast.com/t/QuMzIjuW which the theme works fine and also we cannot provide support for untested plugins. If you want to change the code where the menu is generated, you have to alter the code from these files -> menu-mobile.php and header-menu.php. -> http://screencast.com/t/5aNvKGFvrA -> http://screencast.com/t/xatfi0Js
If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this functionality for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello,
You can use this code:
.sf-menu a.sf-with-ul{
padding-right:10px!important;
}
.sf-menu > li > a{
padding: 0 10px!important;
}
(This works for header style 1, it might not work on another header style)
Thanks.
Hi
Try this css in theme panel > custom cod > custom css: http://screencast.com/t/eUfrbmHYWQv
.td-header-sp-ads{
margin-top: 35px;
}
You can modify the margin valuer as you want.
Let me know how it goes.
Thanks!
I need to explain better..:-)
I use theme style 7 header, full header logo, but I dont use a logo, instead I have designed a full width header advertisement banner including a logo. Showing through theme panel /ads/your header ads.
Now for some pages, I would like to have a different/or no header ad-banner. I am not asking how to create a blank page, but a normal page, just with another header ad-banner or none..:-)
If a specific page could use a custom ad as HEADER ad maybe, but how to get this to the specific page, I need some advise plaese.
Thank You
Thank you all so much.
I just picked Header Style 9 and uploaded my logo. It seems to work fine on IE, Chrome and Firefox.
You can see it here: http://emvolos.gr/
Hi my headers title are not responding to the change of color. I already set it on the theme panel and add this code to the custom css, still no change, I clear my cache, the cache of the page and check, still no change. The title is between the big grid and the slider, it is supposed to be white.
The code:
.td-page-content h1, .td-page-content h2, .td-page-content h3, .td-page-content h4, .td-page-content h5, .td-page-content h6 {
color: #84c0cc;
}
My page is http://www.tierrapermanente.com
Hope you can help me, thank you
I have just seen that Microsoft Edge is doing fine but the Firefox isn’t and I was working on the MS explorer earlier on when I noticed, also not responsive header.
I have a site http://2imsa.be which is Dutch and is has the newspaper theme without any demo installed.
http://2imsa.be/news is a copy of it but with the “Car demo” installed without the data and in English.
Both of them are new clean installations, only Akismet and Hello Dolly came with the installation but not activated.
Only WP Bakery Visual Composer and Revolution slider are activated.
Could you look at it in different browsers
The picture is not showing the same
I saw other issues about it in the forum