- TutorialsDefault Block Settings Guide
Hello !
Please follow our video guide and make sure that you sticky header is active: https://www.youtube.com/watch?v=HXQQygkCCJo
Thank you !
Hello !
You cannot do this on Header Style 1. You can only edit Cloud library headers using tagDiv Composer: https://forum.tagdiv.com/header-manager/
Thank you !
Hi,
The sidebar can be add per category in theme panel -> https://i.imgur.com/qGp8S9h.png unfortunately the the sidebar per tag can not be set individual only global -> https://i.imgur.com/8GaygO1.png> also the Newsmag theme do not have any option to can set a different header per specific pages, sorry.
What you need it can be achieve using a custom code. You can get some more details about how to do this from this article:
-> https://blog.templatetoaster.com/wordpress-custom-header-per-page/
Hope this will help you!
Thank you!
Hi,
For me is working, I set the files in the same path as you -> https://i.imgur.com/CBM7a2u.png move the title under the elements from header, I made sure that the child theme is set as theme -> https://i.imgur.com/r3ctq2O.png results -> https://i.imgur.com/6Pn6vIh.png
Thank you!
You said “Each template that is assigned can be edited directly from frontend”. I think it’s not true, because when I try to edit my mobile page template by this way, I can edit only the content part. Header and footer of mobile page are unable to edit them directly from TagDiv Composer.
So my problem still exists. I would like to edit footer template of mobile page. You said it can be done only from frontend. And like I just said, in case of mobile page it can’t be done this way.
My header and footer changed on mobile after updating the homepage with a mobile page.
I can’t figure out how to change the header and footer – and the header now has a random ad that doesn’t apply at the top of the mobile page . .. i’m going to see if I can find the ad in the ads plugin – to remove it until help is provided as to how to replace the mobile header and footer with the new system.
Thanks
I pulled in a cloud header template called “podcast”.
I went to edit the template in TagDiv Composer and clicked on Manager then I enabled sticky header via the “Enable/disable sticky menu” option and clicked save.
I’ve done this several times but the top bar menu is not sticky no matter what page I’m on.
Hi,
please see the attachment:

