Hi there, I love your plugin, nevertheless I’m heavely customising it with a plugin (outputting clean foundation 6 code, more options for full ZF6 support and so on). This plugin will be open source & available @github, so hopefully, you’re willed to help… even without pro. Do it for the goodwill ;o) First: Currently I…
Hi there, coming from another thread, I took a look into https://github.com/siteorigin/so-widgets-bundle/blob/develop/widgets/features/features.php#L269 and found something like which will render an input for numbers and a dropdown with values like “px”, “vh”, “%”,… and which will render a dropdown with all the available post-thumbnail-sizes. It is not listed here: https://siteorigin.com/docs/widgets-bundle/form-building/form-fields/ But these are cool options, I’d…
Hi guys, here is the code from widget: The problem is when I use page builder all of that html is visible on the front end. When I switch from page builder with “Revert to editor” option is removed. I tested with couple themes (default ones too) and only page builder plugin active, but the…
Hi Below is code i am using in widget but i can't get option of select field. I see document guide select field type require associative array so get search course cat function also return associative array term id as keys, term names as values but i am fail to get select field with taxonomy…
Hi, I am currently modifying the siteorigin-panels.php so the page builder will generate Foundation CSS. I am almost there! :) But I need a little push from you guys. I think it is a small issue. The .panel-grid class is replaced by the .row class. Now I only need to replace the .panel-grid-cell class by…
Hi there, I’ve added a new widget which will show a slider. For the slides I am using the repeater function, so every slide can be styled differntly. I now want to upload svgs to every slide and show them to the frontend. So I’ve added the lines to the function to allow svg upload,…
Hi there, I am coding some custom widgets. Right now I am building a slider, which has settings like speed and number of slides visible at once. So these settings need to be written into a js in the footer of the website. I tried to use the wp_hook function sliderscripts() { global $sliderscript; return…