- 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
Thanks for the quick response. We reactivated the mobile plugin and it seems to do the trick.
However, neither the menu icon nor the search icon appear in the header now after reactivated the mobile plugin, please assist.
Cheers.
Hello ,
I would like to know how can i add 2nd menu bar on my homepage which is similar to header menu ?
here is the example ;
https://s32.postimg.org/f3sw9qi6d/2nd_menu.png
Also i would like to know if it is possible to add drop-in menu something like this ;
Either way, there’s a “problem here:
if td-login-wrap is not supposed to affect colours, it should be taken out (since it’s not doing anything)
or
if the colours are meant to be adjusted, the css overrides for td-login-wrap should be updated to include the new prefix: eg; “mfp-content .td-login-wrap {”
(Specific Example: This is an override the appears in the css relevant to the login modal box – it includes an override for “.td-login-wrap” {V2 style login}, but not “.mfp-content .td-login-wrap” {V3 style login} – the login css should be either removed or updated from this override 🙂 :
.td-header-border::before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type=”submit”]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=”submit”]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=”submit”]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-5 .td-big-grid-post .td-module-thumb::after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week::before, .td-weather-information::before
Hello tayoso92,
If you want to add a photo to your header, please notice that you will have to use the background-image using a bit of CSS code. For more information about this, you can refer to this topic here -> https://forum.tagdiv.com/topic/background-photo-in-header/
Hope this helps!
If you need more assistance in this regard, please provide your website URL so I can inspect it closer and also, so I can provide you a more accurate code.
Thanks for your understanding!
Hi,
If you want to replicate the design form the other website, you need to use another block on the homepage that comes closer to the one in the other site. you can see different block templates here: http://demo.tagdiv.com/newspaper/block-1/
As for the header, you will have to use one of the 3 full logo styles: 9, 10 or 11. The logo could need a few adjustments in css for responsiveness though to eliminate the top padding. If you provide a link to your site I could help with the css to some extent.
Thank you!
Hello,
In order to have the header as the recipes demo, you need to use header style 11. The image is set as a logo.
There are only 3 header styles that use the full width and height of the image as a logo: https://forum.tagdiv.com/header-styles/
Thank you!
Hi Andrei,
First of all, I am not using any Facebook plugin for WordPress, I took the idea from you and Chris only on how to implement these codes without using a WordPress plugin and thanks for all of these idea.
I wanted to achieve this: http://prntscr.com/bksntv where “Facebook Page Plugin” and “Facebook Comments” are inside the box in one place, source for “Facebook Page Plugin” base on this link here: Click Here and source for “Facebook Comments” base on this link here: Click Here
1. I place a code to my header.php base on you and Chris idea
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=(I place my APP id here)";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
2. I place code also for FB Page and FB comments on loop-single-12.php this is the Style I am using
<div class="td-post-content">
<?php echo $td_mod_single->get_content();?>
<div class="fb-page" data-href="https://www.facebook.com/(I place my Page URL here)/" data-tabs="Page" data-width="500" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"><blockquote cite="https://www.facebook.com/(I place my Page URL here)/"><a href="https://www.facebook.com/(I place my Page URL here)/">(I place my Page Name here)</a></blockquote></div>
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
</div>
3. I don’t have any issue on implementing that code above mentioned as it works perfectly. I wanted to achieve that both of them as you can see on the screenshot they are wrapped inside a box with a thin border and its responsive also to any device, I want to know if I declared it correctly and proper syntax code on how to wrapped both of them inside the box with a thin border line, what to declare and where can I place it.
Regards
-
This reply was modified 10 years by
ilnegozio.
Hi
You can use footer template 2 to display the text block, here is an example: http://screencast.com/t/fqe4iowhxsp – http://screencast.com/t/1nb26QcX0 – http://screencast.com/t/F1pXHarL1quX
Social icons were not designed to be displayed in main menu and to achieve that you’ll need some customization in theme’s files. Basically you have to edit the file corresponding with header style used and adapt the code. Also you’ll need some css to configure the layout.
This is a complex task which require lots of customiations in order to be achieved. Unfortunately we cannot offer custom work so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
To hide a specif column on mobile you can add a class for it in Visual Composer: http://screencast.com/t/jEmnnTLxr then use it in css like here:
@media(max-width: 768px){
.my-column{
display: none!important;
}
}
Thanks!
Hello livingtosmile,
This behaviour for your logo appears because your photo-logo has a white background and when it is placed on the black background you will see that white space. If you want to get rid of it this, you will have to change your logo with another one which has a transparent background and you can handle your logo from the Theme panel->Footer section, like this -> http://screencast.com/t/1GXvRDMdUv and from header logo section like this -> http://screencast.com/t/GmjxVjS8VxeF.
Thanks for your understanding!
Hi,
1) You cannot personalize a sidebar for every post in our theme, but you can chose a different sidebar for every post though. you can create as many sidebars as you want. You can create them based on categories for example so every post from a specific category will receive the sidebar you want, but there is no per-post setting for the sidebar. https://forum.tagdiv.com/sidebars-tutorial/
2) Our theme does not support specific ads for specific pages. The header and footer ad spots are site-wide. They will show these ads on all pages/posts/categories…etc. If you want such options you can use plugins such as adrotate that provide these features.
Thank you!
I can confirm that there are no specific overrides for the mfp-content class…
I can see the override below, but it doesn’t target the new login modal in fullscreen….
.td-header-border::before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type=”submit”]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=”submit”]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=”submit”]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-5 .td-big-grid-post .td-module-thumb::after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week::before, .td-weather-information::before
Hi
Yes it is possible to move these social icons in main menu but only by changing the code. Basically you have to edit the file corresponding with header style used. You will have to adapt the social icons to header style’s layout.
You will have to define a new menu menu in td_menu.php file: http://screencast.com/t/kmVZmZAEmT Next you have to call that menu in header-menu.php: http://screencast.com/t/VBCUreZu
These are complex tasks which require good coding skills in order to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
That happens because you’re using black background-color for top bar and also the color for twitter icon is black. You have to change either top bar’s color or icon’s color. To color fro top bar can be changed from theme panel >theme colors and for twitter icon you can use this css:
.td-header-sp-top-widget .td-social-icon-wrap i{
color: red;
}
Thanks!
Today also i got a problem in my website, it gets a lot of time to load.in today error i got these errors
1.
[27-Jun-2016 03:29:43 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/nethnews/public_html/index.php:2) in /home/nethnews/public_html/wp-includes/load.php on line 155
2.
[27-Jun-2016 03:34:16 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE AND comment_parent IN (15) ORDER BY comment_date_gmt ASC, comment_ID ASC’ at line 1 for query WHERE AND comment_parent IN (15) 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_5.php’), comments_template, require(‘/plugins/intensedebate/intensedebate-comment-template.php’), id_get_original_comment_template, comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
on 24th this error
[24-Jun-2016 08:07:04 UTC] PHP Fatal error: require(): Failed opening required ‘/home/nethnews/public_html/wp-includes/taxonomy.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/nethnews/public_html/wp-settings.php on line 167
I don’t know what to do please help me if you can.Thank you
Thank you for answering me an what about this issue
26-Jun-2016 16:50:20 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE AND comment_parent IN (18,19,24,28) ORDER BY comment_date_gmt ASC, comme’ at line 1 for query WHERE AND comment_parent IN (18,19,24,28) 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_5.php’), comments_template, require(‘/plugins/intensedebate/intensedebate-comment-template.php’), id_get_original_comment_template, comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
Which file that I have to edit to fix above mention error.so how can optimus mysql.I used w3 total cache plugin.but after that my cpu usage is getting high.any recommned plugin to use for optimus mysql.I know that I asked you a lot of questions.So I don’t have another option to do.Please help again.Thank you.
Hello! here I attached another file. On the left it is my design, but I want to do the design in the right side..
Do yo understand me?
The most important thing is the header…

