• Installed and activated the plugin, wp is the latest version, I go ahead and edit a page which has plenty of revisions but I don’t see anything in my editor related to this plugin.
    If I click/check the revisions meta box, I can see and compare the existing revisions.
    what to do to debug?
    It seems the plugin does nothing for me !?

    https://www.ads-software.com/extend/plugins/ice/

Viewing 5 replies - 1 through 5 (of 5 total)
  • In Google Chrome, the newly entered / modified text is highlighted in green for me, however the “tooltip” indicating the user that performed the edit does not pop up and display when you hover the mouse over the text.

    The tooltip indicating the user that made the last change does work for me in Firefox 12.0.

    I thought I had the same problem at first then I realized I was looking at the Pages, the plugin specifies that it is for Posts – which seems to work correctly.
    I would, however, like to see if there is a possibility to have this work on Pages as well.

    yes the plugin only added the editor buttons to POSTS. this is pretty easy to change, but as i only just downloaded the plugin myself, i cannot vouch that it will work 100% with pages. nor do i really approve of hacking plugins, but fwiw:

    change ice.php line 41 from:
    if ( 'post' != $current_screen->id )

    to (works on either posts or pages):
    if ( 'post' != $current_screen->id && 'page' != $current_screen->id)

    or this should work on any post type:
    if ( 'post' != $current_screen->base )

    Thread Starter Ovidiu

    (@ovidiu)

    thanks guys, will give it a second try.

    Thank you, helgatheviking

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Ice Visual Revisions] can't get it to work’ is closed to new replies.