Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Darren Jackson

    (@thewpcoach)

    Never mind… I figured out that some of the settings for my notifications were the cause.

    The strange part is that the forms simply stopped working. 1 day they were ok then the next they’re not.

    The fix, if anyone is interested, was to change the “From” email address to the email address collected from the form itself. I had 2 forms that used the “Admin” email for the “From” address. For some reason (and still can’t figure out why) making this change fixed the forms.

    Is the way to fix this to use the code above? I only need to add the ability to search 1 item in the meta data. Thanks and let me know.

    I recently ran into the same issue as your #2.

    I fixed it by opening register.js in the assets folder and changed

    $('.ajax-login-register-container').dialog({
            autoOpen: false,
            width: _ajax_login_settings.dialog_width,
            resizable: false,
            modal: true
        });

    to

    ` $(‘.ajax-login-register-container’).dialog({
    autoOpen: false,
    width: _ajax_login_settings.dialog_width,
    resizable: false,
    modal: true,
    open: function(){
    $(‘.ui-widget-overlay’).bind(‘click’,function(){
    $(‘.ajax-login-register-container’).dialog(‘close’);
    })
    }
    });`

    Hope this helps someone…

    DJ

    Maybe I’m missing something here… Where is your search bar? I’m using FF and don’t see anywhere to input a search.

    Also, viewing with FF, you seem to have an issue with where the Google +1 button is showing. Right now, it’s located in the top banner ad.

    Typically this isn’t a problem with the core programming of WP. More times than not a button won’t work because a theme or plugin isn’t compatible with the latest version of WP.

    @kerry – Since it’s a brand new install have you tried simply re-installing the files? Maybe a file got missed or didn’t get uploaded correctly. I’ve seen this happen before.

    Hi all,
    I have tried what theWPcoach suggests, and I did find a file called wp_cache.php
    Deleted it and recovered all my .htaccess files but the injection happened again.
    If anyone else have some suggestions I would really appreciate it.
    This is driving me crazy!
    Thanks all.

    Lior

    BTW- note that some of the crap injected into the .htaccess file is also at the bottom of the file, make sure you don’t miss it.

    I’m sure you’re just missing another file that’s injecting the code. I’m sure it can be different or even coming from another domain in the same account if it’s on a shared environment.

    In my case, I had only 3 files in 3 domains that were causing a contamination of the htaccess files in over 50 sites. Once I found all the files, the problem stopped.

    As I’m sure you’ve figured out, this is a giant pain to solve.

    This same thing has been effecting 50+ sites in my hosting account for the last two days.

    The domains I have are a combination of WP, Joomla and simply hosted domains. They were all effected the same.

    I finally figured out how this was happening… In my case 3 of my WordPress installs were infected by a file either called wp_cache.php or simply _chache.php (as suggested by docarzt). For me they were located in wp-content/uploads/

    After I found and deleted all foreign files, and replaced the infected htaccess files, all went back to normal.

    It’s been a several hours since an injection so I think I’m in the clear. Before, the files were getting infected again between 15-30 minutes.

    Hope this helps.

    Thread Starter Darren Jackson

    (@thewpcoach)

    Resolved…

    Used this plugin: http://wordpress.org/extend/plugins/page-feeder/faq/

    Got this result for the page: http://www.furrybabiesinc.com/aurora-fox-valley-puppy-store/?feedpage

    All is right with the world!

    Again, thanks for the direction 🙂

    Thread Starter Darren Jackson

    (@thewpcoach)

    Thanks for the direction! Much appreciated! I kinda figured it had to be something easy 🙂

    Thread Starter Darren Jackson

    (@thewpcoach)

    Yes… I’m just not sure why it’s a feed for just comments.

Viewing 10 replies - 1 through 10 (of 10 total)