Tagged: x
-
AuthorPosts
-
June 23, 2016 at 2:04 am #1055876
TomasJarvlingParticipantHi.
On this site: test.nmuab.se we would like to change the background color of the navbar/header and also the footer to #00231fHow do we do this?
Tomas
June 23, 2016 at 2:14 am #1055881
TomasJarvlingParticipantAnd one more thing. We got an error message when using a Google map (see the attached picture)
June 23, 2016 at 4:55 am #1056037
LelyModeratorHi Tomas,
Please use the following CSS. Add it on Appearance > Customize > Custom > Edit Global CSS:
.x-navbar, .x-colophon { background-color: #00231f; }Regarding google map, please do share your page URL so we can investigate further.
June 23, 2016 at 6:15 am #1056131
TomasJarvlingParticipantPlease take a look at this: http://test.nmuab.se/kontakt/
Tomas
June 23, 2016 at 8:01 am #1056255
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
June 24, 2016 at 2:04 am #1057702
TomasJarvlingParticipantHi. Did you get a chance to look at the Google maps problem?
June 24, 2016 at 2:21 am #1057719
RadModeratorHi there,
Yes, it’s due to this error,
js?ver=4.5.3:32 Google Maps API error: MissingKeyMapErrorWe can only check that if we’re able to login.
Thanks!
June 24, 2016 at 3:49 pm #1058524
TomasJarvlingParticipantThis reply has been marked as private.June 24, 2016 at 9:20 pm #1058871
RadModeratorHi Tomas,
Looks like google strictly implement API key now. Please check this other thread, https://community.theme.co/forums/topic/this-page-didnt-load-google-maps-correctly-see-the-javascript-console/
Thanks!
June 27, 2016 at 1:36 am #1060963
TomasJarvlingParticipantOk.
I have an API Key. Should i update this file:
Hi there,You may directly edit this file, for now, \wp-content\plugins\cornerstone\includes\shortcodes\google-map.php
Then add your API Key like this,
wp_register_script( ‘vendor-google-maps’, ‘https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY’ );
Cheers!
And where in the code should I place this?
Tomas
June 27, 2016 at 1:37 am #1060965
TomasJarvlingParticipantOr is it possible to place this script somewhere: <script async defer src=”https://maps.googleapis.com/maps/api/js?key=AIzaSyA086UJ7_16X_vgF3PPB-hXsg4aVco8Oqc&callback=initMap”
type=”text/javascript”></script>Tomas
June 27, 2016 at 1:43 am #1060971
ChristopherModeratorHi there,
Please update this line :
wp_register_script( 'vendor-google-maps', 'https://maps.googleapis.com/maps/api/js' );To :
wp_register_script( 'vendor-google-maps', 'https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY' );Hope it helps.
June 27, 2016 at 3:04 am #1061084
TomasJarvlingParticipantWorked perfectly.
I would like to have the map cover the entire background and not have the gray “container” area around. Is that possible.
Take a look at this page: http://test.nmuab.se/kontakt/June 27, 2016 at 3:28 am #1061108
ChristianModeratorYes. Please disable Column Container option of your Row containing the Map (see attachment).
Thanks.
June 27, 2016 at 4:12 am #1061157
TomasJarvlingParticipantAhh. Easy.
Although, on this page: http://test.nmuab.se/kontakt/
I would like to get rid of the little grey area beneath the map. Is that possible?Tomas
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1055876 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
