Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #293272

    Hello
    If I try to change the publish date of a page or a post it do not works.
    Same issue if I want to choose tags.
    I see a javascript error in Firebug: ‘TypeError: Property ‘handleEvent’ is not callable.’
    I switch to twentyfourteen theme and with that theme I have no issues…
    I have no added any plugins.
    I still have the 2.8.1 version.

    Wha’ts wrong?
    thanks

    #293274

    Hi pako69!

    Can you elaborate a bit on the exact steps we can take to reproduce the issue? Just changing the published date or adding tags on my live and local installs causes no issues.

    Cheers!
    Devin

    #293301

    Yes :)

    Change the date
    In the image below, if I click on ” modifier “, nothing happen, only the URL change to /wp-admin/post.php?post=4732&action=edit#edit_timestamp
    date

    Add/choose a tag
    In the image below, if I click on ” Choisir parmi les… “, nothing happen, (only the URL change to/wp-admin/post.php?post=4732&action=edit#titlediv
    tags

    thank you

    • This reply was modified 9 years, 9 months ago by pako69.
    #293377

    Hey!

    Try updating the theme to the latest version (2.9.1) and see if the issue persists.

    Best regards,
    Josue

    #293399

    :-(
    I would like to update to 2.9.2…

    #293404

    Hey!

    Latest version is 2.9.1 (release July 10).

    Best regards,
    Josue

    #293429

    updated and no change…

    #293431

    The theme doesn’t do anything to modify either of those elements so I’m not sure what we could do from our end. On all of my live sites using Enfold the issue isn’t happening and this is the first report of something like this I’ve seen on the forums so I would assume that its a install specific issue.

    You can try doing a WordPress update from the WordPress admin to re-install the most recent version of WordPress again in case there was or is an issue there.

    Outside of that, if you have made any customization to the theme through a child theme or with modifying the theme files try removing/reverting them temporarily.

    #293452

    oupsss!

    I know the culprit:

    add_action( 'init', 'stop_heartbeat', 1 );
    function stop_heartbeat() {
            wp_deregister_script('heartbeat');
    }

    It’s a function wich was supposed to remove and accelerate WordPress backoffice.
    It was not add by me, i’m not alone on this server…

    So, so, sorry

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Buttons Not Working: Timestamp Edit & Tags’ is closed to new replies.