You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue with the title bar not showing up in the 4.0 Beta when I tried to add or edit a post. I added $('#titlewrap').show(); right below the var CF = CF || {}; line in the admin.js file. That seems to have fixed the issue.
The text was updated successfully, but these errors were encountered:
In (this commit)[https://github.com/crowdfavorite/wp-post-formats/commit/3c42ac9a8278d2e26e95f272087cf5d498f39cf0] jquery.live() was changed to jquery.on(). Because the event handler that inits the plugin's functions was chained to this handler it's not called anymore.
So the solution is to detach the init function's event handler from the jquery chain like this: hatsumatsu@226ade3
I had an issue with the title bar not showing up in the 4.0 Beta when I tried to add or edit a post. I added $('#titlewrap').show(); right below the var CF = CF || {}; line in the admin.js file. That seems to have fixed the issue.
The text was updated successfully, but these errors were encountered: