Nashaat
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 |
---|---|---|---|---|---|
Bootstrap not RTL
Started by: Nashaat
in: Toolset Professional Support
Problem: Solution: |
2 | 6 | 6 years, 8 months ago | ||
Error during the ajax request, make sure the data you send are in j
Started by: Nashaat
in: Toolset Professional Support
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. 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 | 3 | 6 years, 8 months ago | ||
New field in Field Group not added
Started by: Nashaat in: Toolset Professional Support |
1 | 2 | 6 years, 9 months ago |