26867 comments found.
Presales question:
Why don’t you make the theme be able to play self-hosted videos? Or at least a plugin so that folks with JWplayer (and other popular players) can stick the videos in proper?
Hi,
I believe you refer to theme’s video post format functionality which at the moment supports just youtube/vimeo and/or daily motion videos and we don’t have any plans to extend its functionality at the moment however I’ve noted your request on this and if more people will ask for this we will consider this possibility.
Thanks for the message!
Lucian C. tagDiv!
I’m telling you, it would make your theme a lot more attractive to folks like me who only want to have self-hosted videos.
Hi,
I understand! I’ve forwarded this to our developers and we will consider this for future updates!
Thanks for the message!
Lucian C. tagDiv!
Hello,
I want to know if the theme has its own MegaMenu or it uses any third-party plugin? If it’s a third party plugin, please let me know which plugin? And do I need to buy it separately or it’s included in the package?
Also can you tell me the name of each plugin which is recommended or compulsory to use with theme?
Hi,
1. The mega menu feature is built in the theme and you don;t need to sue a plugin for it: http://forum.tagdiv.com/mega-menu/
2. You can find all theme recommendation and required/recomended plugins: http://screencast.com/t/zi1APF60ijAh and more details informations in theme’s docs here: http://forum.tagdiv.com/requirements-for-newspaper/ – http://forum.tagdiv.com/whats-included/
Let us know if you need other informations!
Thanks for the message!
Lucian C. tagDiv!
Hi, I want to buy the newspaper theme. I have four websites. My question is, am I going to have to buy four times or one payment and i can use on the four websites? Kindly reply urgently as I need to make a decision whether to buy. Thanks
Hi Imran,
Alina S. answered to your Facebook message on this.
Thanks for the message!
Lucian C. tagDiv!
Hello!
Is it possible to remove the darkening fade-layer on the slider boxes?
Best regards, Miska
*block boxes that displays posts, or what you’d call them. 
Hi,
I’m not sure to which theme slider you refer too but you could use custom css to reduce that darkening gradient effect, like this: http://screencast.com/t/oYlohXLWyG
.td_block_slide .td-image-gradient:before {
opacity: 0 !important;
}
Or for the big grid slider, like this: http://screencast.com/t/EJGrFiP5ZUhk
.td-module-thumb a:last-child:before {
opacity: 0 !important;
}
Hope this helps! Thanks for the message!
Lucian C. from tagDiv!
It’s the Big Grid 3. Where do I put this code?
Thanks
Ah, found it. It worked great, thank you! 
Now when I removed the fade (Awesome btw, thank you!) the white title dissapears in pictures i use. Is it possible to have the same dark background on the title text as in the above category text. (Still using Big Grid 3.)
Thanks for all the help!
It does not dissapear as in gone but white text and a light picture makes the text unreadable. 
Hi,
Not sure how you would want this. Please also provide a link with an example so I can inspect it and more details about the desired result.
Thanks!
Lucian C. from tagDiv!
Oh sorry, here is a link.
http://creativemakeup.se/I am talking about the text in the Big Grid under the category text “Creative Makeup By Her” there is the title of each post but they are in white so they become less visible.
If possible I would like to have a background on them as in the category “Creative Makeup By Her”.
Hope you understand.
Thanks! 
Hi,
You could increase the text shadow, like this: http://screencast.com/t/5jx5mWVFO3
Try this custom css in theme’s panel > custom css section:
.td_block_big_grid_3 .entry-title a {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.2);
}
Let me know how it goes!
Thanks!
Lucian C. from tagDiv!
Perfect! Thank you so much Lucian! 
Hello,
I want to buy this template and i want to know if it support Arabic Or not.
My site is RTL site News http://dokan.news/
waiting you,
Hi,
The Newspaper theme doesn’t suppport RTL and unfortunately we don’t plan to add RTL support, sorry.
Thank you, Emil G.
How to get full background color while page settings?
+ from which file i can delete Roboto font which is coming from google? it’s automatically using into revolution slider…
how to clear this paddings on the homepage: td-main-page-wrap { padding-top: 48px; ?
Hi,
1. A background color can be set globally or on individual categories from theme panel: http://screencast.com/t/rH27pLVb – http://screencast.com/t/xyQaKhiwYbj page settings don’t have a background color option so on this I’m not sure what you mean so please provide more details if this is not the answer you’re looking for.
2. Theme’s roboto and open sans fonts can be removed from theme configuration file: http://screencast.com/t/KfxhXxTf1L
3. Set theme to 0px using theme’s custom css section form panel to overwrite the padding values: http://screencast.com/t/l5jAJLldE6
.td-main-page-wrap {
padding-top: 0px;
}
Hope this helps! Thanks for the message!
Lucian C. tagDiv!
Will this theme be out-of-the-box compatible with Facebook Instant Articles when it rolls out down the road?
https://instantarticles.fb.com/ https://developers.facebook.com/blog/post/2015/09/22/instant-articles-from-CMS/ https://developers.facebook.com/docs/instant-articles/guides/articlecreateHi,
Yes, we have this on our list and we will support the Instant Articles program while it extends.
Thanks for the message!
Lucian C. tagDiv!
How can I remove the “MORE FROM AUTHOR” option next to the ‘related articles’?
Hi,
Please check this forum tread: http://forum.tagdiv.com/topic/how-to-hide-more-from-author/ Bogdan provided a solution in this regard there.
Thanks for the message!
Lucian C. tagDiv!
Hi, How I use the top bar menu from the style 1 in the style 12 menu?
Hi,
The style 12 header menu uses the same top bar as header style 1 dose but styled different: http://screencast.com/t/UemZz3wmiL
Use this custom css in theme’s panel custom css section to have the same appearance for header 12:
.td-header-style-12 .td-header-top-menu-full {
background-color: #222222;
}
.td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
text-transform: none;
}
.td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Thanks for the message!
Lucian C. tagDiv!
Hello, Is there a way to edit a separate mobile version of posts that would only appear if the post is seen on a smartphone? I wrote some articles with embedded YouTube videos but they are too big on a phone screen. I wanted to know if there was a way to make them and other post content more responsive.
Thank you!
Hi,
You could use css and media queries: http://www.w3schools.com/css/css_rwd_mediaqueries.asp to target a specific device screen’s width and set specific rules for it.
The theme uses the below media queries. You can use the css code snippets I’ve pasted below to target each screen width and hide the blocks/widgets you don’t want.
/* responsive phone */
@media (max-width: 767px){
add your css code here
}
/* responsive portrait tablet */
@media (max-width: 1018px) and (min-width: 768px){
add your css code here
}
/* responsive landscape tablet */
@media (max-width: 1140px) and (min-width: 1019px) {
add your css code here
}
/* responsive monitor */
@media (min-width: 1141px) {
add your css code here
}
You could also theme’s advanced css section form theme’s panel: http://screencast.com/t/9Ezzm9QkZc
Hope this helps! Thanks for the message!
Lucian C. tagDiv!
Hello,
I tried both methods but in vain
I copied the HTML code to embed YouTube videos 4 times with each one having its specific class (for example the one I want to appear on mobile has class=”mobile-video”). Then I went to the advanced custom CSS part of the theme panel and pasted the following code in the mobile section:
iframe.desktop-video { display: none; }
iframe.tablet-portrait-video { display. none; }
iframe.tablet-landscape-video { display: none; }
I did the same with the other displays but only changing the hidden classes. It did not work so I tried to add the classes I created in the “Custom Body Class” field but it did not work either. Can you please tell me where the issue comes from? Thank you!
Hi,
You have to use media queries, for example if you have a video with class=”mobile-video” use the following css:
@media(min-width: 768px) {
.mobile-video {
display: none;
}}
This will make the video appear only on mobile devices. If this doesn’t work please provide more details on how the page elements are set and the css used. You could send the details at contact@tagdiv.com , it’s easier via email.
Thank you, Emil G.
Generally we entered here to request a support or clarification. However, today veho here only gradecer the excellent work and support wonderful!
Congratulations to all of you!
Hi jpinheiro!
Thank you! Glad to find you like our theme and it meets your needs. We invest a great amount of time and effort to create, support and permanently develop our themes. We truly appreciate your feedback.
Have a nice day!
Lucian C. tagDiv!
Hi There. I have installedbuddypress but I get a 500 server error when I try and view the buddypress pages. I have tried the default twenty sixteen theme and it works. Thanks.
Hi,
Please also try and test this without other plugins and empty all caches and if you still get this errors please give us wp-access and provide your login credentials via email at contact@tagdiv.com including a link to this conversation, so we can have a closer look at this.
Let us know how it goes!
Lucian C. tagDiv!
Hi, is there a way to hide the word “category” in slug/permalink if all posts from a category are shown on page?
Hi,
The theme doesn’t have any option to handle the category base. I’m not sure you could do it for specific cases but you could try a plugin like: https://wordpress.org/plugins/fv-top-level-cats/ just keeping it active will remove the category base.
Hope this helps!
Thanks for the message!
Lucian C. tagDiv!
hello, i wanna buy this theme.. i have multiple domains… may i use this theme in all domains…
Hi,
Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard If you want to use it on multiple sites/domains you’d have to buy a license for each project.
Thanks for the message!
Lucian C. tagDiv!
Hello, How can i display full titles post ? Now, all titles are cut.
Hi,
The titles are set to default length of 12 words but they can be altered from theme’s panel > excerpt section for each block/module: http://screencast.com/t/bcDABXBWgxg
Let me know if this is not what you needed and provide more details. A screenshot/image would also help!
Hope this helps!
Thanks for the message!
Lucian C. tagDiv!
How to hide the sidebar widget in mobile theme? As I want to shorten the loading speed for mobile.
Hi,
The theme is responsive so it display’s the same page/post content you have on desktop version on mobiles also just styled different and not a mobile theme therefore there is no option available to disable the sidebar or other widgets on mobile screens. Sorry!
You could hide it via css or built your own customization to detect mobile screens using js and do not display the sidebar.
Hope this helps!
Thanks!
Lucian C. tagDiv!
Hi, I do not understand how can I create a sidebar for single post view. I read the documentation but this is not helpfull for me. And with demo content I see that you have created different sidebars in widget area, but I also do not understand how to do this.
Hi roland71,
Please use this tutorial to create a new sidebar: http://forum.tagdiv.com/sidebars-tutorial/ then you can set a custom sidebar for all post pages from theme’s panel > template settings: http://screencast.com/t/uA60xdZ6dwuG and make sure you have post’s settings > sidebar set to default: http://screencast.com/t/idbnGnfexMn – http://screencast.com/t/Xll58RWp1v
Also note that you assign your post to a specific category which has a specific sidebar set for it then to all posts that have that category as primary category the same sidebar will be assigned.
Hope this helps!
Please let me know if you still can;t manage it and provide specific details on which step you need further guidance or you don’t understand,
Thanks!
Lucian C. tagDiv!
How to disable homepage loop posts – there are automatically adding Lastest posts into homepage
Hi,
You have to change the page template to default – http://screencast.com/t/49T4cbj5DzO
Thank you, Emil G.
I’ve bought this theme multiple times and used it for several client projects because it’s one of the best designed news/blog themes anywhere. Support has always been super. But I am not a fan of your open forum support wherein any fool can comment on my issues. For me, despite the quality of the design and coding, support is a deal breaker. I shouldn’t have to deal with trolls making comments on my posts.
Hi,
Please send your questions via email at contact@tagdiv.com , there you will receive replies only from us. The forum is open to allow users interaction, share their experience and provide feedback.
Thank you, Emil G.
I will. Thanks Emil.
Getting issues like other purchasers about double images in smart list… no solution found. Anyone else getting this? Need advise, please help!
Hi,
Check if you have Photon module enabled in Jetpack, disable it and see if the issue is still there. The alternative wold be to use Cloudflare as a CDN.
Thank you, Emil G.