Brent Urbanski
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Gallery Field
Gestartet von: Athlone
in: Toolset Professional Support
Problem: Solution: |
4 | 14 | vor 5 Jahren, 7 Monaten |
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Need connection between Custom Post and their Woocommerce Order/Subscription
Gestartet von: Brent Urbanski
in: Toolset Professional Support
Problem: I am building a community website. I am selling individual posts for business listings, job posts, events listings, etc. Each post type is setup as a Types custom post type. Site members (subscribers) create these listings via Toolset Forms on the frontend and they complete their purchase with Woocommerce Subscriptions. Everything is working as planned except for one important factor... the Posts and the WooCommerce Orders/Subscriptions do not appear to be connected to each other. Solution: It is possible with some custom codes, see the solution here: Relevant Documentation: |
2 | 9 | vor 6 Jahren, 4 Monaten | ||
Toolset Post Edit Forms not compatible with Beaver Themer singular layouts
1
2
Gestartet von: Brent Urbanski
in: Toolset Professional Support
Problem: Solution: In the meantime you can achieve partial support by registering the method FLPageDataPost::get_content at Toolset > Settings > Front-end Content > Theme support for Content Templates |
2 | 21 | vor 6 Jahren, 5 Monaten | ||
Beaver Themer conditional logic works when posts saved on backend, not on frontend with Toolset Forms
Gestartet von: Brent Urbanski in: Toolset Professional Support |
2 | 4 | vor 6 Jahren, 5 Monaten | ||
Views filter spinner as page overlay
Gestartet von: Brent Urbanski
in: Toolset Professional Support
Problem: I am using AJAX to update a custom search View, and I would like to display the spinner in a full-page overlay. Solution: When you insert the spinner graphic in your View's filter controls, you'll have the opportunity to add your own CSS classes, inline CSS styles, and additional content that will appear inside the spinner markup on the front-end. The specific CSS that must be added to make the loader cover the entire page varies based on your site's theme and other page markup and structure. There is no global CSS that will work for every person on every site, unfortunately. Here is some starting code, but it will require customization for your site's requirements: .fullscreen-spinner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(10,10,10,0.5); z-index: 2; } .fullscreen-spinner > img { margin-left: auto; margin-right: auto; margin-top: 30%; display:block; } Add the CSS class "fullscreen-spinner" in the "container classnames" configuration, and add the CSS code above in the View Filter Editor CSS panel. |
2 | 3 | vor 6 Jahren, 9 Monaten |