- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi
I am trying to hide header and footer for specific page but when i use this code:
.page-id-8610 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none!important;
}
on theme panel custom css it does hide the header and footer but on the other pages the footer disappear and header remain, i want the other pages to have header and footer.
I will appreciate your assistance.
Hello,
I am having similar problems.
The 2 sets of code above worked but my hamburger menu disappeared (now same colour as header?). How to get the colour back on the hamburger menu icon?
Thanks!
Hi,
I am sorry that you could not use the theme for your purposes. Unfortunately that is the case, when a background is set the website will be boxed, in order to display the background. If it would not be boxed, the background will not be seen.
The options that Bogdan is mentioning were added in a previous update and are available for the Header section, and the Footer section – https://www.screencast.com/t/IvyARKzKGT
These can be forced to full width regardless of a background. More full width options may be implemented in future updates.
You can request a refund here – https://themeforest.net/refund_requests/new if you consider that you can not use the theme for your website. We will approve the refund.
Thank you for understanding!
Hi, now I have this problem:

Different space, why?
And, is it possible trending now scrolling and attached header menu seem of this:
http://www.theindiantelegram.com
Thanks….
Hi,
We have tried that before and it doesn’t work, so that only we have created the ticket.
Screenshots enclosed.
https://ibb.co/f3F1RQ
https://ibb.co/g7bQmQ
Please inspect the pages and check.
-
This reply was modified 9 years by
gbhackersonsecurity.
Hello,
Header style 9 uses the full image you uploapd to the logo. In order to have a bigger logo, you will have to upload a bigger image. If you want to have the main menu boxed like the logo is now, you should use the theme boxed version. This is done by applying a background color to the theme. Even white counts. It will make the theme go into boxed mode: https://www.screencast.com/t/h8eF8sNUT
Thank you!
Hi,
You need to edit the header template style that you are using, not the theme main header file
– https://www.screencast.com/t/izGVKF0NX
If you want to use a single image element from Visual composer you can use it like this, with a do_shortcode
– https://www.screencast.com/t/Ynj7zAgzrvE
– https://www.screencast.com/t/lmq3o1130d22
– https://www.screencast.com/t/Wgazx9Kp
– https://www.screencast.com/t/KXJJSwdfy0c
You can use a code like this, just enter your shortcode as shown in the screenshots
<?php echo do_shortcode ('your shortcode here'); ?>
Thanks
Hi,
My Header Menu has a full width background that is lined from left to right corner, while the Menu is boxed style. How could I make the background same level as the Menu?
You can see here my site: http://punaonline.net/
Thanks,
Yusuf.
Hi,
The file you need is the header.php located in the main theme folder
– https://www.screencast.com/t/r0f2OvFfBFL
Copy it and replace the one in your theme install.
Thanks
Hi,
I’m having a separate wrapper code for each and every addunit(Headerad,Article Inline ad,Article Footer ad, Post template 12,13, Custom add1,Custom add1). How it will work?
Hello Ken0929,
1)The Retina display is not available for module_16 or Block 21, sorry! If you want to implement it you should do it yourself because we cannot provide custom services at the moment, sorry! If you want to do this, you should edit the theme core file like td_panel_blcok_settings.php, where the panel settings are created. So, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you.
2)If you want to remove that shadow, you simply use a bit of CSS code to hide it. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-header-gradient:before{
display:none;
}
3)Unfortunately, our theme does not have any such an option for our Excerpts, sorry! All the available settings for this feature should be found here -> https://forum.tagdiv.com/excerpts-introduction/
Thanks for your understanding!
Hi,
For mobile you can do it like this – https://www.screencast.com/t/Rj7RiivsSYlB
Please try the code provided below in the mobile theme css section, and it should work properly
.home .td-a-rec-id-header_mob {
display: none;
}
Thanks
Hi,
The picture you mention is a header ad. If you want to display the ad below the header, please select a header style that does that automatically. Like Header style 7 for example that looks like this
– https://www.screencast.com/t/1opezFNGf
If this has nothing to do with the ad and you want to insert a picture below the header, you could just simply use a single image element from Visual composer and add it on the top of your page
– https://www.screencast.com/t/8o5pfk7aFt7
Then select the image you want and the settings
– https://www.screencast.com/t/Qo4LRpNgafba
– https://www.screencast.com/t/XhN5TJOi4wgi
This works only for pages, if you want an image to appear everywhere on the website you must edit the header style template file that you are using. For example something as simple as this
– https://www.screencast.com/t/rjapLpBR
– https://www.screencast.com/t/VkruwjNptLTl
The image will appear on every page of your website.
Thanks
Hi,
We need to wrap all the ad units like this Headerad,Article Inline ad,Article Footer ad, Post template 12,13, Custom add1,Custom add1 please guide us by pointing to the theme file, we were unable to locate the files.
Simplest thing is to re-upload the header.php file from the download zip file.
Is there any way to remove the little comment bubble that is on my blocks? You can see an example here:
Under the latest article header, the row where the authors name is, then date, then on the far right, a little comment bubble. Can I remove those? Thanks.
Hi,
I desperately need help on rectifying an error I seem to have made in my editor.
The following is the code for http://www.rousingthekop.com
<!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>
<meta name=”google-site-verification” content=”Sqc5Zv21aAPEJSdC00z8_XXjiIr1IXXOS2me030c7lM” />
<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’ ); ?>” />
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
Hi, I have some questions.
1. I am using Block21 and I would like to select retina display option for thumbnails in theme panel.
But there is no option for block 21 in theme panel. How could I set for that?
2. I am using Header style10 but I do not need the shadow under the menu bar. How could I delete it?
3. Is it possible to change experpt words depends on display size? I mean more specific.
For example Block11. If I change to smaller display size, the Block’s height will change.
Because thumbnails will be smaller and experts’s height will change to 1 paragraph to 2 paragraphs.
I don’t want to break my design that I make for normal display size when I change to smaller display size.
If I set experpts depends on height and width in item box, that would be wonderful.
I am so sorry for my bad explanation.
Thanks,
Hello
I am trying to set header menu more narrow but i can’t, is very thick, how can i set my header menu thick with my logo in left side as as.com or marca.com? and i wan to have vertical menu and this left side is possible? for example that i need
i need this kind of header menu for set in newspaper theme
thanks in advance
Would you please consider adding at least one more input box in the custom code section? There should be a box for entering code in between the <head> tags on every page. Anyone who works in publishing will need this. You realy can’t advertize effectively on either facebook, google or twitter without using the tracking options/pixels, so it’s a bit strange that <head> code editing is not present in a newspaper theme. It is realy cumbersome to have to use ftp and edit the header.php every time. Also, it get erased on every update (yes I’m aware of the child theme possebility, but that actually didn’t work well).
Thanks.
I want to put just picture below header like on this website http://imgur.com/a/zoxvR
Hello Zrki,
Do you are referring to the header Ad or what? Unfortunately, I do not exactly understand what you mean. Provide more details and your website so I can take a closer look at it, so I will be able to provide a more accurate response. First of all, please check our theme documentation at the header section because there you will see that our theme has a lot of header style with different banner positions. For more details about this case, please check here -> https://forum.tagdiv.com/header-styles/
Thanks for your understanding!
Hello emperorzbigniew,
You can add those networks to the top header social icons or the footer social icons: https://www.screencast.com/t/sPawNdDl9cJ but if you require post sharing options or those particular social networks you can either add them customs like this example of LinkedIn or VK:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Unfortunately, there is no simpler way except installing a share plugin.
Thank you!
Hi,
We need to do the same with all the ads appearing in Header, Article inline, Article bottom, Post template style 12,13, custom add 1 & 2.
Please check and advise soon.
