Forum Replies Created
-
AuthorPosts
-
SteveKeymasterPlease post your field code here so we can take a look.
SteveKeymasterThis will be fixed in v0.9.9.5.
SteveKeymasterIf you can’t read the support forums, then we need to fix that!
The change has been made you may need to refresh the page or clear your browser cache.
Thanks for the suggestion.
SteveKeymasterv1.8.9 is now at WordPress.org. Please update and let us know if your issue is resolved.
SteveKeymaster@devonanderson– v1.8.9 is now at WordPress.org. Please update and let us know if your issue is resolved.
SteveKeymasterWhat do you see in the Database? If the data is wrong there, this might be three sabe bug as: https://piklist.com/support/topic/single-quote-marks-are-backslashed-0-9-9-4/
SteveKeymaster@ndbe– “serialize” is no longer a parameter. I removed it from the docs.
The reason your group is saving as serialized data is because you’re setting a field
'field' => 'completed_project', at the group level.If you remove
'field' => 'completed_project', the data will save as individual rows (except settings and widgets).Hope that helps! Closing ticket.
SteveKeymasterAwesome! Closing the ticket.
SteveKeymasterWhich version of Piklist are you running?
Also, this error is saying there’s still a widget file in settings/
Warning: fopen(/home/dompteur/public_html/***/wp-content/themes/********/piklist/parts/settings/symposium-widget-form.php
SteveKeymasterCan both of you please go to the DEVELOP tab in Helpers and copy your “WP Helpers database settings” and email to [email protected]?
SteveKeymaster@lunatikzx– Welcome to the Piklist community!
It looks like your putting symposium-form.php in piklist/parts/settings. Both files go in your widgets/ folder.
Also, just to be clear, you shouldn’t be placing any files inside the main piklist/ folder. That also means no files in piklist/parts/settings or piklist/parts/widgets.
You either need to put your files in your theme or create a Piklist plugin.
Let us know if you need any help.
SteveKeymasterAlso,
'serialize' => true, is not a valid parameter for Piklist.
SteveKeymasterDo you mean that it’s not rendering properly in the editor field in admin, or when you pull the data and display on the front end?
Can you provide a screenshot?
-
AuthorPosts