AlimB3245
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Can’t Add New User WIth New Custom Role as Author
Commencé par : 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 | Il y a 4 années et 7 mois | ||
User Permission to View and Edit Custom Posts
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 7 | Il y a 4 années et 7 mois | ||
Google Maps Address Issues
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 7 | Il y a 4 années et 7 mois | ||
Add script to content template and then dynamically add custom field variable
Commencé par : 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 | Il y a 4 années et 7 mois | ||
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?
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 7 mois | ||
Conditional Display of Heading and View based on return of View
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 6 | Il y a 4 années et 7 mois | ||
If a post has 2 authors (guest author from Simple Author plugin), can both edit?
Commencé par : 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 | Il y a 4 années et 7 mois | ||
How do find short-code for data from custom fields
Commencé par : AlimB3245 in: Toolset Professional Support |
3 | 8 | Il y a 4 années et 7 mois | ||
Split: How do find short-code for data from custom fields – how to display all custom field from child post
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 11 | Il y a 4 années et 7 mois | ||
Creating a block that can be seen only by a specific role
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 7 mois | ||
Everytime I start to make a view I end up creating a connected Content Template
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 8 | Il y a 4 années et 7 mois | ||
URL with dynamic variables appended to it
Commencé par : 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 | Il y a 4 années et 7 mois | ||
Is Toolset Access a replacement or an add on to Ultimate Membership Plugin?
Commencé par : AlimB3245 in: Toolset Professional Support |
2 | 5 | Il y a 4 années et 7 mois | ||
Struggling with displaying Google Maps on custom post
Commencé par : 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 | Il y a 4 années et 7 mois | ||
Toolset chat support ticket by AlimB3245 – 1589901494
Commencé par : AlimB3245 in: Chat Support |
1 | 2 |
Il y a 4 années et 7 mois
|