I am trying to use Access to control which pages a logged in user can view. I have followed your instructions and have so far completed these steps:
1. In Access Control/Post Types tab have selected the 'Managed by Access' checkbox
2. In Ac cess Control/Post Groups Tab added my first post group titled 'Logged In Users Only'
However the problem I'm having is that in the 'Choose which posts belong to this group' box, I cannot a) Type anything b) retrieve any posts or pages to select.
Even when I save the group and try to modify it the same error occurs.. I have attached a screenshot to show you the section that's not working.
Hello. Thank you for contacting the Toolset support.
Well - as you say, the select box is not working when you type anything. This looks like there is conflict between other third party plugins or theme.
In order to minimize the cause of the issue:
1)
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
2)
Could you please check your browser's console and share any possible Javascript error?
I have isolated the 3rd party plugins one-by-one...and it turns out the conflict is with Slider Revolution. Obviously I could just deactivate/activate whenever I need to use the Access function but this seems like hard work...
Is there a workaround so I can have Slider Revolution working also...
The javascript console isn't throwing out anything relating to the issue..
you can open the browser console on the Access Control WPML Groups page and copy + paste the following code:
var css = '.toolset_select2-container{z-index: 1000102;}',
head = document.head || document.getElementsByTagName('head')[0],
style = document.createElement('style');
style.type = 'text/css';
if (style.styleSheet){
style.styleSheet.cssText = css;
} else {
style.appendChild(document.createTextNode(css));
}
head.appendChild(style);
Then press Enter to apply the style override. If you refresh the page or navigate away, you must repeat the process any time you return to this page. Our developers will need to collaborate with the Slider Revolution developers for a permanent fix here, so it may take some time. Thanks for understanding.