Hello,
The fields you mention are made custom for our theme so I do not think any plugin can tie into them as plugins are created for the standard wordpress fields code. Here is how these fields are created: https://www.screencast.com/t/sgsIf7y9d
Thank you!
Hello,
Maybe this will help: http://www.htmlgoodies.com/beyond/javascript/article.php/3881826/JavaScript-Tutorial-Adding-Rotating-Images-to-Your-Web-Site.htm
Thanks.
Hi
No you do no not. Here is how a parent theme looks like in the wordpress themes section:
https://www.screencast.com/t/3dmuDpbjm5Q
Here is the folder structure you should use: https://www.screencast.com/t/C4ad2LbL
Thank you!
Hi,
It is not enough to activate speedbooster, You will have to follow the instructions presented here: https://forum.tagdiv.com/how-to-make-the-site-faster/ at point 5. And please note that speedbooster will not be able to move all of the js and css for all plugins though as you can make it work with all plugins by removing the compatibility code but you cannot make it move the css and js for all plugins.
Thank you!
Hello,
If you want to exclude a certain category or more from your mobile latest section, you can edit the front-page.php file located in the mobile folder and use this code:
'category__not_in' =>array(category id goes here),
Here is an example: https://www.screencast.com/t/neuyByeC9d73
You will need the category id’s though. You can see the id like so: https://www.screencast.com/t/hSLNFOb3RV7h
Thank you!
Hello,
Please disable all plugins except visual composer, 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.
Then test the system status again. Let us know if you still have trouble with it.
Thank you!
Unfortunately I cannot provide any insight. We have no idea what this plugin does or how it is implemented.
Sorry.
Hello,
Please disable all plugins except visual composer, 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,
I assume the popular videos is a block somewhere on your site named that way. It is a simple block that can be filtered like any other there is no special video element in our theme. You can use the block settings to name your blocks however you like and have them filter specific posts, specific categories, specific tags…etc. There is no sorting option to only show videos though: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Sorry but there is no simple code we can provide for that. The easiest way to do it is through a plugin such as adrotate.
Thank you!
Hi,
If you want to edit the page templates and add custom code you will have to ediut one of the 3 page templates available in our theme: https://www.screencast.com/t/F9o0v4Fx01 each one corresponding to one of the 3 page templates available: https://forum.tagdiv.com/page-templates-2/
When editing a template, the code will only affect pages that use that particular template
Thank you!
Hello,
No it is not strange. There is a simple answer to this. Our theme does not take into account the values you enter in the wordpress thumbs. The theme uses it’s own thumbnails, not the wordpress ones. No matter what you add to the wordpress thumbnail settings, they will not affect the the images as they are now controlled by the theme and the wordpress thumb system is overwritten.
Thank you!
Bogdan B
Thank you for posting the solution.
Hello,
You can create your own custom ads by using this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Unfortunately our theme does not use rotating ads. You can try to use adrotate for this
Thank you!
There are actually 3 updates released since December, this being the third one: https://www.screencast.com/t/4c84C892ptlW
Thank you!
Hello,
In order to use a child theme you must also have a parent theme. Both themes need to be installed in the themes section. You are missing the parent theme. Please read this guide:
https://codex.wordpress.org/Child_Themes
and our theme child theme tutorial: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hello,
Please follow this topic for a possible solution in implementing a social login in our theme login modal:
https://forum.tagdiv.com/topic/want-social-login-short-code-on-login-page/
Thank you!
Hello,
We do not seem to get any of the search errors you are seeing on your site: https://www.screencast.com/t/Df3ba0Q3X
Please disable all plugins except visual composer, 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.
Then test again.
Thank you!
Hello,
I have tested wp super cache on my end again but did not see any extra fields in the comments section. Please disable all other plugins except visual composer and wp super cache and clear all caching including cdn files if you use it. Then test the comments again. If you use a child theme try to switch to the main theme.
Thank you!
OK,
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 conversation.
Thank you!
Please disable all plugins except visual composer, 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.
Then please make sure the system status parameters are properly set: https://forum.tagdiv.com/system-status-parameters-guide/
Also test this on a wp default theme to see if the issue is present only when using our theme.
Thank you!
Hello,
The min js is loaded when using the speedbooster plugin. If you do not want the theme to use the min js then you should not use speedbooster.
Thank you!
Hi,
Our theme does not change ads and does not provide any advertising from the theme side. Please make sure you harden your wordpress install: https://codex.wordpress.org/Hardening_WordPress
Thank you!
Hello Oliver,
The easiest way to remove the links inside the categories is with a css code so you do not have to alter the php files. Try to use this code in the theme panel->custom css box:
.category-fashion .td-main-content .td_module_15{
pointer-events:none;
}
You can change the category you want to affect in the code, or if you want to affect all of the module 15’s on every category or other template you can use this code:
.td-main-content .td_module_15{
pointer-events:none;
}
Thank you!
Hello,
Unfortunately for untested plugins this can be the case as the theme code gets changed and support for untested plugins is not added. For each plugin we mark as tested and recommended, we make the proper theme adjustment on each update.
Thank you!