Hi,
There are two types of licenses currently available. The regular license and the extended license. More information here
– https://themeforest.net/licenses/terms/regular
– https://themeforest.net/licenses/terms/extended
The Envato policy allows to use a theme only on one install. You can however use the theme on a sub-domain if you plan on creating a testing site, but if we are talking about totally different sites with different content, then only one theme per install is legally allowed
– http://www.screencast.com/t/NqzloVgyUJB
Thanks
Hi,
If you mean the theme’s login form, you could maybe try the solution from this topic
– https://forum.tagdiv.com/topic/login-modal/
Thanks
Hi,
We are aware of this issue with Woocommerce. It will get fixed in the next theme update. You can try the fix provided below and see if it is working for you.
Add this line of code in the wpeditor.php file located in the plugins directory td-composer->includes folder
– https://www.screencast.com/t/chJaSVGCWT
– https://pastebin.com/rTqTHfSa
Then the text elements should work properly
– https://www.screencast.com/t/1qaNudxkXE
Thanks
Hi,
I have inspected your website and it seems you have managed to remove that background image from the mobile menu
– https://www.screencast.com/t/eW3HoQXoiaM
The slider should look the same if you imported the exact slider
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
All the demo sliders are included in the theme package. The revolution slider is a very complex plugin with lots of settings and options. Here is also a link to the official plugin documentation
– https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Thanks
Hi,
This can be done, you just have to use the right code. You can use the browser inspector to identify the elements used and their classes in order to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example you can try a code like this as a start, and maybe add more classes or more customization
– https://www.screencast.com/t/sWZ8sfRiophH
– https://www.screencast.com/t/O4SItaVQD
– https://www.screencast.com/t/sICsFHBh2KV
– https://www.screencast.com/t/yziOjRMA
The code must be entered in the Theme panel->Mobile theme->Custom Css. This can be improved the way you like, by adding more elements or removing them.
#td-outer-wrap {
background-color: #000;
}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
.td-post-content,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}
Thanks
Hi,
The images seem to be displaying just fine at the moment, on the whole website
– https://www.screencast.com/t/bwnZ3CFdU
Almost at all times problems involving the images are caused by plugins. What you can do if this should happen again, is to check if this is the case by deactivating all the plugins except the ones provided with the theme. Then clear any caching installed, and see if the issue is fixed. After that it should be a matter of identifying the one responsible.
Thanks
Hi,
If you are using the mobile theme plugin, the easiest way would be to try a code like this in order to remove the search from the header
– https://www.screencast.com/t/5WCpIZUc
.td-search-icon {
display:none;
}
Enter the code in the Theme panel->Mobile theme->Custom Css.
Thanks
Hi,
You can customize almost all the menu items regarding font properties and colors used. This can be done in the theme panel, theme fonts and theme colors
– https://forum.tagdiv.com/font-customization/
– https://forum.tagdiv.com/theme-colors-introduction/
Simple drop down menus can be created, as well as mega-menus or page menus
– https://forum.tagdiv.com/main-menu/
– https://forum.tagdiv.com/mega-menu/
– https://forum.tagdiv.com/page-menu/
You can even add icons in the menu, as mentioned in the guide.
If you want to create a simple menu like that, simply arrange the menu items like this
– https://www.screencast.com/t/pmYCfjph6
– https://www.screencast.com/t/qVa0OTHMZe
Please correct me if I misunderstood what you are asking.
Thanks
Hi,
Maybe something else is interfering with the theme and causing thus issue, since the theme is compatible with that PHP version and we had no other negative user feedback in this matter.
Try testing while having only the plugins included in the theme package active. Deactivate all other plugins and clear your cache.
Thanks
Hi,
If you would like to stop the More form author section from loading altogether, you can follow the solution from this topic
– https://forum.tagdiv.com/topic/remove-more-from-author-9/
You will have to edit the file mentioned in the theme, and comment or remove the line of code as mentioned.
To change the default sorting of the Related articles, there is no option in the theme. But you could try something like this and see if it works for you
– https://www.screencast.com/t/zBKYa5H0R
Thanks
Hi,
It should display for the elements you select from the theme panel, once it is uploaded. I have downloaded the same font you mention and uploaded it
– https://www.screencast.com/t/3OlxZSH1ht8
Then is have set it for the post content for example
– https://www.screencast.com/t/42DqAw6ic
The result is that the post content is now using that font
– https://www.screencast.com/t/39edhk9oHSjd
And the font is loaded by the theme
– https://www.screencast.com/t/Cltze1qS
Maybe you are not setting the font for the elements you want it to appear. It could be as well that you have caching, try clearing any installed cache.
Thanks
Hi,
The code will affect the second column of block 3, on the whole block top to bottom. These changes are not recommended to make, the blocks and modules depend on the fixed width of the layout. All the Css values are linked together, changing one will most likely cause problems in other places.
The module thumbnails do not adapt to these modifications. They will always be of the same initial size.
You could now set another negative margin to the whole sidebar section
– https://www.screencast.com/t/MN5RIiEqKPni
.home .tdc-content-wrap .td-pb-span4 {
margin-left: -12px;
}
Thanks
Hi,
The theme is compatible with PHP versions up to PHP 7.1 including
– https://www.screencast.com/t/OLIxqOmgNm
Thanks
Hi,
If you get that error in the theme panel, while saving settings it means that the server is denying the request the theme process makes. This happens doe to security systems the server might have, or firewalls.
Please contact your hosting and explain the situation, and maybe provide theme with a screenshot of the error. They will most likely solve the issue for you.
Thanks
Hi,
I believe the quick edit in bulk, allow you to assign posts to different categories, but does not remove the old category. If the posts were in the Uncategorized category and you assigned some other category in bulk editing, this will still be a category for the posts.
If a post has more categories, by default the primary category will be the first one alphabetically. Unless you manually specify a category
– https://forum.tagdiv.com/category-tag-on-modulesblocks/
– https://www.screencast.com/t/gZR2XARZ
The primary category has to be set for each post, there is no option for bulk editing unfortunately.
Thanks
Hi,
Some footer templates come with predefined content, like the sections you are mentioning. Other widgets that you add to the footer columns will be displayed along with this content
– https://forum.tagdiv.com/footer-templates/
You can choose a different footer template (like an empty template) and add only your own content, which you can customize the way you want. If you would like to keep this footer template and modify those widget titles, you will have to modify this in the code here
– https://www.screencast.com/t/gcvvHAS1N
As you can see those sections are simply a block 7 and a popular category widget, pre-added in the footer template style 2.
Thanks
Hi,
You can try this code if you think this is how you want the block to look
– https://www.screencast.com/t/nlsZF0JiaXQk
It will reduce the distance between the two columns of modules, only for that block
.td_block_3 .td-block-span6 + .td-block-span6 {
margin-left: -12px;
}
The code must be entered in Theme panel->Custom Css section, if you decide it is what you want.
Thanks
Hi,
Thank you for your appreciation of the theme. The developer team try their best to implement new features and options with every update.
Please note that the tagDiv composer is yet from being complete, or in a final stage. In coming updates more elements will be added to this builder exclusively. The elements you mention or similar ones may be added in these updates.
A two column layout is not possible with the tagDiv composer. I believe nothing will change in this regard, in the theme. This kind of layout is possible with Visual composer, but it was never recommended. Using the suggested row layouts ensures that your blocks will look and work perfectly.
The tagDiv composer is a front-end composer, a back-end view of the website structure is not possible. The editor is not meant to be a copy of Visual composer, try to think of it objectively.
You can still use Visual composer, if for the moment the tagDiv composer does not have the options you require for your website. You can make the transition at a later time, when you consider the time is right for you.
Thanks
Hi,
That could happen for a number of reasons. You can check this guide for more information and possible solutions that you can try
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Thanks
Hi,
I have inspected the website on mobile, refreshed the page a few times, opening the menu and closing it as well.
For me the difference between this
– https://www.screencast.com/t/LPS5AMYw
And the opened mobile menu
– https://www.screencast.com/t/kqaCcpCjwi
Is about one second. Try testing with a different mobile phone and see if the results are the same.
Thanks
Hi,
That option is not coming from the theme. It could be added there by a plugin that you might have installed. Please check if that is the case, by deactivating all your plugins except the ones included in the theme package, and clear any caching installed.
Thanks
Hi,
Check in the Theme panel->Background options, in the mobile menu and also sign in background settings
– https://www.screencast.com/t/ZFoSnpmOKhv
If that image is present there, remove it from those locations.
Thanks
Hi,
You could use a search term tracking plugin to do that, there could be plugins that have this capability. Or maybe configure the site search overview through Google analytics
– https://support.google.com/analytics/answer/1012264?hl=en
Thanks
Hi,
This is a weird issue. I still believe it could be a caching related problem, but if you already cleared it that may not be the case. There would be no other reason for the modules to display the Uncategorized category if the posts are no longer part of this category anymore.
Please check if maybe you have set the Uncategorized category as primary for the posts
– https://www.screencast.com/t/sGDsGOfS1GJ
This setting has priority and will display the category you set there
– https://forum.tagdiv.com/primary-category/
Thanks
Hi,
Try testing without any other plugins active, except the ones provided with the theme maybe identify what exactly is causing the loading problem.
You can follow this guide to further improve page loading speed
– https://forum.tagdiv.com/how-to-make-the-site-faster/
And install a caching plugin
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
There are also many page speed tutorials in this matter here on the forum that you can follow.
Thanks