Jeffrey
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 |
---|---|---|---|---|---|
Front-end calculation field needed
Started by: Jeffrey
in: Toolset Professional Support
Problem: I would like to create a field in a CRED form that will display a calculated value based on other form field values. Solution: CRED does not currently offer a JavaScript API for performing calculations on demand in the front-end form. The cred_save_data API can be used to perform calculations when the form is submitted, but not during the form entry process. |
2 | 2 | 6 years, 9 months ago | ||
adding the code you provided to umake google map work in China, is it still taki
1
2
Started by: Jeffrey
in: Toolset Professional Support
Problem: I am afraid the pages cannot be loaded in China mainland. vice verse, if adding that code will strongly slow down my site. the pages will even not be loaded. Solution: there is a simple workaround, you can get the visitor IP address, so you can know which country are they from, then check the country value, then display the google map or not, I tested it in your website, with these steps: 1) Install plugin "GeoIP Detection" 2) Dashboard-> Toolset-> Front-end Content option "Third-party shortcode arguments", fill the shortcode name "geoip_detect2" https://github.com/yellowtree/wp-geoip-detect/wiki/API-Documentation 3) Use Views shortcode [wpv-conditional] to check the country value, then display what you want, see the example: Your country is: [geoip_detect2 property="country"] <hr /> [wpv-conditional if="'[geoip_detect2 property="country"]' = 'CHINA'" evaluate="false"] Here display the google map [/wpv-conditional] [wpv-conditional if="'[geoip_detect2 property="country"]' = 'CHINA'" ] You are in [geoip_detect2 property="country"], Don't display the google map! [/wpv-conditional] Relevant Documentation: |
2 | 17 | 6 years, 9 months ago | ||
Toolset + WPML makes listing site translatable automatically
Started by: Jeffrey
in: Toolset Professional Support
Problem: Where can I translate the values of checkbox and select options? Solution: The values for select field options can be translated in String Translation under the domain "plugin Types". Checkbox option values can be translated in the Translation Editor screen if you have chosen to translate the checkboxes custom field. |
2 | 5 | 6 years, 9 months ago | ||
Infinite Loop on Content Template
Started by: Jeffrey
in: Toolset Professional Support
ProblemI receive this message on a Content Template in the front end when I visit a Post where it is assigned to: Content not displayed because it produces an infinite loop. The wpv-post-body shortcode was called more than once with the attribute view_template="your_template" over the post "your_post", triggering an infinite loop. How to solve it? SolutionThe Post Body is called within the Post Body (Content template called within the same Content Template or post body). Please head to the Content Template in question and ensure that the same template is not called again within it. |
2 | 3 | 6 years, 9 months ago | ||
Is it possible to set taxonomy cred field as a select or radio
Started by: Jeffrey in: Toolset Professional Support |
2 | 9 | 6 years, 9 months ago | ||
How to show 404 page when a post is missing layout template
Started by: Jeffrey in: Toolset Professional Support |
2 | 13 | 6 years, 10 months ago | ||
The Toolset Messaging
Started by: Jeffrey
in: Toolset Professional Support
ProblemI want to apply the messaging system which the Toolset Classifieds Reference site uses. How can I do that? Solution It is not suggested to apply the Messaging system provided for that Reference Site on other but those reference sites. You can read a lengthy thread below if you want to dig into this anyway. Suggested is, to use another Plugin when it comes to social networks like BuddyPress or similar. Toolset is not ideal for chats or instant messaging. Relevant Documentationhttps://toolset.com/forums/topic/need-full-code-of-the-message-system/ https://wordpress.org/plugins/tags/private-message/ https://toolset.com/account/downloads/ > Reference Sites > Classifieds > (open the Plugins used) > Toolset Classifieds. |
2 | 9 | 6 years, 10 months ago | ||
Conditional output redirection when users logged in
Started by: Jeffrey in: Toolset Professional Support |
2 | 2 | 6 years, 10 months ago | ||
To display repeating field still need wpv-for-each?
Started by: Jeffrey
in: Toolset Professional Support
Problem: Adding the id="$parent-slug" attribute to wpv-for-each doesn't work. Solution: You can make this work by creating an unassigned Content Template which uses wpv-for-each and which doesn't include any id attributes, so that the shortcodes use the "current" post for their context. But you then insert that Content Template into your template for the child posts and this is where you add the id attribute, so that for that nested Content Template its context is the parent post. |
2 | 5 | 6 years, 10 months ago | ||
Limiting one post per user not working
Started by: Jeffrey in: Toolset Professional Support |
2 | 7 | 6 years, 11 months ago | ||
Is it possible to insert a content template into a theme PHP template?
Started by: Jeffrey
in: Toolset Professional Support
Problem: Solution: Then you can add the following to the PHP template to output the Content Template: $template = get_post( 5678 ); // Edit the ID echo apply_filters( 'the_content', $template->post_content ); |
2 | 5 | 6 years, 11 months ago | ||
build a front-end submission contact form list with comments
Started by: Jeffrey in: Toolset Professional Support |
2 | 3 | 7 years ago | ||
Lightbox plugins not working with usermeta image field
Started by: Jeffrey in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
Google map distance distance filter not working for usermeta
Started by: Jeffrey
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 7 years ago | ||
Managing Multilingual Posts Using CRED + WPML
Started by: Jeffrey
in: Toolset Professional Support
Problem: How can I edit multilingual posts with CRED? It seems that I must use the WP admin to handle the translations. Solution: The plugin that was created to help with this process has been deprecated and we do not have plans to replace it. For now, custom code is required to integrate CRED and WPML. Relevant Documentation: |
2 | 3 | 7 years ago |