christopheV-2
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 |
---|---|---|---|---|---|
Maps in Tabs (Ultimate Shortcode)
Started by: christopheV-2
in: Toolset Professional Support
Problem: I would like to use a map in a tabbed interface. When I activate the tab containing the map, I would like to trigger a reload event, but the JavaScript I have does not seem to work. Solution: jQuery(document).ready(function(){ jQuery(document).on('click', '#adresse > a', function () { var timeoutID = window.setTimeout( function(){ WPViews.view_addon_maps.reload_map('tournois-handball'); }, 200 ); }); }); |
2 | 8 | 6 years, 9 months ago | ||
Favorites post in View
1
2
Started by: christopheV-2
in: Toolset Professional Support
Problem: The issue here is that the customer was using the favourite posts plugin but wanted to filter his view for these favourite posts. https://wordpress.org/plugins/favorites/ Solution: This plugin creates a custom field on the posts to hold a counter for the amount of times favourited. This field is called "simplefavorites_count" Now all that is needed is to add a query filter to your view for this field that will allow you to list out the posts if the count is greater than a certain number. |
2 | 17 | 6 years, 9 months ago | ||
Term Taxonomy select in Cred form
Started by: christopheV-2 in: Toolset Professional Support |
2 | 3 | 6 years, 10 months ago | ||
Conditionnal using in PHP
Started by: christopheV-2
in: Toolset Professional Support
Problem: The question here is that user wanted to know if it is possible to use the wpv-conditional shortcode in PHP Solution: Actually it is possible however it is much easier to use the PHP conditionals as it is more powerful and simpler to implement. |
2 | 3 | 6 years, 11 months ago | ||
Maps in Tabs (Ultimate Shortcode)
Started by: christopheV-2 in: Toolset Professional Support |
2 | 2 | 6 years, 11 months ago | ||
Post Date Search
Started by: christopheV-2 in: Toolset Professional Support |
2 | 5 | 6 years, 11 months ago | ||
Default Adress in Map field CRED
Started by: christopheV-2 in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
Cred Generic Field Date
Started by: christopheV-2 in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
default value select taxonomy term in CRED
Started by: christopheV-2
in: Toolset Professional Support
Problem: jQuery(document).ready(function($) { jQuery("select[name^='YOUR-SELECT-NAME'] option[value='OPTION-VALUE']").attr("selected","selected"); }); Where You can find proposed solution with the following reply: Relevant Documentation: |
2 | 4 | 6 years, 11 months ago |