francescoG-3
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é |
---|---|---|---|---|---|
Issue using the new Divi 4.0 Theme Builder
1
2
Commencé par : francescoG-3 in: Toolset Professional Support |
3 | 23 | Il y a 5 années et 2 mois | ||
Issue on adding a custom field in Form in expert mode
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 4 | Il y a 5 années et 3 mois | ||
FORM and Repeatable Fields Group
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 11 | Il y a 5 années et 3 mois | ||
FORM Post edit have issues
1
2
Commencé par : francescoG-3 in: Toolset Professional Support |
3 | 23 | Il y a 5 années et 3 mois | ||
I need to customize a View filter
1
2
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 21 | Il y a 5 années et 3 mois | ||
Why I cannot select the "Distance center is set from user location" in View?
Commencé par : francescoG-3 in: Chat Support |
1 | 2 | Il y a 5 années et 3 mois | ||
How to take View Shortcode from one site to another site in WordPress Multisite
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 4 | Il y a 5 années et 3 mois | ||
How to have CPT like as Post?
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 3 mois | ||
Maps don’t work fine in post backend
Commencé par : 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 | Il y a 5 années et 4 mois | ||
I need to create a conditional logic using the today date and the date field
1
2
Commencé par : francescoG-3 in: Toolset Professional Support |
2 | 32 | Il y a 5 années et 5 mois | ||
I need to create a conditional logic using a shortcode that return values array
Commencé par : 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 | Il y a 5 années et 5 mois | ||
I need to get the Post Author Role
Commencé par : 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 | Il y a 5 années et 5 mois | ||
I need to get the IDs of the images of the repeateable image field
Commencé par : 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 | Il y a 5 années et 5 mois | ||
View Slider display only the image and title of the first article
Commencé par : francescoG-3 in: Toolset Professional Support |
3 | 11 | Il y a 5 années et 5 mois | ||
Toolset GUI (Pop UP, Modal) appearing behind other controls of WordPress or Plugins
Commencé par : francescoG-3
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | Il y a 5 années et 5 mois |