Hi
We updated our demo today and the new grids can be found here:
http://demo.tagdiv.com/newsmag/big-grid-1/ – http://screencast.com/t/cL9qZcTqYYB
@doucare1971
Also they can be fond in Visual Composer here: http://screencast.com/t/adqTVDHWV and make sure you enable them from VC settings: http://screencast.com/t/zCi3pk5b5h4
Thanks!
Hi
I’ve checked the indicated categories and seem to display fine on my side http://screencast.com/t/fdbf8qs0 http://screencast.com/t/fdbf8qs0 please let me know if you still have this issue and provide more specific details about it.
Thanks!
Hi
I’ve checked the indicated categories and seem to display fine, please provide more specific details about your issue and I will inspect it.
Thanks!
Hi
Check the change log and if the file that you’re using in child theme appear as modified you should update it, because otherwise this could cause issues, so it’s best to also update those files.
Thanks!
Hi
I have posted a solution in this topic: https://forum.tagdiv.com/topic/wp-booster-error-6/#post-62185
Make sure you try this and let us know if it still happens.
Thanks!
Hi
I have posted a solution in this topic: https://forum.tagdiv.com/topic/wp-booster-error-6/#post-62185
Make sure you try this and let us know if it still happens.
Thanks!
Hi
That happens because the setting you currently use has been changed in the latest update. It’s enough to go to theme panel >categories and set the category template: http://screencast.com/t/JmI2zZx8xoV make sure you clear the cache, purge cdn file if you’re using and test again.
Thanks!
Hi
The color title for blocks can be changed from Visual Composer like here: http://screencast.com/t/eFObLjpBhldY
That delay appear because first time loads the main css from the theme, then the css. To avoid it you can insert your custom css in style.css file: http://screencast.com/t/kPT8IAoa
Thanks!
Hi
I’ve added this issue on our list and we will try to fix in the next theme update, meanwhile you can try this custom css in theme panel > custom css:
.td-header-style-8 .td-header-sp-logo img, .td-header-style-8 .td-header-sp-logo a {
z-index: 1;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 0 !important;
}
Let me know how it goes.
Thanks!
Hi
I’ve checked your site and haven’t found any missing image. Let me know if you still have this issue.
Thanks!
Hi
The theme was designed to be responsive and for that the media queries are used, so if you remove those the site will behave like it does in your case. The theme doesn’t have any option to remove it’s responsiveness and that it’s not an easy task because it needs tests. If you needed you can look for a freelancer on site’s like studio.envato.com
Thanks for the message!
Hi
Please try to update the them at the current version (2.1) available on themeforest, then test again. If still doesn’t work make sure you also test this by deactivate all plugins except VC.
Let me know how it goes and if the problem doesn’t solve please send an email at contact@tagdiv.com with login details and we will inspect this issue, also include a link to this topic so we know who you are.
Thanks!
Hi
When using the path make sure you’re updating the theme from it’s previous version, in this case you need to have V2.0 installed.
If still not working you can try to update the theme as we recommend in our documentation: https://forum.tagdiv.com/how-to-update-theme/ and make sure you backup your site: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
To built a homepage you need to use Visual Composer Plugin, which comes with the theme, so make sure you have it installed. With that plugin you can insert blocks, grids, widgets etc: https://forum.tagdiv.com/how-to-use-visual-composer/
http://screencast.com/t/vsKOhx1Ng9O
http://screencast.com/t/XzgQN3n05
http://screencast.com/t/1Sjkg6QOV
After you finished customizing your page go to Settings > Readings and set your front page: http://screencast.com/t/komoGTYco
We have demos included with the theme, you can install one and you can edit the hompages already created: https://forum.tagdiv.com/installing-demos/
Hope this help.
Let me know if you still need assistance on this.
Thanks!
Hi
When the site loads, the first css loaded it’s the default theme style.css then loads your custom css and because of cascading properties of css appears that delay. You can try to insert your custom css directly in style.css file to be loaded at the same time with the theme css: http://screencast.com/t/dKAMRuUxC to avoid that.
Thanks!
Hi
I’ve tested the theme with WP Super Cache plugin installed and the date work fine. Try to clear the cache, deactivate all plugins and test again. Make sure you’re using the WP Super Cache plugin with the default settings.
Thanks!
Hi
The errors still appear on the page even if you deleted that plugin http://screencast.com/t/qC9gKKeV5Dr Please send an email at contact@tagdiv.com with login details and we will inspect this issue, also include a link to
this topic so we know who you are.
Thanks!
Hi
You can hide the header ad from a specific page/post inserting a condition in ads.php like here: http://screencast.com/t/HCDaL1qLN To get the page/post id follow this link: http://screencast.com/t/ZcvlAWVjd3e
if (!is_single(75) and !is_page(41))
This code will hide the header ad from the post whit id 75 and the page with id 41, you just replace those numbers with yours id’s.
Let me know how it goes.
Thanks!
Hi
The theme should display fine google ads as it tested, but notice that we didn’t do any test with plugins that insert ads on sites, so it’s possible to appear some issues. On your site google ads are not inserted by the theme so you can try use our ads system and see how it goes, you can also check our documentation here: https://forum.tagdiv.com/ads-system-full-guide/ If the problem persist try to deactivate all plugins except Visual Composer, clear the cache ant test again.
To improve the page speed you can check our guide: https://forum.tagdiv.com/page-speed-guide/ but now we recommend WP Super Cache as cache plugin because it’s more easy to use by the user, use it with default settings.
Hope this help.
Thanks!
Hi
That site display in “Follow us” section a page as mega menu and you can find more details here: https://forum.tagdiv.com/menus-newsmag/
Try this code
td-read-more a:hover {
background-color: #ffffff !important;
}
And if it’s not working please provide a link so i can inspect it.
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
By default the theme changes the header background to black on mobile devices, but you can customize it as you like with custom css like here: http://screencast.com/t/kprRELdlKXF8
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-footer-wrapper{
background-color: red!important;
}
}
Thanks!
Hi
That seems to be a css problem and can be caused by some plugin that overwrite the theme css, so you can try deactivating all plugins except Visual composer, clear the cache and test again.
Let me know how it goes and if the problem persist please provide a link so i can inspect it closer.
Thanks!
Hi
You should be able to find Less- images homepage here: http://screencast.com/t/8yRoRd4jO also you can find the page in VC here: http://screencast.com/t/hxGyl4SZRUG0 if you want to use the layout.
Thanks!
Hi
We have our page speed guide here: https://forum.tagdiv.com/page-speed-guide/ but now we recommend WP Super Cache as cache plugin because it’s more easy to use. Also provide a link so i can test your site.
Thanks!
Hi
I think you refer at Visual Composer elements like blocks, widgets and others. By default should appear but if this are missing follow this link to enable all: http://screencast.com/t/Zz1MnVkIMIFM If the problem doesn’t solve try without plugins, leave just VC active.
Please provide more details if this is not what you mean.
Let me know how it goes!