Viewing 13 replies - 1 through 13 (of 13 total)
  • We have the same issue, quite a lot of our site isn’t looking pretty at the moment. Any help would be greatly appreciated, it appears to be the code for single star rating that does not work eg: [usr=5]

    Same issue with my website too. Shortcode is not working.

    IT DOES NOT WORK WITH AWFUL WORDPRESS 4.4.

    UTTER CRAP. PLEASE FIX.

    Plugin Author Chasil

    (@chasil)

    Hey guys,

    I am sorry to hear that. I tested it against RC1 and it worked for me…

    Please be patient, I will work on this issue!

    Thread Starter trm0002

    (@trm0002)

    Thanks! Appreciate your work and support.

    Thumbs up!

    Ture

    Plugin Author Chasil

    (@chasil)

    Released 1.10.0

    Had less time to test as much as I wanted…

    Problem
    Sortcodes now may not be like this: [usr=5]
    They now have to be this way: [usr 5]

    This update has an update routine inside so that all your content gets updated so that USR should work again.

    Please use the new shortcode in future.

    Let me know if it works for you

    Morning Chasil,

    That works fine for me – thank you.

    Thread Starter trm0002

    (@trm0002)

    Any idea how to change that for more than 250 posts? Manually??…??

    Thread Starter trm0002

    (@trm0002)

    Just updated the plugin… everything works fine again! Thanks x 1000!!!

    Just ran the update, but all shortcodes are stil [usr=X]. Any ideas how to get them changed in a fast way?

    Plugin Author Chasil

    (@chasil)

    Hi!

    I added an update routine for the database. Because I had to add some cases in which the update script doesn’t start it is possible that some installations have to do it manually.

    The easiest way is to use phpMyAdmin to execute an sql statement manually.

    Just use this:
    UPDATE wp_posts SET post_content = REPLACE ( post_content, 'usr=', 'usr ')

    Please be aware that the table prefix is wp_ in this case. You probably have to change it inside the SQL.

    Please let me know if this is not a possibility. There are some plugins which can do the job for you…

    Regards

    The fix has worked for us. Thanks for getting it fixed so quickly!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Just updated to WP 4.4 – BROKE!’ is closed to new replies.