Hi,
It can be customized with css if you have the proper code knowledge. It will grab the theme accent color selected under the theme panel-> theme colors general thee colors
Thanks.
Hello,
The repetition of menu items is because you selected the same menu for the main menu and for the top menu. There are multiple menu locations in our theme and you added the same menu in both the main menu and the top menu locations: https://www.screencast.com/t/jMBjX6ZQwdaW Select different menus for these 2 locations and there will be no more repetition.
Thanks.
Hello,
If you registered a custom block, it will not have a fonts section automatically created in the theme panel. For that you will require extra code modification.
it will be simpler to change them with css for your custom block.
Thanks
Hello,
You can hire a developer.freelancer from studio.envato.com
Thank you!
Hello,
Sorry but the theme has no option to change the post template based on category.
Thanks.
Hello,
In order to remove the 2 options from the social icons, you can remove them from the theme code here: https://www.screencast.com/t/TOtoWPG2M7
As for the design you can only get the same design using css. The top sharing options do not share the same design as the bottom. It can only be re-created with css.
Here is a similar topic on the subject.
https://forum.tagdiv.com/topic/social-network-buttons/
Thank you!
Hello,
The get_excerpt function in our theme was built to not render shortcodes. It was intentionally created not to do the functionality you are looking for. You will not be able to make it render any shortcodes except by altering the main function found here:
https://www.screencast.com/t/CaQS2aRUE0hR
Thank you!
Hello,
Please provide more details. Provide a link to your site pointing at the problem so we can investigate.
Thank you!
Hi,
1) Yes, there is a way, but we cannot provide it. It is done custom through coding if you have the coding skills or the money to pay a freelancer to do it for you.
4) If you want to remove the read more from module 11 you will have to remove it from the code here: https://www.screencast.com/t/fIJUjzDFhzMy
Hello,
Sorry but I do not understand exactly what you mean. Your screenshot has nothing to do with borders and menus. Please provide more details to what you want to achieve.
Thanks.
Hello,
The only tested and recommended plugins to use with our theme are these ones:
Tested Plugins:
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
Anything beyond this list is not tested and I cannot say for sure if it will work or not.
Thanks.
Hello,
Sorry but the grid system in our theme cannot be changed. The only column layout possible is already provided through the tagdiv composer. Any other column layouts will require substantial code modifications to work properly.
Thank you!
Hello,
Please read the theme documentation: https://forum.tagdiv.com/ads-adsense-overview/
Thanks.
Hello,
We know of 3 possible causes for this issue.
1) The wp super cache setting to cache page. Please only use these settings in wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use any other cache plugin, make sure you do not cache pages for known users or for logged in users depending on the plugin setting.
2) Do not use this setting in seo by yoast: https://www.screencast.com/t/n8Cc35EofLh
3) Editing a page that was previously built with another page builder.
Thank you!
@mdeleon
That is not a similar issue. You are facing a totally different issue. 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.
And please open a new topic if you have any further questions.
Thank you!
Hello,
We know of 3 possible causes for this issue.
1) The wp super cache setting to cache page. Please only use these settings in wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use any other cache plugin, make sure you do not cache pages for known users or for logged in users depending on the plugin setting.
2) Do not use this setting in seo by yoast: https://www.screencast.com/t/n8Cc35EofLh
3) Editing a page that was previously built with another page builder.
Thank you!
Hello,
Sorry but the theme has o no visit counter widget available. You will have to find a plugin that can provide this functionality.
Thanks.
Hi,
If you try to edit your existing pages with the tagdiv composer, it will not work. When changing page builders you also have to re-create the page. Please read this guide: https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
If you still have trouble, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
As for the woocommerce plugins, We only recommend the standard woocommerce plugin. We have not tested any alternative plugins except the main one.
Thanks.
Hello,
Already replied via the envato comment section. Please in the future only write here as the comments on envato are intended for presale question
Thanks
Hello,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so I can access your site. Please include a link to this topic so I can trace the email.
Thank you!
Hello,
Maybe this topic will help: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Thanks.
Hello,
Sorry but this can only be done with customization. The theme does not have any such settings to add custom buttons to blocks. You will have to make the implementation in the block files here: https://www.screencast.com/t/SCREWRsFYRVS
Thank you!
Hello,
1) Sorry but this is not possible in our theme to place articles between the posts on a category page. The theme does not have such functionality. It can only be done with a plugin (i can’t recommend one as we have not officially tested any ad plugins) with custom code modification which we cannot provide.
2) Please also add this code to remove the small arrow:
.td_ajax_load_more .td-icon-menu-down{
display:none!important;
}
4)Please provide an example of exactly what read more button are you referring to so I can figure out a solution.
Thanks.
Hello,
1) Sorry but custom ad spots can only be added on pages. The loop templates do not have ad spots in our theme. It can only be done with an ad plugin that can provide such functionality or by code customization.
2) Please add this code in the theme panel-> custom css box:
.td_ajax_load_more_js{
width:100%;
background-color:black;
}
3)Each big grid has it’s own style on mobile. Please check the mobile version of the different grids in our theme: https://demo.tagdiv.com/newspaper/big-grid-1/
You can change the current grid from the top right where it says 12 bog grids.
4) You can change the module to one that does not have a red more tag, or change the pagination to a standard one without read more. For categories, this can be set from the per category settings: https://www.screencast.com/t/xwQbbYkbh
For the tag template, the settings can be found here:
https://www.screencast.com/t/tgd9ed4UC
Thanks.
Hello,
If your menu is made out of custom links that link to ‘#’ then the mobile menu will not work as there is no hover on the mobile menu. Make sure you have links set to your primary menu items in the wordpress menus section.
Thank you!
Hi,
Please revert the visual composer version to version 5.1.1. We have not yet released the new version and have not yet made the proper implementation for the new version of visual composer. Please read this topic: https://forum.tagdiv.com/topic/visual-composer-update-21/
If you updated the plugin and edited a page pressing the update button, then that page must be re-created as it will not revert back to the original.
We only recommend using the visual composer provided by us in the theme package, not the one provided by the plugin author as we need to adapt the theme to the new code. Updating without our intervention can cause incompatibilities such as the one you are facing now.
Thanks