costicanu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Language suddenly switched to another languagesame here! It automatically changed from Romanian to English.
For the moment, no idea on how to fix it.
Found out and solved it very very ugly,
on /woocommerce/assets/js/frontend/checkout.min.js
i modified
this.$checkout_form.on(“change keydown”,”.address-field input.input-text, .update_totals_on_change input.input-text”,this.queue_update_checkout)TO
this.$checkout_form.on(“change keydown”,”.address-field input.input-text, .update_totals_on_change input.input-text”,true)
Any better idea is welcomed!
Thank you!Forum: Plugins
In reply to: [NextGEN Public Uploader] require description fieldCool idea!
Maybe you can give few tips on how to do that, to be easier for developers to add this functionality to it quickly.Forum: Fixing WordPress
In reply to: Invalid RSSHehe, I have multiple internet connections, Ploiesti, Brasov, USA.
Forum: Fixing WordPress
In reply to: Invalid RSSI just checked your site to see what’s there, you gave that link, Romania doesn’t looks suspicious.
Forum: Fixing WordPress
In reply to: Invalid RSSVery easy to figure out if is from your computer. You’re a designer, but maybe you have Dreamweaver or other editor. Open the editor, create a new html page, write something in the body of that html file and save it. If you have Dreamweaver write something in design mode. Save it, close,open it again and you will see if the malicious code is there. If is there don’t forget announce here!
Forum: Fixing WordPress
In reply to: Invalid RSSMaybe if you have more details. Give us a list of your plugins
Forum: Fixing WordPress
In reply to: Invalid RSSYes, but unfortunately the hack is still there. Update WordPress and update all your plugins.
Forum: Fixing WordPress
In reply to: Invalid RSSYour site is hacked. Now I have a client that has the same problem.
If you look at the source code of your site you can see that image insertion after the end of html tag. I though it was from that autoresponder plugin because it has some encrypted php code in it.As I see, client uses:
Contact Form 7
Google Analytics
Google XML
and
NextGENIf you want to remove that image you can find it in index.php file.
I will have a closer look to see If I can find the source of the hack.If you put others websites on that server, all of them will be attacked, only your current wordpress site will work. That tells me that can be a problem with a wordpress plugin. We will see, maybe someone discover the solution faster than us!
Forum: Fixing WordPress
In reply to: Invalid RSSDo you have installed the wordpress autoresponder plugin?