Split: View settings don't persist
Started by: francescoG-3
in: Toolset Professional Support
2
52
4 years, 10 months ago
Nigel
Modal/popup form display from button in grid cell
Started by: andersN
in: Toolset Professional Support
3
5
4 years, 10 months ago
andersN
I keep seeing the error on toolset PostContent php on line 59.
Started by: yosukeS
in: Toolset Professional Support
2
7
4 years, 10 months ago
yosukeS
How to build dynamic link using Toolset
Started by: maiS
in: Toolset Professional Support
Quick solution available
Problem:
How to build dynamic link using Toolset
Solution:
You can use the anchor tag with either classic editor block or Fields and Text block and add the required HTML with that.
You can find the proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/shortcode-not-clickable/#post-2094155
Relevant Documentation:
2
6
4 years, 10 months ago
maiS
Add to cart block
Started by: ericF-5
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to use more space on the variable product selector to fix the label that is not displaying correctly.
Solution:
This is a conflict with the theme. It can be fixed by enforcing the label to be displayed on the same line.
Add the following CSS code to the content template http://prntscr.com/166w1pd
.wp-block-column .wooviews-template-table td{
word-break: normal;
overflow-wrap: normal;
}
2
8
4 years, 10 months ago
Jamal
Globally apply tags to all posts.
Started by: matthiasV-2
in: Toolset Professional Support
2
4
4 years, 10 months ago
Waqar
Distance selection disappears if "Text and placeholders for input" is set
Started by: Mario
in: Toolset Professional Support
2
3
4 years, 10 months ago
Jamal
Problem with template (conditions)
Started by: yulyaB
in: Toolset Professional Support
2
4
4 years, 10 months ago
Jamal
Post Type Layout
Started by: asadR
in: Toolset Professional Support
2
6
4 years, 10 months ago
asadR
Problems with all toolset modules in blocks
Started by: jose-luisD-2
in: Toolset Professional Support
2
3
4 years, 10 months ago
jose-luisD-2
Icons in front of taxonomy filter text
Started by: fredrikE
in: Toolset Professional Support
2
5
4 years, 10 months ago
Waqar
Filter options not changing the results
Started by: matthewL-7
in: Toolset Professional Support
2
3
4 years, 10 months ago
matthewL-7
Using WPML with Views
Started by: matthewC-9
in: Toolset Professional Support
2
3
4 years, 10 months ago
matthewC-9
Default Initial Zoom Level for Map Inserted as block for a view
Started by: Don
in: Toolset Professional Support
Quick solution available
Problem: I have set my map initial zoom level to center and zoom in to show all the markers, but when I display the map the initial zoom level is zoomed out showing the entire global map.
Solution: In this case the map is not displayed when the page is loaded, so the initial zoom level calculations are inaccurate. You must trigger a map reload function when the map is displayed to calculate the initial zoom level correctly. The correct function to call is:
WPViews.view_addon_maps.reload_map("map-id");
Place that code after the code used to turn on the map display, and replace map-id with the ID of your map.
2
9
4 years, 10 months ago
Don
Can't Edit Content Template – WP Rocket Critical CSS Issue?
Started by: jonP-4
in: Toolset Professional Support
2
5
4 years, 10 months ago
jonP-4