- 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
Hello,
The order of the images does not mattr. Your first example on 2 lines gets an extra clear after one element. You can use this code to disable the clear and have them on the same line:
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
clear:initial;
}
Thank you!
Hello johanvillegas,
In order to achieve the top bar menu for mobile, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu .top-header-menu {
text-align: center;
}
}
The result is here -> http://screencast.com/t/2zb92IQf4
Thanks.
Hello,
You can make the logo smaller using this css:
.td-header-style-5 .td-main-menu-logo img{
max-height: 40px;
}
Unfortunately it cannot go any more left as it;s on the far left of the main container. It cannot go outside of these boundaries: http://screencast.com/t/Vppz9FCoVzTf
Thank you!
Hello,
Wanted to say that I recently purchased this theme and it’s exactly what I was looking for! To start off, I updated the theme to 7.5 today as well as the plugins… all went well. A great majority of the questions I had were answered in the forums already and the changes were made successfully. My site is nearly complete except for the following adjustments:
1. Mobile header
First, I deactivated the mobile theme plugin since I want the mobile site to look like the desktop version. My logo color is blue #1369bf and I was able to change the search icon to this color as well. However the menu bars are still black and I’ve tried all the options in the Theme Panel. Please help me change this to blue.
2. Author page
Remove the comments box: http://www.screencast.com/t/yE8vdAOftrp
3. Related Articles
Instead of the “Next Prev ajax” pagination, I want to change it to the “Load More” button. I am looking to display random posts from all categories as well.
4. Category page
I would like to make these three adjustments:
a. Align the category name in the center, font size increased to 40px, and font weight is normal (not bold): http://www.screencast.com/t/OPhQfaoEn
b. I turned off the category pull-down filter for all categories and would like to display random posts instead of latest
c. My site has 5 categories and I created another named “Trending” for the menu: http://www.screencast.com/t/EPJDLIX9bJVQ
No article will be classified under the Trending category though. I want to be able to click on Trending and it will link to the category page template. However, this page will display the trending posts from ‘all categories’ instead of random posts from a specific category (as mentioned above).
Thanks again for the great support! 🙂
Mike
Hello,
I am almost done building my website. First of all, the support from his forum is amazing. Especially Bogdan, many thanks!
My logo for the website ; Theticketguy.nl doesnt show well on the mobile device. It is to the right. But I want it to be in the middle. Because I am using header style 5, It will do it automatically it says. But it doesn’t work:

