Hello,
Unfortunately we have not tested any captcha plugin with our theme so i cannot provide any solution for this as it’s not tested. Sorry. It will probably need custom implementation as our theme login widget is custom made and plugins will not be able to add content to it.
Thanks
Hello,
Unfortunately our thee was built to ignore sticky posts. If you want to add a post on all category pages and the main page, you will have to edit the theme files and use a wordpress function like this example https://forum.tagdiv.com/topic/add-a-button-to-header-menu/
Thanks
Hello,
Please use this guide to filter your blocks properly. Maybe there is something you missed in the block settiongs: https://forum.tagdiv.com/block-settings-guide/
Let us know how it goes and if you still have trouble with this , please provide a link to your block settings so we can see how you set it up.
Thanks.
Hello,
There are 2 options to hide the date in our theme. The firs one can be found here: http://screencast.com/t/Lc7ylChmL511 and the second option is here: http://screencast.com/t/6Run9I8lg2d
Thank you!
Hello,
If you do not use a static page for a homepage, you should change the sidebar for your page from here: http://screencast.com/t/CGWkwOlCuP
If you use a static page, you can create a sidebar on pages using a split row or the widgetized sidebar element
Thank you!
Hello,
The code is still the same. It has not changed. The same method wordks. Please clear all caching afterwards though.
Thank you!
Contact form 7 is the tested and recommended plugin to use with our theme.
Thank you!
Hello,
For the child theme please use this guide to set it up: https://forum.tagdiv.com/the-child-theme-support-tutorial/
As for the smart list, p[lease provide more details to what image slider ydo you want to add inside a smart list?
Thanks.
Hello,
Visual composer does not need activation/registration. please read this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
This could be a plugin conflict so 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!
Hi,
I have inspected the ad and it seems the ad code you are using is not returning any image. Please check the image again and use the code I provided above and sim ply change the url for the image. If the one I provided works, then yours should work also. Please check the image path to see if it;s the correct one. Add the path ion your browser and it should open the image if it;s the correct one.
Thank you!
Hello,
Yes, the breadcrumb was changed in the current version to show the homepage in google search. If you want to remove this and have the breadcrumbs display as before, you can use this guide: https://forum.tagdiv.com/topic/removing-home-from-breadcrumb-in-google-search/
Thank you!
We will add support for php 7 in our next theme update (hopefully :)) We do plan on it if nothing goes wrong until then that is.
Thanks.
Hello,
It can be done but only through customization of the theme files. Here is an example:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thanks.
Hello,
You do not need to use html or css to edit posts or pages in our theme. We do not suggest using the pagebuilder on posts, but if you want to try it out, you cna activate visual composer on psots from the VC settings in the admin dashboard under general settings and role manager. Do this at your own risk though as visual composer is not tested on posts and it could provide mixed results
Thanks.
Hello,
Well you can create a menu item using the default menus of wordpress. Simply place a custom link menu item and have it link to a special “donation” page you create in visual composer where you can place the instructuins needed for the donation. Here is an example: http://screencast.com/t/w5Yy6ioy
Thanks.
Hello,
Our theme has an option to set the default post template site-wide but there is no option to set different post templates for particular cases. Sorry. You will have to hire a developer to implement such functionality.
Thanks.
Hello,
1. The next and previous post do not have any extra settings. Sorry
2. You can increase the number of posts on the default homepage from the WP settings like so: http://screencast.com/t/KPKnVIr0FQZl
hello,
If you want to remove the footer, you should only disable it from the theme panel like so: http://screencast.com/t/IsrJtAOLwz
If you use the mobile theme, then you can only remove it with css. Please use this code:
.td-mobile-footer-wrap{
display:none!important;
}
As for the second request please read this guide: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme will not show visual composer and if you use it on posts, it will show the shortcode and not render it. in this case i suggest disabling the mobile theme plugin and using the standard responsive version of the theme
Thank you!
Hello,
Custom fonts are not added from the setting you mentioned. Please use this guide: https://forum.tagdiv.com/font-customization/
Thank you!
Hello,
You should ignore that message on the 3 header styles that use the full image. How are you uploading your image, and what format is it? Please provide a few details to this process
Thank you!
Hello Ash,
Sorry but our theme has no such options. You will have to hire a developer to implement such features as our theme was not built with this in mind.
Thank you!
Well you should remove the background image from your category first: http://screencast.com/t/i7AU1U4Nz Then customizae the code adding your own image to it and placing it in the theme panel->custom css box.
Thank you!
Hello,
This is a wp issue and it is caused most likely by plugins. Here are a few possible fixes:
https://wordpress.org/support/topic/wp-admin-sorry-you-are-not-allowed-to-access-this-page/
Thank you!
Hello,
The big grid author and date were hidden with css as a design choice. It can be activated again by adding this css in the theme paenl-> custom css box:
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info{
display:block;
}
Thank you!