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.
The forum of the forums
+2
JAN2XONLINE
fliper4o
6 posters

    Forum widgets management > Sliding Panel

    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Forum widgets management > Sliding Panel

    Post by fliper4o Thu 28 Feb - 2:20

    Hey forumotions I've just found this widget Forum widgets management >> Sliding Panel
    Code:
    <style type="text/css" media="all">
    .panel {
        position: fixed;
        top: 50px;
        left: 0;
        display: none;
        background: #000000;
        border:1px solid #111111;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        width: 330px;
        height: auto;
        padding: 30px 30px 30px 130px;
        filter: alpha(opacity=85);
        opacity: .95;
        color: white;
        }
     
        .panel p{
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
        }
     
        .panel a, .panel a:visited{
        margin: 0;
        padding: 0;
        color: #9FC54E;
        text-decoration: none;
        border-bottom: 1px solid #9FC54E;
        }
     
        .panel a:hover, .panel a:visited:hover{
        margin: 0;
        padding: 0;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
        }
     
        a.trigger{
        position: fixed;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#fff !important;
        padding: 20px 38px 20px 5px;
        font-weight: 700;
        background:#333333 url(http://cdn1.iconfinder.com/data/icons/basicset/plus_16.png) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        opacity: .9;
        text-shadow: 0 0 7pt #fff;
        }
     
        a.trigger:hover{
        position: fixed;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #fff;
        padding: 20px 38px 20px 5px;
        font-weight: 700;
        background:#222222 url(IMAGEURL) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        opacity: 1;
            text-shadow: 0 0 7pt #fff;
        }
     
        a.active.trigger {
        background:#222222 url(IMAGEURL) 85% 55% no-repeat;
        position: fixed;
        }
     
        .columns{
        clear: both;
        width: 330px;
        padding: 0 0 20px 0;
        line-height: 22px;
        }
     
        .colleft{
        float: left;
        width: 130px;
        line-height: 22px;
        }
     
        .colright{
        float: right;
        width: 130px;
        line-height: 22px;
        }
     
        ul{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }
     
        ul li{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }
    </style>
        <div class="panel">Вход</div>
        <a class="trigger" href="#"></a>
    looks like this now but what I can add and how /any tutorials/ ?? It's cool but I dont know what to add something for topics, messages, login/off.... share buttons or ads
    Forum widgets management > Sliding Panel Untitl10
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Thu 28 Feb - 14:05

    so can someone explain
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Solved Re: Forum widgets management > Sliding Panel

    Post by JAN2XONLINE Fri 1 Mar - 5:00

    It's pretty cool but I doesn't slide or anything.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Forum widgets management > Sliding Panel

    Post by Sir Chivas™ Fri 1 Mar - 5:02

    It's missing the JS which causes the effect to slide. Wink
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    Solved Re: Forum widgets management > Sliding Panel

    Post by JAN2XONLINE Fri 1 Mar - 5:32

    Ohhh... topic starter should give that code too. xD
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Fri 1 Mar - 9:39

    where it is ?
    I found this widget herre CP > Modules > Portal & Widgets > Forum widgets management
    there is nothing moar
    what do
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Sat 2 Mar - 20:20

    can some1 help Smile
    I can support
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Forum widgets management > Sliding Panel

    Post by Sir Chivas™ Sat 2 Mar - 20:28

    Check here,
    ACP >> Modules >> JavaScript Management
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Sat 2 Mar - 21:55

    so ?
    Post Background Color
    Select Content Button
    now what do
    add new ?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Forum widgets management > Sliding Panel

    Post by Sir Chivas™ Sat 2 Mar - 22:01

    Can you please post the tutorial or thread from where you got this codes?
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Sat 2 Mar - 22:16

    CJ11™ wrote:Can you please post the tutorial or thread from where you got this codes?
    CP > Modules > Forum widgets management > Sliding Panel > Forum widgets management > Sliding Panel Editer
    fliper4o wrote:
    Code:
    <style type="text/css" media="all">
    .panel {
        position: fixed;
        top: 50px;
        left: 0;
        display: none;
        background: #000000;
        border:1px solid #111111;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        width: 330px;
        height: auto;
        padding: 30px 30px 30px 130px;
        filter: alpha(opacity=85);
        opacity: .95;
        color: white;
        }
     
        .panel p{
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
        }
     
        .panel a, .panel a:visited{
        margin: 0;
        padding: 0;
        color: #9FC54E;
        text-decoration: none;
        border-bottom: 1px solid #9FC54E;
        }
     
        .panel a:hover, .panel a:visited:hover{
        margin: 0;
        padding: 0;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
        }
     
        a.trigger{
        position: fixed;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#fff !important;
        padding: 20px 38px 20px 5px;
        font-weight: 700;
        background:#333333 url(http://cdn1.iconfinder.com/data/icons/basicset/plus_16.png) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        opacity: .9;
        text-shadow: 0 0 7pt #fff;
        }
     
        a.trigger:hover{
        position: fixed;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #fff;
        padding: 20px 38px 20px 5px;
        font-weight: 700;
        background:#222222 url(IMAGEURL) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        opacity: 1;
            text-shadow: 0 0 7pt #fff;
        }
     
        a.active.trigger {
        background:#222222 url(IMAGEURL) 85% 55% no-repeat;
        position: fixed;
        }
     
        .columns{
        clear: both;
        width: 330px;
        padding: 0 0 20px 0;
        line-height: 22px;
        }
     
        .colleft{
        float: left;
        width: 130px;
        line-height: 22px;
        }
     
        .colright{
        float: right;
        width: 130px;
        line-height: 22px;
        }
     
        ul{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }
     
        ul li{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }
    </style>
        <div class="panel">Вход</div>
        <a class="trigger" href="#"></a>
    I just had this widget already. maybe I should add code in it
    suggestions
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Forum widgets management > Sliding Panel

    Post by Sir Chivas™ Sat 2 Mar - 22:20

    This is a tutorial from somewhere. You're missing the JS in order for it to have an effect. I cannot find any tutorial for it. blackeye
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Sun 3 Mar - 6:55

    so what can we do now :/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum widgets management > Sliding Panel

    Post by SLGray Sun 3 Mar - 8:38

    So you find it in your administration panel? What was the name of the widget? Someone had to add it for you because there is not a sliding widget made by Forumotion.



    Forum widgets management > Sliding Panel Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Sun 3 Mar - 20:48

    So I use this them > [PunBB] ProWhite
    https://help.forumotion.com/t109143-punbb-prowhite
    I installed it and I already had this widget "Sliding Panel" so if some1 can add something more in the code below
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum widgets management > Sliding Panel

    Post by SLGray Sun 3 Mar - 23:57

    So you added the widget, then changed the theme/version?



    Forum widgets management > Sliding Panel Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Mon 4 Mar - 10:15

    NO I installed the them and I had this widget
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum widgets management > Sliding Panel

    Post by SLGray Mon 4 Mar - 17:15

    It would really help if you posted a link to where you got the code for the widget.



    Forum widgets management > Sliding Panel Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Mon 4 Mar - 22:00

    I didnt do anything just saw this wdget and activate it
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Forum widgets management > Sliding Panel

    Post by SLGray Mon 4 Mar - 22:05

    Could you send me a test account for your forum in a private message?



    Forum widgets management > Sliding Panel Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Forum widgets management > Sliding Panel

    Post by Nera. Wed 6 Mar - 14:05

    Hi,

    Original tutorial & more styles here
    http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/

    AP > Display > Colors > CSS and add this:

    Code:
        .panel {
        position: absolute;
        top: 50px;
        left: 0;
        display: none;
        background: #000000;
        border:1px solid #111111;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        width: 330px;
        height: auto;
        padding: 30px 30px 30px 130px;
        filter: alpha(opacity=85);
        opacity: .85;
        }

        .panel p{
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
        }

        .panel a, .panel a:visited{
        margin: 0;
        padding: 0;
        color: #9FC54E;
        text-decoration: none;
        border-bottom: 1px solid #9FC54E;
        }

        .panel a:hover, .panel a:visited:hover{
        margin: 0;
        padding: 0;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
        }

        a.trigger{
        position: absolute;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#fff;
        padding: 20px 40px 20px 15px;
        font-weight: 700;
        background:#333333 url(http://i45.servimg.com/u/f45/15/95/60/34/plus12.png) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        }

        a.trigger:hover{
        position: absolute;
        text-decoration: none;
        top: 80px; left: 0;
        font-size: 16px;
        letter-spacing:-1px;
        font-family: verdana, helvetica, arial, sans-serif;
        color:#fff;
        padding: 20px 40px 20px 20px;
        font-weight: 700;
        background:#222222 url(http://i45.servimg.com/u/f45/15/95/60/34/plus12.png) 85% 55% no-repeat;
        border:1px solid #444444;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        display: block;
        }

        a.active.trigger {
        background:#222222 url(http://i45.servimg.com/u/f45/15/95/60/34/minus12.png) 85% 55% no-repeat;
        }

        .columns{
        clear: both;
        width: 330px;
        padding: 0 0 20px 0;
        line-height: 22px;
        }

        .colleft{
        float: left;
        width: 130px;
        line-height: 22px;
        }

        .colright{
        float: right;
        width: 130px;
        line-height: 22px;
        }

        ul{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }

        ul li{
        padding: 0;
        margin: 0;
        list-style-type: none;
        }

    AP > Display > Homepage message > Message content (P.S. You can add the HTML anywhere else according where you want it to display, message content will display it on main index only). In this part of the code you will add things you want to be found in your sliding panel.

    Code:
        <div class="panel">
          <h3>Sliding Panel</h3>
          <p>Here's our sliding panel/drawer made using jQuery with the toggle function and some CSS3 for the rounded corners</p>
          <p>This panel could also be placed on the right. This could be particularly useful if, <a href="http://spyrestudios.com" title="SpyreStudios">like me</a>, you have a left-aligned website layout.</p>

          <h3>A Little Something About Me</h3>
          <img class="right" src="images/jon_image.jpg" alt="Jon Phillips" />
          <p>My name's Jon, I'm a freelance designer, blogger, musician. I run SpyreStudios and I specialize in WordPress blogs, CSS, XHTML and PHP</p>
        <div style="clear:both;"></div><div class="columns">
          <div class="colleft">
          <h3>Navigation</h3>
              <ul>
                <li><a href="http://spyrestudios.com/" title="home">Home</a></li>
                <li><a href="http://spyrestudios.com/about/" title="about">About</a></li>
                <li><a href="http://spyrestudios.com/portfolio/" title="portfolio">Portfolio</a></li>
                <li><a href="http://spyrestudios.com/contact/" title="contact">Contact</a></li>
                <li><a href="http://spyrestudios.com" title="blog">Blog</a></li>
              </ul>
          </div>

          <div class="colright">
              <h3>Social Stuff</h3>
              <ul>
                <li><a href="http://twitter.com/jophillips" title="Twitter">Twitter</a></li>
                <li><a href="http://designbump.com/user/147" title="DesignBump">DesignBump</a></li>
                <li><a href="http://digg.com/users/jophillips" title="Digg">Digg</a></li>
                <li><a href="http://delicious.com/jon.phillips" title="Del.Icio.Us">Del.Icio.Us</a></li>
                <li><a href="http://designmoo.com/users/jonphillips" title="DesignMoo">DesignMoo</a></li>
              </ul>
          </div>
        </div><div style="clear:both;"></div>

        </div>
        <a class="trigger" href="#">infos</a>

    AP > Modules > JS managment

    Code:
        $(document).ready(function(){
        $(".trigger").click(function(){
        $(".panel").toggle("fast");
        $(this).toggleClass("active");
        return false;
        });
        });

    Example of it working on my test forum::

    http://tikitiki.forumcroatian.com/

    avatar
    fliper4o
    Forumember


    Male Posts : 120
    Reputation : 0
    Language : Bulgarian

    Solved Re: Forum widgets management > Sliding Panel

    Post by fliper4o Thu 7 Mar - 8:31

    Thank you Nera : ))
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Forum widgets management > Sliding Panel

    Post by Sanket Thu 7 Mar - 8:52

    Topic Solved & Locked

      Current date/time is Sun 22 Sep - 22:39