26870 comments found.
Hello,
I ran the page speed test, which is very good, but does this require enabling mod_deflate and gzip in the htaccess file?
Does the demo run on a CDN, if so, which one? What are you using for browser cacheing ?
None of this is a problem for us, but before we purchase we want to know what sort of config we need to do.
If you have a list of all of the htaccess configs (or plugins) that need to be done to get the performance that good then please let me know 
Thanks,
Carlos
Hi,
Gzip can be easily enabled via C-Panel – http://screencast.com/t/Rxvd9dURS
For Browser Leverage Cache you have to edit the .htaccess file and add the code provided in the documentation, on some servers the code may be different, in that case you have to check the host documentation for details.
The main demo for Newspaper uses cloudflare – http://screencast.com/t/DvPYvOsGhLc
Check this guide for more details – http://forum.tagdiv.com/how-to-make-the-site-faster/ – and for our clients there’s a guide on our forum – http://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you, Emil G.
Hola, ahora con la versión 6 la imagen destacada de los post se han movido a la izquierda ¿como puedo centrar la imagen destacada en los post? Gracias y un saludo.
Hi,
Not sure what you mean, please provide more details, if possible include some images or a link.
Thank you, Emil G.
Aquí se puede ver como esta en la izquierda, yo la quiero en el centro Gracias y un saludo.
Hi,
It seems like a css issue, if you use a cache plugin (or cdn) clear it and see if the issue is still there, old css may be delivered. Also try to disable all plugins, enable only Visual Composer and see if the issue is still there.
If nothing works please send an email at contact@tagdiv.com , include a link to this conversation and provide the url so we can take a look.
Thank you, Emil G.
OK, gracias veré que puedo hacer.
Hello,
I have a question regarding categories. Please check the picture http://screencast.com/t/PMdSED3cWE
I have created a sub sub categories to be inside “Receveur de douche”, but it falls below / under “Receveur de douche” in the mega menu, not inside.
Please tell me how I can fix this? Thanks
Hi,
The Mega Menu displays subcategories and sub-subcategories in order, to make them display differently it requires modifications on the code. Please provide more details on how you want to display it, maybe i can help.
Thank you, Emil G.
Thank you for your answer.
I have a new solution I think.
I Put all my article in the category randomly but I need the side bar to help the visitor to organize the search.
Is it possible to have widget that only shows pages and posts related to a sub category? Like http://www.consobrico.com/category/chambres/placards/
Thanks. I love the theme by the way.
Hi, The theme doesn’t have such a feature, but you can use the Visibility feature from Jetpack plugin, this allow you to show a widget only in specified circumstance. http://screencast.com/t/uhPWB4r9FfTk
Thanks for the message! Marius from tagDiv
Thanks Marius, excellent idea. I might come back with some more questions later but I love the theme so far. Amazing piece of coding work, you’re genius.
Thanks sylcharlestone!
Have a nice day! Marius from tagDiv
Hi! I love the theme. Been waiting for a long time for a theme that uses a full width featured image.
Although I do have a question that you might not be able to answer, I think it’s more a plugin question than a theme question but here goes.
When creating a page with page builder, is there some way to use a block that uses the standard article list (like M7 in the page post template)? I mean, block 3 looks like it would show a standard article list but that block shows a minimum of 2 posts horizontally. What this does is that it is impossible to make a design that combines standard blog list. You can do it with a page template sure, but that results in the articles being showed at the bottom and not top.
Hope you understand what I mean and have some kind of solution for me. Thanks.
Hi,
It’s possible with a custom block but it’s not an easy task, my suggestion for this case is to hire a professional developer to help you build your desired block.
Another solution would be to modify the Homepage – with article list template and move the visual composer content at the bottom of the article list – http://screencast.com/t/ApVlSvGgjJaT – http://screencast.com/t/zg0B4Qqz – http://pastebin.com/reyARq5J
Thank you, Emil G.
Hi,
I’ve seen you rating comment and i want to explain why there’s no license code on Visual Composer. The license used by us is a bulk license. This means that only one Item Purchase Code is delivered by Envato and the licence specifies that the plugin may only be delivered with the theme.
We constantly deliver the plugin latest version in our theme updates, we tests each version before we decide to include it in the package. In some cases, when bugs are found, we may decide to delay the update and skip some versions until the plugin is fixed.
We checked their forum on VC v4.6 and there are many errors reported there. One of my colleagues made some tests and we decided not to include this version, we will wait for a more stable one.
If you want to make some tests please send an email at contact@tagdiv.com , paste a link to this conversation and i will provide a copy of Visual Composer latest version.
Thank you, Emil G.
Thanks for the answer and the explanation to my rating. I’ll change it because you deserve it. But I still think it’s a bad solution to provide 3rd party plugins.
Hi and thanks for your rating! We know and we want to leave the composer away, but at this moment is necessary because is hard to implement such a drag and drop builder that gives the flexibility to create the pages like you want.
Have a nice day! Marius from tagDiv
Hello, Will you add RTL Support to this nice theme? When?
Hi,
Unfortunately for the moment we don’t plan to add RTL support, sorry. An solution would be to hire a professional developer to help you add RTL to your site, you could look for one on places like – http://studio.envato.com/
Thank you, Emil G.
I think after that I can not use theme updates!
Hi,
If you update by overwriting the theme it shouldn’t be a problem, the RTL css will be located in a rtl.css file and the theme doesn’t come with such a file. The only problem will be when we add new blocks or features you have to create new custom RTL css for them (only if you want to use them on your site). You can read more about rtl in wordpress here – https://codex.wordpress.org/Right-to-Left_Language_Support
Thank you, Emil G.
I have two questions:
1) Is there any way to make the menu of header 12 face towards the right hand side of the nav menu? Instead of near the logo like it is by default? Also, can I make the header always use it’s smaller mobile size instead of it’s full size when it reaches the top of the page?
2) Can I do the same thing with with header 5?
Hi,
1) You could doit with css but it will change the order so you have to take that into account – http://screencast.com/t/agr6zqiKXVkv
For height you have to modify the current css for all elements, ex: – http://screencast.com/t/LjxkDYfFQqd
.td-header-style-12 .sf-menu li {
float: right;
}
.td-header-style-12 .td-main-menu-logo, .td-header-style-12 .td-header-menu-wrap-full {
height: 54px !important;
}
.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
line-height: 54px;
}
.td-header-style-12 .td-main-menu-logo a {
line-height: 54px;
}
.td-header-style-12 .td-main-menu-logo img {
max-height: 54px;
}
2. It possible with custom css, just use the browser inspector to find the classes and default css settings and create a custom css to change those parameters.
Thank you, Emil G.
Hello I love the theme it looks and functions great! I have one question for you and i desperately need some help with it. I am running paid memberships pro and I need to hide advertisements from my paid subscribers after trying every route possible I am wondering if you could either implement this into an upgrade or if there was a snippet you could make to gel with the theme. Thank you!
Hi,
You have to check their documentation (or ask it’s developer) to see how you could add conditions to load the ads only for the regular customers – http://www.paidmembershipspro.com/documentation/require-membership-function/ – http://screencast.com/t/mtiaNkRI – http://screencast.com/t/vXYE7oQJPr63
The ad spots can be found here – http://screencast.com/t/d5PFbXxWWFGb – http://screencast.com/t/mJolzeVt54
Unfortunately for the moment we don’t plan to add support for this plugin, sorry.
Thank you, Emil G.
Hello it’s working like a charm!!!! Thank you! Where abouts is the sidebar ad section located so I can go add the same code there because its working. Thank you!!
Disregard my last comment!
Hey, as said earlier, this is such a great theme. The demo content is running in my site. I having a small problem. The thumb images doesn’t appear in all the reloads. While I refresh the page, they do appear. But it sometimes misses. Can you please help? here’s the link: http://www.heynortheast.com/
Hi,
Try to disable all plugins, enable only Visual Composer and see if the issue is still there. If you use cache or cdn clear it and check again.
If nothing works please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin and ftp access so we can take a look.
Thank you, Emil G.
Photos added to the page (not posts) do not appear in the lightbox only as a link to a photo. Why? I set in the options photos modal image. A use Proton – Jetpack and Awesome Gallery – http://codecanyon.net/item/awesome-gallery/6462937 Could this be a conflict?
Hi,
The lightbox doesn’t work on pages, we wanted to avoid interference with the images present on modules and blocks. We plan to make it work on pages too in a future update, the issue is on our list. There shouldn’t be any interference with Jetpack.
Thank you, Emil G.
Hi, sorry for my english. I would like to implement a search on top. But this is not possible on the theme panel. Can you help me?
Thanks
Screenshot from top area: http://prntscr.com/7qe6k3
Hi,
You have to manually add it in the code, replace the social icons code – http://screencast.com/t/4LEZcYLTIc
Unfortunately i cannot provide a quick solution for this, you have to look for a code or a plugin and use it’s shortcode to add the search bar there. It will also require custom css to adjust the newly added search bar. If you don’t find a solution i suggest that you look for a professional developer to help you with this task.
Thank you, Emil G.
Hi, ok. Thanks!
Hi there, I wanna know how the ad system work.
I know there is the possibility to create unlimited sidebars, but what about unlimited ads?
I have 30+ categories, and want to display different ads on each category sidebar.
Thanks in advance!
Hi,
You could increase the number of ad spots in the code – http://screencast.com/t/XhYajXc5 – http://screencast.com/t/GD2iP0J4VviZ
It may also be possible to use a plugin like AdRotate but i didn’t experimented much with it so i cannot say if it will work as you desire, you have to try it – https://wordpress.org/plugins/adrotate/
Thank you, Emil G.
Hi there…. I have used this theme for a little while and I absolutely adore it. I have a quick question regarding customization of the homepage.
I was hoping to add a banner/slider which has a place for an optin box i.e. a site wide image with the opportunity for visitors to enter their email. Is it possible to do this on the home page and if so, how do I go about adding something like this to the site?
Many thanks and keep updating this brilliant theme…. We love it 
Hi,
Replied on the other message.
Thank you, Emil G.
Hi, where i change the black color of the mobile menu? Ex http://palmeirenses.com/wp-content/uploads/2015/07/5.jpg
Hi,
You can doit with custom css, add the following css in Theme panel -> Custom CSS:
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #ffffff !important;
}
.header-search-wrap .td-icon-search, #td-top-mobile-toggle i {
color: black !important;
}
}
Thank you, Emil G.
Hi there…. I have used this theme for a little while and I absolutely adore it. I have a quick question regarding customization of the homepage.
I was hoping to add a banner/slider which has a place for an optin box i.e. a site wide image with the opportunity for visitors to enter their email. Is it possible to do this on the home page and if so, how do I go about adding something like this to the site?
Many thanks and keep updating this brilliant theme…. We love it 
Hi,
Do you refer to a newsletter box? the theme doesn’t come with such an option by default, you have to use a plugin, ex – https://wordpress.org/plugins/mailchimp-for-wp/
Thank you, Emil G.
I Currently have NewsMag. I am looking to upgrade to this theme. Is there an upgrade path to ensure everything moves over properly and is there an upgrade option for this move?
Hi,
Replied on the other message.
Thank you, Emil G.
I Currently have NewsMag. I am looking to upgrade to this theme. Is there an upgrade path to ensure everything moves over properly and is there an upgrade option for this move?
Hi,
They are different themes. Some blocks are present on one and missing on the other so you have to rebuild the pages, the menus, sidebars, header and footer section. The settings on Theme Panel would also have to be configured again.
Make sure you backup the entire site (files and database) before trying this.
Thank you, Emil G.
Hi,
How do i add “Home” on the main header of the website like what you did in “tech demo” and other demos? thanks!
Hi,
You mean the link to your homepage? – http://screencast.com/t/E8hNIMLaE – just edit the menu and add it there – http://screencast.com/t/CDiUSa9TXaOh
If you refer to something else please provide more details.
Thank you, Emil G.
Hi, on the edge of a purchase. Just a couple of questions!
1) I want to have static slider grid similar to:
http://demo.tagdiv.com/newspaper_tech/But can the images in the grid be permanent and link to category pages rather than updating with new posts?
2) If using this layout:
http://demo.tagdiv.com/newspaper/homepage-less-images/Is it possible to add a html block that contains static grid as requested in Q1?
3) Also is there a content/sidebar/sidebar layout option?
Many Thanks!
Jon
Hi,
1) You could make them static by adding a special tag on those posts and set the Big Grid to filter for that specific tag – http://screencast.com/t/eJuU3vpShv
Or you could include the desired posts in a special category and set the block to display only the post from that category – http://screencast.com/t/pNdmSefk
2) Yes it’s possible – http://screencast.com/t/NGxOjpQR – http://screencast.com/t/uDlksUZM – http://screencast.com/t/nixGKnel6 – http://screencast.com/t/whVssp8kV – http://screencast.com/t/rSTRT4Iy1
3) Unfortunately the theme doesn’t have such an option, only one sidebar can be used. It may be possible with custom modifications on the code but it’s not a simple task so i suggest that you look for a professional developer to help you with this.
Thank you, Emil G.
Thanks Emil, great help.
Just to clarify on question 2, think I didn’t explain clearly.
If I select ‘Homepage Less Images’ layout is there an option to put a blank block where the grid would sit under the news ticker so I can enter custom HTML?
Thanks again
Jon
Hi,
Yes you can – http://screencast.com/t/msVg5bUwTtG – http://screencast.com/t/9NjeInxW5 – the following blocks are available in Visual Composer – http://screencast.com/t/9ub9L41EUA
Thank you, Emil G.
Sweet. Off to buy, see you on the other side!
Hi, How to make the BIG GRID (grid style 1) background gradient color more light, it is too dark for me. Thanks
Hi,
Try the following css, add it in Theme Panel -> Custom CSS:
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
Before – http://screencast.com/t/0LxYDHgFC – after – http://screencast.com/t/0LxYDHgFC
Thank you, Emil G.
Best Support! Thanks