AlimB3245
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 |
---|---|---|---|---|---|
Google Maps Address Issues
Started by: AlimB3245 in: Toolset Professional Support |
2 | 7 | 4 years, 5 months ago | ||
Add script to content template and then dynamically add custom field variable
Started by: 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 | 4 years, 5 months ago | ||
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?
Started by: AlimB3245 in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago | ||
Conditional Display of Heading and View based on return of View
Started by: AlimB3245 in: Toolset Professional Support |
2 | 6 | 4 years, 5 months ago | ||
If a post has 2 authors (guest author from Simple Author plugin), can both edit?
Started by: 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 | 4 years, 5 months ago | ||
How do find short-code for data from custom fields
Started by: AlimB3245 in: Toolset Professional Support |
3 | 8 | 4 years, 5 months ago | ||
Split: How do find short-code for data from custom fields – how to display all custom field from child post
Started by: AlimB3245 in: Toolset Professional Support |
2 | 11 | 4 years, 5 months ago | ||
Creating a block that can be seen only by a specific role
Started by: AlimB3245 in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago | ||
Everytime I start to make a view I end up creating a connected Content Template
Started by: AlimB3245 in: Toolset Professional Support |
2 | 8 | 4 years, 6 months ago | ||
URL with dynamic variables appended to it
Started by: 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 | 4 years, 6 months ago | ||
Is Toolset Access a replacement or an add on to Ultimate Membership Plugin?
Started by: AlimB3245 in: Toolset Professional Support |
2 | 5 | 4 years, 6 months ago | ||
Struggling with displaying Google Maps on custom post
Started by: 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 | 4 years, 6 months ago | ||
Author Box Appears Twice…
Started by: AlimB3245 in: Toolset Professional Support |
2 | 3 | 4 years, 6 months ago | ||
I’d like the CONTENT TEMPLATE to use the single-optician-profile.php
Started by: AlimB3245
in: Toolset Professional Support
Problem: Setup theme file for single custom type post. Solution: The Toolset content template works only in post content area, according to the your description, the single "optician-profile" post is rendered by theme file single-optician-profile.php, and render the post content with Toolset content template. Relevant Documentation: https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post |
2 | 5 | 4 years, 6 months ago | ||
Deleting Content Templates
Started by: AlimB3245 in: Toolset Professional Support |
2 | 5 | 4 years, 6 months ago |