- 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,
i have intalled the demo “fashion” but i want the same header thna the demo “car” with a big image. i dont’t found the possibility of this. The image of logo “car” is largest tha 500 préconised for head styl 9,10,11.
Escuse my poor english !
please help !arge
Hello,
In order to get a faster response time, you should only post ONCE. if you post again and again, the post will get fresher. We answer from oldest to newest. If you keep posting, your message will be new all the time and we won’t get to it until all the others before it are answered.
Now for the matter at hand.
For the header banner. you can add a banner in the header ad section here: https://www.screencast.com/t/b9dDJ575Url
It is an ad section so it is destined to show images, not text. You can try to create an image that contains text though if you want to show text there.
Thanks.
I am currently using Style 10 Template for my header and I wish to further increased the white space available above and below my logo. How would I go about doing that?
Is it possible to also increase the dimension restrictions of the size of the logo?
Appreciate your help.
What’s the coding to remove the title headers on my pages?
Hi,
Please follow this tutorial about ad placement in the Header – https://forum.tagdiv.com/header-ads-adsense/
Thanks
Please how do i add Ads to the Header beside the logo ( incrediblelagos.com )
Hi,
There is no theme setting to remove it. You can hide it using this code, just enter it in Theme panel->Custom Css
.td-header-main-menu .td-search-wrapper {
display: none;
}
Before – https://www.screencast.com/t/BmN7jwzwW
Result with code added – https://www.screencast.com/t/KbdVBjVi
Thanks
How do I remove the white space at the top, between the upper margins and header of Site
Could you advise how to add banner right from logo for this template? screenshot – https://www.screencast.com/t/gVdt95Qu
Unfortunatly, can’t find how to do it in the online manual – https://forum.tagdiv.com/header-styles/
Installed the Newspaper theme 7.6 and when prompted to install Visual Composer, it comes up with this error message:
Installing Plugin: Visual Composer
The plugin does not have a valid header.
Downloading install package from http://www……..
Download failed. cURL error 56: Failure when receiving data from the peer””
Could you please provide me with some help? Thanks in advance!
Hey there, I’m getting these errors
Warning: require_once(/homepages/33/d249180215/htdocs/zielix/harrel/wp-content/themes/Newspaper/parts/header/top-widget.php): failed to open stream: Permission denied in /homepages/33/d249180215/htdocs/zielix/harrel/wp-includes/template.php on line 684
Fatal error: require_once(): Failed opening required ‘/homepages/33/d249180215/htdocs/zielix/harrel/wp-content/themes/Newspaper/parts/header/top-widget.php’ (include_path=’.:/usr/lib/php5.6′) in /homepages/33/d249180215/htdocs/zielix/harrel/wp-includes/template.php on line 684
When I go to /wp-content/themes/Newspaper/parts/header and change the permission to these two files (top-widget.php and td-login-model.php) to 644 it works, but only temporarily, as soon as I clear my browser cache it shows same error.
How can I fix this?
I have seen similar topics about this, and done everything (cache clearing, plugin deactivation etc) but still I cannot save SOME of the options. I can save translations and social network URLs, but still cannot save Header (e.g. to show top menu), Template (e.g. to disable comments in pages). How to fix it?
Hello,
If the header ad is what you are after you can create a condition around the header ad to make it not apply on woocommenrce pages. You can use this function: https://docs.woocommerce.com/wc-apidocs/function-is_woocommerce.html
As an example on header style 1 you can replace this code:
https://www.screencast.com/t/1k2dGIr4w
with this one:
<?php if(!is_woocommerce()){?>
<div class="td-header-sp-recs">
<?php locate_template('parts/header/ads.php', true); ?>
</div><?php } ?>
It should look like this: https://www.screencast.com/t/ZNcTcS7fYWgK
Thank you!
Missed this…
I’m referring to the header. Thank you.
Hi,
To make the header menu always appear in the top of the page go to Theme panel->Header->Main menu and select Always sticky – https://www.screencast.com/t/bMNJ33Nnw
Thanks
It seems the menufication plugin is causing the menu on the mobile theme.
The photon is a setting of jetpack tjhat is known to cause issues with our theme. Jetpack has grown into a huge plugin with lots and lots of settings and unfortunately not all opf them work properly. Photon is known to cause image issues.
Please remove menufication if you want to have a proper mobile theme header or use the code above as I have tested it again and it works properly. you probably have an open css tag in your custm css code already present before adding this one. That is the most common issue with css that does not apply. Here is an example of how the code applies from our side:
https://www.screencast.com/t/eUeCd9NIgA2
Thank you!
Hello David Henry,
Please notice that our theme has a lot of header templates which are used in different styles. For example, if you want to use a bigger logo for your header template you should choose the Header Template Style 10 which display the logo in full width and in this case you can use any size you wany for it. For more information about our header templates, please consult here -> https://forum.tagdiv.com/newsmag-header-styles/
I hope that you will found your desired style in this regard.
Thanks for your understanding!
Hi Bogdan,
This is the page i’m creating. http://www.rapoma.com/blog/
I like to make an optin header above the blog page, something like:
http://backlinko.com/blog
Kind regards,
Matthijs
Hello guys,
I spent hours of googling, but nothing helped. I want to change header url from default to different page. When visitor clicks on header image (or logo) now is automatically redirected to homepage. How do I customize the link?
As far as I know, I have to edit header.php, but have no idea where should I place desired link.
All the best
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I need to use a logo at over 400px wide, this means I need to put the Header Ad somewhere else.
How is this done?
I just tried that and it didn’t. =(
I also tried this:
.loop-single .td-post-header .td-post-title .td-post-author-name .td-module-meta-info .date { top: 1px; }
}
That didn’t work either. =(
-Brad
I am using sticky header but, it only appears when I scroll up a bit. can I make it show even if I dont scroll up?
The header is not showing if I only scroll down from the top of the page to bottom – I would like to know if there is some sort of custom code that I can add somewhere to make it do that 🙂
Thank you.
Its the header ad. I have disabled it and I have replaced all code in the AD Section of Theme panel. Where else would this sample image be located? It is not located in my media library, theme panel ad section, or in My File on the server side. I have found it, as previously stated in the database, but I am unsure how to remove the call for it.
Hi Bogdand,
Thanks for helping me 🙂
Problem is…I just dont get it.
So I did this:
Went to cpanel – file manager, edited header style 1. added this code right at the end.
<?php
if(is_home() || is_front_page()){
echo do_shortcode(‘[rev_slider alias=”fullsite-block-1″]’);
}
?>
saved.
Refreshed site – homepage is blank.
What am I doing wrong? This is so frustrating…
-
This reply was modified 9 years by
cva183.