Pages not showing content on front end but show it in the backend of WordPress
Started by: Misty
in: Toolset Professional Support
1
2
6 years, 9 months ago
Misty
Slider using Ajax displays wrong language in IE and firefox
Started by: hannesU-2
in: Toolset Professional Support
Quick solution available
2
5
6 years, 9 months ago
hannesU-2
Display multiple-instance uploaded images as slider
Started by: syafS
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user had some repeated image fields and wanted to create a slider using these images.
Solution:
I managed to create a flexslider plugin that should be able to help your.
Download and install the plugin in the link below.
https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing
Then create a content template for your post and add the following.
<div class="flexslider">
<ul class="slides">
[wpv-for-each field="wpcf-image_1"]
<li>[types field="image_1" size="medium" align="none" resize="pad" padding_color="#FFF"][/types]</li>
[/wpv-for-each]
</ul>
</div>
After doing this then you will need to add the script for it to work.
Add this to the js section of the content template.
jQuery(window).load(function() {
jQuery('.flexslider').flexslider();
});
3
6
6 years, 9 months ago
Shane
Views Slider Loads 3 WooCommerce products – two products don’t show their image
Started by: DavidH606
in: Toolset Professional Support
Quick solution available
Problem: I am using Views to create a slider showing Product images using the wpv-woo-product-image shortcode. The correct Products are included in the slider, but only the first image appears. None of the other images can be seen.
Solution: Add shortcode attributes to the wpv-woo-product-image shortcode to prevent conflicts between the Views shortcode and Avada's Fusion Slider and Product Gallery code:
[wpv-woo-product-image size='recent-posts' output='img_tag' enable_third_party_filters='no' gallery_on_listings='no']
Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-woo-product-image
2
8
6 years, 9 months ago
DavidH606
Create an Image gallery slider for a Custom Post
Started by: wolfgangS-2
in: Toolset Professional Support
2
2
6 years, 9 months ago
Christian Cox
Views Slider loads blank space below it
Started by: terryR
in: Toolset Professional Support
2
4
6 years, 9 months ago
terryR
Views slider not happening
Started by: juliaM-5
in: Toolset Professional Support
Quick solution available
Problem:
Views slider not loading the correct page
Solution:
User were using identical slug for both page and post type that is why it was not loading the correct page, instead it was loading the archive.
You can find proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/views-slider-not-happening/#post-623166
Relevant Documentation:
2
5
6 years, 10 months ago
juliaM-5
Add slider in a view
Started by: markusK-6
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user had some repeated image fields and wanted to create a slider using these images.
Solution:
I managed to create a flexslider plugin that should be able to help your.
Download and install the plugin in the link below.
https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing
Then create a content template for your post and add the following.
<div class="flexslider">
<ul class="slides">
[wpv-for-each field="wpcf-image_1"]
<li>[types field="image_1" size="medium" align="none" resize="pad" padding_color="#FFF"][/types]</li>
[/wpv-for-each]
</ul>
</div>
After doing this then you will need to add the script for it to work.
Add this to the js section of the content template.
jQuery(window).load(function() {
jQuery('.flexslider').flexslider();
});
2
11
6 years, 10 months ago
markusK-6
Slider looking weird
Started by: Kristian Ravn
in: Toolset Professional Support
Quick solution available
Problem:
The issue here was that the users images were loading slowly in his slider and sometimes they don't load properly.
Solution:
During my investigation I found that his images were not optimised for the web and as such I would recommend using the plugin below to optimise the images.
https://wordpress.org/plugins/ewww-image-optimizer/
2
5
6 years, 10 months ago
Kristian Ravn
user field name , profile image not showing on mobile
Started by: sarunJ
in: Toolset Professional Support
2
5
6 years, 10 months ago
Luo Yang
First image in slider showing twice
Started by: houfton
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user has a slide that was created using our Views plugin but the first slide is being displayed twice.
Solution:
In this case it was a conflict between the Post Type Order plugin and views.
What I would recommend if you're experiencing a similar issue is to check your plugins as one of them might be causing a conflict.
2
11
6 years, 10 months ago
houfton
Issue with sliders
Started by: simon buerman
in: Toolset Professional Support
2
2
6 years, 10 months ago
Luo Yang
Working with Elementor
Started by: menachemy
in: Toolset Professional Support
2
4
6 years, 10 months ago
Christian Cox
Shifted dot controls on sliders
Started by: JanP6468
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the customer had his slider dots pagination control but they were not aligned correctly.
Solution:
You can actually align them by using the css below and adjusting the margin values.
.pagination-dots{
margin-left: -40px !important;
}
2
9
6 years, 10 months ago
JanP6468
Performance issues with Toolset Views
Started by: matijaK
in: Toolset Professional Support
Quick solution available
Problem:
I have a View with a few Images displaying in it.
When I load it on the front end, it takes forever to finish loading the page.
If I paginate the View it does not get any better.
Solution:
If you have images in your loop the and use a shortcode similr to
[wpv-post-featured-image size="custom" width="200" height="200"]
(the important is that you pass a "Custom size"), then the Image will be generated on the fly by Views everytime you load it.
This is because such Custom Size does not exist on your server since it's not generated when you upload the image.
We suggest using a pre-defined size , which already exists on your server (which is generated on upload).
2
7
6 years, 10 months ago
matijaK