Hello,
Sorry but we have not tested the guide as it is a user submitted solution. It is not an official implementation. There is no thee setting that can provide a google searh widget so it has to be made custom. The solution presented by our user could needs a bit of adjustment in the current version of the theme but we do not have a customization department so we cannot offer any custom work at the moment.
You cna try this method of implementation as an alternative: http://www.getcooltricks.com/wordpress/replacing-wordpress-default-search-with-google-custom-search-engine/
Thank you!
Hello,
For the crypto news demo, please use this plugin: https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/
Sorry but the images used on our presentation demos are not for commercial use. They are payed and licensed images. We cannot provide them for further use.
Thank you!
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
Please add this custom css to your theme panel custom code section:
.category-cursos .td-post-author-name, .category-cursos .td-post-date{
display:none;
}
Thank you!
Hello,
This is because your image is added as a single image. This way, the image will get cut when resizing. You can use an alternative implementation for your image like for example adding it into a text box element. Add the image in a column text inside the mce editor.
Thank you!
Hi,
The category functionality has nothing to do with the module itself. You will need to edit the theme modules and blocks in order for them to be able to show a custom taxonomy. For that , you will need to create a custom sort order that can recognize the taxonomy. Here is an example of how a new sort order can be created:
https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/
Thank you!
Hello,
I’m not sure what you mean. I have shared your post and the link as well as the post itself are ok. There is no blank page. Please try to run a few more tests as I cannot see the issue.
Thanks
Hello,
you cannot activate multiple websites with the same envato key.
Our theme as well as all other envato themes fall under the same standard license. The license is created by envato and all envato members have to stick to it. Please inspect the license here: https://themeforest.net/licenses/standard and for a complete description: https://themeforest.net/licenses/terms/regular
If you have multiple keys and want to activate multiple sites with the same forum user, then please use the manual activation https://www.screencast.com/t/NXhtb0Vtn
Thank you!
Hello,
On every update there is a risk for untested plugins. The best course of action to test if there will be trouble or not when updating is to create a sub-domain and use the duplicator plugin creating a clone of your site on a subdomain for testing. That way, you can update the theme on the subdomain and see if there will be any major issue so you will not affect the main site.
Constant back-ups are also a very good practice.
Please use this guide to properly update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
Please also update your tagdiv composer plugin by deleting the current one you have and installing it again from the 8.7.2 package.
if that does not fix the issue, you can try to add this code to your htaccess:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Thank you!
Hello.
We are aware of the new update and we will include it in the next theme update.
Thank you!
Hi,
The menu items go on 2 lines because you have too many menu items. The only elemgant solution i see for the moment is to rmeove the weather and social icons from the top menu on tablets. Here is an example code:
@media (min-width:767px) and (max-width:1040px){
.td-header-sp-top-widget,
.td-weather-top-widget{
display:none!important;
}
}
Unfortunately if you have too many menu items, they will fall on separate rows as there is not enough space to accommodate all elements on smaller devices.
Thank you!
Hello,
The page works fine. I do not see any 404 page.
Thank you!
Hello,
Sorry but unfortunately you will have to contact envato for this situation. We do not have access to the envato platform so we cannot help in this regard. Sorry for the inconvenience.
Thank you!
Hello,
If you want the header menu to always remain sticky you can simply add this code to the theme panel advanced css box:
.td-header-menu-wrap{
transform:none!important;
}
Thank you!
Hello,
Please add this code in your theme panel-> custom css box:
.home .td-main-page-wrap{
padding-top:3px!important;
}
Thank you!
Hello,
Please use this guide to properly install the theme: https://forum.tagdiv.com/search/install/
Thank you!
Hello,
I’m not sure what you mean. You want to have the same version on mobile as on desktop?
Please disable the mobile theme plugin: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Please increase your memory allocation as newspaper is bigger in size and possibly exceeds your memory allocation. Please use this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
This is not theme related. WordPress is the one providing these notifications, not the theme. I have also tested this on the twentysixteen theme but no notifications are shown. It seems WordPress removed them
Thanks.
Hello,
You have js errors in your console.
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
writing multiple times in the same topic only delays the answer. In order to get a fast response, please write once and wait for an answer. We answer from oldest to newest so if you keep posting, your post is moved to fresher ones thus receiving the answer later until we answer all posts before your last reply.
Now for the issue at hand. There a re post templates that provide the ad spot you are looking for. Please look into post styles 12 and 13 and this ad spot: https://www.screencast.com/t/aWCIeaql
Thank you!
Hello,
The file you are referring to is found here: https://www.screencast.com/t/TAQGzA4Zldt
Thank you!
Hello,
Unfortunately our theme does not have any settings in this regard. There is no simple solution to remove the scroll to top for smart lists. Sorry
Thanks.
Hello,
The only tested and recommended plugins to use with our theme are these ones:
WP Super Cache- caching plugin
Contact form 7- used to make contact forms
bbPress- forum plugin
BuddyPress- social network plugin
Font Awesome 4 Menus- icon pack, supported in the theme menus
Jetpack- plugin with lots of features *it may slow down your site
WooCommerce- eCommerce solution
WordPress (Yoast) SEO- SEO plugin
Wp User Avatar- Change users avatars
WPML – multilingual plugin
Anything beyond this list is not tested and I cannot say for sure if it will work or not.
Thanks.