AlimB3245
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Can’t Add New User WIth New Custom Role as Author
Gestartet von: AlimB3245
in: Toolset Professional Support
Problem: I have created a custom role with Access. I would like to choose a User in that custom role, when selecting the author of a post. It turns out that none of the Users in this custom role appear in the author dropdown options. What should I do to add and enable those author select options? Solution: Please add a custom code snippet to your site in order to add these Users to the select author dropdown field: function wpdocs_add_members_to_dropdown( $query_args, $r ) { $query_args['role'] = array('member'); // Unset the 'who' as this defaults to the 'author' role unset( $query_args['who'] ); return $query_args; } add_filter( 'wp_dropdown_users_args', 'wpdocs_add_members_to_dropdown', 10, 2 ); Replace member with the slug of your custom role. Relevant Documentation: |
2 | 7 | vor 4 Jahren, 7 Monaten | ||
User Permission to View and Edit Custom Posts
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 7 | vor 4 Jahren, 7 Monaten | ||
Google Maps Address Issues
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 7 | vor 4 Jahren, 7 Monaten | ||
Add script to content template and then dynamically add custom field variable
Gestartet von: AlimB3245
in: Toolset Professional Support
Problem: With AdButler plugin, I want to have a script to the header window.abkw = 'YOUR_KEYWORD'; and I want to replace the 'YOUR_KEYWORD' with a custom-field data Solution: There is a workaround, you can use WP built-in filter hook "get_post_metadata" to change the keyword to a custom field, for example: Relevant Documentation: https://developer.wordpress.org/reference/hooks/get_meta_type_metadata/ |
2 | 8 | vor 4 Jahren, 7 Monaten | ||
Is it better to allow Users to edit posts in the front-end of the site with Forms or to edit posts in the dashboard and manage permissions?
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 7 Monaten | ||
Conditional Display of Heading and View based on return of View
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 6 | vor 4 Jahren, 7 Monaten | ||
If a post has 2 authors (guest author from Simple Author plugin), can both edit?
Gestartet von: AlimB3245
in: Toolset Professional Support
Problem: I have the option of adding multiple authors to the same post and I'd like to be able to allow the guest author to be able to edit the post as well? Solution: There isn't such kind of built-in feature within Toolset or WordPress. In WordPress, one post can have only one post author. There is a workaround, in your case, it needs to setup many-to-many relationship between posts and WP users, but Toolset relationships are based on post types. So you can try to setup a intermediate post type "Members", use it to setup the many-to-many relationship between posts and "Members". For example: Relevant Documentation: |
2 | 3 | vor 4 Jahren, 7 Monaten | ||
How do find short-code for data from custom fields
Gestartet von: AlimB3245 in: Toolset Professional Support |
3 | 8 | vor 4 Jahren, 7 Monaten | ||
Split: How do find short-code for data from custom fields – how to display all custom field from child post
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 11 | vor 4 Jahren, 7 Monaten | ||
Creating a block that can be seen only by a specific role
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 7 Monaten | ||
Everytime I start to make a view I end up creating a connected Content Template
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 8 | vor 4 Jahren, 7 Monaten | ||
URL with dynamic variables appended to it
Gestartet von: AlimB3245
in: Toolset Professional Support
Problem: I would like to use the values from various Types custom fields to create and display dynamic links with URL parameters. Solution: You can use the Types field shortcode and raw output to construct any HTML markup structure. See the examples and documentation below for more details. <a href='[types field="my-url" output="raw"][/types]?param1=[types field="param1" output="raw"][/types]¶m2=[types field="param2" output="raw"][/types]¶m3=[types field="param3" output="raw"][/types]'>[types field="my-url" output="raw"][/types]</a> On the front-end, the link text looks like the fixed URL: https://google.com But the link's href is actually: https://google.com?param1=123¶m2=234¶m3=345 Relevant Documentation: |
2 | 5 | vor 4 Jahren, 7 Monaten | ||
Is Toolset Access a replacement or an add on to Ultimate Membership Plugin?
Gestartet von: AlimB3245 in: Toolset Professional Support |
2 | 5 | vor 4 Jahren, 7 Monaten | ||
Struggling with displaying Google Maps on custom post
Gestartet von: AlimB3245
in: Toolset Professional Support
Problem: Display Google map + markers in classic editor. Solution: Please follow our document to setup the map and marker shortcode. Relevant Documentation: https://toolset.com/documentation/user-guides/maps/display-on-google-maps/ |
2 | 15 | vor 4 Jahren, 7 Monaten | ||
Toolset chat support ticket by AlimB3245 – 1589901494
Gestartet von: AlimB3245 in: Chat Support |
1 | 2 |
vor 4 Jahren, 7 Monaten
|