• Resolved atulsohan

    (@atulsohan)


    had to edit the container
    ORIGINAL :
    #ost_container {
    width: auto !important;
    min-width:750px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #aaa;
    background-color: #fff;
    min-height: 325px;
    font-size: 94%;
    }
    Edited:
    #ost_container {
    width: auto ;
    min-width:750px;
    margin: 10px 10px 10px 230px;
    border: 1px solid #aaa;
    background-color: #fff;
    min-height: 325px;
    font-size: 94%;
    }

    seems to work on a dektop
    but fails on mobile platform as there is no left sidebar there to display
    so thinking of doing the left margin in %
    please help
    margin: 10px 10px 10px 12.5%; ????????

    https://www.ads-software.com/plugins/osticket-wp-bridge/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter atulsohan

    (@atulsohan)

    that too fails need fix
    @media handheld {

    #ost_container {
    width: auto;
    min-width:750px;

    margin: 10px 10px 10px 10px !important;
    border: 1px solid #aaa;
    background-color: #fff;
    min-height: 325px;
    font-size: 94%;
    }
    }

    #ost_container {
    width: auto;
    min-width:750px;

    margin: 10px 10px 10px 18.25%;
    border: 1px solid #aaa;
    background-color: #fff;
    min-height: 325px;
    font-size: 94%;
    }
    Not working iam bad at scripting

    Plugin Author michaelbo

    (@michaelbo)

    Hello atulsohan,
    I will change my test site to 2014 theme and see what I can come up with.

    I will let you know…

    Regards,
    Michael B

    Thread Starter atulsohan

    (@atulsohan)

    Hi michaelbo,
    Any good news?

    Plugin Author michaelbo

    (@michaelbo)

    Hello atulsohan,

    osTicket-WP-Bridge v1.9.2 is now ready & does work with osTicket 1.8.1

    It’s also setup for Twenty Fourteen Theme which can be edited in the header & footer php files located in the osticket-wp-bridge/templates/ folder.

    Regards,
    Michael B

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘plugin with 2014 theme leftside bar’ is closed to new replies.