SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [Answered] Problem with IPB Dropdown Profile - Page 2

[Answered] Problem with IPB Dropdown Profile


    Go to page : Previous  1, 2, 3  Next

  • Please log in to Reply

View previous topic View next topic Go down  Message [Page 2 of 3]

#11

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Tue Sep 09, 2014 2:00 pm

 
i see on your problem and this is the result [Answered] Problem with IPB Dropdown Profile - Page 2 Ee10 and find this in your overallheader
Code:
<div style="position: absolute; z-index: 9999; top: 32px; left: 750px;" class="ipsHeaderMenu boxShadow" id="user_link_menucontent">
and replace with this
Code:

<div style="position: absolute; z-index: 9999; left: 906px; top: 36px;" class="ipsHeaderMenu boxShadow" id="user_link_menucontent">

https://socialacademy.forumotion.com
#12

Offlinemicul`wji

micul`wji
 
Member
Member

Posted Wed Sep 10, 2014 10:24 am

 
I can not find this code
Code:
<div style="position: absolute; z-index: 9999; top: 32px; left: 750px;" class="ipsHeaderMenu boxShadow" id="user_link_menucontent">
in the template and this is not the main problem. The main problem is that's why the background is transparent [Answered] Problem with IPB Dropdown Profile - Page 2 Screenshot_101

http://exiled.wow3.info/
#13

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Wed Sep 10, 2014 10:30 am

 
micul`wji wrote:[link="/t591-problem-with-ipb-dropdown-profile#5116"]I can not find this code
Code:
<div style="position: absolute; z-index: 9999; top: 32px; left: 750px;" class="ipsHeaderMenu boxShadow" id="user_link_menucontent">
in the template and this is not the main problem. The main problem is that's why the background is transparent [Answered] Problem with IPB Dropdown Profile - Page 2 Screenshot_101
that's wierd when i open and login into your forum its work fine .. did you clear you cache browser ?

https://socialacademy.forumotion.com
#14

Offlinemicul`wji

micul`wji
 
Member
Member

Posted Wed Sep 10, 2014 2:25 pm

 
did you clear you cache browser ?

yes but nothing happened

http://exiled.wow3.info/
#15

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Thu Sep 11, 2014 3:18 am

 
Find this in your CSS
Code:
.ipsHeaderMenu {
    background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 transparent;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    padding: 10px;
    width: 340px;
    z-index: 9 !important;
}
and replace with this
Code:
.ipsHeaderMenu {
    background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 transparent !important;
    border-radius: 0 0 6px 6px!important;
    overflow: hidden!important;
    padding: 10px!important;
    width: 340px!important;
    z-index: 9 !important;
}

https://socialacademy.forumotion.com
#16

Offlinemicul`wji

micul`wji
 
Member
Member

Posted Thu Sep 11, 2014 10:27 am

 
Red™ wrote:[link="/t591-problem-with-ipb-dropdown-profile#5139"]Find this in your CSS
Code:
.ipsHeaderMenu {
    background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 transparent;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    padding: 10px;
    width: 340px;
    z-index: 9 !important;
}
and replace with this
Code:
.ipsHeaderMenu {
    background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 transparent !important;
    border-radius: 0 0 6px 6px!important;
    overflow: hidden!important;
    padding: 10px!important;
    width: 340px!important;
    z-index: 9 !important;
}

that code ".ipsHeaderMenu" does not exist in my css

http://exiled.wow3.info/
#17

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Thu Sep 11, 2014 11:40 am

 
well then if not exist put this in your CSS
Code:
 .ipsHeaderMenu {
        background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 transparent !important;
        border-radius: 0 0 6px 6px!important;
        overflow: hidden!important;
        padding: 10px!important;
        width: 340px!important;
        z-index: 9 !important;
    }

https://socialacademy.forumotion.com
#18

Offlinemicul`wji

micul`wji
 
Member
Member

Posted Thu Sep 11, 2014 12:13 pm

 
It seems that the code exists in the template overeall_header I tried to change it but nothing as does the background transparent

http://exiled.wow3.info/
#19

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Fri Sep 12, 2014 6:23 am

 
micul`wji wrote:[link="/t591-problem-with-ipb-dropdown-profile#5148"]It seems that the code exists in the template overeall_header I tried to change it but nothing as does the background transparent
Try this add to your CSS
Code:
.ipsHeaderMenu {
    background: -moz-linear-gradient(center top , #fff 0%, #f6f6f6 70%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    padding: 10px;
    width: 340px;
    z-index: 9 !important;
}
but if still nothing happen can you pm me an Admin account ? thanks ..

https://socialacademy.forumotion.com
#20

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Mon Sep 15, 2014 10:25 am

 
response?

https://socialacademy.forumotion.com
#21

OfflineSponsored content


 

Posted

 

Message (Page 2 of 3)


    Go to page : Previous  1, 2, 3  Next


Share Topics Url

Url
BBcode
HTML

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

 
  • Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com


Social Academy Forum
© Social Academy 2013-2022