Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization UID login services (How to remove UID login) |
UID login services |
Dear Ucoz I was wondering what is the best way to theme the UID login? and are there any example themes?
Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
Post edited by Mark-ucoz-co-uk - Thursday, 2015-03-12, 10:48 AM
|
Mark-ucoz-co-uk, you can change it into the traditional login form, if this is what you mean: http://forum.ucoz.com/forum/31-15777-1
I'm not active on the forum anymore. Please contact other forum staff.
|
Mark-ucoz-co-uk, you can change it into the traditional login form, if this is what you mean: http://forum.ucoz.com/forum/31-15777-1 Thanks for the reply Sunny but what I want to do is I know I can have the old login form at the same time as UID login but anyway I can show the old form and uid buttons instead of having a link to old form my website is http://randomness-fun.com Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
|
Well I want to display the old login form but have the UID login buttons right below it instead of having to click a link to show old form Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
|
Mark-ucoz-co-uk, you can display the old login form by adding the following line to CSS: #baseLogForm {display:block!important} 1 where would I add that in the css? im using template 1321 Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
|
Helo I tried putting tht at the end of the css but its not showing it still asks to click the link to show old login form. Edit: the problem I am having now is it works but when someone clicks the login button for the pop up login it still requires the link how can I get rid of the link?
Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
Post edited by Mark-ucoz-co-uk - Friday, 2015-03-13, 2:18 AM
|
Customized login How to use : - Go to BUILDER - ENABLE BUILDER - Add Block + - Click on Block Options - Go to HTML and put this Code : - Save it - Donne ! You can customize the CSS (change colors ect...) Attachments:
9541786.png
(18.7 Kb)
·
3419366.png
(14.2 Kb)
A person who never made a mistake never tried anything new
Post edited by steven4u - Friday, 2015-03-13, 4:38 PM
|
Customized login How to use : - Go to BUILDER - ENABLE BUILDER - Add Block + - Click on Block Options - Go to HTML and put this Code : - Save it - Donne ! You can customize the CSS (change colors ect...) Attachments: 9541786.png(19Kb) · 3419366.png(14Kb) thanks for the reply I still would like social buttons as well id just like it so the old form doesnt appear hidden behind a link is that possible? Edit: When I use your code above it makes all the blocks on the left appear huge across the page how can I fix it? Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
Post edited by Mark-ucoz-co-uk - Monday, 2015-03-16, 4:40 AM
|
Mark-ucoz-co-uk, you can hide the link in the following way:
Code a.noun {display:none;} However, it is possible that some other links on the website have the same class. I don't see any, but I haven't checked all site pages. I'm not active on the forum anymore. Please contact other forum staff.
|
Mark-ucoz-co-uk, you can hide the link in the following way: a.noun {display:none;}1 However, it is possible that some other links on the website have the same class. I don't see any, but I haven't checked all site pages. Thanks for the info sunny but if I hide the link like that would the login box still appear or? because the code gave me messes up my website the box appears all over the main page so I deleted it Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
|
Mark-ucoz-co-uk, yes, if you add both
Code #baseLogForm {display:block!important} a.noun {display:none;} the login form will be displayed, but the "Old login form" link won't be. I'm not active on the forum anymore. Please contact other forum staff.
|
Hello Sunny I have added that to my CSS but it doesn't seem to be appearing on design #1231
Check Out Rservices & RandomAndroid at: http://http://www.randomness-fun.com/ Hosted by Ucoz also come come check out our official Android IRC chat room at: http://www.randomness-fun.com/index/rservices_irc_chat/0-34
|
| |||