Yes, see the setting under Menu Item configuration called
Google Maps Base Language
Supported languages are documented by Google:
This is due to your CSS adding *padding* to some element inside the google popup window. You can clear padding off all elements with
.popupWindow *{
padding:0 !important;
}
Add this to your CSS
.found{display:none;}
Yes. Using CSS, you can float your form elements left to right. First, we float our form elements with
.locator_form { border: 1px solid #EEE; margin-bottom: 5px; overflow: auto; float: left; }
Then ensure the form itself pushes the map down.
.com_locator_forms { overflow: auto; }
Now make sure the submit button is on its own line below the form elements.
.locator_submit { clear: both; float: left; }
Here is a video showing how to add "Email Me" to an individual location and have that link to a mailto: email link so that the end user can contact the location.
Be sure to check this list often, as we are always adding support for additional gateways.
Gateway | Supported? | Support Recurring Billing? |
---|---|---|
PayPal Website Payments Standard | Yes | Yes |
PayPal Website Payments Pro | Yes | Yes |
Authorize.net | Yes | Yes |
Payflow Pro | Yes | No |
Authorize.net eCheck | Yes | Yes |
Bibit | BETA | BETA |
Payflow Link | Yes | No |
Upgrades are free forever. No exceptions. You can always download the latest version using your original download links.
The tite of the locator page is determined by the title of the Menu Item
This locator:
http://screencast.com/t/rQqCt30n0
Has the title set by the Menu Item shown here:
http://screencast.com/t/e7Md07Wj
You can override that value by updating this setting on the Menu Item configuration.
http://screencast.com/t/8eHgMXee
Still not showing up? Ensure you havent made any customizations to your template that may interfere.
Also, Joomla 1.7 changed this setting to "Page Heading", and we have updated our software to reflect that change. So ensure you're running the latest version.
If the combined width of the results and the map are too wide for your layout, the map can push below the results as shown here:
http://screencast.com/t/UJbzeUOBs7o
Adjust the map width parameter and ensure you have enough space to display both the results and the map side-by-side.
The Dponations & Payments component includes a module that can be used to display the donations received.
It automatically updates as payments are made. It includes a number of options for display:
Show Thermomter: This option hides or enables the animated thermometer.
Show Text of percent goal?: This option displays a text summary of the progress toward the set Fundraising Goal
Width: This sets the width of the Flash thermometer
Currency Symbol: The symbol to use on the thermometer for currency (E.g. $ or EU)
Thermometer Max Value: The highest value that can be represented by the thermometer
Thermometer Scale Markers: This allows you to enter scale values displayed on the thermometer.
Fundraising Goal: The goal dollar value used when calculating your progress
Show X Recent Donations: Enter the number of donations to display the actual dollar amounts in text format below the thermometer
Configuration Id(s): This setting allows you to control which payments are displayed on this calculator. Enter the ID number of the configuration here to filter the payments to a certain configuration.