Jump to content

Download: SummerStyle 3.2 [Discount!] 9$


Lesovsky

Recommended Posts

Posted

Yesterday I purchased your skin, very beautifull and will fit nicely to my web site (also white and clean) but because I am new with IPB, only 48 hours with him, I dont know how to install the skin, can I ask you for help with instalation or can you install your skinn for me?

  • Replies 86
  • Created
  • Last Reply
Posted

OK I installed your skin but have few issue, for example gallery is just fine and everything is ok with her but forum are not rendering properly, some images are missing, will try to add image to this thread so you can see by yourself

Posted

It look I am screw something, your template are rendering fine everywhere (gallery, chat, topic, help files...) except on my front page like in atached image, that is the only page with problem. Anyone know what can cause that, what to change?

  • 2 weeks later...
Posted

Sorry for so long that there was no answer.
Have you had this problem right after installation or after your modifications? Try to update the cache style.

  • 2 months later...
  • 3 months later...
  • 1 month later...
Posted

Open ipb_styles.css

Find:


#primary_nav {

    font-size: 0.95em;

    padding-left: 5px;

    border-bottom: 1px solid #E0DDD3;

    border-radius: 6px 6px 0 0;

    -moz-border-radius: 6px 6px 0 0;

    -webkit-border-top-left-radius: 6px;

    -webkit-border-top-right-radius: 6px;

    height: 41px;

}

    ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

        color: #fff;

        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

        text-decoration: none;

    }


    ul#community_app_menu li {

        font-size: 0.95em;

        padding: 13px 16px 13px 10px;

    }


    ul#community_app_menu li a:hover {

        text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        color: #ffffff;

        text-decoration: none;

    }


        ul#community_app_menu li.active {

            font-weight: bold;    

        }


#more_apps_menucontent {

    background: #173455;

    font-size: 12px;

    border: 0;

    min-width: 140px;

    -moz-box-shadow: none;

    -moz-border-radius: 0 0 4px 4px;

    -webkit-border-bottom-right-radius: 4px;

    -webkit-border-bottom-left-radius: 4px;

    border-radius: 0 0 4px 4px;

}

    #more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

    #more_apps_menucontent a { 

        display: block;

        padding: 8px 10px;

        color: #fff;

        text-shadow: 0px 1px 1px rgba(0,0,0,0.5);

    }


    #more_apps_menucontent a:hover { color: #000; }

Replace:


#primary_nav {

        font-size: 0.95em;

        padding-left: 5px;

        border-bottom: 1px solid #E0DDD3;

        border-radius: 6px 6px 0 0;

        -moz-border-radius: 6px 6px 0 0;

        -webkit-border-top-left-radius: 6px;

        -webkit-border-top-right-radius: 6px;

        height: 41px;

}


#community_app_menu { max-width: 73%; }


        ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

                color: #fff;

                text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

                text-decoration: none;

        }


        ul#community_app_menu li {

                font-size: 0.95em;

                padding: 13px 16px 13px 10px;

        }


        ul#community_app_menu li a:hover {

                text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

                color: #ffffff;

                text-decoration: none;

        }


                ul#community_app_menu li.active {

                        font-weight: bold;      

                }


#more_apps_menucontent {

        background: url({style_images_url}/custom/opacity_black.png) repeat;

        color: #f7f7f7;

        text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        font-size: 12px;

        border: 0;

        min-width: 140px;

        margin-top: 7px;

        padding-top: 2px;

        padding-bottom: 2px;


        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

        -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);


        -moz-border-radius: 6px;

        -webkit-border-radius: 6px;

        border-radius: 6px;

}

        #more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

        #more_apps_menucontent a { 

                display: block;

                padding: 5px 10px;

                color: #f5f5f5;

                text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        }


        #more_apps_menucontent a:hover { color: #fff; }


Posted

Open ipb_styles.css



Find:




#primary_nav {

font-size: 0.95em;

padding-left: 5px;

border-bottom: 1px solid #E0DDD3;

border-radius: 6px 6px 0 0;

-moz-border-radius: 6px 6px 0 0;

-webkit-border-top-left-radius: 6px;

-webkit-border-top-right-radius: 6px;

