4766 comments found.
Great theme! A lot of awesome functions here! Love it! 
BUT… I have two sugestions so far and I hope you guys consider for future updates. I believe it will help and is be pretty cool for everyone.
1) “Custom Home Page”: visitors access the site and can change and save blocks filters, hide some sections, re-arrange other blocks and even define a category as new home.
Maybe with Cookies, I don’t know… but I never saw something like this here in TF and would be awesome, specially for big sites.
2) “Modern Skin”: similiar to the Classic Blog but with more white space, padding, everything flat and some icons bigger… something similar too those new multi-purpose-creative-business themes.
I know we can achieve this with Custom CSS but would be GREAT to have an native option here.
And… that’s it!
Now a quick question: I can use my own VC verison with my own license and still have the Theme Elements?
Thanks! 
Hi,
1. It’s a nice feature but i’m not sure how it will affect the performance. I’ve added it on the list, we’ll make some tests and we will see if it’s feasible.
2. I’ve sent this proposal to our designer, he’s the one who decides on this field.
Thanks for your suggestions.
VC – the plugin which comes with the theme is not modified, you can use your own if you like, the theme elements should be there. We test the plugin on each version and if everything is ok we include it in the theme update, if you encounter issues with the plugin latest versions please revert to the one which comes with the theme.
Have a nice day, Emil G.
Hey, good to know man! Thanks! 
And there’s any update coming in the next few weeks? The last one is from April… so some news would be nice!
Hi,
We’re working on it but it will take some time, i cannot provide a date for it’s release, sorry.
Thank you, Emil G.
Understand… no problem.
Wel.. I have one last suggestion here… something for the next update if it’s possible ‘cause I believe it’s very important por most people.
Please, include options in the Theme Panel to change the main grid and sidebars width. I need a more wider site here and I’m able to change most of the things with Custom CSS but other blocks and elements doesn’t follows and I don’t want to mess with responsiveness and proportions.
It’s the only thing I miss most so far… everything else it’s working pretty fine.
Please, think about it. Thanks.
Hi,
If the width of the sidebar is changed all elements (blocks/modules/widgets) must be adjusted to fit on the new width and it requires a lot of css rewriting. Due to possible performance issues we decided not to include multiple width option in the theme.
However depending on the blocks used you may try to modify the container width and see if it works for you, some blocks may work fine. Here’s an example of css which modifies the content and sidebar width on posts: – http://screencast.com/t/wXR4bdqO9ch
@media (min-width: 1024px){
.single .td-container, .single .td-header-container {
width: 1111px;
}
.single .td-main-content {
width: 700px;
}
.single .td-main-sidebar, .single .td-ss-main-sidebar{
width: 409px !important;
}}
Thank you, Emil G.
Thanks for the tip Emil!
Hi Guys.
I must say, sitting in the preferred stands of life, watching the game unfold before me in Themeforest Park, my favorite suds in hand, and delicious ball park hot dog in the other, while enjoying beautiful sun filled blues sky overhead, it brings me joy watching my favorite tagDiv consistently knock the balls out of the park with the bases loaded.
What a rush! Go team go!
Watching the cohesive team play and game signals between players is a joy to appreciate. I can tell when heads are in the game, with the pulse to win in every heartbeat.
Real Pros are a spectacle to behold, while supposed other Elite Authors fumble and strike out like amateurs, not the major league players the title suggests.
Okay guys, my suds and another dog have arrived. I am kicking back and watch the rest of the game.
I wear tagDiv colors with pride!

