Hi,
Unfortunately this is not tested and there is no implementation for the jetpack comments. It has been a year, yes and you are the only person since then to ask for such a thing. We have many, many requests and we have to pick carefully what we implement in our theme. A request from one person, has a very low priority on our list as you can imagine an international product works. If this request gets popular and more people ask for it, we will implement it in our theme without a doubt, but since there is little to no requests for this, I cannot say for sure…sorry. If you provide a link to your site, I can take a look at the layout and see if there is any quick fix to be added via css.
Thank you for your understanding and sorry for the inconvenience.
Hello,
The google analytics code should go in the analytics section of the theme panel: http://screencast.com/t/g0DsKzRRms
Our theme will automatically add it to all pages.
As for the adsense, you should contact google about the error as they make the rules for their ads. Our theme will render the ad code if you paste it in the theme ad spots: http://screencast.com/t/fS2B3KCF but your ad needs to be activated first
Thank you!
Hello,
I will add this to our buglist so we can add the css fix in the future updates. Until then please add this code in the theme panel->custom css:
@media(min-width:767px){
#search-members-form #members_search_submit{
left: 0!important;;
}}
As for the headers, it depends where the header gets it’s style. In this case it’s a buddypress style that affects the header color.
You can use this css code to target ALL block titles at once and have them the color that you want:
.td-main-sidebar .block-title > span{
background-color:black!important;
}
Thank you!
Hi,
Sorry but since WPML is not tested, we cannot provide any solution for it. Try to place it in another spot as 1234.LV suggested above.
Thank you for your understanding
Hello,
You will have to set the mobile theme from the mobile theme settings in the theme panel: http://screencast.com/t/yPuBpBQmQy ads, colors, etc.. and you have to be careful on pages as there is another mobile editor now that does not use visual composer. You have to add content to the mobile editor in order to show anything on the mobile page. The homepage is an exception as it;s predefined.
Thank you!
Hi
Thank you for your concern…we appreciate it 🙂 Unfortunately it is hard to battle piracy. Even large companies have this issue. Unfortunately identifying a nulled website is not as simple as we will need an activation code from the theme in order to identify the theme owner. If the site is in our database, we can check it to see if it’a a buying customer, but you cannot tell just by inspecting the site. It’s not so easy to battle piracy unfortunately.
Thanks.
Hello,
You have a js error affecting in your browser console. Please disable all your plugins except visual composer, clear cache and reset cdn files if you use it. Then test again. Also switch to the main theme if you use a child theme in order to rule out it’s interference. Please also disable any js optimization as well.
Let us know how it goes.
Thank you!
If just the text is what you are after, you can try this css code:
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
font-size:30px!important;
}
I have tested the button on one of my posts but the cart icon appeared without problems on posts also, thre could be something affecting the fonts on your posts. Please disable all plugins except visual composer, clear cache and reset cdn files.
Let us know how it goes.
You may have a strong cache on your site and that is why you are not seining any changes. Please make sure you clear all caching and the cdn files if you use it. I have personally tested this and it works as I have shown in my previous reply. Simply copy that code and paste it as the original replay instructs.
Thank you!
Thank you and have a nice day!
Hello,
Please disable all plugins, clear cache and reset cdn files. You most likely have a security plugin such as wordfence or others of the sort that prevent you from making any changes to your site.
Thank you!
Hello,
Unfortunately the tags cannot get the ajax pagination. This functionality was not added to our theme. The tag page can only be set from template settings, but there is no pagination settings for it. It will grab the default pagination of WPordPress.
Thank you!
Hello,
The code you see on your mobile theme comes from the jetpack mobile theme option./ Please disable the jetpack mobile theme. As for the social counter, please follow this guide to set it up properly: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Let us know how it goes.
Thank you!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. If you use a child theme -please switch to the main theme and test the menu again.
Let us know how it goes.
Thanks.
Hello,
The youtube videos can be set to autoplay but i’m not sure about others though. For youtube videos you can use this method: https://forum.tagdiv.com/topic/youtube-autostart/
Thank you!
Hello,
The mega-menu was created to only show 5 sub-categories on the newsmag theme. You can increase this number from the theme code if you add your preferred child category number like so: http://screencast.com/t/q9vGCz2EGP2
It will require further customization for all your menu items to show in the mega-menu but you will have to hire a developer to make the proper adjustments if you do not have the proper skills to do so.
Thank you!
Hi,
I have visual composer nd seo yoast installed but cannot see any issue. Are you sure you have just these 2 plugins active? It works fine on our end. Please disable all other plugins except visual composer and yoast, clear cache and reset cdn files. Then test again.
Thanks.
Sorry, they are too many questions in a row and they are easy to miss.
The module 15 you use on your homepage pulls the post content directly so the post content font is goind to affect it: http://screencast.com/t/WOQ8HpZ1S
Thank you!
We recommend it as it is running fine but it sometimes gets overloaded on too many requests. These things happen in the web environment more than we like to and since we sell our themes on envao and envato has a theme updater plugin, it’s on every envato theme update documentation. It is not mandatory to be used though which is a good thing 🙂
Thank you!
Hello Alex,
Unfortunately our theme blocks do not have any such options. You can only place the post id;s in the block but you cannot select which post will be in which position in the block. This is done using the sorting options for posts. For example I only filter 4 posts but change the sorting from latest to oldest: http://screencast.com/t/mhIEC589iMd then the oldest post will be first. you cannot change their position live and after a couple of seconds as you want it. The blocks do not have any such functionality.
Thank you!
Hello,
Our theme is based on the VC shortcodes. You will have to use visual composer to add such elements, but only for pages. We do not recommend using visual composer on posts. On posts you can use the mce editor to create your post content.
Thank you!
Hello,
The back to top was disabled for mobile but you can enable it using this custom css:
@media (max-width: 767px){
.td-scroll-up {
display: block;
}}
Add the code in the theme panel->custom css box.
Thank you!
Hi,
Sorry, but that is a vc element, not a theme element. As far as we know there is no optimization that can be done for visual composer. We do not have any optimization solutions for the plugin, sorry.
Thanks.
Hello,
Your search and pagination also is not working. Anything ajax related is broken. That is because you have js errors in your console. These are most likely caused by plugin conflicts. Please disable all plugins except visual composer, clear cache and reset cdn files. Then test your site again.
Thank you!
Well our theme colors will not affect all elements unfortunately. The page text refers to a text added on a page that is not inside a block or visual composer element. Any element that is created using visual composer. can only be changed with css or from the block settings (headers and hover colors)
You can easily create your about me page without using visual composer, and then the color sin the theme panel will affect your page.
Thank you!