- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Dear Simion,
Thank you for all replies.
All good except The header menu to be centered. Code is working but on mobile, menu goes over the logo.
Hello,
Congratulations on your theme, it’s really well done!
I would like to insert a slide of images in the header space. It’s possible to do it? And in what way? I tried to insert a shortcode in the “YOUR HEADER AD” window of the Theme Panel, but it did not work.
Best regards
Rosario Padovano
thank you. I can not code the lakin header.php section. When I place code like Google verification, keywords, and #googleads, it becomes a white page. I am warned that I have shared with you.
again when I put the original header.php page.
I have the latest version 8.7.1 installed.
I’m waiting for your answer
cheerfully
i updated the theme via them forest plug in but site is real slow with dash board is too slow and while adding to google adscence code to theam header its not saving ! this is the header.php file’s code: <!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” class=”td-theme-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 Guys,
On a single-post, header style 8, post template style 6, global-block-template-1, with this url
: https://www.nieuwetijdskind.com/hoe-word-je-een-goede-coach/
Custom css does not remove the responsive Google Ad, injected through the themepanel Header ad.
I use this code in the Custom CSS section of the theme panel:
.postid-73907 .td-g-rec-id-header
{ display: none;
}
It works well except with with this posttemplate. 🙁
Theme and plugins etc all updated.
Please assist.
Kind Regards,
Gordon
First, thank you for your answer.
But you may have a misunderstanding, my purpose is adding social icons to the post’s end or head. Your advice is working on adding icons in the headers or footer of the whole website (it stills works well for current version).
Hello tototexas,
After you have installed that plugin you should add the shortcode generated by the plugin and place in the header column text like this -> https://www.screencast.com/t/AB20uPgwMr
Thanks for your understanding!
Hi,
I did all the changes (thanx a lot) except for the header-block?
I created new watercolor block , uploaded to images and named it ‘tittle-bg.png’ and the changed code Url you sent me:
<
.td-craft-ideas .td_block_template_6 .td-block-title {
background-image: url(“http://www.englishspeakingmother.com/wp-content/uploads/2018/02/tittles-bg.png”);
>
still doesnt appear. what am I missing? I feel really dumb!
Hi Catalin,
I’ve placed the code as suggested, but the icons still appear in the header and footer of the blog posts.
Would advanced css work? or what would the next step be?
Thank you,
Hello,
Did you press save after changing header styles? Settings always need to be saved, otherwise, nothing will be changed. If this is not the case, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
You have to add it in the head tag, bot in a header style file. The head tag is found here: https://www.screencast.com/t/PbMvxezf
Thank you!
Sorry for misunderstanding. That space would be where the author name, date and other meta are displayed. You could remove it like this
– https://www.screencast.com/t/KsfNlNPRp
.td-post-title .td-module-meta-info {
display: none;
}
There is also a margin top set for the post content, that could be removed as well if needed
– https://www.screencast.com/t/yoVWZVJ0Nh7
.td-post-content {
margin-top: 0;
}
The header menu could be centered like this
– https://www.screencast.com/t/IUdTq9quz
.td-header-style-11 .td-header-main-menu {
text-align: center;
}
The links will inherit the theme accent color set in the theme panel. Or you can set the colors you want when creating the post
– https://www.screencast.com/t/MamMFckcJE
If you want to change the colors for all the links in the post content at once, use a code
– https://www.screencast.com/t/vryw7IhGC9a
.td-post-content a {
color: yellow;
}
Regarding the last question, I don’t quite understand where you want to make this change. If you could provide some more details it would be helpful.
Changing the theme accent color will affect the header menu as well
– https://www.screencast.com/t/UHD8sLAI
– https://www.screencast.com/t/cYIwWbIz9n
A background for the header menu can be set here
– https://www.screencast.com/t/f7sEwjiHtdl
– https://www.screencast.com/t/rZGNyH61Jq3
Setting a color for the menu items when active and hovered will override the accent color
– https://www.screencast.com/t/gwL4iQnNH1
– https://www.screencast.com/t/23IloXFfh
Hello,
The header color can be changed from the theme panel depending if you use the mobile theme plugin or not. If not, then you will find the color in the ‘theme colors’ section: https://www.screencast.com/t/7kd4Poj3
If you do use the mobile theme plugin, then the colors will be changed from the mobile theme settings at the bottom of the theme panel.
Thank you!
Hello,
The header menu colors can be changed from Theme panel. Try it again when you ensure that your system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/, clear all the caches, purge all CDN files and see the results.
Thanks for the message!
I have described my problem with tbtbangla.com here I explained but no one is replying, Can I know why?
https://forum.tagdiv.com/topic/theme-header-is-lost-accidentaly-and-site-is-down/
Hi Team,
I am not happy with support.
After activating WP Super Cache plugin its showing “$wpsc_save_headers = 0; $wpsc_save_headers = 0;”
Thanks
Hi,
That would be the case when using the overlay menu page template
– https://www.screencast.com/t/6rNym0RDBwuV
The header menu will be transparent when this page template is selected (overlay), but only on that page. Change the page template if you want to display a background color for the header menu, on that page.
Thanks
when I tried to install tagDiv Composer plugin it shows the message “The plugin does not have a valid header.”
Do we know is there any known issues with 8.7 version of the Theme. After the upgrade to 8.7, the home is not loading completely. Only the header and MENU are getting loaded.
Any idea?
1. Google for mobile to mobile ad allows 320×50 when I create this size and pass the client and slot to the Header Ad of the AMP setting then it does not take the 320×50 into account, it makes it bigger and square.
2. I’ve deactivated creating photos for 265 x 198 and I do not have such thumbnails. How do I make another choice or totally remove your own Related Posts Module and place a Matched content unit;
3. the already existing post will appear on google as amp OR applies only to the articles I add by activating the plugin afterwards?
4. embed code Instagram does not display the post with the photo. no solution?
hi,
I installed the crypto demo theme
and i have problem,
in home page upbar shortcode
it should be right under the header
and there is written that is no ticker coin selected
http://smartcoins.news
i have no idea how to fix it
Hi Team,
After installation of purchased theme, I am trying to use the various feature of a theme by clicking on the available buttons. But the buttons are not active as they are not generating any output after clicking the button.
for example: in order to change the header style, search position, theme logo, font and all other features via theme panel tab, I am trying to click on the given options.
But these buttons are not responding at all. Changes are not reflecting upon the button clicks.This theme is activated under the valid license. Request you to fix the issue on high priority.
I have tried using different browser versions including older as well as newer version, but the theme is not responding at all.
This problem is throughout the theme functionality/buttons.
Thanks
I saw there are at least 15 header.php files. Where to insert tracking code exactly?