• I’m using the SVN (https://svn.automattic.com/wpcom-themes/p2/) version of P2 on my self-hosted WordPress blog, but it’s not working just as the demo is. For some reason, you can’t click “Reply” on the index page, you have to first click “Permalink” and then use the comment form.

    Second, threaded comments aren’t working, you can’t reply to comments.

    Third, the index page isn’t automatically updating when new updates or comments are posted. This is kind of annoying.

    If this is a known issue, I’m sorry. If anyone knows how to help, please reply! ??

Viewing 11 replies - 31 through 41 (of 41 total)
  • @josswinn – It looks like you fixed the problem you were having. I am having the same issues. How did you resolve them?

    https://www.partycallme.com

    Thanks.

    @adifferentryan I’m running the latest p2 theme code from svn trunk. I don’t think it’s been packaged as a release yet. It’s only fixed on my 2.8 install. Reply still doesn’t work on my 2.7.1 WPMU install.

    Here’s SVN: https://svn.automattic.com/wpcom-themes/p2/

    @niska – the code to support your subdomain plugin would break installs in a subfolder

    I also have the problem of “reply” not working — unless you hit “reply” on about five different posts, and only THEN the reply works anywhere on any post on that page. To the visitor, it looks like it won’t work because they don’t know to do this. As mentioned, hitting the “Permalink” will bring up the reply window.

    Also having the “reply” problem. I don’t think this is the root cause, but I have noted that each time I click “Reply” I get this warning in the Firefox error console:

    Warning: reference to undefined property s.dataFilter
    Source File: https://myhost/wp-includes/js/jquery/jquery.js?ver=1.2.6
    Line: 11

    Hello,

    I was trying to style my sticky posts and realized that index.php does not support the post_class function. Can this be added in the next release? I am actually about to hack it for my own purposes, i would be happy to share my patch. where/to whom would i send it?

    actually the change was nearly trivial – in entry.php, the line that reads:

    <li id="prologue-<?php the_ID(); ?>" class="post user_id_<?php the_author_ID( ); ?>">

    should be modified to read:

    <li id="prologue-<?php the_ID(); ?>" <?php post_class() ?> class="post user_id_<?php the_author_ID( ); ?>">

    that’s it. now you can define your class .sticky in the css file however you want.

    Hi everybody,

    Ok really nice theme but some bugs.

    Somebody have an answer :
    – Why reply doesn’t work ?
    – Why the instructions to keyboard shortcut doesn’t work ?

    I think it came from Ajax…

    I saw we are a lot of people to have the same issues, someone can give us a response. Please.

    My temporary blog with bugs : https://s179957583.onlinehome.fr/twitter/

    Ok solved, there is no js/jquery/jquery.js you have to download jquery and to create a folder jquery.

    I’ve noticed that IE8 really hoses P2. “Compatibility Mode” doesn’t fix the issue. Does anyone else havethe same problem? my site is TalkIslam.info for comparison.

    Normally I don’t care about IE but 25% of my users are using it (assuming they arent recurring visits bec it looks such a nightmare…)

    Hello.

    This is by the way my site: https://ingekvivik.com/blogg/
    Ive just started using the p2 theme and im thrilled by the possibilities it presents, however (im very inexperienced in p2 and WP in general) I have the following problems:

    1: When I try to ‘custom header’ by ‘uploading photo from computer’ in my wp-admin the new header doesnt appear on the blog.

    2: when Im trying to post a blogpost directly on the blogpage, and want to use the ‘ad an image, video, audio or media’ function all that pops up is:

    Not Found
    The requested URL /blogg/blogg/wp-admin/media-upload.php was not found on this server.

    hope for help

    thanks Inge

Viewing 11 replies - 31 through 41 (of 41 total)
  • The topic ‘Problems With P2’ is closed to new replies.