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, 6 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, 6 months ago | ||
New field in Field Group not added
Started by: Nashaat in: Toolset Professional Support |
1 | 2 | 6 years, 8 months ago | ||
Visual Composer Button in Content Template doesn’t Show right link
Started by: Nashaat
in: Toolset Professional Support
Problem: Solution: <a href="[types field='car-details-link' output='raw'][/types]"><button class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-grey" type="button">Button</button></a> 2. Visual Composer does not allow any shortcode to be used in link URL field as we are trying to. As per the suggestion of our 2nd tier support I tested a custom shortcode in this URL field, but it is also not rendering in the URL field. Looks like Visual Composer only supports relative URLs and not the absolute urls in this URL option. So we recommend you to please submit this as a feature request to Visual Composer support team as they are the one who has control over what’s allowed in the link field. OR you can use the workaround I posted above for the button. Relevant Documentation: |
2 | 4 | 7 years ago | ||
Flexslider for custom post type with multiple images built with Visual Composer
Started by: Nashaat in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
I created a colorpicker field, i need to show it on my frontend as a fill square
Started by: Nashaat in: Toolset Professional Support |
2 | 2 | 7 years, 1 month ago |