4766 comments found.
Hi, I would like to ask, how can I make the theme stop cutting off my titles on the frontpage and in the sidebars after a limited number of characters? 
Hi, You need to setup the excerpts with other value, go to Theme Panel -> Excerpts http://screencast.com/t/kRm7bRne
Thanks for the message! Marius from tagDiv
Thanks Marius! That worked perfectly. 
hi tagdiv
how to set theme like demo classic blog
Hi,
Just load the stack from The Theme Panel and for the homepage leave to Latest post from Settings -> Reading http://screencast.com/t/dxW6NyIIIRe7
or wait for the next update
you will achieve that with one click from the new Admin section like in Newspaper Theme: http://screencast.com/t/LIx48qyICQ
The update will be available next week.
Thanks for the message! Marius from tagDiv
thanks that pretty cool !
Hi,
Could I request that you include an option to make the “Via” and “Source” URLs open in new tabs?
Thanks! 
Hi,
Thanks for the suggestion. The modification can be done here: http://screencast.com/t/9SGUKKg9
The file is here: /includes/wp_booster/td_module_single_base.php
Radu O.
Thanks! 
Hi, need to remove the date from ” Block 13 ” ...
Would be nice to be able to enable/disable date for each block in block settings.
thanks
Hi,
you can try with this css:
.td_block_13 .td-post-date {
display:none;
}
.td-post-author-name span {
display:none;
}
It can be added to the custom css panel.
Hope this helps, Radu O.
I have a leaderboard banner in the header of my site though on a mobile it does not show. Also the trending now ticker at the top shows only half of the text. Hope you can help, many thanks.
The banner shows now it was a cache problem. It’s only the trending now issue that i’m stuck with.
Hi,
we will release a fix for trading now soon. until than, please try this:
.td_detect_is_android .td-trending-now-title {
top: 0;
}
Perfect thanks 
Hi, my Instagram social counter say ‘0’. I tried the ZIP td-social-counter you uploaded 3 days ago, my Insta still displays zero. Please advise.
Hi,
I’m sorry for this problem. The social counter has a caching system and it takes a while until it will update the count again. You can force a cache clear using this hack: change your Instagram id to another id (like cocacola), go to your homepage and after that put your id back.
Radu O.
Thanks. Working now. Great theme and excellent support.
Hi
If you visit this page, you will see that nothing happens when you attempt to click on ‘Related Articles’ and ‘Author Posts’. Also, nothing happens when you attempt to scroll through related posts. The link is simply showing as the current page address with ’#’ after it.
Any ideas what this could be?
Hi,
please send the link to the page if possible. Radu O.
Hi,
sorry for the delay, did you installed Visual Composer?
Radu O.
Please add social login to top menu login/sign in… Its a must …
Either make own social login or just show us how to add (using hooks or shortcode) this social login plugin >>> https://wordpress.org/plugins/wordpress-social-login/
Also make top menu visible in mobile/tablet view
Thanks
Hi,
1. We have this features on our list but i cannot provide a date for it’s implementation, we have a lot of features and we have to take them one by one, sorry. Unfortunately i cannot provide a quick solution for a plugin integration, my suggestion is to look for a developer to help you with this task.
2. You can doit with custom css:
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}}
Thank you, Emil G.
Salut.
cum e posibil sa ai 8 reclame adsense intro singura pagina ? ... la mine mai mult de 5 nu merg ….
http://www.capital.ro/chiriile-din-marea-britanie-sunt-cele-mai-scumpe-din-europa.htmlSalut,
Cred ca e posibil doar pentru adsense premium – https://www.isaumya.com/how-to-become-an-adsense-premium-publisher/
Un publisher normal poate utiliza maxim 3/pagina – http://screencast.com/t/BZWIUTWxk6M
Multumesc, Emil G.
multumesc de raspuns
Hello! Thank you for an amazing theme! i was reading facts about the theme and can see it is buddypress compatible. Is it 100% compatible? I know some themes make buddypress parts (log in/register widget in the sidebar) look very unnatural and not pretty at all. Also I’ve noticed that with some themes when you click on sign in/join you only get a form to sign in but there is no form for registration. Is all this working fine with newsmag. I simply have to ask as buddypress is very important for my website. Thank you in advance
Hi,
The theme comes with basic Buddypress compatibility, for login/registration you have to use the default pages – http://screencast.com/t/mFXGYbZvsrqI
Or the widgets from the sidebar – http://screencast.com/t/koYp5JIiGKl
For a different more complex functionality on this area i suggest that you look for a plugin or hire a professional developer to help you create the desired functionality.
The theme login modal also includes a registration pane which shows up only if you enable the registrations from Settings -> General – http://screencast.com/t/ty0dvbt8EOrL – http://screencast.com/t/aKsZjxX4uqRc
Thank you, Emil G.
Thank you. Is it the same case with newspaper theme?
Hi,
sorry for the delay, yes Newspaper 6 also supports Buddypress .
Radu O.
What’s in the June 23rd update?
Hi,
It wasn’t a theme update, we just included the latest version of Visual Composer.
Thank you, Emil G.
Hi TagDiv How to change post content fonts via Notepad ++ Editor
Hi,
The theme comes with some default fonts, if you change the css for some area (ex. post content) you have to use either system local fonts like Verdana, Arial, etc. or one of the fonts loaded by default – http://screencast.com/t/RPOWr8WYn
The theme css is located in the style.css file, you have to look for the desired parameter in there. – http://screencast.com/t/LvjEZWtiM0 – http://screencast.com/t/6estjYG6r
Thank you, Emil G.
My instagram social counter doesn’t work!!
Hi,
please update the plugin to the latest version: http://forum.tagdiv.com/files_for_users/td-social-counter.zip
we will release an theme update soon that will include this plugin. Please note that it may cache your results for some time so you can try switching to another instagram id and back.
Radu O.
I hope put option in the control panel design For not cutting images scent sizes because it takes a large area of disk , Put stop cutting images and the option of leaving it as it is
Hi,
the theme can be configured to cut only the thumbs needed. You can find the settings here: http://screencast.com/t/BAUfhqgIs
Radu O.
I know that, now, when I disable one of these options will not display picture,
What I mean is so cancel button to create more than the size of the image, and only the real size of the image option not to repeat the image in the host in order to reduce disk space
Thanks
Hi,
The thumbs are used to reduce the page size and to improve the page loading speed. If you disable them from Theme Panel the theme won’t generate any thumbs for the disabled ones. To replace the thumbs currently used with the full size image you have to edit all modules and change the thumb size to ‘full’ – http://screencast.com/t/OMQws1WK – Css adjustments may be required for some blocks.
You can read more about the featured image size and thumbs here – http://forum.tagdiv.com/image-size/
Thank you, Emil G.
I hope put option in the control panel design For not cutting images scent sizes because it takes a large area of disk , Put stop cutting images and the option of leaving it as it is
Hi,
the theme can be configured to cut only the thumbs needed. You can find the settings here: http://screencast.com/t/BAUfhqgIs
Radu O.
Hello. I want to ask . How i can deleted subcategories on my page ? Or only disable subcategories my page : topzdravie.sk thanx
Hi,
can you please give me more details? Are you referring to the menu http://screencast.com/t/XHtNfGOFH ? You can customize that form wordpress menu settings.
Radu O.
No, i thing this i want delete subcategory menu.look http://postimg.org/image/66hk0y0zd/
Hi,
A solution may be to hide them using custom css (add the following css in Theme Panel -> Custom CSS) – http://screencast.com/t/yiZ8swqYq
.td-subcategory-header .td-category-siblings {
display: none;
}
Thank you, Emil G.
Great Support thank you bro. . 
Hi, I filled out a support request on your forum under the name societymediagroup. This is urgent so please help as soon as you can
Hi, My colleague is replying on the forum and I’ve sent your link. Sorry for the delay.
Radu O.
is there a way to darken the images on the big grid module. The text can’t be seen too well when it’s set against certain colours.
Hi,
There’s already a darkening effect on the big grid – http://screencast.com/t/vMAc64i3WoG
With custom css you can increase it’s effect – http://screencast.com/t/JenHjrcP – http://pastebin.com/3Jvnas8N
Thank you, Emil G.
Thanks, but I’ve added that and played around with the values, and nothing happens.
http://thedailyheckle.netHi,
You have some errors in the console, i suspect they are caused by plugin conflict – http://screencast.com/t/DpkHdaob
Try to disable all plugins except Visual Composer and see if the issue is still there. The dark effect is missing on your side, it may be related to the errors present in the console or a custom css/code added on page.
Thank you, Emil G.