Viewing 15 replies - 1 through 15 (of 16 total)
  • I have the same issue. anyone???

    Same issue.

    It’s even posted across the WordPress dashboard

    Same issue!!

    I have the same problem! I use this plugin all over my blog, I hope it gets fixed soon!

    Plugin Author ucc_tina

    (@ucc_tina)

    Sorry, I will change it 2weeks later..
    (Since I am on a trip and cant fix it right now)

    to fix this problem, open the plugin file and change
    all

    ?_

    to

    \

    thank you for using it!

    Thanks for the update! It works with those changes.

    Also, I see there is a similar character: ?_s

    Should that be changed to anything? I don’t see it appearing anywhere visible, but just wanted to make sure that it wasn’t effecting anything.

    Thanks.

    Thank you for answering my Tweet ??

    Yes, the fix works and was really simple to do, thank you!

    I also saw the ?_s but didn’t do anything to it and there doesn’t seem to be a problem so far… but please let us know if it should be changed ??

    Thank you again for the awesome plugin!

    Plugin Author ucc_tina

    (@ucc_tina)

    Please also change

    ?_s

    to

    \s

    if not, the new feature will not work…

    Just to clarify, the code is: if ( preg_match("/?_s/",$name) ) {

    Should it be?: if ( preg_match("/\s/",$name) ) {

    Plugin Author ucc_tina

    (@ucc_tina)

    Just to clarify, the code is: if ( preg_match(“/?_s/”,$name) ) {

    Should it be?: if ( preg_match(“/\s/”,$name) ) {

    Yes!! That’s right! \s means space.

    Thread Starter masoodraja

    (@masoodraja)

    Thank you. This fixed the problem. This is a great plug in and very useful on all my websites.

    I know you provided a fix for this, but I’m hoping that when you return, there will be an upgrade to the plugin to fix this… I manage a wordpress site for a non-profit organization, so I don’t have ftp access yet — since the organization’s budget is really tight right now…

    Hi Monlee,

    I’m not the programmer or creator of the plugin, but I did make the fix on my website without ftp access.

    I just logged in as admin on the backend of the wordpress site, clicked on “plugins”, then click “edit” on the add widgets to pages plugin. From there, I scroll through and found the errors and replaced them with \n and \s.

    You should be able to do that without FTP access if you have access to the wordpress log-in with credentials to edit the plugins by clicking edit on the plugin tab.

    I hope that helps.
    Matt

    Thanks mkress!!!!

    I’m using:

    WP 3.1.2
    Add Widgets to Page 2.5

    I’m seeing ?_n at the top and the bottom of the div in the browser. I checked the addw2p.php file using a code-writer software but can’t see that symbol for me to delete/correct.

    Could this be because of the text encoding? I’m using a Mac and I never seen those symbols unless I open-up a file from Windows (usually old Word files).

    Really do hope this can be sorted out very soon; This plugin is enabling me to circumvent a problem I have with one of the main plugins I’m using (I can’t get a list of events to show somehow), but Addw2P can do that for me.

    Thanks in advance,

    J

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Add Widgets to Page: Upgarde Problems’ is closed to new replies.