korieF
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 |
---|---|---|---|---|---|
404 Error For Toolset Pages
Started by: korieF in: Toolset Professional Support |
2 | 4 | 1 month, 1 week ago | ||
Toolset plugin cannot connect to toolset error
Started by: korieF in: Toolset Professional Support |
2 | 2 | 1 month, 1 week ago | ||
Video Slider?
Started by: korieF
in: Toolset Professional Support
Problem: The customer wanted to create a slider for videos similar to an existing image slider on their site. Although the videos were set up as custom fields, they were currently displayed in a row on the page instead of a slider format. Solution: We advised the customer that Toolset does not have a built-in feature to directly display multiple videos from a custom field in a slider. Instead, we provided a custom HTML structure using the [wpv-for-each] shortcode to wrap the video outputs, along with custom CSS to style the videos in a slider-like format. This allowed the videos to be visually organized, improving their appearance. You can start by wrapping your video outputs in a custom HTML structure like this: <div class="video-slider-wrapper"> [wpv-for-each field="wpcf-youtube-videos"] <div class="video-slide-item"> <div class="video-frame"> [types field="youtube-videos"][/types] </div> </div> [/wpv-for-each] </div> Then, add the following custom CSS to your content template to style these videos in a slider format: .video-slider-wrapper { display: block; overflow: hidden; } .video-slider-wrapper .video-slide-item { float: none; width: 98%; overflow: hidden; margin: 1% 1% 4% 1%; background: #fff; padding: 1%; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); } .video-slider-wrapper .video-slide-item .video-frame { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .video-slider-wrapper .video-slide-item .video-frame iframe, .video-slider-wrapper .video-slide-item .video-frame object, .video-slider-wrapper .video-slide-item .video-frame embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media screen and (min-width: 801px) { .video-slider-wrapper .video-slide-item { float: left; width: 30%; overflow: hidden; margin: 1% 2% 2% 1%; } } |
2 | 7 | 2 months, 1 week ago | ||
Toolset plugin cannot connect
Started by: korieF
in: Toolset Professional Support
Problem: The customer is experiencing a connection error preventing Toolset from communicating with its server to check for updates. The error message indicates a cURL error 28, specifying that the connection to api.toolset.com failed. The customer has already checked with their host, and the firewall does not appear to be blocking the connection. Despite confirming that there are no restrictions, the issue persists, and the host suspects it might be related to the Toolset plugin. Solution: We suggested adding specific Toolset-related IP addresses to the server's allow list and ensuring that the server correctly resolves the domain names to their respective IPs. We also advised checking if the cURL library on the server is up-to-date. After further investigation, we confirmed that there were no blocks on our end and recommended the customer recheck with their hosting provider, possibly disabling the firewall temporarily to test the connection. |
3 | 11 | 2 months, 2 weeks ago | ||
There has been a critical error on this website error from toolset form
Started by: korieF in: Toolset Professional Support |
2 | 12 | 4 months ago | ||
Styling not showing up on front end
Started by: korieF in: Toolset Professional Support |
2 | 2 | 5 months ago | ||
help with relationships
1
2
Started by: korieF in: Toolset Professional Support |
2 | 17 | 5 months ago | ||
Split: help with relationships – hide search result
Started by: korieF in: Toolset Professional Support |
2 | 2 | 5 months ago | ||
Can't edit my template and the view within the template
Started by: korieF in: Toolset Professional Support |
3 | 7 | 5 months, 3 weeks ago | ||
remove page title
Started by: korieF in: Toolset Professional Support |
2 | 2 | 6 months, 4 weeks ago | ||
Issue with material dropdown in form
Started by: korieF in: Toolset Professional Support |
2 | 7 | 7 months ago | ||
button display
Started by: korieF in: Toolset Professional Support |
2 | 4 | 8 months, 1 week ago | ||
Issue with material dropdown in form
Started by: korieF in: Toolset Professional Support |
2 | 4 | 1 year, 1 month ago | ||
content template not displaying properly
Started by: korieF in: Toolset Professional Support |
3 | 8 | 1 year, 8 months ago | ||
column not displaying
Started by: korieF in: Toolset Professional Support |
2 | 5 | 1 year, 9 months ago |