There are about 1000 users concurrently access my website.So i have hosted my web site on OVH server with below specification
CPU
Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
Cores : 8
Cache : 10240KB
RAM
8x 16384MB
Disks
2 x 2000 GB
Motherboard
X9SRE/X9SRE-3F/X9SRi/X9SRi-3F
Kernel version
3.14.32-xxxx-grs-ipv6-64
but sometimes my cpu usage is getting high,one day it was increased to top level.In SSH mysql server is on the top.Today i checked my error_log file and found below mention error at every time.
[26-Jun-2016 16:50:20 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE AND comment_parent IN (18,19,24,28) ORDER BY comment_date_gmt ASC, comme’ at line 1 for query WHERE AND comment_parent IN (18,19,24,28) 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_5.php’), comments_template, require(‘/plugins/intensedebate/intensedebate-comment-template.php’), id_get_original_comment_template, comments_template, WP_Comment_Query->__construct, WP_Comment_Query->query, WP_Comment_Query->get_comments, WP_Comment_Query->fill_descendants
so that i am unable to find the exact file which contains this error.Can you please help me to solve that problem.I want to know about my server,is it enough for this kind of traffic or not.Still i can’t understand where is the problem,in my website or the server.Please help to solve that problem.Thank you.
Hi,
I have the header menu showing the categories tabs but the problem is, when I click on a category that’s on the header, it does not show all of the posts that I have for that category. it only shows maybe 2 or 3 but not all of them.
How can I fix this problem to show all posts when I click on a category on the header menu?
Jorge Marcel
Hello,
Is it possible to have social icons in the Main Menu rather than in the Top Bar? I’d like them to the left of the search icon.
I noticed in the demo’s mobile menu there are social icons at the top. How do I get social icons to appear there?
Is it possible to have the mobile menu and the desktop main menu be different? Like have the mobile menu pull from the Top Header Menu location instead of the Header Menu location?
Thank You!
Hello all,
I have the newsmag theme on my site and I am having trouble with the social icons on the top bar layout. The social icon for twitter is there but you can only see if when you hover it with the mouse. You can also see the twitter icon with no problems if you switch the header to “Style 6 – Top Menu + Logo and ad” but I prefer having the header to default because I do not like the menu on the top.
This is the header now. The twitter icon supposed to show with no problems on the top right corner and again, you can only see if when you hover your mouse over it.
![]()
What can I do to fix this?
Thanks,
Jorge
Hi,
I have two questions.
1. Does the theme support custom sidebars for posts – so for each new post I can decide what goes in the sidebar for that specific post?
2. Does the theme support custom header/footer ads? By that I mean to show the header/footer ad on certain pages/posts, but not others?
Thanks!
Hello,
My ads are working properly on the desktop version and tablet version of the website, http://boomathens.com; however, the header ad on mobile is not showing.
Is there a fix for this?
Thank you in advance!
If i brows my website by mozilla firefox,the picture of my website is not showing.another is if in newsmag demo site we keep mouse point in the category option of header we can see post title and image.but in my website i can not get of this option.so i think this my big problems.So now i am giving my URL https://flppr.org please someone see my problem.this is my site screen shot http://prntscr.com/bkeugd and that is newsmag demo http://prntscr.com/bkew88
so i request that please someone solve my problems.
Hi
On our demo we use header style 1 and top bar style 1. You can chose the header style from theme panel > header: http://screencast.com/t/fWbsLakG You can also check our documentation for more detail about theme’s header styles in order to choose on which will fit best for your site: https://forum.tagdiv.com/newsmag-header-styles/ Fort a full width menu you can choose from header styles 8, 9 and 10.
I am not very sure where you want to add the banner add so please provide your site url and more details in this regard so I can inspect this closer and get back to you with a more accurate answer.
Thanks!