Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@cezarion– Welcome to the Piklist Community!
Piklist allows you to create your own validation rules. I suggest you try that and let us know what you think.
SteveKeymasterSo happy you love Piklist!
Would you mind telling the rest of the world by leaving Piklist a 5 Star Review on WordPress.org… it really helps the project.
October 6, 2015 at 4:05 pm in reply to: How to rename url slug of post type without data loss? #4424
SteveKeymaster@erikkubica– Welcome to the Piklist Community!
You can use a plugin like this to change Post Types.
SteveKeymaster@lmartins– Welcome to the Piklist Community!
The next version of Piklist, v0.9.9 will be able to do this and much, much more with relate fields. It will be released shortly.
SteveKeymaster@anthonyabraira– Welcome to the Piklist community!
So sorry for the late reply. This is a bug in the current version of Piklist. It is fixed in the next version 0.9.9 which will be released shortly.
SteveKeymasterNot yet… really trying to get it out by Monday.
SteveKeymasterGreat! Closing ticket. Thanks
September 29, 2015 at 2:33 pm in reply to: CPT with multiple featured images and attached images #4405
SteveKeymasterGreat! Let us know if you need any more help.
SteveKeymaster@justin– I suggest you open the file:
/home/micdri10/EXTREMESOUTHAMERICA.COM/wp-includes/wp-db.php on line 1092. You should see thisreturn mysqli_real_escape_string( $this->dbh, $string );Right before it, add this:
print_r($string);That will tell you what you’re passing and might help you fix your rule.
SteveKeymaster@kattagami– Interesting bug! I was able to confirm it. Seems like there’s something going on when EDD is activated. We’ll look into it.
SteveKeymaster@gregg– This is coming in the next version of Piklist.
September 28, 2015 at 9:35 am in reply to: CPT with multiple featured images and attached images #4398
SteveKeymaster@WebGuy– A few things:
1) You really should prefix your field. Using our default “upload_media” may cause conflicts.
Try:'field' => 'webguy_upload_media'2) Once you upload, try this code. It will show which attachment IDs have been saved:
$media = get_post_meta( $post->ID, 'upload_media', false ); piklist::pre($media);
Let us know what you find.
SteveKeymasterWe had the same issue with a school project and the word “Class”. This is fixed in the next major version of Piklist. Which we are trying to get out.
Since Piklist does everything the WordPress way you can just manually pass the labels parameter.
-
AuthorPosts