Forum Replies Created
-
AuthorPosts
-
tiberiurMemberThat’s correct. I will try to test it into vagrant box.
tiberiurMemberI know but it’s the same even with the pullquote from piklist demo’s (1).
When I open for editing I see the title ‘Edit Pullquote’ and the same three errors.Notice: Undefined index: file in C:\ampps\www\[project].dev\wp-content\plugins\piklist\includes\class-piklist-add-on.php on line 211 Notice: Undefined index: file in C:\ampps\www\[project].dev\wp-content\plugins\piklist\includes\class-piklist-add-on.php on line 211 Notice: Undefined index: file in C:\ampps\www\[project].dev\wp-content\plugins\piklist\includes\class-piklist-add-on.php on line 211(1) http://i.imgur.com/LJvz83Q.png
Do you have any fix? I really need this features.
Thank you!
tiberiurMemberNo, this notice appear when I open Add Shortcode modal from the top of editor (1).
Shortcode UI still interpret shortcode from page (2) but when I try to edit them, I’ve got the same error.
(1) http://i.imgur.com/mHAAWcj.png
(2) http://i.imgur.com/LGXi2Y5.png
tiberiurMemberIt’s all active and wp_debug say:
Notice: Undefined index: file in C:\ampps\www\[project].dev\wp-content\plugins\piklist\includes\class-piklist-add-on.php on line 211
tiberiurMemberMaybe this helps: https://piklist.com/support/topic/google-map/
tiberiurMemberA video is worth 10.000 words.
1) First issue: https://dl.dropboxusercontent.com/u/10268282/ShareX/2016/02/2016-02-22_17-52-54.mp4
2) Conditional issue: https://dl.dropboxusercontent.com/u/10268282/ShareX/2016/02/2016-02-22_17-56-17.mp4My code snippet:
piklist('field', array( 'type' => 'select' ,'field' => 'page_hero_show' ,'label' => 'Use hero?' ,'choices' => array( 'show' => 'Yes' ,'hide' => 'No' ) )); piklist('field', array( 'type' => 'file' ,'field' => 'page_hero' ,'label' => __('Images', 'plugin') ,'description' => 'You can add as many images as you want, and they can be drag-and-dropped into the order that you would like them to appear.' ,'conditions' => array( array( 'field' => 'page_hero_show' ,'value' => 'show' ) ) ));
tiberiurMemberI’ve updated my plugin to v0.9.9.6.
Love the new way with workflow tabs configuration.
Another issue with repetitive widget groups was solve, that’s impressive.About initial described issue, now I can’t delete the last image. I’ve tried to do that directly from Custom Fields panel, but when I’ve updated my post, the field appeared again but with no value (as empty string).
Thanks!
tiberiurMember+1 here
Any updates with this issue?
Thank you.
-
AuthorPosts