Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #3954
      Mina
      Member

      I’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.
    • #3959
      Steve
      Keymaster

      @mina– Welcome to the Piklist community!

      It’s very important to us that Piklist is compatible with other plugins/themes. We will definitely look into this and try to fix. However, it may not be a quick fix.

    • #3961
      Mina
      Member

      That’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!

    • #3965
      Steve
      Keymaster

      @mina– Any help would be appreciated. Thanks.

    • #4306
      Steve
      Keymaster

      Finally 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.

Viewing 4 reply threads
  • The topic ‘Piklist Widgets don't work in SiteOrigin Page Builder’ is closed to new replies.