demitsin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map] Map not showingOk. this is the link:
http://notamsforflights.com/wordpress1/map/
I have also sent an email to the contact form.
Thank you!
Forum: Fixing WordPress
In reply to: Submit buttonOK! Thanks again for your help!
Forum: Plugins
In reply to: [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map] Map not showingI’m not sure, but i think it happened after worpress upgrade
Forum: Plugins
In reply to: [WP Go Maps - Google Maps, OpenStreetMap, Leaflet Map] Map not showingHi,
I have a similar problem. When i installed this plugin it worked perfectly. I didn’t charge settings or something else and the map is not showed. I get this message:
“The map could not load.
This is normally caused by a conflict with another plugin or a JavaScript error that is preventing our plugin’s Javascript from executing. Please try disable all plugins one by one and see if this problem persists”.I deactiveted all plugins but it didn’t work. Also, i deleted the plugin and i reinstalled it.
Could anyone think what is the problem?
Forum: Fixing WordPress
In reply to: Submit buttonWell, i had writen something wrong. It works!
One last question:
My form comsist of a lot of fields. So, should i write the code$text = isset( $_POST['text'] ) ? sanitize_text_field($_POST['text']) : ''; if( $text !== '' ) { wp_mail($my_email, $subject, $text); echo '<p>Email sent!</p>'; }for each field seperately?
Forum: Fixing WordPress
In reply to: Submit buttonI tried this code and when i choose send, the message “email sent” is appeared but i don’t receive any email.
Something which works is this:
<form action=”MAILTO:[email protected]” method=”post” name=”” enctype=”text/plain”>Thanks for your help!