In the firefox desktop browser I can see a huge blank space between header and content. Why?
Thank you and best regards,
Luke
Hello, I have tried to find my header style but I can’t and when I also put ads code into my header it just disappears within minutes
https://imgur.com/a/aYCW6t8
Hi nyte2star, if you are using the responsive version then the post/page content should be the same for desktop and mobile, but the header not, on mobile you’ll have a different header, therefore you need to set a new content for mobile header using tagDiv Composer.
If there is still a problem, please provide a link where I can inspect the situation.
Thank you!
Hi,
For mobile theme plugin, you can use this option -> https://i.imgur.com/YBHc2Y8.png and it will disable the live search and should be just what you need for mobile version.
For desktop version if you have a cloud header, then you can edit it with tagDiv Composer and you can use the “search form” that can be edited -> https://i.imgur.com/1FIceUz.jpg -> https://i.imgur.com/n6837rt.jpg -> https://i.imgur.com/gHitHOI.jpg
Hope this will help you!
Thank you!
Hi nawaz1983, if you are using a pro demo, or a cloud header, then you can do this using tagDiv Composer edit the header ore the homepage -> https://i.imgur.com/lXuDQLX.png click on logo -> https://i.imgur.com/rjHOT2G.png
If you are using a standard post template you can set the tagline in theme panel -> https://i.imgur.com/bn35LhN.png
Hope this will help you!
domain: https://tazaup.com/
Would you please check and guide me on how to edit footer header content
Hi isi54, thank you for your kind words!
If you are using the pulses pro header you can use tagDiv Composer, click on header and in css tab will se the fonts https://i.imgur.com/JecnxVH.png -> https://i.imgur.com/u15r1Co.png
Also you can use the option from manager to see what fonts do you have on that page/template -> https://i.imgur.com/A0RM23S.png
Hope this will help you!
Thank you!
to better explain what I need… I already created a specific tag-ID.php file for the tag I needd to customize
in this code… how can I indicate to use a specific header and a specific sidebar?
<?php
get_header();
$current_tag_name = single_tag_title( ”, false );
?>
<div class=”td-container td-category-container td_category_template_1″>
<div class=”td-container-border”>
<div class=”td-pb-row”>
<div class=”td-pb-span8 td-main-content”>
<div class=”td-ss-main-content”>
<div class=”td-page-header td-pb-padding-side”>
<?php echo tagdiv_page_generator::get_breadcrumbs(array(
‘template’=>’tag’,
‘tag_name’=>$current_tag_name
)) ?>
<h1 class=”entry-title td-page-title”>
<!–<span><?php esc_html_e(‘Tag’, ‘newsmag’); echo ‘: ‘ . $current_tag_name ?></span>–>
<span><?php echo $current_tag_name ?></span>
</h1>
<?php //the category description
$td_tag_description = tag_description();
if (!empty($td_tag_description)) {
echo ‘<div class=”td-category-description”>TAG: ‘ . $td_tag_description . ‘</div>’;
}
?>
</div>
<?php
get_template_part(‘loop-archive’ );
tagdiv_page_generator::get_pagination();
?>
</div>
</div>
<div class=”td-pb-span4 td-main-sidebar”>
<div class=”td-ss-main-sidebar”>
<?php dynamic_sidebar( ‘td-default’ ); ?>
</div>
</div>
</div> <!– /.td-pb-row –>
</div>
</div> <!– /.td-container –>
<?php
get_footer();
I also get these warnings:
Warning: Illegal string offset ‘weight’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3013
Warning: Illegal string offset ‘all’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3016
Warning: Illegal string offset ‘weight’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3013
Warning: Illegal string offset ‘phone’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3016
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-admin/post.php on line 231
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-includes/pluggable.php on line 1296
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-includes/pluggable.php on line 1299
I uploaded the TagDiv Composer from my desktop. Though the site is restored, now I am getting this warning on the plugin page.
ng: usort() expects parameter 1 to be array, null given in /home2/qzj6hn7y/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php on line 247
Warning: Invalid argument supplied for foreach() in /home2/qzj6hn7y/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php on line 249
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php:247) in /home2/qzj6hn7y/public_html/wp-includes/functions.php on line 6274
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php:247) in /home2/qzj6hn7y/public_html/wp-admin/includes/misc.php on line 1310
Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php:247) in /home2/qzj6hn7y/public_html/wp-admin/admin-header.php on line 9
Hi,
Do you have any idea why the mobile site is showing like this? On the homepage, the header is super larger, but the site looks fine.
When you click on an article page, the header goes fine but the actual content messes up.
Any idea what’s happening?
https://ibb.co/ZYDyvCZ
https://ibb.co/42ck96n
Thanks
Hello Calin,
Thanks for your help.
4. see images https://imgur.com/a/WvBVPeN . If I click on any other page other than the first, all I get is a header and a footer.
5. How do I add a small signup box for my MailChimp newsletter, somewhere on the page?
Thanks
Hello I got lots of Mobile Page errors Like Mobile Menu Not Updating, Row & Column Background Colors settings, in Header Icons or Menus Not Aligned Properly They are shown in Different Tagdiv Builder But In Public View They Are Not Aligned Differently and More in latest update, these are discussed in forum, your team say these problems solved in next update, i think next update comes in next month after Month so until i wish use old version
Hello,
i’m use template home decor in this site https://www.emelineternaux.fr/ when i’m edit only edit no change for the first time the header is not more sticky when i’m scroll the page.
Can you help me please ?
Thanks
Adrien
hi
is it possibile to assign to a specific category or a specific tag only (i.e. in our case https://www.greenplanner.it/tag/greenict/) a custom sidebar?
how can we do? and is it possibile to assign also a custom header (with a dedicated adv position)?
thanks
Hi,
1. You can use the options from style tab -> https://i.imgur.com/w8qgxtE.jpg those are the only options for adjust the background image. Also there is no optimal size of that image, normal if the images is smaller it will be load faster, but you still need to adjust it to look good.
3. Please edit the header and click on menu, then make sure that you disable the option for “Drop menu items in More” -> https://i.imgur.com/QKTe3a7.png then the flash from menu will be removed.
Also you can set a border by selecting the element and in css tab set 1 or 2 in border top zone, for example => https://i.imgur.com/CG2x0wQ.jpg
4. I think that I do not quite understand, I just checked your website and I see that you do have content on your pages.
Please provide some more details about this problem and some screenshots to see what is the problem.
Thank you for your understanding!
Hi,
You can enable the sticky menu on header manager using the tagDiv Composer -> https://i.imgur.com/didpNeb.png -> https://i.imgur.com/ckW9BPg.png
Thank you!
In Default Header Style 1, how can you edit the search icon using TagDiv Composer?
It can only be edited while using any cloud templates, but I am not using any cloud templates.
Kindly tell me how can I do this in Header Style 1?
Thank you.