how can i add two or more cities to a itinerary?
Started by: Leonardo
in: Toolset Professional Support
Quick solution available
2
8
4 years, 10 months ago
Leonardo
Detecting the presence of Toolset
Started by: edF-5
in: Toolset Professional Support
Quick solution available
2
3
4 years, 10 months ago
edF-5
View infinite scroll product images not visible
Started by: JamesS2731
in: Toolset Professional Support
Quick solution available
Problem:
The initial view loads correctly but, the the infinite scroll triggers, the subsequent product don't have images displayed.
Solution:
It seems your website is using JS/CSS codes to setup the product item div tag's "opacity" CSS attribute value to 0, and it conducts the problem.
In your case, you can setup CSS codes to set the CSS attribute "opacity" to 100, and test again.
Relevant Documentation:
https://www.w3schools.com/cssref/css3_pr_opacity.asp
2
3
4 years, 10 months ago
JamesS2731
Multiple ID filter of view
Started by: christopheV-2
in: Toolset Professional Support
Quick solution available
Problem:
I have a shortcode of this type:
echo do_shortcode ('[wpv-view name = "10-next-matches" view_display = "layout" wpvrelatedto = "769,770"]');
But it doesn't work. This does not show me the matches of the chosen team IDs.
Solution:
You can try these:
1) Edit the post view "10-next-matches", in section "Query Filter", setup the filter as below:
Select posts in a YOUR-POST-REFERENCE-FILED-NAME relationship that are related to the Post with ID set by the URL parameter wpv-relationship-filter
2) Edit your PHP codes as below:
https://toolset.com/forums/topic/multiple-id-filter-of-view/#post-1732667
Relevant Documentation:
2
5
4 years, 10 months ago
christopheV-2