ricomester
Forum Replies Created
-
Uhh.. köszönöm, hát így egyből világos lett, hogy az euro volt a gond. Javítottam is a pénznemeknél.
Köszönöm a segítséget:)
Forum: Plugins
In reply to: [Contact Form 7] Send me a copy checkboxI don’t care if you reported couse’ your buddy cried to you. I don’t know him from the past, he ain’t helped me before nor to my friends, so this was the first meet when I asked something and he came here asking why I want to achieve what I want to achieve, do something completly different.
And besides his answer is degrading. Anyone can go to the settings and check that box.
So cry somewhere else, the answer is there for my own question, if someone needs it, he can find it.
Have a nice day!
Forum: Plugins
In reply to: [Contact Form 7] Send me a copy checkbox@buzztone: if you read carefully I didn’t offend any volunteer, Jason Hendriks was a troll. I came here to find an answer and obviously I needed an answer to that thing, not a possible other solution insted of what I asked for, so in my opinion that was a useless comment to the topic (= trolling, not volunteering)
And for the solution, to achieve this with the latest wp core and cf7 paste this to your theme’s functions.php:
add_filter( 'wpcf7_additional_mail', 'wpcf7_send_mail_to_self', 10, 2 ); function wpcf7_send_mail_to_self( $additional_mail, $cf ) { $cf = WPCF7_Submission::get_instance(); $posted_data = $cf->get_posted_data(); if ( "Másolatot kérek" != $posted_data['send_c'][0] ) $additional_mail = array(); return $additional_mail; }and this line to your CF7:
[checkbox send_c default:1 "Másolatot kérek"] /* Másolatot kérek > send me a copy */make sure mail2 is checked on the Email tab and paste [your-email] to the “To” section.
So after someone press submit it’ll check if “send_c” checkbox is checked and if do so than it allows mail2 to send, and if not checked it won’t send it.
Tested and working. And of course make sure you change the “Másolatot kérek” part in the functions.php to the one you set to the label of your checkbox.
Forum: Plugins
In reply to: [Contact Form 7] Send me a copy checkboxFirst of all, this thread is about I asked for help so it doesn’t seems necessary to ask again after you’ve proved the opposite you’ve just said the last time.
Secondly I’ve solved it and completly changed the code and it’s working now, so I mark this topic as resolved.
Have a nice day, and don’t stop helping others with these great answers like “why doing that, do something else insteed”.
Forum: Plugins
In reply to: [Contact Form 7] Send me a copy checkboxClient needs this function. Btw this isn’t an impossible thing since there were 2 options to achieve this, but after a few updates in CF7 and WP this code isn’t working.
why bother answering? just ignore this thread if you don’t know the answer.
Forum: Plugins
In reply to: [Contact Form 7] Add Google analytic tagThe easiest you can do is simply redirect after submit to a thank you page where you include analytics snippet.
Forum: Plugins
In reply to: [Contact Form 7 To WordPress Post] Parse Error When ActivatingThe plugin only works with PHP 5.4+
If you have older (like me) than you’ll get that message.Forum: Fixing WordPress
In reply to: first somethings disabled, than white blank :(Yes you should, but if all your sites are on the same server than you can check the option “Scan files outside your WordPress installation”, but as I noticed it’s only works fine if you use premium.
But first just activate it on all of your sites.
Forum: Fixing WordPress
In reply to: first somethings disabled, than white blank :(You’re welcome!
But probably there’s still a virus on your server, so install wordfence security. If the error comes back even with wordfence, you’ll have 2 options, one is that manually search for edited or added php files in your wordpress directory, or buy wordfence key and upgrade it to premium, and it’ll do magic.
Thanks for the solution, it works like a charm.
You should get a beer for posting it here too 😉Forum: Fixing WordPress
In reply to: first somethings disabled, than white blank :(I had this problem when one of my site got a virus, and the server automatically deleted files that were infected. Maybe it’s renamed by your provider, and after you renamed it again, they simply deleted it.
try reuploding the file that mentioned, the streams.php and after it, if the site is online again install wordfence and run it, and hope it’ll find something.
Forum: Fixing WordPress
In reply to: Redirects to broken httpsoakridgebbq: i use 64 bit dev version of chrome, and it had this issue about 2 or 3 weeks ago.
I don’t understand the logic either why it solved the problem, but it do solved it. But as it solved another bug come to life, and now my chrome doesn’t remember my passwords anymore, but this is offtopic.
Forum: Fixing WordPress
In reply to: Redirects to broken httpsoakridgebbq: maybe this problem is not wp related. try reinstalling chrome.
I’ve encountered this issue a few weeks ago, not only the sites I maintain were tried to redirect me to https, but all the themeforest links, this is were I realized that it’s chrome fault.
Forum: Fixing WordPress
In reply to: Site is coming up with white screenTara trust me I’ve read the readme after the auto update messed up the whole site and all the accentuated letter’s were symbols, like it’s not in utf-8 encode anymore, and almost every modifications lost.
I have many wp sites at many host providers and only those had problems that were on PHP 5.4, so I’ve changed it to 5.2, and after 5-10 minutes, the site got back to normal.
Also I’ve contacted my hosting provider who said many of his clients had the same issue with this update, and this was the problem for all of them.
So again, I’ve read the readme, but it wasn’t useful, like the answers like “turn off and on the plugin and change to twenty eleven theme and it should be ok”
/never worked for me/Forum: Fixing WordPress
In reply to: Site doesn't load until I stop and refresh it…any idea why?I haven’t encountered this issue either, but as I saw your site have 96 requests on load and most of them are external, maybe facebook or google request are stopping the loading.
About 2 days ago Facebook is very slow and doesn’t load everything fine, so try to disable some social stuffs and turn on WordFence’s falcon cache or try WpRocket cache. It’s on codecanyon and it’s very useful if you have to prefetch requests from external sources, and it can be very fast if you connect it to a CDN, like cloudflare for example.
Btw, GtMetrix says your site’s avarage load time is 5.9s, so it’s not that bad.