anbion
Forum Replies Created
-
Plugin Author can confirm whether this is a quick fix:
.popmake.fixed { position: absolute; }
Hi, I confirm the same problem.
This is a critical issue since the longer popup form I want to use does not fit on many screen sizes and it cannot be scrolled on top of the web page.
An update is much needed indeed.
Forum: Plugins
In reply to: [Full Screen Popup] Full screen background imageThanks for the reply.
The http authentication is defined in the .htaccess file in your website’s root directory and/or in subfolders, if you have folder specific control files.
In this .htaccess file, you can set a password protection to your site or some directory, like
AuthName "Member's Area Name" AuthUserFile /path/to/password/file/.htpasswd AuthType Basic require valid-user
In my earlier example, the site my.domain.com was password protected and this is why the plugin could not sent the lead information:
https://my.domain.com/crm/index.php?entryPoint=WebToLeadCapture
Edit or remove the (hidden) .htaccess file, and the plugin should work. As far as I can tell, there is nothing wrong in the actual plugin. It just cannot penetrate the password protection.
I got it solved:
The SugarCRM website was configured to use basic http authentication. The plugin did not cope with this. Everything worked when I tested without the authentication.
A tip to the developers: you might want to add a request that checks for the authentication and the script pops up an authentication window, if needed. Not a biggie addition.