View Full Version : Where to edit the profile popup?
ExoticAgenda
12-23-2011, 12:34 AM
Looking at the attached screenshot, where do I edit those values?
Also on an unrelated (but similiar) note....is it possible for the style to not be applied while viewing someones profile? I only have 4 users on the site (site is not live) and there is 1 profile where the style and everything is all off and non-readable but the rest are fine.
Thanks
ExoticAgenda
12-24-2011, 02:40 PM
Noone?
Lynne
12-24-2011, 04:40 PM
Edit them in what way? You aren't being descriptive enough for us to help. If you just want to change the words, then edit them in the Phrase Manager.
ExoticAgenda
12-25-2011, 06:46 PM
Sorry, I meant edit the coloring, transparency, etc. I need to tweak them a bit
Lynne
12-25-2011, 10:58 PM
I can't tell what page that image is from.
ExoticAgenda
12-26-2011, 01:44 PM
It is the pop up menu that appears when you click any users name on the forum and then you can choose whether to view profile, etc.
Lynne
12-26-2011, 05:17 PM
It looks like the background and text color are all set here:
.memberaction_body.popupbody { background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px 5px 5px 5px; box-shadow: 0 4px 7px #777777; width: 280px;}
.popupbody li > a, .popupbody li > label { background: none repeat-x scroll center bottom #FFFFFF; color: #3E3E3E; display: block; font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif; padding: 6.235px 10px; text-align: left; text-decoration: none; white-space: nowrap;}
So try stylevars "formrow_background" and "popupmenu_color"
ExoticAgenda
12-27-2011, 11:57 AM
Ok cool, thank you I will try those
ExoticAgenda
12-28-2011, 01:20 PM
That worked, thank you.
I had another question regarding a different part of the site. I moved the login and all those items below the navbar (using CSS) and put the remember me box on the same line (right side) however, on the CMS page it is still showing the remember box to the left of the login boxes.. Is there a separate area to edit?
Thanks
Lynne
12-28-2011, 03:28 PM
Are you using the exact same style on the CMS page? What css template did you put the css in to move the login box? Is that being called on the cms page?
ExoticAgenda
12-28-2011, 06:42 PM
yes I am using the same style throughout the entire site. I edited the .toplinks in vbulletin-chrome.css by editing/adding 'margin-top:190px' and it pushed the login box down. I then edited the navbar i believe? and took the remember me box out of its 'div' and next to the submit button.
Lynne
12-28-2011, 11:38 PM
How about a link to the two pages to see the problem.
ExoticAgenda
12-29-2011, 12:17 PM
Ok, here is the main url where it doesnt show properly: http://www.exoticagenda.com/
Here is a page where it does work: http://www.exoticagenda.com/forum.php
Lynne
12-30-2011, 01:26 AM
You have this additional css (not in additional.css, it's just additional) on the CMS page:
label, .label {
clear: right;
display: block;
float: left;
font-weight: bold;
padding: 5px 0;
}
You need to add something to additional.css to get rid of the float:left (float:none? I can't check right now as I have to run)
ExoticAgenda
12-30-2011, 02:07 PM
alright I will try to mess around with some css to see if I can counter it. Thanks
ExoticAgenda
01-13-2012, 06:16 PM
i tried messing around with it, still cant seem to get it fully. any ideas?
Lynne
01-13-2012, 10:42 PM
I see no change. You haven't added anything to set that to float: none.
ExoticAgenda
01-15-2012, 09:41 PM
i tried it before but took it off. i will try again though
Lynne
01-16-2012, 09:59 PM
I still do not see anything that you have added to additional.css in order to stop the float there.
ExoticAgenda
01-19-2012, 01:30 PM
i added the float: none into additional.css. it looks like it moved it to the right but still on the second line.
Lynne
01-19-2012, 04:56 PM
Try this:
#logindetails label { clear: none; display: inline-block; float: none;}
ExoticAgenda
01-19-2012, 06:08 PM
perfect! that worked. thank you so much.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.