Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • in reply to: Chinese character in date picker #29057
    chillifishchillifish
    Participant

    Hi, yes, the save_format is 'Y-m-d', but the date is being saved as d/m/y. This is causing an issue with strtotime on the front end.

    in reply to: Chinese character in date picker #29049
    chillifishchillifish
    Participant

    Can anyone help me with the Date Format issue? It's causing me real problems and I need to make the site live.

    in reply to: Chinese character in date picker #28958
    chillifishchillifish
    Participant

    Settings below:

    array(
        'name'            => esc_html__( 'To date', 'textdomain' ),
        'id'          => $prefix . 'to_date',
        'desc'            => esc_html__( 'End of date range', 'textdomain' ),
        'type'            => 'date',
         // Date picker options. See here http://api.jqueryui.com/datepicker
         'js_options' => array(
                            'dateFormat'  => 'dd/mm/yy',
                            'changeMonth' => true,
                            'changeYear'  => true,
                             ),
        'save_format' => 'yy-mm-dd',
    ),
    in reply to: Chinese character in date picker #28957
    chillifishchillifish
    Participant

    Also, it seems to be unrelated as it still happens with the formidable plugin deactivated, but the 'save_format' setting is being ignored. This is causing issues with date interpretations.

    in reply to: Chinese character in date picker #28949
    chillifishchillifish
    Participant

    Thinking about it, there's a datepicker form on that page, which is loading the preview text for the datepicker, so I guess that's where it's picking up the styling from.

    in reply to: Chinese character in date picker #28947
    chillifishchillifish
    Participant

    You're right, I should have checked plugins. It's clashing with the Formidable Forms plugin. When I disable that the colour of the datepicker changes and the whole thing looks smarter.

    in reply to: Include/Exclude broken with update #18927
    chillifishchillifish
    Participant

    Apologies, it seems the template file names have been changed, so problem solved. Can't see how to delete the post.

    in reply to: Paragraphs not output on WYSIWYG field type #4761
    chillifishchillifish
    Participant

    Great, that's done the trick. Thanks.

    in reply to: Meta Box info not showing #4707
    chillifishchillifish
    Participant

    Sorry, I've used the wrong ID! Can't seem to delete this post…

    in reply to: Datepicker not appearing in admin #2859
    chillifishchillifish
    Participant

    That's worked, thanks. It would be better if it were empty, so look forward to the fix!

    in reply to: Datepicker not appearing in admin #2847
    chillifishchillifish
    Participant

    Brilliant, that's done it, many thanks! One more question while I'm here… I have chosen timestamp and it's pre-filled Jan 1st 1970, is there a way to default to today's date?

    in reply to: Datepicker not appearing in admin #2840
    chillifishchillifish
    Participant

    No, that was my first thought. The only error was related to a server error in delivering the favicon, but having fixed that, the only message in the console is:

    JQMIGRATE: Migrate is installed, version 1.4.0

    in reply to: MB Group not working after site move #2404
    chillifishchillifish
    Participant

    Ignore the above, seems to be working now.

    in reply to: MB Group not working after site move #2403
    chillifishchillifish
    Participant

    Thanks. I've just installed the metabox updater and it's not showing me there's any updates? Also, when I entered my license, it said it was invalid. I entered it again and it seems to have accepted it, but I'm not getting any updates.

    in reply to: Getting admin page errors when using parent id #919
    chillifishchillifish
    Participant

    Will do, thanks.

Viewing 15 posts - 16 through 30 (of 31 total)