Forum Replies Created
-
AuthorPosts
-
SteveKeymasterWorking on this fix now.
SteveKeymasterLooks like you’re running on older version of PHP. You probably want to have your webhost upgrade that since WordPress is recommending PHP 7.2.
In the meantime, we just released v0.11 which supports PHPv5.3+ and should fix your issue.
SteveKeymasterLooks like you’re running on older version of PHP. You probably want to have your webhost upgrade that since WordPress is recommending PHP 7.2.
In the meantime, we just released v0.11 which supports PHPv5.3+ and should fix your issue.
SteveKeymasterSorry, to hear that. We’ve been testing 0.10 for months and this is the first time we’ve heard of a white screen.
Can you implement WP_DEBUG and let us know what error you are getting?
That will help us resolve it.
SteveKeymasterUpgrading to the latest beta should fix that:
https://github.com/piklist/piklist/releases/tag/0.10-beta.5
SteveKeymasterWould love to see this video. Guessing it’s a css issue.
Can you upload to dropbox or youtube and send the link to [email protected]?
SteveKeymasterHopefully this week
SteveKeymasterHi Sara– Glad you got it working.
Going to post your code snippet so others can benefit:
$date = get_post_meta($post->ID, 'event_date', true); $new_date = date_i18n("d M Y", strtotime($date)); echo $new_date;
SteveKeymasterI just tested with our latest beta and it’s working fine. Please test with:
https://github.com/piklist/piklist/releases/tag/0.10-beta.5
SteveKeymasterPlease try our latest Beta will is due to be released soon. It should solve your issues:
https://github.com/piklist/piklist/releases/tag/0.10-beta.5
SteveKeymaster@jmoelholt– Can you provide a little more information?
1) What does flicker mean?
2) Is it happening on certain admin pages or all?
SteveKeymasterWhat is the value you get from
$date = get_post_meta($post->ID, 'date', true);
SteveKeymasterPlease explain in detail what “made a duplicate of my first/parent site” means.
SteveKeymasterGreat! Let us know if you need any more help. Closing this ticket.
SteveKeymasterSave the field as
scope => user, and it will save to user meta. Then you can pull that meta per user. Does that make sense? -
AuthorPosts