- 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
Hi Guys!
I wonder how can i switch my header styles, between home pages, and post content pages or another ? This is because we only want to sell the main space on the header, at the homepage.
Thanks!
Hi,
I have below questions about my blog: http://www.stildirektoru.com
1- I want to open all blog posts on a new page
2- I cant change header color of blog posts on main page, its black
3- Page navigation at the end of page goes like 1 2 3 55, I want to make it like from 1 to 10 than 55 etc.
4- When you make a search, on top of search page, again search box is coming, can I hide it
I have an error
Not unique table/alias: ‘wp_postmeta’ with query
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND (
wp_postmeta.meta_key = ‘post_views_count’
) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value+0 DESC LIMIT 0, 3 yêu cầu bởi require(‘E:\Sites\cth.edu.vn\wp-blog-header.php’), require_once(‘\Sites\cth.edu.vn\wp-includes\template-loader.php’), include(‘\Sites\cth.edu.vn\wp-content\themes\Newspaper\search.php’), get_footer, locate_template, load_template, require_once(‘\Sites\cth.edu.vn\wp-content\themes\Newspaper\footer.php’), td_api_footer_template::_helper_show_footer, load_template, require_once(‘\Sites\cth.edu.vn\wp-content\themes\Newspaper\parts\footer\td_footer_template_1.php’), td_block_7->render, td_block->render, td_data_source::get_wp_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Help me resolve this error!!
Thank!
Hi,
If you are referring to the header background, there is an option to set a background color, in the theme panel
– https://www.screencast.com/t/NsKqyhFtJ
Also the header main menu and top menu can have a background color
– https://www.screencast.com/t/1BEeR8gZS5
In case these options are not helping you do what you want, please provide some more details about what exactly you want to change, a screenshot would be useful. I will try to give you a solution.
Thanks
Hi,
1. The number of posts displayed in the category page is affected by this setting
– https://www.screencast.com/t/GUhXa2Zn9u1
Increase the value to your liking.
2. The order of the socials displayed in the header and footer cannot be modified, there is no setting for that. Sorry if this is an inconvenience for you.
Thanks
Hi,
I am having trouble editing a few parts of the “Craft Ideas” demo theme, which i am using as a basis for my blog site.
http://www.mostlybythinking.com
Specifically, The comment number speech bubbles are still yellow, using inspect source i can see that the color # is in .td.module.commands but ive no idea how to change this or where the CSS file even is.
Secondly the read more icon below each post, This blue i believe is a background image but again I can’t seem where to delete this so its just plain text.
Finally. In the sidebar is a “Dont miss” coloumn that isnt populating ive tried to select and delete this in TD composer, But i cant seem to select it, In fact i cant seem to select anything below the “Must Read” row of three icons in order to change the header backgrounds on those.
Many thanks for checking out this post.
Thanks
Mark.
Hi,
am trying to do Mgid Domain ownership verification, i have copied the mgid code and pasted it in the header ad as below, but still mgid is giving me the error “WE WERE UNABLE TO FIND PROPER META TAG ON YOUR HOMEPAGE.
PLEASE, CHECK META TAG INSTALLATION AND TRY AGAIN.”
<div class=”td-all-devices”>
<meta name=”_mg-domain-verification” content=”2c86fd96925c7efd9516d1c8272e38da” />
</div>
P.S. I would like to know is there any way to do this: I would like to put background photo (as a AD) on desktop version (without header photo), and this header photo in header for mobile version, is that possible? Thanks!
Thank you for your reply..
This is URL of my website: http://herca.com.hr/
Here is screenshot of the website from ‘desktop’ (photo that i want to be responsive for mobile is in header.) : https://s17.postimg.org/cpfgznj4v/image.jpg
Here is screenshot of the webisite from mobile phone, as you can see my header photo is not fully, is not responsive : https://s17.postimg.org/z1d9t37z3/image.jpg
I don’t know how to fix that, I hope you can help or at least give me some tutorial. 🙂
Thank you in advance! 🙂
Hi,
The top menu is not displayed on mobile by default, it could be made visible if absolutely required, with custom code (only when then mobile theme plugin is not active). It will be the same top menu from desktop, not a different menu.
Regarding the search icon positioning, I could give you a code to make it display for example next to the menu
– https://www.screencast.com/t/qyORyGNiR1f1
This is the code used for that, it must be entered in Theme panel->Advanced CSS in the phones section
.header-search-wrap {
left:54px;
right:auto;
}
Or you can move it to the right as you wanted (use the value you want in the code)
– https://www.screencast.com/t/6pqX6Way
.header-search-wrap {
right: 60px;
}
These codes must be entered in the location I mentioned above, so they will apply only on mobile.
Thanks
Hi,
The font size on mobile is predefined, it is meant as a limit in case users are setting a higher font size. It will be reduced to 32px or enlarged if it is of a lower size. The limit works both ways.
What you could do is to use a code like this one, to make the font smaller on mobile devices
@media (max-width: 1018px) {
.td-post-header header .entry-title {
font-size: 20px!important;
}}
This code can be entered in Theme panel->Custom CSS section.
Thanks
Hello Mercuriel,
Indeed, your header ad on mobile seems to be incorrectly displayed but I do not know the cause of it, sorry! I saw that you are using a lot of untested plugins which can interact with the core files and causes a lot of unknown issues. Try to disable all of these, remove all of the additional customizations if you are using something like this, clear all the caches and check the results. Check our demo review on mobile and there you will see that the header and is centered as expected.
Hope this helps!
Thanks for your understanding!
Hi,
I don’t quite understand what you mean, what exactly is the problem. It would be helpful if you could provide some more details about the issue, for a better understanding.
The burger seems to be clickable now, and a header logo is not present form what I can see.
Thanks
Hi,
That is unusual, with that header style you are using the header ad should already be centered. I see the ad is no longer showing on your website so I can inspect it. I have tried placing an ad using the same header style, but it is centered for me by default
– https://www.screencast.com/t/02FO22lRiyQ
If you could display the ad again, I will be able to inspect it and try to identify why it is not centered.
Thanks
Moreover, I checked my iPhone and every ad on there (not just the header ad) is not central and is off-skew towards the right being sometimes cut off.
I also checked https://ready.mobi/#587252-mx7w which displays the ads in the same way on mobile devices.
I’m trying to use a shortcode that was declared on my functions.php but it only works on desktop version.
The shortcode shows an ad on the header.
Can someone tell me how can I do it correctly?


