Disable Notification 'Please Add Google Maps API Credentials Here To Use Google Maps'. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Disable Notification 'Please Add Google Maps API Credentials Here To Use Google Maps'.

R

Remco

SP Page Builder 3 years ago

Hi,

In the overview of the Page Builder pages, the message 'Please add Google Maps API credentials here to use Google Maps.' is shown. I never use the Google Maps API, so I would like to disable this notification. When I click on the cross icon it disappears, but when I refresh the page this message is back. I also give my clients access to the backend, so this notification is disruptive.

For example, add an option to the extension-options to turn the notification on or off.

Regards, Remco

0
2 Answers
R
Remco
Accepted Answer
3 years ago #72038

For now I have created a template override in the backend (/administrator/templates/atum/html/com_sppagebuilder/pages/default.php) and removed a piece of code from it. But I think it would be desirable to hide the Google Maps API notification via an on/off function in the Page Builder options menu.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #72080

Hello Remco

I have found a fix. You can use this CSS to /media/templates/administrator/atum/css/template.css

.sp-pagebuilder-admin joomla-alert[type=info]{
    display: none;
}

But I think your solution is better. We will think about giving an option to remove this warning.

Best regards

0