eWeb
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 |
---|---|---|---|---|---|
Need to make included Bootstrap 4 mobile menu auto – hide on clink or scroll
Started by: eWeb in: Toolset Professional Support |
2 | 2 | 2 years, 6 months ago | ||
Auto hide (collapse) menu when clicked menu item in one page webpage
Started by: eWeb in: Toolset Professional Support |
2 | 2 | 2 years, 6 months ago | ||
Integrating Views with Leaflet Maps (OSM)
Started by: eWeb in: Toolset Professional Support |
2 | 3 | 5 years, 3 months ago | ||
I need to randomize Custom Type Post's Custom Field's Image field's output
Started by: eWeb in: Toolset Professional Support |
2 | 2 | 5 years, 7 months ago | ||
Cannot update / registration key is invalid
Started by: eWeb in: Toolset Professional Support |
2 | 3 | 6 years, 8 months ago | ||
Shop page does not display products. Product page is not display either.
Started by: eWeb
in: Toolset Professional Support
Problem: |
2 | 3 | 6 years, 8 months ago | ||
Displaying gallery of PostField Images in view, inserted in single post template
Started by: eWeb
in: Toolset Professional Support
Problem: The issue here was that the user had a repeated field in Types and wanted to display the value of those fields on the frontend Solution: |
2 | 5 | 6 years, 10 months ago | ||
I need to make slider with thumbnails from custom type post image field
Started by: eWeb
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
3 | 7 | 6 years, 11 months ago | ||
I need to make slider with thumbnails from custom type post image field
Started by: eWeb in: Toolset Professional Support |
2 | 2 | 7 years ago | ||
PHOTO+THUMBNAILs slider gallery for my custom post type
Started by: eWeb
in: Toolset Professional Support
Problem: Solution: 1. Add this jQuery code in Content Template >> JS editor: jQuery(window).load(function() { // The slider being synced must be initialized first jQuery('#carousel').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, directionNav: false, itemWidth: 130, itemMargin: 5, asNavFor: '#flexslider' }); jQuery('#flexslider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#carousel" }); }); 2. Add the following html code in your Content Template: <!-- Slider - start here --> <div id="flexslider" class="flexslider"> <ul class="slides"> <li>[types field="fotkes" separator="</li><li>" width="770" height="510" alt="[wpv-post-title]"][/types]</li> </ul> </div> <div id="carousel" class="flexslider"> <ul class="slides"> <li>[types field="fotkes" separator="</li><li>" width="120" height="80" alt="[wpv-post-title]"][/types]</li> </ul> </div> <!-- Slider - end here --> |
2 | 9 | 7 years ago | ||
Missing Captcha
Started by: eWeb in: Toolset Professional Support |
2 | 2 | 7 years ago | ||
Creating default object from empty value in CRED front – end
Started by: eWeb in: Toolset Professional Support |
2 | 5 | 7 years ago | ||
Tag classes in layout editor not working
Started by: eWeb in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago |