|
Post Groups post selector not working
Started by: Andrea Stykket
in: Toolset Professional Support
Quick solution available
Problem: I am unable to type in the field to select posts for my Post Group. The field seems to be disabled.
Solution: Our developers have identified this issue and will include a permanent fix in a future release of Access. Temporary solution:
Open the file includes/Helper.php in the Toolset Access Plugin, in a Text editor or a Code editor
On line 5301 you will see wp_enqueue_script('toolset_select2');
Just BEFORE that, add a new line and put this code in it:
wp_deregister_style('toolset-select2-overrides-css');
So, the code now looks like this:
wp_deregister_style('toolset-select2-overrides-css');
wp_enqueue_script('toolset_select2');
wp_enqueue_style('toolset-select2-css');
|
|
4 |
15 |
7 years, 4 months ago
javierC-9
|
|
Hiding content by category and role
Started by: stewartE
in: Toolset Professional Support
Quick solution available
|
|
2 |
6 |
7 years, 4 months ago
stewartE
|
|
Login form not working
Started by: Andrea Stykket
in: Toolset Professional Support
Quick solution available
Problem:
Can not login to the site, login form is not working.
Solution:
Please clear out your website cache, server cache (e.g. Varnish), browser cache too, and it will resolve the issue.
|
|
2 |
3 |
7 years, 5 months ago
Andrea Stykket
|