Forum Replies Created
-
AuthorPosts
-
upsideMemberI’d definitely be willing to spend a decent amount of money ($200-400) or so annually to be able to use Piklist if it was moved forward. Right now unfortunately a lot of the bugs that I’ve run into have made me think about switching to ACF for upcoming projects — which i really don’t want to do given how exponentially better Piklist is. Really hope that you guys aren’t done and happy to put my money where my mouth is if you’re not done.
upsideMemberAre there any updates on this? Appears that the current edition of WordPress also breaks the Shortcode edit functionality
upsideMember@steve thanks for the clarification. Unfortunately even when I change to scope => ‘post_meta” or leave blank the shortcode is still saving to the wrong editor field. On that page I have two editor fields the default (the_content) field and then the Piklist field as seen in the code above (tc_education_editor). When I try to save a piklist shortcode using the shortcode button it winds up saving into the_content field.
Is there something that I’m missing that I’ve set up wrong in the editor field code? Thanks as always for your help, you guys are awesome as is Piklist!
upsideMemberI just got the same error as well
upsideMemberHey Steve,
That makes complete sense. I knew I was missing something pretty basic. You guys rock and Piklist is so awesome. I’ve been using it for over a year now and I’m just starting to realize how powerful it can be!
Thanks Again. You can mark this as resolved.
Best,
Tyler
upsideMember@steve I went ahead and rated Piklist 5 stars on WordPress.org. I love Piklist its changed how I look at problems and what I think is possible in WordPress.
I’m having some trouble getting the add-more fields to display. I wound up setting up a test add-more like the basic one in the user guide and I’m getting some weird error messages in the debug log. I’ve got the following code in the page template:
// Get field data $exercise = get_post_meta($post ->ID, 'exercise', true); // Get your custom template part: addmore-workout-template.php piklist(get_stylesheet_directory() . '/addmore-whatdo', array('data' => $exercise, 'loop' => 'data'));And there is an addmore-whatdo.php file in the theme folder. It looks like it’s trying to go into another Piklist plugin first to find the template and then going to the correct url after? Any idea why this would be happening?
PHP Warning: include(/Users/TC/npsa/WordPress/wp-content/plugins/npsa-quotes/parts/http://hostnpsa:8888/wp-content/themes/NPSA-theme/addmore-whatdo.php): failed to open stream: No such file or directory in /Users/TC/npsa/WordPress/wp-content/plugins/piklist/includes/class-piklist.php on line 374
upsideMemberSteve you guys totally rock! I’ve been using Piklist for a while now and this is the first time I’ve used your support forum and it seems like your support is as awesome as Piklist itself! I was able to get this to work properly with your code and the latest beta. Thanks again for the fast response and for making Piklist. It is such an awesome tool.
-
AuthorPosts