Forum Replies Created
-
AuthorPosts
-
Web GuyMemberSteve, 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.
Web GuyMemberSteve, 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?
Web GuyMemberSteve, we’re good as well with 0.11. Thanks for the quick responses!
Web GuyMemberNothin 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
Web GuyMemberI 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?
Web GuyMemberMe too. This issue is back again in 0.9.9.17.
Web GuyMemberMe too. This issue is back again in 0.9.9.17.
Web GuyMemberAlso 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!
Web GuyMemberSteve, 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?
Web GuyMemberNo, I can select multiple images, but when I Save, only the last selected image is saved.
Web GuyMemberWe 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.
Web GuyMemberOn 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?
October 4, 2015 at 5:35 pm in reply to: How to rename url slug of post type without data loss? #4417
Web GuyMemberWould also love to know if there is a trick to this!
September 28, 2015 at 2:45 pm in reply to: CPT with multiple featured images and attached images #4403
Web GuyMemberGetting there! No longer limited to 5 images.
Thanks!
September 25, 2015 at 6:00 pm in reply to: CPT with multiple featured images and attached images #4395
Web GuyMemberAdded validate code (below) and still can only add 5 attachements…
'validate' => array( array( 'type' => 'limit' ,'options' => array( 'min' => 0 ,'max' => 10 ) ) ) -
AuthorPosts