Toolset block – post excerpt
Started by: patrikK-3
in: Toolset Professional Support
2
4
4 years, 11 months ago
Nigel
Toolset using eval() flagged as security issue by WP Defender plugin
Started by: Clifford
in: Toolset Professional Support
2
3
4 years, 11 months ago
Clifford
This short code prints out a user name even after the user has logged out
Started by: ferdinandoa
in: Toolset Professional Support
Quick solution available
Problem:
This short code
[wpv-current-user info="login"]
Prints out a user name even after the user has logged out of wordpres.
I was reading the views code but it is big. Any suggestion about what could cause this?
Solution:
It is a cache problem, you will need to disable Views cache of "side bar login", you can replace the view shortcode from:
[wpv-view name="side bar login"]
To:
[wpv-view name="side bar login" cache="off"]
Relevant Documentation:
https://wp-types.com/documentation/user-guides/views-shortcodes/#wpv-view
2
3
4 years, 11 months ago
ferdinandoa
WooCommerce archive view duplicate products and some missing
Started by: JamesS2731
in: Toolset Professional Support
2
21
4 years, 11 months ago
JamesS2731
Advance-tab "CSS Classes" is not saved
Started by: patrikK-3
in: Toolset Professional Support
2
4
4 years, 11 months ago
Shane
Question about how to build a sophisticated page
Started by: edF-5
in: Toolset Professional Support
2
11
4 years, 11 months ago
Jamal
Order taxonomy field in a Toolset form
Started by: samuelH
in: Toolset Professional Support
Quick solution available
2
4
4 years, 11 months ago
samuelH
Profile Editing with custom post
Started by: NathanG920
in: Toolset Professional Support
Quick solution available
2
12
4 years, 11 months ago
NathanG920
Taxonomy Archives for Product Categories with AJAX – change posts per page
Started by: umbertoZ
in: Toolset Professional Support
2
21
4 years, 11 months ago
umbertoZ
Issue with displaying the content with iphone
Started by: maiS
in: Toolset Professional Support
2
4
4 years, 11 months ago
maiS
order a view with the author last name
Started by: Pat
in: Toolset Professional Support
2
17
4 years, 11 months ago
Pat
image change within frame on mobile phone, bottom cut off
Started by: danielM-30
in: Toolset Professional Support
2
3
4 years, 11 months ago
danielM-30
The plugins are connected to an old clone of my website
Started by: peterv-5
in: Toolset Professional Support
2
3
4 years, 11 months ago
peterv-5
Fatal error: Uncaught Error: Class 'WPV_wpcf_switch_post_from_attr_id' not found
Started by: Touraj
in: Toolset Professional Support
2
2
4 years, 11 months ago
Nigel
add a comma to price dropdown ie £10,000, within ‘blocks’
Started by: danielM-30
in: Toolset Professional Support
Quick solution available
Problem:
add a comma to price dropdown filter display value ie £10,000, within 'blocks'
Solution:
Toolset offers the placeholder %%COMMA%% that you should use to display the comma with your display value.
For example - you should configure your display value as that will result in £10,000 as output:
Relevant Documentation:
2
3
4 years, 11 months ago
danielM-30