Jump to content


Welcome to IPS!

Feel free to browse our community to get a feel for how our community software operates. Post in the pre-sales forum with any questions you have before purchasing or use the Test Posting forum to post a few messages yourself! You can also get a free demo to try the IPS Community Suite yourself.

Already an active IPS client?

Login with the same email address and password you use for the client area to access client-only areas.





Photo - - - - -

Resolving of skin issues in Opera 10.60

Posted by Fisana., 05 July 2010 · 114 views


For default skin and all my free skins v3.0.5 & 3.1.1

Issue with user navigation (3.0.5 only)

Posted Image

Open ipb_styles.css

Find
#user_navigation {
Add below
min-width: 260px;

Issue with search navigation (3.1 only)

Posted Image

Open ipb_styles.css

Find
#search { 
Add below
min-width: 300px;
Find
#search_wrap { 
Add below
white-space: nowrap;
Find
        #search .choice {
            background: url({style_images_url}/search_expand.png) no-repeat right; 
Replace with
#search .choice {
           background: url({style_images_url}/search_expand.png) no-repeat 3% 50%;

Issue with Emoticon sidebar (3.0.5 – 3.1.1)

Open ipb_editor.css
Find
#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder { 
width: 100%;
 overflow: auto;
 position: absolute; 
bottom: 25px;
 top: 25px; 
}
Replace with
 #ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder { 
width: 100%;
max-height: 93%;
 overflow: auto;
 position: absolute; 
bottom: 25px;
 top: 25px; 
}

:thumbsup:




*****
small fix For 3.1
Find
#search {

Add below
min-width: 260px;
instead of 300px !!!
very nice ! thanks

Recent Comments

February 2012

S M T W T F S
   1234
56 7 891011
12131415161718
19202122232425
26272829   

Tags

  • official
  • community resources
  • iptracker
  • beta
  • community resources nexus support
  • Featured