Google Maps problem after 2.1.1 update

Home Forums Legacy Support Support queries Setup issues Google Maps problem after 2.1.1 update

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #56843
    Steyno
    Participant
    Hello, I have migrated my site and found these errors also coinciding with the latest update:
    1. The Course Carousel on the HOME page is cut-off on the right-most edge. [See attachment]
    How to make it fit in properly?  
    1. On the CONTACT US page, the Google Map does not open. Error message:
    Sorry! Something went wrong. This page didn't load Google Maps correctly. See the JavaScript console for technical details. Upon Inspect on Console, these messages appear: Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.ab @ js?sensor=true:32 util.js:208 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys util.js:208 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required Please advise. Thank You!
    #56934
    Anshuman Sahu
    Keymaster
    1. Can you please share your site url to check this issue ?i tried to access your site (url that you provided in your previous replies .) but it is returning 404 error .Can you please share a valid url  . also try setting the minimum and maximum number of block in carousel settings . refer : http://prntscr.com/bpulic 2. Please provide a google api key for maps in your wplms -> miscellaneous -> " Google Maps API Key "  : http://prntscr.com/bpumgh  
    #56965
    Steyno
    Participant
    Thank You Alex! Both above issues are resolved by your suggestions. Another issue which I forgot to mention is the wordpress login page on: http://graystoncampus.co.za/wp-login.php 1. Logo far too small; 2. The login text in the login box does not show when typed in - it appears the font colour is the same as the background.
    #57101
    Anshuman Sahu
    Keymaster
    1 & 2. Please try adding the given css from wp-admin -> wplms -> miscellaneous -> Custom css for wp-login screen : .login h1 a {     background-size: 200px;     height: 46px;     width: 300px; } .login form .input, .login form input[type=checkbox], .login input[type=text] {     background: #313b3d;   } .login #backtoblog a, .login #nav a {     text-decoration: none;     color: #ffffff;   }
    #57278
    Steyno
    Participant
    Hi Alex, I made the changes as you suggested but it didn't change anything. See attached.
    #57417
    Anshuman Sahu
    Keymaster
    Have you put the css in  wp-admin -> wplms -> miscellaneous -> Custom css for wp-login screen. Please check the path for adding the css  .
    #57446
    Steyno
    Participant
    Yes Alex, I have checked and double checked. See attached:
    #57569
    Anshuman Sahu
    Keymaster
    Okay can you please share your site url and admin credentials in a private reply  to check the issue at your end ?
    #57633
    Steyno
    Participant
    Thanks Alex! www.graystoncampus.co.za/wp-login.php Username: VibeSupport PW: IwaaGP)s523kJA6MF(!Prg4g
    #57839
    Anshuman Sahu
    Keymaster
    The css is added to the wp login screen but it is  not taking effect at all . Infact any css that is added is not taking any effect in your wp-admin login screen . refer : http://prntscr.com/brvlgy But i found that it was working when i add it in the body of the wp-login page dom . so  I used a different hook for that and added the given code in your wplms-customizer.php file  : add_filter('login_headerurl','add_css_inlogin_body'); function add_css_inlogin_body($x){   echo '<style>   .login form .input, .login form input[type=checkbox], .login input[type=text] {     background: #313b3d; }.login #backtoblog a, .login #nav a {     text-decoration: none;     color: #ffffff;  }.login h1 a {     background-size: 200px;     height: 46px;     width: 300px; }   </style>';   return $x; } Note that i already added the code to your site please do not add it again  
    #57927
    Steyno
    Participant
    Thank you very much for fixing the login screen! What you are saying about 'not taking effect on the login page' I have also encountered when I wanted to increase the size of the logo image upon scrolling with this code. header.fixed #logo img { max-height: 35px; } Does this have something to do with the child theme? I need it to function correctly in order to make style changes. I appreciate the help!  
    #58098
    Anshuman Sahu
    Keymaster
    Sorry i have no idea why that is not working at your end . Maybe it is a third party plugin issue or from hosting  or something else . You can try deactivating third party plugins and check the issue again .
    #58102
    Anshuman Sahu
    Keymaster
    #61054
    ORM1
    Participant
    We are facing a similar problem after updating website http://prntscr.com/bykxor attached
    #61255
    Anshuman Sahu
    Keymaster
    Please check if you have  provided a google api key for maps in your wplms -> miscellaneous -> " Google Maps API Key "  : http://prntscr.com/bpumgh . Create maps api in Google and then add it in the wplms settings . PS : it is recommended to create  your own topics for better resolutions .
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Google Maps problem after 2.1.1 update’ is closed to new replies.