Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title input field not showing up in WP 4 Beta #54

Open
wlcdesigns opened this issue Sep 1, 2014 · 4 comments
Open

Title input field not showing up in WP 4 Beta #54

wlcdesigns opened this issue Sep 1, 2014 · 4 comments

Comments

@wlcdesigns
Copy link

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.

@hatsumatsu
Copy link

+1

@hatsumatsu
Copy link

removing display: none from #titlewrap in admin.css might be the more robust solution.

@AaronHolbrook
Copy link

Having this as well

@hatsumatsu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants