Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

why two plugins not works on my site ? WordPress

http://archiparmentier.com/non-classe/test-si-contact-form-form1
-> i use the plugin "Fast Secure Contact Form" -> no problem, that works
-> i use the plugin "Contact Form to DB Extension" -> the data are not saved in the DB
Forms i created with "Fast Secure Contact Form" seems not repaired by "Contact Form to DB Extension"

http://archiparmentier.com/non-classe/test
-> i use this plugin : http://nikolaydyankovdesign.com/portfolio/rockstar-map/
that doesn't work (no map appears)
but on another site, no problem : http://www.ptipwa.com/test/sss

<strong>QUESTION :</strong>

why two plugins not works on my site http://archiparmentier.com
What can i do ?

here is the phpinfo : http://archiparmentier.com/info.php


Answers (1)

2012-11-28

Dbranes answers:

Hi, did you manage to solve these two issues?

(the map is showing up here:
http://nikolaydyankovdesign.com/portfolio/rockstar-map/)


Recently I had a client that wanted a form-builder that could save data into the database.

I tested these plugins

http://wordpress.org/extend/plugins/form-maker/screenshots/
http://wordpress.org/extend/plugins/dynamic-plugin/screenshots/
http://wordpress.org/extend/plugins/visual-form-builder/screenshots/
http://wordpress.org/extend/plugins/wordpress-form-manager/
http://wordpress.org/extend/plugins/easy-contact-forms/screenshots/
http://wordpress.org/extend/plugins/contact-form-7/

and we decided to use this
http://wordpress.org/extend/plugins/easy-contact-forms/screenshots/

since the others had fx. various restrictions that where not in the pro-versions, some where only designed to send emails and so on.

So maybe "Easy Contact Forms" could be an option for you if you need a form-builder that can save data into the database
- and the "Contact Form to DB Extension Plugin" is still giving you problems.


cheers


Sébastien | French WordpressDesigner comments:

thanks dbranes
no i don't manage to solve these two issues.
I don't search anothers plugins, i search why this plugins don't work on my site.


Dbranes comments:

ok, I see there is an problem with this part of your map:

zoom : {
initial : ,
max :
},


on this site:

http://archiparmentier.com/non-classe/test

You should try something like these values:

zoom : {
initial : 1 ,
max : 5
},


Sébastien | French WordpressDesigner comments:

that was another map, i have delete it.
initial and max are ok but the problem is always here.


Sébastien | French WordpressDesigner comments:

i don't think that the problem comes from the plugins.
Each plugin work on another site.


Dbranes comments:

To make the map work on

http://archiparmentier.com/non-classe/test

I removed the extra

$('#map1').rmap({
...
});


since it has javascript error in it, so we only have $('#test').rmap to do the mapping.

I first get a total gray map:

http://i.imgur.com/TAUqO.jpg

but when I move around it, and can find location pins like this one:

http://i.imgur.com/QJENO.jpg


ps: maybe you could explain a little bit more about the map error you got - so I'm not misunderstanding the problem ;-)