Title not editable using certain themes
-
I’ve been testing using a few different themes (just the popular ones) and came across an issue when trying to edit a post title with Automattic’s Chunk theme. Even though the content is editable, the title seems to be uneditable.
-
I don’t have any problem with that theme. Maybe be caused by a plugin.
Sometimes you can’t edit the content or title because there are multiple main loops on the page and the first one not being the article.I should add how testing was done:
WP 3.8
WP FEE 6.1
Chrome and IE 10All plugins (aside from WP FEE) are disabled. I just went back in and removed all widgets too in case one decided to output a main loop. Still seem to be unable to edit the title. Content is fine though, can edit that without any problems.
Also: Updated to WP FEE 0.6.3 and had the same result.
Can’t reproduce this… But I’m using WP 3.9-alpha now.
Do you have Jetpack installed?Jetpack *was* installed once-upon-a-time but was removed long before I installed WP FEE. Could that have caused an issue?
No, that’s not the problem…
Things I’m noticing different about Chunk is that it doesn’t use
<h1>tags for the title. It doesn’t usesingle.php– instead it usescontent.phpNot really sure how these could be related though…
I’m having the same problem.
My theme is a custom basic theme that I developed. I deactivated all of the plugins except the front-end editor and I actually can’t edit anything on my page. I can see I’m in the edit screen but nothing is editable.
http://www.simple-edge.com/blog/wordpress-instruction-videos-for-wordpress-3-6/
Also, on one of my other pages, when I clicked “edit” I kept getting a 404 error (I even rebuilt the permalinks, that usually fixes any permalink related issues, no luck)
@zakkates Are you using multiple main loops in your theme? I.e. one that looks like this:
if ( have_posts() ) { while ( have_posts() ) { the_post(); ... } }Is there anything special about the page you’re getting a 404 for?
<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php if ( in_category(21) ) { ?> <!-- some specific content for category 21 but no extra wp loops --> <?php } else { ?> <!-- content for everything else but no other loops. <?php } ?> <?php endwhile; endif; ?> <?php get_footer(); ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Yeah, but do you have more than one of those in a single request?
Maybe version 3.7.1 solves your problem. Could you update the plugin and try again? Thanks!
I just tested again using WP 3.8 with WP Fee 0.7.1
Chunk theme (uncustomised)
Chrome: Cannot type or paste anything in the title or content – both are uneditable.
IE 10: Same as ChromeMy own custom theme
Chrome: Can type into both title and content. Pasted tags are removed when focus is lost.
IE 10: Can type into the title and content but only after double clicking. Hovering over the content or title with my mouse causes the cursor to change from ‘default’ to a ‘move’ cursor.I would LOVE to be able to use this!!!! but
FireFox 26.0
I tried both twentythriteen and twentyfourteen theme, but not able to do any of the editing that I have seen in the demo video…
I have tried in safari as well… but no dice.. is there other plugin that i need to install or settings that i need to enable in my browser??
THANK YOU and Have a great day!!!
The topic ‘Title not editable using certain themes’ is closed to new replies.