Viewing 15 replies - 1 through 15 (of 38 total)
  • Plugin Author Ella

    (@ellatrix)

    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.

    Thread Starter Henry Wright

    (@henrywright)

    I should add how testing was done:

    WP 3.8
    WP FEE 6.1
    Chrome and IE 10

    Thread Starter Henry Wright

    (@henrywright)

    All 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.

    Thread Starter Henry Wright

    (@henrywright)

    Also: Updated to WP FEE 0.6.3 and had the same result.

    Plugin Author Ella

    (@ellatrix)

    Can’t reproduce this… But I’m using WP 3.9-alpha now.
    Do you have Jetpack installed?

    Thread Starter Henry Wright

    (@henrywright)

    Jetpack *was* installed once-upon-a-time but was removed long before I installed WP FEE. Could that have caused an issue?

    Plugin Author Ella

    (@ellatrix)

    No, that’s not the problem…

    Thread Starter Henry Wright

    (@henrywright)

    Things I’m noticing different about Chunk is that it doesn’t use <h1> tags for the title. It doesn’t use single.php – instead it uses content.php

    Not 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)

    Plugin Author Ella

    (@ellatrix)

    @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.]

    Plugin Author Ella

    (@ellatrix)

    Yeah, but do you have more than one of those in a single request?

    Plugin Author Ella

    (@ellatrix)

    Maybe version 3.7.1 solves your problem. Could you update the plugin and try again? Thanks!

    Thread Starter Henry Wright

    (@henrywright)

    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 Chrome

    My 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!!!

Viewing 15 replies - 1 through 15 (of 38 total)
  • The topic ‘Title not editable using certain themes’ is closed to new replies.