Home › Forums › Legacy Support › 4.0 Bugs & Issues › Accessing Embed video code, Account Creatiion & Duplicate Logo on mobile menu
Tagged: 4.0 Bugs and Fixes, login, video
- This topic has 6 replies, 4 voices, and was last updated 4 years, 3 months ago by Trott Bailey University.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
August 12, 2020 at 6:53 pm #282435Trott Bailey UniversitySpectatorHello WPLMS Team, Here a screencast of few issues with the 4.0 upgrade http://somup.com/cYjlFp6aLZ First off, we love the upgrade you guys obviously put in a lot of hard work to make this user interface so awesome. Our team have given you a 5 star on Themeforest, if there is anywhere else I can give any more 5 stars I would be happy to do so :) We have synced each query with the screen recording, so here are the issues:
- We would like to change the color of the login icon
- Once you scroll it can't be seen
- On mobile the logo duplicates
- When a user tries to create an account with an email that is already registered there is no error message saying email already in use(Here is a nice error message regard email / password on the login option)
- The mobile logined-in drop down menu cuts off to the left on small screens
- We have thousands of videos in our courses, but if you want to change the video location the embed option disappears.
August 13, 2020 at 6:26 am #282903JacksonBlockedHello, If you want to change this color: Use code: header a.loggedin_user span.vibebp_name { color:green !important; } RefeR: https://prnt.sc/tys7bb 2- For duplicate logo at mobile device: use this code: @media only screen and (max-width: 600px){ h1#logo a img:nth-child(3) { display:none !important } } 3- For logged in menu , use code given below: header .loggedin_user_div .user_menu.active { position:absolute; left:0px !important; } Refer: https://prnt.sc/tysc8u Thanks,August 13, 2020 at 6:40 am #282948VeronicaModeratorhi @KimroyB thanks for your kind words it really means a lot to us. it gives us motivation. really appreciated. the video you shared is really amazing will help us to replicate the same. thanks a lot
now come to your queries... trying to answer your queries one by one all the styling related queries @Jackson will reply to you.
When a user tries to create an account with an email that is already registered there is no error message saying email already in use yes because we have added the red line if it's already in use.
and for the 6th point I am testing the same on my local setup and then let you know
also, it's a request if you have more than one query please create new topics for them. we follow one topic for one single query because it helps us to understand the requirement better, to avoid confusion and faster resolution.
thanks for understanding the same
you can create topics under the specified category like:
for general : how-to/others/setup sections
for styling: styling section
for translation: translation section etc...
to resolve queries in a faster way create separate topics for all queries
i hope you understand
proceeding to the testing...August 13, 2020 at 7:24 am #283065VeronicaModeratorplease refer this is working fine: http://somup.com/cYjI1s6zKz you need to update your theme and plugins latest one.August 13, 2020 at 10:46 am #283632Trott Bailey UniversitySpectatorHello Jackson, Which area on the website should these codes be inserted. I have tried adding them to Appearance - customize - custom css. But it doesn't seem to be addressing the issues. Thanks for your help KBAugust 14, 2020 at 6:49 am #287702DianaParticipantIf the added CSS not working there Then Go to wp-admin > WPLMS > Footer > Google Analytics Code Add in this way <style> -----> all your cSS will be added here </style>August 16, 2020 at 8:31 pm #292398Trott Bailey UniversitySpectatorHello Diana, I have followed your instructions but none of the changes are reflecting on the site. Thanks Kimroy -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘Accessing Embed video code, Account Creatiion & Duplicate Logo on mobile menu’ is closed to new replies.