height: 41px;

}

ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

color: #fff;

text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

text-decoration: none;

}


ul#community_app_menu li {

font-size: 0.95em;

padding: 13px 16px 13px 10px;

}


ul#community_app_menu li a:hover {

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

color: #ffffff;

text-decoration: none;

}


ul#community_app_menu li.active {

font-weight: bold;

}


#more_apps_menucontent {

background: #173455;

font-size: 12px;

border: 0;

min-width: 140px;

-moz-box-shadow: none;

-moz-border-radius: 0 0 4px 4px;

-webkit-border-bottom-right-radius: 4px;

-webkit-border-bottom-left-radius: 4px;

border-radius: 0 0 4px 4px;

}

#more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

#more_apps_menucontent a {

display: block;

padding: 8px 10px;

color: #fff;

text-shadow: 0px 1px 1px rgba(0,0,0,0.5);

}


#more_apps_menucontent a:hover { color: #000; }

Replace:


#primary_nav {

font-size: 0.95em;

padding-left: 5px;

border-bottom: 1px solid #E0DDD3;

border-radius: 6px 6px 0 0;

-moz-border-radius: 6px 6px 0 0;

-webkit-border-top-left-radius: 6px;

-webkit-border-top-right-radius: 6px;

height: 41px;

}


#community_app_menu { max-width: 73%; }


ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

color: #fff;

text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

text-decoration: none;

}


ul#community_app_menu li {

font-size: 0.95em;

padding: 13px 16px 13px 10px;

}


ul#community_app_menu li a:hover {

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

color: #ffffff;

text-decoration: none;

}


ul#community_app_menu li.active {

font-weight: bold;

}


#more_apps_menucontent {

background: url({style_images_url}/custom/opacity_black.png) repeat;

color: #f7f7f7;

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

font-size: 12px;

border: 0;

min-width: 140px;

margin-top: 7px;

padding-top: 2px;

padding-bottom: 2px;


-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);


-moz-border-radius: 6px;

-webkit-border-radius: 6px;

border-radius: 6px;

}

#more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

#more_apps_menucontent a {

display: block;

padding: 5px 10px;

color: #f5f5f5;

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

}


#more_apps_menucontent a:hover { color: #fff; }





Igor,

Spasibo for the quick reply;

Unfortunately, i updated the style.css exactly like you said and still have the same bug/issue with the submenu.
Posted

I did not pay attention, you have custom submenu. Send this menu class, looking at the source code page, or give a link to your forum, I had to find a class, and fixed a bug.

Posted

Is it possible to change body background color in skin settings and maybe put another image in footer? (like more sea image than grass..ha)

regards

bosss

Posted

Is it possible to change body background color in skin settings




Change the color settings, it is impossible. And it is unlikely to be implemented in future versions.


maybe put another image in footer? (like more sea image than grass..ha)




Also, using the settings that can be done, maybe I will add the setting to be able to select the image footer.

You are free to remake the image of the footer, it can be found here:

publicstyle_imagessummerstylecustomipbwrapper_bg.jpg

Importantly, white bottom, the image is not removed, otherwise the picture will fall down under the footer.
Posted

Block Statistics Top 10 is superimposed on the image.

Locate the template Top 10 Statistics put down:


<br class='clear' />




Admincp and modcp link is missed ...




Open dropdown user menu in header bar.
Posted

Block Statistics Top 10 is superimposed on the image.



Locate the template Top 10 Statistics put down:




<br class='clear' />



i removed this code ..but it is same... or what your mean " put it down" ?

Open dropdown user menu in header bar.



black arrow is missing ...i found ... thanks
Posted

black arrow is missing ...i found ... thanks



I fixed a bugs on your forum, good luck.



Coming soon Version 1.0.5 fixes several minor bugs.
Posted

In the Topics Template, there is broken code:


//With #{count} checked posts: ApproveHideUnhideDeleteMergeSplitMove
"); //]]>

So in order to fix that, I just reverted the template and everything is working. I am not entirely sure if you added anything that's really noticeable in the Topic Template that would be new and not included but the Revert seems to do the trick. I suggest you do that for the new version and apply your changes if you have any.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...