Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • Adam M Moderator
    #564614

    Hi @trombonegirl,

    The FTP account work but it doesn’t have access to any folder in your server, please recheck.

    lndesigns Friend
    #570571

    I would really REALLY like the slideshow and slidenews to show on mobile devices also.
    I have tried the code in custom.css but it then shows the slideshow full width, pushing down slidenews… not good.
    I like the original layout in Mitius, I want to keep it that way, just I want the slideshow and slidenews to show on mobile devices.
    the position is set to visible in the responsive layout section… why won’t it show on the mobile device?
    THNX

    Adam M Moderator
    #570646

    Hi @lndesigns,

    May I know your site url so I can have a look first ?

    Adam M Moderator
    #735709

    Hi @lndesigns,

    May I know your site url so I can have a look first ?

    lndesigns Friend
    #571718

    asphaltrats.com/new

    Adam M Moderator
    #571831

    Hi @lndesigns,

    Please open file http://asphaltrats.com/new/templates/ja_mitius/css/template-responsive.css then remove this code :

    .ja-slideshow {
    display: none;
    }

    look for this line :

    .ja-slideshow .left-slideshow,
    .ja-slideshow .right-slideshow {
    width: 100% !important;
    display: none !important;
    }

    then change to :

    .ja-slideshow .left-slideshow,
    .ja-slideshow .right-slideshow {
    width: 100% !important;
    }

    look for this line :

    .ja-slideshow .right-slideshow {
    margin-left: 0px !important;
    margin-right: 0 !important;
    display: none !important;
    }

    then change to :

    .ja-slideshow .right-slideshow {
    margin-left: 0px !important;
    margin-right: 0 !important;
    }

    add this rule :

    @media (max-width: 767px) {
    .right-slideshow .main-siderbar {
    height: auto !important;
    }
    .right-slideshow .main-siderbar .t3-module {
    position: static !important;
    }
    }

    Adam M Moderator
    #736877

    Hi @lndesigns,

    Please open file http://asphaltrats.com/new/templates/ja_mitius/css/template-responsive.css then remove this code :

    .ja-slideshow {
    display: none;
    }

    look for this line :

    .ja-slideshow .left-slideshow,
    .ja-slideshow .right-slideshow {
    width: 100% !important;
    display: none !important;
    }

    then change to :

    .ja-slideshow .left-slideshow,
    .ja-slideshow .right-slideshow {
    width: 100% !important;
    }

    look for this line :

    .ja-slideshow .right-slideshow {
    margin-left: 0px !important;
    margin-right: 0 !important;
    display: none !important;
    }

    then change to :

    .ja-slideshow .right-slideshow {
    margin-left: 0px !important;
    margin-right: 0 !important;
    }

    add this rule :

    @media (max-width: 767px) {
    .right-slideshow .main-siderbar {
    height: auto !important;
    }
    .right-slideshow .main-siderbar .t3-module {
    position: static !important;
    }
    }

    lndesigns Friend
    #572117

    OMG OMG OMG… that finally DID IT!!!!!
    I wish I could hit that THANKS button 100 times… but it would only take it once. haha.

    THAT WORKED…and I thank from the bottom of my excited heart!

    🙂

    lndesigns Friend
    #737157

    OMG OMG OMG… that finally DID IT!!!!!
    I wish I could hit that THANKS button 100 times… but it would only take it once. haha.

    THAT WORKED…and I thank from the bottom of my excited heart!

    🙂

    janyour Friend
    #960724

    Hello, i have the same problem with purity iii, i cant find this css file !
    where to find those lines of code ?

    Ninja Lead Moderator
    #960982

    @janyour: You can try to create new: templates/purity_iii/css/custom.css file and copy all the CSS style (from change to) below into templates/purity_iii/css/custom.css file

    Hope it helps

Viewing 11 posts - 16 through 26 (of 26 total)

This topic contains 25 replies, has 7 voices, and was last updated by  Ninja Lead 7 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum