deanL
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 |
---|---|---|---|---|---|
Building a tour booking website
Started by: deanL in: Toolset Professional Support |
2 | 3 | 4 years, 9 months ago | ||
Placing Google Ad in post view
Started by: deanL
in: Toolset Professional Support
Problem: I tried using the following code to show Google Ad in the middle of the view, I set the view to output 11 posts in a page, but this instead resulting post #5 to be replaced with the ad instead (thus the post was not shown). Is this an expected behavior? Solution: This is expected result, in the item #5, you will need to display the content template shortcode too, otherwise it won't display #5 item, for example: https://toolset.com/forums/topic/placing-google-ad-in-post-view/#post-1260743 Relevant Documentation: |
2 | 3 | 5 years, 5 months ago | ||
Problem with Toolset Access
Started by: deanL in: Toolset Professional Support |
2 | 5 | 5 years, 5 months ago | ||
Is there anyway to cache query?
Started by: deanL in: Toolset Professional Support |
2 | 3 | 5 years, 6 months ago | ||
I am administrator but I can't view posts
Started by: deanL in: Toolset Professional Support |
2 | 3 | 5 years, 6 months ago | ||
Filter settings won't be remember?
Started by: deanL in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
Display parent term name and link
Started by: deanL in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
Display list of terms under given parent term
Started by: deanL
in: Toolset Professional Support
Problem: Dynamically filter views based on Taxonomy Parent. Solution: Unfortunately the parent can only be specified by one of 3 things. The page where the view is on, the archive where the view is on or a static selection of the parent on the view filter itself. Is it that you wanted the view to be filtered by some shortcode parameter? If so then for your taxonomy view this will require a feature request. |
2 | 5 | 5 years, 7 months ago | ||
Display output with Thousands Separators
Started by: deanL in: Toolset Professional Support |
1 | 2 | 5 years, 7 months ago | ||
Filter by tags — stange behavior
Started by: deanL
in: Toolset Professional Support
Problem: I have a collapsed panel that contains my custom search filters. When the View is updated, the panel returns to the collapsed state. I would like to keep the panel open. Solution: Use custom JavaScript and the frontend events hooks to make the panel appear open without animation after the filters are updated automatically. jQuery( document ).on( 'js_event_wpv_parametric_search_form_updated', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.view_changed_form (object) The jQuery object for the View form after being updated * data.view_changed_form_additional_forms_only (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-form-view] shortcode * data.view_changed_form_additional_forms_full (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-view] shortcode */ jQuery('#collapseFilter').addClass('in').css('height','auto'); }); Relevant Documentation: |
2 | 3 | 5 years, 7 months ago | ||
Categories not sorted by name
Started by: deanL
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 5 years, 7 months ago | ||
Infinite scrolling with load more
Started by: deanL in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
Editor can’t edit posts even when access is given
Started by: deanL
in: Toolset Professional Support
Problem: Please refer to screenshot, on the left you can see Editor is given full access, but look at the browser on the right, editor was logged in but couldn't edit any post (including custom post types) If I unchecked "Managed by Access" the editor will be able to edit. https://toolset.com/forums/topic/editor-cant-edit-posts-even-when-access-is-given/#post-1208871 Solution: It should be an exception of client's website. To fix it, please try these: 1) Backup your website database 2) Dashboard-> Toolset-> Export / Import-> Access, import below setting file: https://drive.google.com/drive/folders/1hkp2EXGUMo-55KLIsPu1qQeci3SQ4DKS?usp=sharing See screenshot: https://cdn.toolset.com/wp-content/uploads/2019/03/1209788-import_access_settings.jpg?x83333 This setting file is export from my localhost using a fresh wordpress installation, it should be able to reset the access settings. Relevant Documentation: |
2 | 10 | 5 years, 8 months ago | ||
Querying item count of "child post of post" under given category
Started by: deanL in: Toolset Professional Support |
2 | 9 | 5 years, 9 months ago | ||
Style archives with Elementor and Views
Started by: deanL
in: Toolset Professional Support
Problem: Solution: However, you can try this approach: - Create a template to style the Archive with Elementor (Pro and Anywhere Elementor feature such things) You just made an archive styled with Elementor and showing data with/by Toolset. Note, Elementor features different Templates for hierarchical terms, making this approach very powerful. It's however not the official suggested method to design archives with Elementor pro. |
2 | 13 | 5 years, 9 months ago |