Home › Forums › Legacy Support › Support queries › Setup issues › Google Maps problem after 2.1.1 update
Tagged: Google map API, google maps
- This topic has 14 replies, 3 voices, and was last updated 8 years, 3 months ago by Anshuman Sahu.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
July 6, 2016 at 2:22 pm #56843SteynoParticipantHello, I have migrated my site and found these errors also coinciding with the latest update:
- The Course Carousel on the HOME page is cut-off on the right-most edge. [See attachment]
- On the CONTACT US page, the Google Map does not open. Error message:
July 7, 2016 at 8:32 am #56934Anshuman SahuKeymaster1. 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/bpumghJuly 7, 2016 at 11:01 am #56965SteynoParticipantThank 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.July 8, 2016 at 6:00 am #57101Anshuman SahuKeymaster1 & 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; }July 8, 2016 at 1:37 pm #57278SteynoParticipantHi Alex, I made the changes as you suggested but it didn't change anything. See attached.July 9, 2016 at 10:25 am #57417Anshuman SahuKeymasterHave you put the css in wp-admin -> wplms -> miscellaneous -> Custom css for wp-login screen. Please check the path for adding the css .July 9, 2016 at 11:28 am #57446SteynoParticipantYes Alex, I have checked and double checked. See attached:July 11, 2016 at 5:23 am #57569Anshuman SahuKeymasterOkay can you please share your site url and admin credentials in a private reply to check the issue at your end ?July 11, 2016 at 8:51 am #57633SteynoParticipantThanks Alex! www.graystoncampus.co.za/wp-login.php Username: VibeSupport PW: IwaaGP)s523kJA6MF(!Prg4gJuly 12, 2016 at 9:53 am #57839Anshuman SahuKeymasterThe 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 againJuly 12, 2016 at 12:02 pm #57927SteynoParticipantThank 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!July 13, 2016 at 7:49 am #58098Anshuman SahuKeymasterSorry 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 .July 13, 2016 at 7:57 am #58102Anshuman SahuKeymasterJuly 28, 2016 at 11:37 am #61054ORM1ParticipantWe are facing a similar problem after updating website http://prntscr.com/bykxor attachedJuly 29, 2016 at 9:47 am #61255Anshuman SahuKeymasterPlease 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 . -
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘Google Maps problem after 2.1.1 update’ is closed to new replies.