Ok Simion. Thanks!
I entered the below code in the CSS panel and i get a red error cross saying: Expected RBRACE at line 100, col 4. What is this?
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #fff !important;
height: 54px !important;
}
.header-search-wrap .td-icon-search {
color: #fff !important;
}
Hi Catalin, thank you.
On your screenshot my header ad is not centralised, it is cut off a bit on the right. That is how it appears on my end too. Is there a way to make the header ad cental on mobiles?
Thanks,
Chris
The mobile theme plugin is not required, it is optional to install it. This plugin is intended to be used if you would like to present a different and simpler version of the website
– https://forum.tagdiv.com/the-mobile-theme/
So it is up to you whether you want to use it or not. When the mobile plugin is not active the background image can be changed as shown above, and the colors here
– https://www.screencast.com/t/ZXq72ZvIEjfp
A setting for setting a color when the menu is sticky does not exist, this could only be done with CSS. Like this
– https://www.screencast.com/t/QZD4ylWkngz
This code will make the menu bar have a different color chosen by you, when the menu is sticky. It can be entered in Theme panel->Advanced CSS in the phones section
.td-header-menu-wrap.td-affix .td-header-main-menu{
background-color: red!important;
}
Thanks
Hi,
I add a new code in my ADS HEADER, but the banner align left, I want this align in center.
My website http://www.eusouandroid.co
Thanks a lot
Hello,
1) If you want to stretch the header, please use this option: https://www.screencast.com/t/EiC2Cr2BjuS
2) Ad this code in your theme panel-> custom css box:
#td-header-menu{
border:1px solid black;
}
3) I’m not sure what overlap you are referring to, sorry.
Thank you!
you can see the blocks in my homepage- plarecon.com … the post headers should have been black but they are all blue.. Even the ticker link and The label TICKER- all had turned blue- so i removed it
Its the Post headers in a black, for last 3 years it was black and greying…. Suddenly it turned into the default website link color…
Not when am editing the block, in the TD editor its showing the correct color but as soon as I publish it, every link turns into the default blue color including the Block header (which has link)… This was not the case earlier.
Some settings changed which is affecting my block link color and i am not able to locate it.
Hello,
You can use the new multi-purpose header to add buttons: https://www.screencast.com/t/p3IMlvT3Ut
And then you can add buttons from the multi-purpose settings: https://www.screencast.com/t/5g47SyeDmqz
Thank you!
Thank you so much for the answer!
I also would like to ask you about changes for the header in the mobile version, it is necessary to install the plugin? I am very happy with the mobile version without it and I wouldnt like to install the mobile plugin only for basic changes.
I would like to know if I can change the bakcground color of the mobile menu and also change the option of smart sticky mobile menu, because I changed it in the theme panel but only happens in the computer version not mobile version.
Thank you so much again