Furthermore:
I also wanna change the color for he mobile theme menu as I just showed you in the picture.
I hope you can help me.
Replay35
Hi there.
I just dont find the key to modify this space: http://imgur.com/a/TXmfq
I would like to test it, having the Rev Slider just below the menu, with no white space. Is that possible?
Im pretty sure is “easy”, but i dont know how to do it, i have tested multiple options with no results at all.
Thanks in advance,
Sergio
Hi,
I you refer to this background added to the row, there is a custom css for it and you can overwrite it – http://screencast.com/t/FTONXzrgVGE4
.td-travel .td-travel-header {
height: 400px !important;
}
If this is not whats you mean please provide more details and your site url so we can inspect this.
Thanks!
The logo will not be able to position as it does on the site you mention as our theme has no such container. If you want to have the logo inside the menu you will have to choose a header style that offers this functionality: https://forum.tagdiv.com/header-styles/
I will be able to make the logo bigger by removing any margins and padding around it but I cannot relocate it and have it next to the menu on a different header style. If you want to replicate that exact look it will not be so easy to do in our theme as there are lots of variables to consider.
Please let me know once you have chosen the header style you want to use and the proper logo so I can offer a code to have it display bigger, but relocation is not something I can provide.
Thanks.
Hello,
The theme width is the same on all sites. It will not change and it definitely isn’t changed on the demo. Maybe you are referring to the header and footer elements that will go into boxed mode if a background image or color is set. But the main content will always have the exact same width. Please provide an example of what is different on your site and how it is different on our demo.
Thank you!
Hello Metric,
Please notice that our theme will be switched in boxed mode if you will add a background image and that’s why the Footer and the Header are not be displayed in full width. Unfortunately, the theme does not have any such an option that allows you a way to change this behaviour from the panel, but you can do that using a bit of CSS code. You should follow the next topic here -> https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800 because there you find a solution in this regard.
Thanks for your understanding!
Hello,
I use the Travel Demo. Can I decrease the height of the image in the header through the admin or I have to modify the CSS ?
Thank you.
Hello,
Based just o a screenshot I cannot say for sure where the space is coming from. Please provide a link to your site so I can inspect the header and check the code.
Thank you!
Hello fwoedit,
Unfortunately, I do not exactly understand what you want to achieve in this regard. So, if you want to change the design for author name, you should use a bit of CSS and change the value from the code below by your desire
.single{
.td-post-author-name div {
display: inline;
margin-right: 5px;
font-size: 12px;
}}
.single header .td-post-author-name a {
font-weight: 700;
margin-right: 3px;
color:red
}}
The result you should see here -> http://screencast.com/t/CJov0TFe79l
If is not what you mean, please provide more details about what you wish so I will be able to provide a more accurate response.
Thanks for the message!
Hello,
1) please provide a link to your site so I can inspect the footer and see if there is a css work-around. There is no setting for this.
2) There are no settings for your requests regarding the header. You cannot move things around. It can be done but only with custom modifications which we cannot provide. Please hire a freelancer if you require customization services as the theme support does not cover custom modifications. We try to help out where we can but only if the modification is not too time=-consuming. This one however will require quite a bit of time and effort as the header is a very complex part of the theme.
3) same as 1)…link please.
Thanks.
Hello,
You could adapt the header style on your site to fit the logo better but the best solution would be to use one of the full logo header styles (9, 10 and 11) Those header styles will show the logo in it’s full size. If you provide a link to your site I could be able to provide a code to increase the logo but I cannot promise anything as the header ad container could fall under the logo if i’s stretched too big. provide a link to your site so I can see the logo.
Thank you!
Hello ashishb01,
Please try to add your Js code in header.php in the head section, like this -> http://screencast.com/t/fQ4A6qzWy Also, for more information about the code implementation, please consult here -> https://sumome.com/instructions
Hope this helps!
Thanks for the message!
Hello Aerocrewnews,
Unfortunately, our theme has not been tested with Header and footer plugin and we have no idea about the theme behaviour with this type of plugin and also, we cannot say for sure if it will work or not with our theme, sorry! Regarding on Google Analytics, please keep it mind that it is sufficient to place the code in the correct area from Theme panel -> Analytics or you simply paste the code inside of the head file.
Thanks for your understanding!
Hello,
I have a static startpage, which normally includes a BigGrid, Textfield, Block 6 and Block 14.
If I open it now on a mobile device, there is a strange behaivor.
On the top featured posts are shown and at the bottom also the latest articles
Instead of the Big Grid (which is not possible to show on mobile theme as I read), the code of the Big Grid is shown
[td_block_big_grid_1 sort="featured"]
Same is for Block 6 and Block 14 which appears like
[td_block_6 custom_title="lorem ipsum" header_color="#5b5eba" category_id="30" sort="random_posts" limit="6"]
I already tried to disable all other plugins expect the approved ones.
Any idea how to avoid showing this lines?
Is it related to Visual Composer?
Thanks in advance
problem solve 🙂
the code is:
<?php locate_template(‘parts/page-category-header.php’, true);?>
<?php
if (is_category (‘Artist’)) {
echo do_shortcode ( ‘ [td_block_11 category_id=”3993″ sort=”alphabetical_order”] ‘ );
}
else {
locate_template (‘loop.php’, true);
}
?>
thank you for your help
Thank you for your help.
i already insert:
<?php locate_template(‘parts/page-category-header.php’, true);?>
<?php
if (is_category (‘3993’) {
echo do_shortcode ( ‘ [sort=”alphabetical_order”] ‘ );
}
else {
locate_template (‘loop.php’, true);
}
?>
<?php echo td_page_generator::get_pagination(); ?>
but it doesn’t work. “Parse error: syntax error”
I’m getting the same errors in my PHP Error Log but the only differences are I’m using PHP 5.6.9 and I had the default post template set to Style 8. As you can see below, my default template (single_template_8.php) is listed just as lethow’s default template (single.php) is listed in their code.
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE AND comment_parent IN (3158,3159,3160,3164,3165,3178,3179,3183,3184,3190,' at line 1 for query SELECT wp_comments.comment_ID, wp_comments.comment_parent WHERE AND comment_parent IN (3158,3159,3160,3164,3165,3178,3179,3183,3184,3190,3224,3292,3323,3334,3383,3409) ORDER BY comment_date_gmt ASC, comment_ID ASC made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/Newspaper/single_template_8.php'), comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
Hello barnisayz,
Please give a closer look over our header styles from here -> https://forum.tagdiv.com/header-styles/ As you can see, there you can choose the header style 10 which display the logo in full width. To bring the desired results, please notice that you should use a logo which has big sizes in order to bring as you wish. Please notice that if you use a small logo, the theme will not stretch it but only will display it with the original size.
Thanks for your understanding!
Thanks , I worked it out..There was a code at the header , <head> ,,Removed it and now working fine
-
This reply was modified 9 years by
tonikusi4.
Hello,
The header part of the category templates is custom made. There is no simple way to replicate it. it needs to be made custom and that falls beyond what the theme support can offer you. We suggest hiring a freelancer to help out on this one as we cannot offer any custom work at the moment. The category template files and top post grid codes can be found here: http://screencast.com/t/u4yGXNsbU2
Thank you!
Thanks,
I ended up getting the ‘Header and Footer’ plugin and placed it on the main page after <head>.
Chris -I pasted it there originally, but my site is still under review from Google… Hopefully the ‘Header and Footer’ plugin fixes that.
Catalin -I have my google analytics code in the section you referred to. Should I place it there along with that code or is the ‘Header and footer’ plugin sufficient?
Thanks,
ACN
PS… Can you erase the code in my original post? Thanks!