![]() |
Where to edit the profile popup?
1 Attachment(s)
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 |
Noone?
|
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.
|
Sorry, I meant edit the coloring, transparency, etc. I need to tweak them a bit
|
I can't tell what page that image is from.
|
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.
|
It looks like the background and text color are all set here:
HTML Code:
.memberaction_body.popupbody { background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px 5px 5px 5px; box-shadow: 0 4px 7px #777777; width: 280px;} |
Ok cool, thank you I will try those
|
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 |
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?
|
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.
|
How about a link to the two pages to see the problem.
|
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 |
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) |
alright I will try to mess around with some css to see if I can counter it. Thanks
|
i tried messing around with it, still cant seem to get it fully. any ideas?
|
I see no change. You haven't added anything to set that to float: none.
|
i tried it before but took it off. i will try again though
|
I still do not see anything that you have added to additional.css in order to stop the float there.
|
i added the float: none into additional.css. it looks like it moved it to the right but still on the second line.
|
Try this:
HTML Code:
#logindetails label { clear: none; display: inline-block; float: none;} |
perfect! that worked. thank you so much.
|
All times are GMT. The time now is 01:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|