Doc
Hi,
After gaining yet another decisive point, some players are turning to the spectator stands. No, wait! All the team is gathering! They do a reverence and greet from the heart. Thank you! We would not have done it without your support!
We are proud to have devoted supporters like you! 
Thank you, Emil G.
.comment-metadata { display: none; }
However, it’s not working. Is this possible to do with the theme with the Custom CSS section?
Hi,
Try the following css: – http://screencast.com/t/ouEgp7A4I
.comment-list .comment-link time{
display: none;
}
Thank you, Emil G.
hi tagDiv, already bought newsmag theme and this message shown when I’m trying to upload the theme:
- The uploaded file exceeds the upload_max_filesize directive in php.ini.
Hi,
The default upload size is set to 2Mb, the theme has approx. 8Mb, you have to modify the upload_max_filesize parameter inside php.ini – http://screencast.com/t/lJQ9L7vt – and restart apache for the settings to be active. Check the host documentation on how to do that.
An alternative would be to upload the theme via FTP or the file manager included in C-Panel (or similar host administration panel).
Also make sure you upload the correct file, the theme is included in the package downloaded from Themeforest, you have to unzip it and look for the theme file – http://screencast.com/t/2YtbB5op3
Thank you, Emil G.
Hi,
We see a lot of people complaining about “More stories” pop-up window when viewing on Mobile. It covers the whole page and it’s annoying. When using on a Desktop, “More stories” is actually helpful.
Is there any way to enable “More stories” only for Desktop, because it’s obviously not designed for Mobile? And if not, would you please include this in your next update?
Thanks!
Hi,
I’ve added this on our list, we’ll add an option in a future update. Until then use the following css (add it in Theme Panel -> Custom CSS):
@media (max-width: 767px){
.td-more-articles-box{
display: none;
}}
It will hide the articles box on mobiles.
Thank you, Emil G.
Hello,
While making homepage with visual composer, I have found an option in Column settings > General > Extra class name
How to use it ? I know about CSS and custom CSS option that in Theme Panel
My question is how to give desired class to specific panel ?
Hi,
You can set a class to a row – http://screencast.com/t/rucuWFCyu Or a column – http://screencast.com/t/U1EVo2364m
This class can be used to target the elements included in that column or row. – http://screencast.com/t/p7ocLnWS
Thank you, Emil G.
Good Day,
I want to purchase Regular License of NEWSMAG, but before I purchase it, I want to be clear in some areas first. If I purchase the NEWSMAG themes for WORDPRESS, how long the support I can have for this regular license? Because the software version is always updating, wordpress as well. Can I get software updates automatically when its already available?
Thanks and best regards.
Hi,
The support doesn’t have a limit, there’s only a limit on downloads which is set by Envato, you can read about it here – https://help.market.envato.com/hc/en-us/articles/202821300-Download-Limit-Reached
For automatic update check the following guide (section C) – http://forum.tagdiv.com/how-to-update-theme/
Thank you, Emil G.
So there is no limit for the updates once I buy the regular license. I have also more question, I want my website to be private, and can only be viewed by registered user only. Is there any option here that I can use to make my website to private? The first thing that will show on my website is log-in page always, if they can’t login, they cannot see the content. Reason of privacy: I will only use the website for company purposes only, and only selected employee can be registered on my website using your great theme “NEWSMAG”.
Thanks
Hi,
The theme comes with default user roles capabilities – https://codex.wordpress.org/Roles_and_Capabilities – for extra user/access management you have to look for a plugin. Unfortunately i cannot recommend you one because i didn’t do tests with such a plugin but you could ask on the forum about this, you may find other clients who use such a plugin and can provide some feedback – forum.tagdiv,com
Thank you, Emil G.
oh thanks for the reply. I own 3 website, can I use regular license in this 3 websites?
thanks and best regards.
Hi,
You can use one regular license per each customized end product as envato specifies here: http://themeforest.net/licenses/standard so if you want to use it on multiple sites/domains you’d have to buy a license for each project.
Thanks Lucian C.
can I use extended license in my multiple domain?
Hi,
The extended license is intended for clients who want to include the product, in this case a theme, in a package which is later sold. This can be seen more often on plugins, the themes developers usually buy extended licenses for the plugins they want to include in the theme package.
The best approach for multiple sites would be to buy a standard license for each one. You can also ask for more details on Envato support, the rules are set by them and they can offer more details – https://help.market.envato.com/hc/en-us/requests/new
Thank you, Emil G.
ok. thanks for the response, I already purchase regular license today.
Thanks and Bestregards
Hi, I have a quick question about to buy your theme. I have 2 choices now Newmag and Newspaper. I like this both theme but I like to know how the different of these theme. I mean the main different. Or it just different only design ? Would you recommend which theme ? It hard to make decision for me.
Thanks
Hi,
The functionality and performance are similar. The main differences are in designs/appearances and the content area width which slightly differs from one theme to another, newspaper’s grid width is 1170px while newsmag’s width is 1021px. Other differences are also appear regarding features, some of the blocks are present on one and missing on the other, as well as some other features like smart sidebar feature or smart lists or some of the post templates. We’re also working on a major update for newspaper which it will be out by 15-June-2015. The choice depends on your needs.
Thank you, Emil G.
Thanks for your information. I have question about major update for newspaper smart sidebar and smart list include in this update or not ?
Thanks again,
Hi,
Yes, smart list and smart sidebar features will be included in Newspaper v5.
Thank you, Emil G.
in Newspaper V5. will have new stacks design include ? I think I’‘m going to buy newspaper theme but I really like newsmag stacks so I buy newspaper can I use demo from newsmag ? in-case these is not new stack in next update.
Thanks
Hi,
The newspaper version 5 will also have included different stacks like similar to the ones newsmag has but using the theme’s new design design.
Thanks Lucian C.
Hi,
the theme is working fine, but i have only the problem, that i can not see the slider anymore? – http://www.frisuren-magazin.de/
How can i fix the problem?
Hi,
Try to disable all plugins except for Visual Composer and see if the issue is still there. Check the category setting on the slider block, you may have a category which has no posts. If nothing works please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi
I’ve asked before, but I can’t get the exact answer. The part I’ve marked with red in the following picture. So, when we got to the top of the menu changing a color in the Color White How do I do that part.
http://i.imgur.com/glFqP6G.jpgHi,
You mean you want to change the background color for the menu elements? you could use the following css: – http://screencast.com/t/Wdcc1wu1
.sf-menu > li > a:hover, .sf-menu > .sfHover > a, .sf-menu > .current-menu-item > a {
background-color: red;
}
Thank you, Emil G.
Thank you very much
Good work
Hello, Can I use only modules for Home page instead of blocks ?
Hi,
You can if you set the homepage to show latest posts (blog) – http://screencast.com/t/SxOSmzjaMSRU – and select the module used from Theme Panel -> Template Settings – http://screencast.com/t/knwqoMvOu
Another option is to use the Homepage with article list template and select the module from the Article List setup panel – http://screencast.com/t/2How43dLW6
Thank you, Emil G.
Ok thanks, Two more questions …
1. Can I use multiple modules for homepage ? 2. can we set Offset in modules for homepage ?
Hi,
1. You can use only one article list section and you can set only one module at a time. Multiple modules are only possible if you use blocks.
2. The Article List section comes with two settings panels, one includes an offset option – http://screencast.com/t/oMeNLYmrBl
Thank you, Emil G.
Hello
I am almost going to buy this theme.
Can you please see, why on the mobile: the “TRENDING” blue graphic is getting cuttoff. from top ? Can you fix this before I start using your theme, or provide a fix ?
Thanks
Hi,
Do you refer to the section title? it should be there – http://screencast.com/t/6waxUAWO4 – please provide more details.
Thank you, Emil G.
Hello. Please add 970×250 dimension into ad management. Its missing… Thank you.
Hi,
We’ll add it in a future update, until then you can manually add it here – http://screencast.com/t/8fybq4g6QcNj
array('text' => '970 x 250' , 'val' => '970 x 250'),
Thank you, Emil G.
I was add this, but nothings happend
. Why can you add this to next update of theme? Pls in Newspaper too! Thanks.
Why you canT… sorry. Thanks
Hi,
You have to add the same line in td_panel_ads.php – http://screencast.com/t/G8dlzm54XZv
There are two arrays, one for custom ads and one for the regular ads.
Thank you, Emil G.
Hello, I like your theme and I have several questions before purchase.
1) Can you install it on some server so I can test it for 2-3 days? 2) Does you theme support AdRotate plugin? 3) Can you provide me with visually diagram where ads can be placed? 4) Does your theme request for additional plugins to be installed? 5) Does your theme auto crop pictures for article listing? Since most of themes provide perfectly cropped and same sized pictures on live demo and look disgusting when you put them to work on site with different size photos on in
Hi,
1. Unfortunately for the moment we don’t have a backend demo, sorry, but please send an email at contact@tagdiv.com , paste a link to this conversation and i’ll provide a solution.
2. Yes it supports AdRotate.
3. The default places are the header and the post inline, top and bottom ads. The rest can be placed on any location from the page or sidebar using the Ad Box block/widget. – http://screencast.com/t/AT9UuajgIdC8
4. Only Visual Composer is required by the theme, the rest are optional. All recommended plugins are included in the theme or are free to download and use.
5. For thumbs we use the add_image_size() function, you can read more about this here – http://forum.tagdiv.com/image-size/
If you put the theme on a site which already has content you have to regenerate the thumbs – http://forum.tagdiv.com/using-the-theme-with-existing-content/
Thank you, Emil G.
Hi Team! I Is there away to have a “members tab” on the buddypress profile?
Thanks!
Hi,
You have to check on the plugin support section, an example would be – https://buddypress.org/support/topic/can-someone-explain-how-to-add-tabs-to-the-profile-page/
Thank you, Emil G.
Hi Emil – Thanks for the support on this. I have spent sometime over there in the support section but haven’t found exactly the issue I am having. The easiest way to explain it, is that I can’t find the way in buddypress to actually find or search for other members or friends from the users profile. There are no tabs or options that show up on a users profile that allow for this to happen. Any thoughts would be appreciated.
Hi,
Unfortunately i cannot provide a solution for this, sorry, i haven’t done much research on customizing Buddypress so my advice is to look for a plugin or tutorials which may provide such a solution. Ultimately, if you still don’t find anything, try to find a professional developer to look into this and make the modification for you.
Thank you, Emil G.
Hi Emil – Thanks for the feedback. I ended up finding a plugin that allows for the creation of a custom search form to search your members. It displays as a widget and works fairly well. I find it interesting that this function isn’t already included in the buddypress plugin install as it seems like searching/finding friends would be a key component. Thanks for your help on this issue.
Hello, I need to include the adsense horizontal links under the banner of 728×90. Example: http://oi59.tinypic.com/250temt.jpg. How can I do this?
Hi,
Those links are coming with the ad, they are not added by the theme.
Thank you, Emil G.
hello I have a question it is possible to have a different widget for articles ? I would like to modify the articles and keep the same to the home page
thank you
the home page http://img11.hostingpics.net/pics/809369451.png articles http://img11.hostingpics.net/pics/954825362.pngsite : http://news360x.fr/
Hi,
You can set a global sidebar from Theme Panel -> Template Settings – http://screencast.com/t/VLGs7vbu9
You can also set a different sidebar on each category – http://screencast.com/t/PMToCPlscn – the posts will inherit the sidebar from their category.
And you can also individually set a sidebar for each post – http://screencast.com/t/FZfXvfRpVQG – this one will override the global settings from the template settings and categories panels.
Thank you, Emil G.
Absolutely awesome theme. We’re a 32 year old publishing company with a wide variety of decade+ old news portals; and we’ve completely standardized now to using the TagDiv NEWSMAG theme for ALL our sites. Visitors love it, SEO is good, and pagespeed insights is not an afterthought like most new themes out there. THANK YOU for the wonderful product.
Christopher Simmons CEO, Neotrope®
Hello, I have a blog with 230+ posts.
I want to purchase your theme but my featured image size are 800×464
Please tell me can I face issue due to stable width of my featured images ? Or can I change the featured image size in your function.php file and set it 800×464 ?
Hi,
First you have to regenerate the thumbs, follow this guide – http://forum.tagdiv.com/how-to-fix-strange-thumbnails/
There shouldn’t be any problem on blocks, the thumbs used are described here – http://forum.tagdiv.com/modules/ , the problem my appear only if you use a slider on 3 columns. A solution may be to use a combination of plugins to upscale the images – https://wordpress.org/plugins/thumbnail-upscale/ – https://wordpress.org/plugins/force-regenerate-thumbnails/
If necessary you can modify the thumbs size, they are defined in td_config.php – http://screencast.com/t/eqLTdqipK – you have to regenerate all thumbs after you modify a parameter.
Thank you, Emil G.
Thanks for the reply. Can I change all thumbnail size eg block,module,post,slider from td_config.php ??
I have 200+ posts and each have featured image size of 800×464 and before newsmag I used a custom theme that have thumbnail sizes respected to the ratio of 800×464
Hi,
Yes, they are all registered in td_config.php, the slider may require modifications on it’s css to match the new size.
Thank you, Emil G.
Is it possible to have sticky sidebar function only work on post?
because it doesn’t work well with infinite load on home page.
Thanks
Hi,
If you use the Default page template and you build your page using Visual Composer elements, the sticky sidebar doesn’t work unless you add a class to the row in which the sidebar is included – http://screencast.com/t/Nx6MqZW7FeAz
If you don’t add it then the sticky sidebar will only appear on template pages (ex. posts, categories…etc.).
Thank you, Emil G.