Hi
If you keep the call to loop.php the query won’t be changed even if you set new arguments for it. To have your own custom query in taxonomy.php just remove the call to the loop and add your new query with your arguments.
Also you can create taxonomy_custom.php file and copy in it only the code related with the page layout. The query part will be a custom one. This can be done for testing purposes if you don’t want to alter the original file.
Thanks!
Hi @gmaio
If you have reported resources which don’t appear when you use the register scripts/styles id function then you should change the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
If you don’t have experience on wp condign or basic html/css/js/php knowledge please consider hiring a freelancer to configure this for you or because we recommended this just for advanced wp users. Sorry!
Thanks for the message!
Hi
Unfortunately we don’t have any demo for bbpres plugin but you can check plugin’s official documentation for more details about its usage: https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ Also you can check this tutorial, it may help: https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
Thanks!
Hi
Please contact your host and make sure that php multibyte module is installed and activated – http://php.net/manual/en/mbstring.installation.php
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and ftp login details for your server so we can inspect this issue, also include a link to this topic.
Thanks!
Hi
Glad you manage to solve this issue.
Regarding the code from child theme there is an important aspects that must be considered:
– if in previous theme’s version a specific code added in child theme worked fine that doesn’t mean that will work with a new theme version. When theme update many of its files are changed and it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
Thanks!
Hi @awtown
With regard at the code from child theme there is an important aspects that must be considered:
– if in previous theme’s version a specific code added in child theme worked fine that doesn’t mean that will work with a new theme version. When theme update many of its files are changed and it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
In this process is recommended that you first backup your child theme and all modifications then check each file you’ve customized and if it’s ok add it in the same path in the child theme, if not make adapt the changes then add the file. In order to compare files you can also use winmerge according to this tutorial: https://forum.tagdiv.com/compare-theme-files-winmerge-tutorial/
If you still can’t manage this and you need additional assistance or informations, please fell free to ask and address us via email at contact@tagdiv.com and also provide a link to this conversation and give us ftp and wp access.
Thanks!
Hi
You can use each theme/license for one live project/domain. Of course you can use it on multiple test sites.
Yes you can use it on your new site even if you used the purchase code on previous one which now it’s inactive.
Thanks for the message!
Hi
That happens because the setting you currently use has been changed in the latest updates. It’s enough to go to theme panel >categories and set the category template: http://screencast.com/t/JmI2zZx8xoV
Thanks!
Hi
That is a class generated by the ad code that you’re using, not by the theme. Please make sure that your ad code it’s correct also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
I am not sure what you mean so please provide more details about you’re trying to do, also a screen pointing the desired result will help, so I inspect and can get back to you with a more accurate answer.
Thanks!
Hi
Unfortunately this can be achieved only by modifying the query for the author page. The query it’s made in loop.php file: http://screencast.com/t/qXmAPYgkXA8
This is a complex task which involve many customizations in theme files and unfortunately I can’t provide a solution now. I found here some information which may help you to customize the query: https://codex.wordpress.org/Function_Reference/query_posts
Please consider that this is a complex task which require advanced coding skills, also many customization and tests. If you can’t do this by yourself my advice is to look for someone which can help you with this or hire a freelancer to do it for you as we can’t offer any type of custom work at the moment.
Thanks!
Hi
Block 9 already display post on two colons if you’re using this layout in Visual Composer: http://screencast.com/t/uTkuuLNUR – http://screencast.com/t/jwR9SguNV
If this is not what you mean please provide more details so I can get back to you with a more accurate answer.
Thanks!
Hi
The current theme version available on themeforest it’s 2.3.5 so if you already installed you already use the latest version. For more details about the support and what happens after the 6 mouths period pass please check this topic: https://forum.tagdiv.com/topic/support-6-months/
If this is not what you mean please provide more specific details so I can get back to you with a more specific answer.
Thanks!
Hi
The theme uses the WordPress default query for custom taxonomies which it’s made in loop.php file here: http://screencast.com/t/vGXPifsf31
The query from td_data_source.php affect only theme’s blocks, or the content from Visual Composer editor. To affect the content displayed by the loop you have to write a custom query. Depending where you want to display posts from custom taxonomy the file differs. You can make a new page template with a custom query where only posts from one or more taxonomy are displayed.
Please note that working with custom taxonomies in WordPress require good coding skills and also many customizations in theme files. Here I found some information which may help you in this regard:
– https://codex.wordpress.org/Class_Reference/WP_Query
– http://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/
– http://code.tutsplus.com/tutorials/taxonomy-archives-list-posts-by-taxonomys-terms–cms-20045
If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The content from mobile menu it’s generated by menu-mobile.php here: http://screencast.com/t/C3Nf8vS2 but the animation which display/hide the menu, when the icon it’s clicked, it’s generated by JavaScript here: http://screencast.com/t/IR9t0vqvHbMO
Thanks!
Hi
You have to add your code in td-speed-booster.php file here: http://screencast.com/t/FX2C1WyF3
Note that this task involve some basic pah coding and also many tests to check if the plugins works fine with theirs resources moved in footer.
We can’t offer speed customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The theme only render the ad code and display its content, if there is any content to be displayed. Please check if your code it’s correct, by this i mean if generate any ads. You can test it by pasting the code within a blank post here: http://screencast.com/t/rsXDoWWv0Q then view it in browser.
Also note that our theme was designed to work only with ad-sense code or banner ads. We can’t grantee that other ad-codes will work fine with the theme or it may require a special implementation in order to work.
Thanks!
Hi
We recently updated our documentation with new images for a better understanding where the code should be added. For more details about Speed Booster plugin please check this topic: https://forum.tagdiv.com/topic/speed-booster-incompatible/
Thanks!
Hi
I need to know what type of smart-list you want to use, ex smart-lis 2, 3, so I can provide the exact code for that situation. The code differ from case to case as the selectors changes depending of the smart-list used.
Thanks!
Hi
First edit the td_set_post_settings.php file and add this code like here: http://screencast.com/t/qPH6CDcOBdH – http://pastebin.com/hK8jFJNN
Then edit td_module_single_base.php and replace the current code of get_source_and_via(): function with this one: http://screencast.com/t/sCNRxtsaAo9q – http://pastebin.com/GP8p4imf
The result should be like here: http://screencast.com/t/0swzpk5uKs – http://screencast.com/t/1d4WcHnnK
Note that this is just basic example about how can you add a new tag for your posts. You can customize it as you want to obtain a different result. This customizations requires basic php coding skills in order to be achieved.
If you can’t manage to do this yourself or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
Please provide your site url so I can inspect this closer. Meanwhile try to deactivate all plugins except Visual Composer, clear all caches and test again.
Thanks!
Hi
a) Try this css in theme panel > custom code > custom css: http://screencast.com/t/ur0z9vEA3V
.td_block_wrap .td-post-date{
display: none!important;
}
b) Add this parameters j F Y in custom date format field here: http://screencast.com/t/yKWhiVnnD – http://screencast.com/t/wBrwtLaWPeb
Thanks!
Hi
I’ve checked your site and it’s displayed fine now: http://screencast.com/t/Fg7GSyXiFSU If you still have this issue try to clear cache memory and test again.
Thanks!
Hi
I’ve tested the video player with the last theme version available on themeforest, V 6.6.5 and works fine: http://screencast.com/t/cPL6RMVmQ – http://screencast.com/t/vrw5W1p1iJH I am not sure why this happens on your side but you can try to deactivate all plugins except Visual Composer, clear all caches and test again.
Lt me know how it goes and if you still can’t manage to solve this issue please provide a link where I can inspect it.
Thanks!
Hi
Just modify the height value if you want to increase or decrease the gradient.
Thanks!