stewartE
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Formating
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the user had an issue with the select dropdown arrow where it was overlapping with the select options. Solution: .form-inline select{ width: 37%; } |
2 | 5 | 6 years, 7 months ago | ||
Customize Checkbox Inputs in custom searches
Started by: stewartE
in: Toolset Professional Support
ProblemHow can I customize the Custom Search (Checkboxes, for exmaple) so they look like an image to be checked, instead of the default checkbox? SolutionIn Toolset Custom Searches, you can manipulate exactly only what you see in the GUI "New Filter" or "Edit Filter". We offer a few versions of filters (SingleSelect, MultiSelect, Radio, Text and Checkboxes. These are basic HTML elements, with which all kind of Lists or Inputs is created, hence it's a matter of styling. Relevant Documentation |
2 | 2 | 6 years, 8 months ago | ||
Isotope Filtering
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Default featured image
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Post Groups Shortcode
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the user wanted to restrict specific content from his users within his page. Solution: We actually have a shortcode for this and can be seen below. |
2 | 2 | 6 years, 8 months ago | ||
Adding specific users to Access shortcode
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the user wanted to restrict specific users using our Access shortcode. Solution: Unfortunately this isn't possible with our Access shortcode as it only works based on the user role. However I was able to come up with a little solution/workaround for you with this custom shortcode. // Add Shortcode function restrict_user( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( 'user_id' => '', ), $atts ); $current_user = get_current_user_id(); $restricted_ids=explode(",",$atts['user_id']); if(in_array($current_user,$restricted_ids)){ $content = ""; } return "<p>".$content."</p>"; } add_shortcode( 'restrict_users', 'restrict_user' ); So how you'll use this is like this [restrict_users user_id="32,4"]My Content to Restrict[/restrict_users] |
2 | 4 | 6 years, 9 months ago | ||
Cant add page to post group
Started by: stewartE in: Toolset Professional Support |
1 | 2 | 6 years, 9 months ago | ||
Assign more than one role to a user
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the user wanted to assign multiple roles to a user. Solution: Unfortunately this is not something that is currently possible. |
2 | 2 | 6 years, 9 months ago | ||
Hide Menu Items
Started by: stewartE
in: Toolset Professional Support
Problem: The issue here is that the customer wanted to know if he can use our Access plugin to hide menu items from his users. Solution: Yes this is possible and the simplest way to do this is to create a post group and add that post that appears in the menu to that group. Then deny your user access to that group and when the user views the website on the frontend then he won't be able to see this menu item. Relevant Documentation: |
2 | 4 | 6 years, 9 months ago | ||
Missing Captcha
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 7 years ago | ||
Broken Theme Options
Started by: stewartE in: Toolset Professional Support |
2 | 2 | 7 years ago | ||
Related posts not saving
Started by: stewartE in: Toolset Professional Support |
2 | 15 | 7 years, 1 month ago | ||
Create Two Roles using Cred
1
2
Started by: stewartE in: Toolset Professional Support |
4 | 23 | 7 years, 1 month ago | ||
Repeating Row CRED
Started by: stewartE in: Toolset Professional Support |
2 | 4 | 7 years, 1 month ago | ||
Autocomplete address field
Started by: stewartE in: Toolset Professional Support |
3 | 8 | 7 years, 1 month ago |