francescoG-3
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 |
---|---|---|---|---|---|
Issue using the new Divi 4.0 Theme Builder
1
2
Gestartet von: francescoG-3 in: Toolset Professional Support |
3 | 23 | vor 5 Jahren, 2 Monaten | ||
Issue on adding a custom field in Form in expert mode
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 3 Monaten | ||
FORM and Repeatable Fields Group
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 11 | vor 5 Jahren, 3 Monaten | ||
FORM Post edit have issues
1
2
Gestartet von: francescoG-3 in: Toolset Professional Support |
3 | 23 | vor 5 Jahren, 3 Monaten | ||
I need to customize a View filter
1
2
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 21 | vor 5 Jahren, 3 Monaten | ||
Why I cannot select the "Distance center is set from user location" in View?
Gestartet von: francescoG-3 in: Chat Support |
1 | 2 | vor 5 Jahren, 3 Monaten | ||
How to take View Shortcode from one site to another site in WordPress Multisite
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 3 Monaten | ||
How to have CPT like as Post?
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 3 Monaten | ||
Maps don’t work fine in post backend
Gestartet von: francescoG-3
in: Toolset Professional Support
Problem: The issue here is that the user's Toolset map field isn't showing the field on the backend. Solution: What I would recommend is to disable any plugin that is also importing the Google Maps API since our toolset plugin already imports it. |
2 | 5 | vor 5 Jahren, 4 Monaten | ||
I need to create a conditional logic using the today date and the date field
1
2
Gestartet von: francescoG-3 in: Toolset Professional Support |
2 | 32 | vor 5 Jahren, 5 Monaten | ||
I need to create a conditional logic using a shortcode that return values array
Gestartet von: francescoG-3
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 15 | vor 5 Jahren, 5 Monaten | ||
I need to get the Post Author Role
Gestartet von: francescoG-3
in: Toolset Professional Support
Problem: I need to show some content to the user, using a conditional logic by Post Author Role Solution: There isn't such a built-in feature within Toolset, it needs custom codes, currently, you can try the solution in another similar thread: Relevant Documentation: |
2 | 6 | vor 5 Jahren, 5 Monaten | ||
I need to get the IDs of the images of the repeateable image field
Gestartet von: francescoG-3
in: Toolset Professional Support
Problem: The issue here is that the user wanted to get the ID of his repeatable image fields. Solution: // Put the code of your snippet below this comment. function wp_get_image_ids() { $image_urls = get_post_meta( get_the_ID(),'wpcf-galleria-evento'); $id_list = array(); foreach ($image_urls as $image_url) { if(!empty($image_url)){ $attachment = attachment_url_to_postid($image_url); array_push($id_list, $attachment); } } return implode(",", $id_list); } add_shortcode( 'wp_get_image_ids', 'wp_get_image_ids' ); Just replace "wpcf-galleria-evento" with the slug of your repeatable image fields keeping the wpcf- prefix. Add this to your custom code section in our Toolset -> Settings-> Custom Code and activate it. Then you can just use the shortcode below to get the ID [wp_get_image_ids] |
2 | 6 | vor 5 Jahren, 5 Monaten | ||
View Slider display only the image and title of the first article
Gestartet von: francescoG-3 in: Toolset Professional Support |
3 | 11 | vor 5 Jahren, 5 Monaten | ||
Toolset GUI (Pop UP, Modal) appearing behind other controls of WordPress or Plugins
Gestartet von: francescoG-3
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | vor 5 Jahren, 5 Monaten |