• Resolved TiTex

    (@titex)


    Hi , thank you for this plugin and the quick update
    there are still some small issues

    1. Now the Edit options are appearing but , the Edit text next to the Edit icon doesn’t show for Anonymous users and the icon only shows when you hover your mouse over the comment the Request Deletion shows just fine icon and text.

    2. When the option “Comment author must have a previously approved comment” is ticked for comments moderation after the user has one comment upproved and then he posts another one the comment is not visible until the Editing time is elapsed, the other issue still happening

    3. For admins/moderators is showing the Edit text but not showing the Edit icon until you hover your mouse over the comment , the Other options is showing just fine text and icon.

    Hope that all these are easy fixes and soon will have it , thank you again for this unique plugin.

    http://wordpress.org/extend/plugins/wp-ajax-edit-comments/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter TiTex

    (@titex)

    i can’t edit my previous post so just wanned to say that all the issues above seem to be caused by my style (pure line)

    any idea how to fix the problems ?

    Plugin Contributor Ronald Huereca

    (@ronalfy)

    TiTex,

    Sorry for the delayed response. I was working on getting the plugin more stable before diving into theme-related support requests.

    For your case, I’d recommend just adjusting the icon appearance of the plugin to Text Only if the issue is theme-style related.

    Thread Starter TiTex

    (@titex)

    sadly that doesn’t help me , the problem seems to be that the theme is also ajaxified but i can’t figure it out how to solve the problem 🙁

    thx for the reply Ronald , i hope somebody will find a solution to this

    Plugin Contributor Ronald Huereca

    (@ronalfy)

    I’m attending a WordCamp this weekend (WC Norway), but will try to make time to test out AEC and your theme.

    Plugin Contributor Ronald Huereca

    (@ronalfy)

    I think I found a fix, but it’ll require some theme editing on your part.

    The problem is that the theme and my plugin both use the “edit-comment” class, and the theme is hiding them.

    1. In pure-line/library/functions/basic-functions.php, comment out the line (on line 247) where it says this: $jx(this).find("span.edit-comment").css('visibility', 'hidden');

    I placed a Pastebin for this fix.

    2. In pure-line/library/media/css/base.css on line 32, replace .edit-post, .edit-comment, .edit-page {visibility:hidden;} with this: .edit-post, .edit-page {visibility:hidden;}

    I placed a Pastebin for the styles as well.

    The above code modifications worked for me.

    Plugin Contributor Ronald Huereca

    (@ronalfy)

    BTW, if the above fixes work (hopefully they do!), please consider leaving a rating/review. 🙂

    Thread Starter TiTex

    (@titex)

    Thank you Ronald , i’ve done the editing and it’s working … the only thing that i think i can solve myself is the Edit button from the theme is still showing above the plugin edit buttons/functions

    by the way , is there a paypal button for this plugin that i can’t see ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Edit Options issues on WP 3.5’ is closed to new replies.