orlaF
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 |
---|---|---|---|---|---|
Sanitize not working for wpv-post-title
Started by: orlaF in: Toolset Professional Support |
2 | 5 | 4 years, 11 months ago | ||
Divi / Woocommerce / Toolset error
Started by: orlaF in: Toolset Professional Support |
2 | 14 | 4 years, 11 months ago | ||
Access the event venue for The Events Tribe
Started by: orlaF in: Toolset Professional Support |
2 | 3 | 4 years, 12 months ago | ||
Setting events to filter and display only events from today onwards
Started by: orlaF in: Toolset Professional Support |
2 | 2 | 5 years, 1 month ago | ||
Front end submission forms duplicating
Started by: orlaF in: Toolset Professional Support |
2 | 14 | 5 years, 1 month ago | ||
Homepage builder content (Divi) is not showing when Toolset Views is activated
Started by: orlaF
in: Toolset Professional Support
Problem: The problem here is that when the user activates our views plugin, their homepage content stops showing. Solution: In this users case they had created a content template for their homepage but didn't add any content to it. Our content template will replace any pre-existing content created on a page that the template is assigned to. For this user they had their page assigned to an empty template. Unassigning the page from this empty template resolved the issue |
2 | 15 | 5 years, 3 months ago | ||
Change stock level formatting
Started by: orlaF in: Toolset Professional Support |
3 | 4 | 5 years, 3 months ago | ||
Ajax load more for directory listings
1
2
Started by: orlaF in: Toolset Professional Support |
3 | 23 | 5 years, 3 months ago | ||
Filtering by child taxonomy on parent archive
Started by: orlaF in: Toolset Professional Support |
2 | 9 | 5 years, 6 months ago | ||
Restrict post form to only allow one submission
Started by: orlaF in: Toolset Professional Support |
2 | 7 | 5 years, 6 months ago | ||
When filtering a view, jump to view location on page
Started by: orlaF
in: Toolset Professional Support
Problem: The issue here is that the user has a filter on their page that refreshes the page to load the results but the user wanted to jump to the view after the page reloads. Solution: The solution to this can be seen in the link below. |
2 | 3 | 5 years, 7 months ago | ||
Map directory listings duplicating when using custom markers
Started by: orlaF
in: Toolset Professional Support
Problem: I have a map View that displays custom markers, and a list of results outside the map. Each of the results appear 4 times. Solution: Check the Loop editor, it looks like the Content Template is placed in 4 different spots. |
2 | 3 | 5 years, 7 months ago | ||
Toolset Display Memberpress Membership Name
Started by: orlaF in: Toolset Professional Support |
2 | 13 | 5 years, 7 months ago | ||
Custom field checkboxes as filters
Started by: orlaF in: Toolset Professional Support |
2 | 7 | 5 years, 8 months ago | ||
Custom markers for custom taxonomies
Started by: orlaF
in: Toolset Professional Support
Problem: The issue here is that the user wanted to have custom map markers based on the taxonomy that is attached to the post. Solution: In order to do this you will need to make use of the has_term() function. This function return 1 or 0 where 1 is true and 0 is false. It will check if your post has the term you want attached to it. Example usage with different markers. [wpv-conditional if="(has_term('irish-cottage-for-sale', 'listing-type', null) eq '1')"] [wpv-map-marker map_id='map-1' marker_id='marker-[wpv-post-id]' marker_field='wpcf-address_ts' marker_icon='https://cottageology.com/wp-content/uploads/2019/05/red-marker.png'] <span class="marker-feat-img">[wpv-post-featured-image size="medium"]</span><h3>[wpv-post-title]</h3><a class="et_pb_button" href="[wpv-post-url]">View Details</a> [/wpv-map-marker] [wpv-conditional if="(has_term('irish-cottage-for-rent', 'listing-type', null) eq '1')"] [wpv-map-marker map_id='map-1' marker_id='marker-[wpv-post-id]' marker_field='wpcf-address_ts' marker_icon='https://cottageology.com/wp-content/uploads/2019/05/green-marker.png'] <span class="marker-feat-img">[wpv-post-featured-image size="medium"]</span><h3>[wpv-post-title]</h3><a class="et_pb_button" href="[wpv-post-url]">View Details</a> [/wpv-map-marker] [/wpv-conditional] As you can see from the above we are checking 2 different terms in the listing type taxonomy, irish-cottage-for-rent and irish-cottage-for-sale . These are actually the slugs of the terms. Next all we did was to provide a different marker_icon url for each. In order for the has_term function to work you need to add it to the custom functions arguments in Toolset -> Settings > Frontend. |
2 | 5 | 5 years, 8 months ago |