Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • in reply to: Only one image is saved #9062
    Web Guy
    Member

    Steve, we’re running 11.4 and still seeing the box “IMPORTANT MESSAGE FROM PIKLIST…”

    Is it still relevant?

    We’re not using any Add-More or Workflow tabs.

    in reply to: Only one image is saved #8995
    Web Guy
    Member

    Steve, now that we have 0.11.1, should I still be seeing the “IMPORTANT MESSAGE FROM PIKLIST” notice on the Plugins page? I assume not, so How can I disable it?

    in reply to: Only one image is saved #8947
    Web Guy
    Member

    Steve, we’re good as well with 0.11. Thanks for the quick responses!

    in reply to: Only one image is saved #8931
    Web Guy
    Member

    Nothin on screen but this is all over the DEBUG_LOG:

    [10-May-2018 00:45:51 UTC] PHP Fatal error: Call to undefined function is_user_logged_in() in /home3/bigmouthinc/public_html/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-May-2018 00:45:52 UTC] PHP Fatal error: Can’t use function return value in write context in /home3/bigmouthinc/public_html/wp-content/plugins/piklist/includes/class-piklist.php on line 2715

    in reply to: Only one image is saved #8929
    Web Guy
    Member

    I saw the 10.0 release in my plugin page and updated.

    The update bricked the site with a white page server error.

    Fortunately I kept a copy of 9.9.17, and even though it’s broken, I was at least able to get the site to load.

    Thoughts?

    in reply to: Only one image is saved #8917
    Web Guy
    Member

    Me too. This issue is back again in 0.9.9.17.

    in reply to: Only one image is saved #8916
    Web Guy
    Member

    Me too. This issue is back again in 0.9.9.17.

    in reply to: Only one image is saved #8852
    Web Guy
    Member

    Also I’m still seeing this message: “The data structure for Piklist Add-More and Workflow tabs have changed in this version and require an update.”

    If v0.9.9.16 does the upgrade script, should that message still appear?

    And if we’re good to go, how do I get rid of the message?

    Sorry for my confusion… too many spinning plates at the moment!

    in reply to: Only one image is saved #8851
    Web Guy
    Member

    Steve, I just went into my admin and see we are now running v0.9.9.16. Looks like it fixed the single image issue.

    However, I’m wondering how we got v0.9.9.16 because I was hiding Piklist from the client to prevent them accidentally updating before I had time to run the script and troubleshoot.

    Did v0.9.9.15 update itself to v0.9.9.16?

    in reply to: Only one image is saved #8833
    Web Guy
    Member

    No, I can select multiple images, but when I Save, only the last selected image is saved.

    in reply to: Only one image is saved #8831
    Web Guy
    Member

    We have the same “Only one image is saved” issue here, but it’s still there after downgrading Piklist.
    Our client updated their Piklist plugin.
    When they attempt to add images, any existing images disappear and only the last one they attempt to add gets saved.
    We reverted to piklist.0.9.4.31 but the “only one image” issue remains.

    We use basically the same code for two fields that have the issue:

      piklist('field', array(
        'type' => 'file'
        ,'field' => '_thumbnail_id'
        ,'scope' => 'post_meta'
        ,'label' => __('Click the checkmark to delete an image.','products')
        ,'options' => array(
          'title' => 'Add image(s)'
          ,'button' => 'Add image(s)'
        )
      ));
    
      piklist('field', array(
        'type' => 'file'
        ,'field' => 'bmi_upload_media'
        ,'scope' => 'post_meta'
        ,'label' => __('Add \'In The News\' Images','products')
        ,'options' => array(
          'modal_title' => __('Add File(s)','products')
          ,'button' => __('Add','products')
        )
      ));
    
    

    Please LMK if you need further information.

    in reply to: order posts by page? #5799
    Web Guy
    Member

    On a per-page basis, I need to query the “products” CPT for a posts that are in the category/collection of products that match the page. But I also need to be able to manually order the posts that appear on each page so the same post (product) is able to be #1 in one collection (page), but number #5 in another collection (page). Make sense?

    in reply to: How to rename url slug of post type without data loss? #4417
    Web Guy
    Member

    Would also love to know if there is a trick to this!

    in reply to: CPT with multiple featured images and attached images #4403
    Web Guy
    Member

    Getting there! No longer limited to 5 images.

    Thanks!

    in reply to: CPT with multiple featured images and attached images #4395
    Web Guy
    Member

    Added validate code (below) and still can only add 5 attachements…

    'validate' => array(
          array(
            'type' => 'limit'
            ,'options' => array(
              'min' => 0
              ,'max' => 10
            )
          )
        )
Viewing 15 posts - 1 through 15 (of 22 total)