Sticky/floating profile?
2 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Sticky/floating profile?
First topic message reminder :
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : ( link is hidden, you must reply to see )
This is my first message in the forum, so I'm not even sure if I'm posting this in the right section or the right way. Please forgive me for any misleads on my part.
Basically, I'm facing a problem with CC that I don't know anything about.
All I want to do is make profiles sticky (make them float/follow me when I scroll down the posts), but I don't seem to make it work anyhow.
I tried some solutions about the function "sticky" I found on the Internet, but I didn't manage to make it work out.
My forum is private (I don't open it to the public because I use it with a few friends for role-playing).
Thanks for reading!
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : ( link is hidden, you must reply to see )
Description of problem
Hello,This is my first message in the forum, so I'm not even sure if I'm posting this in the right section or the right way. Please forgive me for any misleads on my part.
Basically, I'm facing a problem with CC that I don't know anything about.
All I want to do is make profiles sticky (make them float/follow me when I scroll down the posts), but I don't seem to make it work anyhow.
I tried some solutions about the function "sticky" I found on the Internet, but I didn't manage to make it work out.
My forum is private (I don't open it to the public because I use it with a few friends for role-playing).
Thanks for reading!
Last edited by Yuee12 on December 31st 2021, 2:34 pm; edited 1 time in total
Re: Sticky/floating profile?
add !important
- Code:
.postprofile {
padding: 0px;
position: sticky !important;
top: 43px;
margin-top: 55px;
}
Re: Sticky/floating profile?
skouliki wrote:add !important
- Code:
.postprofile {
padding: 0px;
position: sticky !important;
top: 43px;
margin-top: 55px;
}
Done, but still nothing.
Re: Sticky/floating profile?
ok so
in my test forum i have your template and CSS on and the code is working fine
and without those additions, the code worked ok at first place
but in your forum is not working even when you turned your js off
well i don't know !! we have done all the steps
i will keep looking into it during the day
do you have a javascript for the post profile with this element pie-prof ?
if yes disable it
in my test forum i have your template and CSS on and the code is working fine
and without those additions, the code worked ok at first place
but in your forum is not working even when you turned your js off
well i don't know !! we have done all the steps
i will keep looking into it during the day
do you have a javascript for the post profile with this element pie-prof ?
if yes disable it
Re: Sticky/floating profile?
found it !!! @Yuee12
delete my code and read it
the error was the overflow that was hidden on your content element
delete my code and read it
- Code:
#content-container div#main {
overflow: unset; }
.postprofile {
padding: 0px;
position: sticky !important;
top: 0;
margin-top: 55px;
}
the error was the overflow that was hidden on your content element
TonnyKamper likes this post
Re: Sticky/floating profile?
skouliki wrote:found it !!! @Yuee12
delete my code and read it
- Code:
#content-container div#main {
overflow: unset; }
.postprofile {
padding: 0px;
position: sticky !important;
top: 0;
margin-top: 55px;
}
the error was the overflow that was hidden on your content element
I will try this right away! 1 sec!
Re: Sticky/floating profile?
Yuee12 wrote:skouliki wrote:found it !!! @Yuee12
delete my code and read it
- Code:
#content-container div#main {
overflow: unset; }
.postprofile {
padding: 0px;
position: sticky !important;
top: 0;
margin-top: 55px;
}
the error was the overflow that was hidden on your content element
I will try this right away! 1 sec!
YESSSSS !!!! IT WORKS!!!
Omg thank you so, so much!!!
skouliki likes this post
TonnyKamper likes this post
Re: Sticky/floating profile?
skouliki wrote:finally !!!!!!
i guess your forum wasnt haunted !
No, it's not!!
I will proceed to rearrange the profiles and so on.
Thank you very, very much for everything!
skouliki likes this post
Re: Sticky/floating profile?
Problem solved & topic archived.
|
Page 2 of 2 • 1, 2
Similar topics
» Floating Menu
» Floating Text.
» Combination of two floating menus
» Have Problem with floating menu
» Floating Menu :: Individual Button Hover Code
» Floating Text.
» Combination of two floating menus
» Have Problem with floating menu
» Floating Menu :: Individual Button Hover Code
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum