Tagged: Page Builder
- This topic has 4 replies, 2 voices, and was last updated 6 years, 5 months ago by
Steve.
-
AuthorPosts
-
-
July 2, 2015 at 6:56 am #3954
MinaMemberI’ve attached a screenshot. When I add a Piklist Widget defined in my theme using the Page Builder plugin, the text “scription_wrapper][field_description][/field_description_wrapper]” appears under the “Select a Widget” select. Selecting a widget does nothing – the widget options don’t show up. Also, when I update the page after selecting, the Widget isn’t saved – next time I edit, I’m asked to select a widget again.
Here’s my widget code:
<?php // testimonials-grid.php /* Title: Testimonials Grid Description: Displays testimoninials, mixed in with images in the Media Library with the exact phrase testimonial-portrait in their file-name. So make sure you rename your pictures before uploading :) */ echo $before_widget; echo $before_title; echo 'Title'; echo $after_title; echo '<p>this is a widget!</p>'; echo $after_widget;<?php // testimonials-grid-form.php piklist('field', array( 'type' => 'text', 'field' => 'field_string', 'label' => 'Filename string', 'description' => 'Files in the Media Library with the exact (case-sensitive) text you type here will be included in the Testimonials Grid.', 'value' => 'testimonials-portrait', 'attributes' => array( 'class' => 'text' ) ));This is a bit of a blow for me, as I make quite heavy use of Page Builder – along with half a million others, if the download stats on WordPress are to be believed.
Is there anything further I can do to help debug this?
Attachments:
You must be logged in to view attached files. -
July 2, 2015 at 9:01 pm #3959
-
July 3, 2015 at 2:51 am #3961
MinaMemberThat’s understood 🙂 I can always go the route of making the functionality I need available as shortcodes for now.
I’ll try to find time to look into it myself over the next few months, in which case I’ll probably end up posting back here for debugging tips!
-
July 6, 2015 at 3:38 pm #3965
-
September 9, 2015 at 9:19 pm #4306
SteveKeymasterFinally had a chance to look at this. It doesn’t look like Page Builder is doing things the WordPress way, so we won’t be able to support using Piklist Widgets.
-
-
AuthorPosts
- The topic ‘Piklist Widgets don't work in SiteOrigin Page Builder’ is closed to new replies.