abdullahA-6
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 |
---|---|---|---|---|---|
Orders Views Query Values
Started by: abdullahA-6 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Slider of users with vendors role
Started by: abdullahA-6 in: Toolset Professional Support |
1 | 2 | 6 years, 6 months ago | ||
woocomerce views plugin breaks the theme shop page
1
2
Started by: abdullahA-6 in: Toolset Professional Support |
3 | 20 | 6 years, 6 months ago | ||
Running in permission problems
Started by: abdullahA-6 in: Toolset Professional Support |
1 | 2 | 6 years, 7 months ago | ||
reset and forget password forms won’t show up
Started by: abdullahA-6
in: Toolset Professional Support
Problem: I added the shortcodes of reset and forget password forms but they won't show up in front end : [wpv-reset-password-form] [wpv-forgot-password-form] Solution: Both of the shortcodes should be showed up when you are non-logged in user, please try to logout and test again. Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-reset-password-form |
2 | 5 | 6 years, 7 months ago | ||
User Orders View is Password Protected
Started by: abdullahA-6 in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago | ||
showing elements based on used role (Access, Conditional Display, User Role)
Started by: abdullahA-6
in: Toolset Professional Support
Problem: I am trying to show a stamp using conditional display based on the post author role on the website, I am trying to do it using wpv-post-user, role and condition display, Solution: You are right, it is not possible within Views built-in shortcodes, but you can create another custom shortcode to get the user role of post author, then use it into [wpv-conditional] shortcode, for example there is a solution in another similar thread: For your reference Relevant Documentation: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ |
2 | 8 | 6 years, 9 months ago | ||
Reset button event when the results are updated
Started by: abdullahA-6
in: Types Community Support
Problem: I have a search form that has multiple selects, submit button and reset button, since I am customising which dropdown is shown based on other one is selected, when a reset button is clicked is not working as expected. I need to trigger when the reset button is clicked and results are "updated", so I can run a custom JS. it does not work this way either : $(function() { $(".resetButton").click( function() { jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) { $(function() { // my_custom_js }); }); }); Solution: I think there is a misunderstanding, jQuery(document).ready(function($) { window.alert("1"); }); if you want to trigger custom JS codes after user click AJAX pagination links of Views, you try with "js_event_wpv_pagination_completed", like this: jQuery( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) { window.alert("2"); }); If you want to trigger custom JS codes after user do AJAX search of Views, you try with "js_event_wpv_parametric_search_results_updated", like this: [php]jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) { window.alert("3"); }); [php] Relevant Documentation: |
2 | 9 | 6 years, 10 months ago | ||
google maps ful screen mode on small screens
Started by: abdullahA-6 in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago | ||
A View with images loads slow.
Started by: abdullahA-6
in: Toolset Professional Support
Problem: Solution: If you use Image sizes that do not exist on your install, hence the "custom" option available when you insert the ShortCode for the image, the View will slow down exponentially as it needs to create each size on the fly. |
2 | 3 | 6 years, 11 months ago | ||
Relationships Download
Started by: abdullahA-6
in: Toolset Professional Support
Problem: Solution: You'll need to switch to the beta track, as shown in the screenshot below. |
2 | 2 | 6 years, 11 months ago |