-
AuthorPosts
-
July 19, 2014 at 8:29 am #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?
thanksJuly 19, 2014 at 8:35 am #293274Hi 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!
DevinJuly 19, 2014 at 10:28 am #293301Yes :)
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
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
thank you
- This reply was modified 10 years, 4 months ago by pako69.
July 19, 2014 at 4:37 pm #293377Hey!
Try updating the theme to the latest version (2.9.1) and see if the issue persists.
Best regards,
JosueJuly 19, 2014 at 5:13 pm #293399:-(
I would like to update to 2.9.2…July 19, 2014 at 5:39 pm #293404Hey!
Latest version is 2.9.1 (release July 10).
Best regards,
JosueJuly 19, 2014 at 6:58 pm #293429updated and no change…
July 19, 2014 at 7:10 pm #293431The 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.
July 19, 2014 at 8:25 pm #293452oupsss!
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
-
AuthorPosts
- The topic ‘Buttons Not Working: Timestamp Edit & Tags’ is closed to new replies.