Sammut
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 |
---|---|---|---|---|---|
Line breaks only working when using a content template
Started by: Sammut in: Toolset Professional Support |
2 | 4 | 3 years, 10 months ago | ||
Pagination breaking on some categories and tags, but not all
Started by: Sammut in: Toolset Professional Support |
1 | 2 | 3 years, 11 months ago | ||
Order by Stopped Working
Started by: Sammut in: Toolset Professional Support |
2 | 3 | 4 years ago | ||
Evaluate a Condition
Started by: Sammut
in: Toolset Professional Support
Problem: Use custom shortcode within [wpv-conditional] shortcode. Solution: You can follow our document to setup the [wpv-conditional] shortcode Relevant Documentation: |
2 | 5 | 4 years, 2 months ago | ||
Save button missing from Edit WordPress Archives Block
Started by: Sammut in: Toolset Professional Support |
2 | 5 | 4 years, 6 months ago | ||
View not rendering in Elementor
Started by: Sammut in: Toolset Professional Support |
2 | 6 | 4 years, 8 months ago | ||
Dynamic Dropdowns?
Started by: Sammut in: Toolset Professional Support |
2 | 2 | 4 years, 8 months ago | ||
wpv-post-featured-image behaving odd
Started by: Sammut
in: Toolset Professional Support
Problem: [wpv-post-featured-image] does not work as expected. Solution: It should be a compatibility issue, you can check these: https://toolset.com/forums/topic/wpv-post-featured-image-behaving-odd/#post-1366051 Relevant Documentation: |
2 | 3 | 5 years, 1 month ago | ||
Map markers not displaying on map
Started by: Sammut in: Toolset Professional Support |
3 | 12 | 5 years, 2 months ago | ||
Cannot Import views
Started by: Sammut
in: Toolset Professional Support
Problem: There is an issue where the following fatal error is encountered when importing Toolset Types settings on the Toolset -> Import / Export page: Call to undefined function get_current_screen Solution: This issue has been fixed in the Types version 3.3.4 Relevant Documentation: |
2 | 4 | 5 years, 3 months ago | ||
Stray [/wpv-conditional] on some but not all displays
Started by: Sammut in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago | ||
wpv-conditional with forcing lowercase?
Started by: Sammut
in: Toolset Professional Support
Problem: The issue here is that the user was doing a comparison between the post title and the user information however the conditional code would not work since the case is different for each. Solution: You can actually use the strtolower() php function to do this. I went ahead and wrapped this in a shortcode for you to use. // Add Shortcode function lowercase( $atts ) { // Attributes $atts = shortcode_atts( array( 'string' => '', ), $atts ); return strtolower($atts['string']); } add_shortcode( 'lowercase', 'lowercase' ); Add this to the Toolset custom code section in Toolset -> Settings -> custom code and activate it. The next thing you need to do is add it to the views 3rd party shortcode arguments in toolset->settings-> frontend. An example usage is [lowercase string="[wpv-current-user info='login']"] |
2 | 4 | 5 years, 6 months ago | ||
Custom Fields missing from admin area but still displaying on the fron end
Started by: Sammut in: Toolset Professional Support |
2 | 4 | 5 years, 8 months ago | ||
CRED Repeatable nested fields
Started by: Sammut in: Toolset Professional Support |
2 | 2 | 5 years, 9 months ago | ||
wpv-add-to-cart-message not working
1
2
Started by: Sammut
in: Toolset Professional Support
Problem: The issue here is that the add to cart message is not showing up on the Product Page. Solution: This is a known issue and our development team is working to fix this issue. |
2 | 17 | 5 years, 9 months ago |