- 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
Hi,
Do you refer to the social icons from the top menu? – http://screencast.com/t/thLYNluAgDl
You can enable social for top menu from Theme Panel > Header – http://screencast.com/t/v2pBIxhrP6pb and add your links for socials that you want to appear there – http://screencast.com/t/4BBwjLF3Kw
Thanks!
Hi,
I have one more small correction, needed spacing below and above the header ad http://www.screencast.com/t/VuRqbqY5xhEn
Thanks
sai Bharath
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/TuruTDqi
.td-header-style-1 .td-g-rec-id-header .adsbygoogle {
top: 0px;
}
@media (min-width: 768px){
.td-logo-rec-wrap {
margin: 5px auto 5px;
}
}
Thanks!
Hi,
Just thought i would contribute some of things i have found boosted my site speed, I used Chris’s code along with these. These obviously all go in your functions.php file.
1. Remove the wp emoji file that is automatically included in wp 4.2 (don’t worry about this if you have earlier version)
2. If you use contact form 7 plugin it will load it’s assets on all pages/posts (you should use this code if you don’t have a contact form in the footer or on every page) ***YOU WILL NEED TO ADD/CHANGE THIS LINE: if ( ! is_page( ‘contact-us’, ‘another-url’ ) ) { // where contact-us = page URL
3. If you don’t use the standard wordpress comment system and instead use Facebook Comments, Disqus, Livefyre, or nothing.. you can remove comment-reply.min.js (I found this code on crunchify)
//REMOVE WP EMOJI
remove_action(‘wp_head’, ‘print_emoji_detection_script’, 7);
remove_action(‘wp_print_styles’, ‘print_emoji_styles’);
// Deregister Contact Form 7 CSS styles
add_action( ‘wp_print_styles’, ‘aa_deregister_styles’, 100 );
function aa_deregister_styles() {
if ( ! is_page( ‘contact-us’ ) ) {
wp_deregister_style( ‘contact-form-7’ );
}
}
// Deregister Contact Form 7 JavaScript files on all pages without a form
add_action( ‘wp_print_scripts’, ‘aa_deregister_javascript’, 100 );
function aa_deregister_javascript() {
if ( ! is_page( ‘contact-us’ ) ) {
wp_deregister_script( ‘contact-form-7’ );
}
}
// Remove comment-reply.min.js from footer
function crunchify_clean_header_hook(){
wp_deregister_script( ‘comment-reply’ );
}
add_action(‘init’,’crunchify_clean_header_hook’);
Thanks
How do I remove this part of the header?
<meta property=”og:image” content=”path/to/image.jpg” /><meta name=”author” content=”author name”>
Well that’s dumb.
I suppose since it’s already offering in numerous plugins, and also found in YOAST SEO, and can easily be inserted into a header.php template, not a terrible thing.
But I find that somewhat hard to believe, or even justifiable — that’s like saying you can’t insert a link to your Piwik stats into a theme, or you can’t have a box to put in your AdSense codes … makes zero sense whatsoever. It’s just a box that prints the “block of text” into the header file.
Now if the theme developer is piggybacking their own GA code in the theme, THAT would be bad; but providing customers / users / admins a way to put the GA code into the theme — that’s a convenience factor for those buying themes, many of whom are newbies to WP (obviously if you read ANY support forum for themes).
I’m raising the stupid flag on this one — I can’t imagine WHAT the security issue would be with this. It’s simply a convenience — just like adding a copyright notice to footer, or adding in author meta for post authors … sheesh (!).
Hi,
The am facing issue with header ad :http://www.screencast.com/t/jj0Ivzb3nFp
Header ad is blocking the main menu, any solution for this??
Thanks
Bharath
Hi,
Do you have any css customization?
If you use latest version of the theme(4.6.3) did you update from an older version? Di you used patch or a fresh install?
I can provide you css to fix this, but may cause cause another issues if you have custom css or did not updated properly. Also please first check this without any plugins active, leave just Visual Composer active, clear cache and check if you still have these issues.
If you want you can use this custom css in Theme Panel > Custom Css after you check what I asked above and without plugins: http://screencast.com/t/PzhbPITU7
.td-g-rec-id-header .adsbygoogle {
position: relative;
top: 0;
right: 0;
margin-top: 10px;
}
.top-header-menu li a:before {
top: -2px;
}
Thanks!
I am using Header Style 1, but my ad (728 x 90px) is half hidden by the menu bar at the bottom? What’s the best way to fix this?
Also, my top bar menu is mis-aligned : the separator is not in line with the labels.
Hi,
You try to add your code in the header.php file – http://screencast.com/t/C5aAxZQL
Also if you can paste your code in a custom ad from Theme Panel > Ads and use do_shortcode function to display it there – http://screencast.com/t/3kpHNOUIDv – http://screencast.com/t/0vRrd9Sx5oZ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, place your code similar to this script in the header file: http://screencast.com/t/48qGROIW
Thanks
Hi,
Unfortunately the top menu was not designed for mobiles and that’s why it is hidden, you can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT a solution will be to hide the menu items and display only Log in/Register widget – http://screencast.com/t/GUicjaLKq5Ze
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.td-header-menu-wrap .span9 {
display: none;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi can you help me. I want to embed the banner above the header see example.
Hi Team,
After upgrading to 1.7.1 it seems that the mobile menu does not work properly.
The “Close” button is now hidden under the header menu.
Hi,
You did not close div tag > <div class="sidead", it has to be <div class="sidead">.
You can also use divs from documentation(like you have used for header ad) and display it on specific devices, so if you want to be displayed only on desktop use:
<div class="td-visible-desktop">
your code
</div>
And you don’t have to make any css adjustments(it will be centered automatically) – http://screencast.com/t/eD04od5df
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Thanks Chris!
@betograngeia Please follow Christopher’s solution from that topic it works the same for newspaper – http://screencast.com/t/LPRfKB18AUl
<?php echo $td_mod_single->get_date(false);?> <?php echo get_the_time(); ?>
You have to adjust margin via css code in Theme Panel > Custom Css: http://screencast.com/t/e9PDr3aSzWJI
header time {
margin-right: 5px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks!
Header Ad – OK!
But Sidebar Ad not displayed((
I did everything you said:
Sidebar ad
<div class="sidead"
<iframe scrolling='no' frameBorder='0' style='padding:0px; margin:0px; border:0px;border-style:none;border-style:none; ' width='300' height='250' src="http://wlpinnaclesports.adsrv.eacdn.com/I.ashx?btag=a_1048b_8575c_&affid=4793&siteid=1048&adid=8575&c=" ></iframe>
</div>
Custom CSS
.sidead {
margin-left: auto;
margin-right: auto;
display: table;
}
What could be wrong?
Site: ultimatefighting.ru
-
This reply was modified 11 years by
bettingzone.
-
This reply was modified 11 years by
bettingzone.
Hi!
Tell me, why move the banners to the left (sidebar) and up (header)?
Default
https://www.dropbox.com/s/qwnwaa1su7azaz8/default.png?dl=0
With banners
https://www.dropbox.com/s/vc35y7gtnc9m8t1/banners.png?dl=0
Sidebar ad code
<iframe scrolling='no' frameBorder='0' style='padding:0px; margin:0px; border:0px;border-style:none;border-style:none; ' width='300' height='250' src="http://wlpinnaclesports.adsrv.eacdn.com/I.ashx?btag=a_1048b_8575c_&affid=4793&siteid=1048&adid=8575&c=" ></iframe>
Hi,
You can take a look to a boxed header code and use those divs(I don’t know what header style you use, but should work). For example header style 9 copy td-header-container from default style(boxed) and remove this class: http://screencast.com/t/dWmFyYU6PS – http://screencast.com/t/PRNAdF0Dk88
Thanks!
Hi,
The header style 3 and 6 was designed like this to not use mobile logo, but like I said all header styles will be changed in Newspaper 5.
Untill the you can try to make this change in menu-header.php file – http://screencast.com/t/2S3dTDOoo8u and now you can upload mobile logo – http://screencast.com/t/tMwGGtAbIOh this will be used on mobile devices.
Thanks!
Hi,
It seems that the adblock filters detect the ad container based on their classes so you could try to change those classes to avoid this.
Please check this tread fro more info on this: https://forum.tagdiv.com/topic/header-ad-not-showing/
Thanks
Dear Sirs,
Last week I bought your theme NewsMag.
Everything was perfect but I have one small request.
At the top of the header with the logo is a script for the ad.
I would like that in this ad is replaced with a picture in .jpg format. I’m entered the path for the picture but I have a problem. Adblock blocks that picture because it is recognized as an ad.
Please tell me how I can change it?
Another problem I have with the smaller menu on the left side. It does not appear on my website http://www.mraclin.hr.
How can I activate that please?
Thank you in advance for your reply!
How do I change the header style in widget sidebars? On home page rest of headings are Title Style ‘Style 1’ but widget sidebar headers are default. Please help.
Hi,
I also checked this and seems to be an issue with style 3 and style 6 as there is not loaded a logo for mobile and z-index of td-affix class(sticky menu) is bigger than logo image: http://screencast.com/t/5XTdZcYnk – http://screencast.com/t/GQPOgPa5r
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/0kON40iWn
@media (max-width: 767px){
.header-style-3 .td-logo img {
z-index: 10000 !important;
}
}
Also please note that it will be fixed in Newspaper 5, sorry for inconvenience!
Thanks!