The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Invision Profile problem

3 posters

Go down

Solved Invision Profile problem

Post by radujosanu March 20th 2011, 8:31 pm

The profile pop-up left to the post seems to have a bugged layout, as in all the buttons are not one under the other, but one under and to the right of the other.
Example: http://prodigyduelacademy.forumotion.net/t6-prodigy-attack-rules#6

When you click the username, the menu has a weird look.

Also, when browsing a topic, underneath the topic and before the quick reply(the quick moderation tools area) has a white background. How do I fix that?


Last edited by radujosanu on March 28th 2011, 10:13 pm; edited 1 time in total
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 21st 2011, 12:33 pm

BUMP.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by MrMario March 21st 2011, 9:25 pm

I don't see or have access to the pop out menu for the users.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 23rd 2011, 7:09 pm

Please try registering, or I could PM you my account to access the forum so you can see the pop-up menu. Or, if you know what could be the problem, I could fix it from here.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by MrMario March 23rd 2011, 8:09 pm

If you want you can create an account for me and PM it to me.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 23rd 2011, 8:20 pm

Name: MrMario
Password: forumotion123
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:29 pm

BUMP?
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:30 pm

Is it alright if I access this account? I want to have a look at this problem myself. Wink

I will come back to you if I have a solution.

EDIT: I have managed to fix it slightly for you, but I must say the CSS is quite strange. Smile

Please add this to your CSS code:

Code:
.popupmenu {
    background-color: #000000;
    border: 1px solid #D0D0D0;
    font-size: 11px;
    list-style: none outside none;
    min-width: 10px;
    padding: 10px;
    width: 155px;
}

To find your CSS code, please go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet and paste the code there

Smile

Regards,

Base


Last edited by Base on March 28th 2011, 7:36 pm; edited 1 time in total
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:31 pm

I don't think MrMario would have a problem with that. And while I'm at it, congratulations MrMario on being promoted to Administrator.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:37 pm

I have edited my post with the solution. Please tell me what you think of it.

And yes, my congratulations must go to MrMario as well. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:40 pm

Thanks, the positioning is right, but the avatar is covered by a couple of the links inside the popup box, any idea how to fix that?
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:46 pm

I can't move it away from the links without affecting the width of the box, however you can remove it by adding this to your CSS code:

Code:
.postprofile-head .avatar {
    text-align: center;
    display: none;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:48 pm

The width of the box is irrelevant, but, as it can be seen now, all the buttons form a decreasing ladder Sad
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:49 pm

It was working a moment ago when the profile display was on the right side. Try moving it onto the right side one more time.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:51 pm

Still same problem, the ladder one.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:52 pm

Ah okay, please add this to your CSS code then:

Code:
.popupmenu li a.profile-icon {
    display: block;
    float: left;
    margin: 0 0.5em 0 0;
    text-align: center;
    width: 50px;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:54 pm

Sorry for being such a perfectionist, but the "Send an e-mail" button is out of column.
Thanks in advance for your help and thanks for your help so far Very Happy
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 7:58 pm

You're welcome. Where is this "send an email" button? Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 7:59 pm

At the post profile, to the right of the Private Message Button, above the See all Posts button.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 8:10 pm

I'm sorry, but this is all I can see:

Invision Profile problem Allicansee

Where is this "send an email button"? A screenshot would be helpful thanks. It might even be in the screenshot above. Razz
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 8:14 pm

Invision Profile problem Asdasa10
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 8:15 pm

I need to have access to it so that I can adjust it. Are there any permissions stopping from me sending an email or seeing that option?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 8:18 pm

Try now, I have no idea what might have been causing it, I can PM you my account if you want tho.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 10:09 pm

This took me quite a while to figure, but I have managed to get it to appear. Wink

Please add this to your CSS code:

Code:
.popupmenu li a {
    display: table-cell;
    padding: 6px;
}

Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 10:11 pm

Thanks a lot man. One final question:how did you figure out what you had to edit?
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by Base March 28th 2011, 10:12 pm

Once again, you're very welcome. Very Happy

I use the Firefox add-on called "Firebug" to assist me.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Invision Profile problem

Post by radujosanu March 28th 2011, 10:13 pm

Ok. Issue solved, thank you once again Base xD

You may lock this.
avatar
radujosanu
Forumember

Posts : 37
Reputation : 10
Language : Romanian

Back to top Go down

Solved Re: Invision Profile problem

Post by MrMario March 29th 2011, 1:04 am

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum