New update is breaking Avada. It’s happened on two sites now.
Started by: guyH
in: Toolset Professional Support
Quick solution available
3
6
4 years, 11 months ago
guyH
formatting shortcode
Started by: johnG-18
in: Toolset Professional Support
2
7
4 years, 11 months ago
johnG-18
Many to Many relationship with fields attached question
Started by: XavierB6433
in: Toolset Professional Support
2
9
4 years, 11 months ago
XavierB6433
Blocks prevents adding new users
Started by: damianS-2
in: Toolset Professional Support
2
4
4 years, 11 months ago
damianS-2
URGENT! login, logout failure
Started by: matthiasV-2
in: Toolset Professional Support
2
11
4 years, 11 months ago
matthiasV-2
Modal code no longer working.
Started by: DanielS9588
in: Toolset Professional Support
Quick solution available
Problem:
Bootstrap Modal code no longer working.
Solution:
You should try to make sure that the option "Toolset should load Bootstrap 3" from:
=> Toolset => Settings => General tab => Bootstrap loading section.
Is activated.
Relevant Documentation:
2
5
4 years, 11 months ago
DanielS9588
Create a slug for a custom field
Started by: manuelR-11
in: Toolset Professional Support
2
3
4 years, 11 months ago
manuelR-11
wpml and issues adding item to an RFG
Started by: chrisC-25
in: Toolset Professional Support
1
3
4 years, 11 months ago
chrisC-25
Check if Toolset plugin is installed and active
Started by: Paul Marconi
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to check if our toolset plugin is installed.
Solution:
Toolset isn't a single plugin but a group of plugins, so you are not able to check if Toolset is installed, however you can check if any of our plugins are installed.
To do this you will need to use the code below.
if ( is_plugin_active( 'types/wpcf.php' ) ) {
add_action( 'wp_before_admin_bar_render', 'my_custom_function' );
}
The above code checks if our Types plugin is active.
2
5
4 years, 11 months ago
Paul Marconi
Container with view
Started by: jillT
in: Toolset Professional Support
1
2
4 years, 11 months ago
jillT
conditional display comparing dates with today
Started by: fabriceS
in: Toolset Professional Support
2
3
4 years, 11 months ago
fabriceS
Redirect to previous page after log-In using Toolset Log In forms
Started by: pramodk-2
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to redirect to the previous page after a successful login attempt.
Solution:
This is not something that is natively possible with Toolset and will need to be implemented with some amount of custom code.
Perhaps you can try the code in the link below.
https://www.isitwp.com/redirect-back-to-referring-page-after-login/
2
3
4 years, 11 months ago
pramodk-2
Problem updating custom fields (CFs) in a custom post type (CPT) via REST API
Started by: blazM-4
in: Toolset Professional Support
Quick solution available
2
7
4 years, 11 months ago
blazM-4
populate custom post type to custom meta tag
Started by: columD
in: Toolset Professional Support
2
9
4 years, 11 months ago
columD
installed but no module option to access modules
Started by: Relato_ES
in: Toolset Professional Support
Quick solution available
Problem:
installed but no module option to access modules
Solution:
To see the Module menu you will require to install and activate the Toolset Module manager plugin:
You can download the Module Manager plugin from your Account's Download page within the "Legacy Plugins" tab:
=> https://toolset.com/download/toolset-module-manager/#changelog
Relevant Documentation:
2
3
4 years, 11 months ago
Relato_ES