The integration between Toolset and Avada theme makes it easy to add custom content to Avada and display, on the front-end.
First, make sure that you read the documentation on Toolset and Avada integration. For this integration to work, you need to have the following Toolset plugins installed:
Types
Views
Of course, you also need to have Avada theme.
Depending on your site, you may also need CRED and Access.
When you ask for help, please explain what you are trying to achieve, show us what you are doing and explain what you expect to see.
Solution:
create a taxonomy archive from:
Toolset => WordPress Archives => Add new and select the "Tags" from "Taxonomy archive" section and try to build your custom tags archive.
How can I choose theme settings when I create Content Templates or Layouts?
Solution
When you use Content Templates (or Layouts if you use Toolset Layouts), then each such Content Template has a settings section below the HTML editor, but only if you use an Integrate Theme as linked below.
These settings allow you to use theme settings even on custom posts, if you set this setting in the Content Template or Layout.
Problem:
How to use Toolset with the AVADA Theme?
There has been a confusing sequence of integrations and suggestions.
How to do it?
Solution:
The previous Toolset AVADA Integration plugin is depreacted.
If you still have it, you can proceed using it but not expecting any updates on that plugin.
You can also disable it, then the area edited with Toolset will restrict to
the_content()
.
This would be the new and final suggested approach
Problem:
Client has created a template to display single custom posts on a site with Avada theme, and wants to use the Toolset theme options to disable some of the page content, e.g. the sidebar and the postmeta.
Solution:
It is currently not possible, the theme options for these are missing and this needs updating on our part.
At the moment the single custom posts will inherit the settings from single blog posts.
The issue here is that the user is getting a white screen after updating his CPT.
Solution:
Usually a white screen means that there is a fatal error being thrown on the website.
In order to know what is happening here we would need to enable the wordpress debugging.
I expected to see: responsive page on mobile, I previously inquired about the same issue with the custom posts, but this issue is also affecting ordinary pages.
I need to add toolset post feld(textfield-5bdd63fd) to order item name in cart and email. I need info like "Servotech Number: ST-EP-DR-86F-3000-N-10" to be placed under item name or somewhere like that.
Solution:
Q1) order item name in cart
There isn't such a built-in feature within Toolset plugin, you will need find the template for renderring the Woocommerce cart, for example, woocommerce plugin file woocommerce\templates\cart\cart.php, add the custom PHP codes in it, like this: