Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Best compatible full screen theme? #6980
    Thatoo
    Participant

    Hello,

    I found one which was not too difficult to modify to get something nice : Agama.
    Here is what I modify :

    *In

    /wp-content/themes/agama/style.css
    I deleted at the ligne 241 :
    max-width: 1100px;
    in
    .vision-row {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    }

    result :
    .vision-row {
    margin: 0 auto;
    padding-top: 50px;
    }

    *In
    /wp-content/themes/agama/style.css
    I deleted at the ligne 3414 :
    body .site {
    padding: 0 20px;
    }
    in
    body {
    background-color: #e6e6e6;
    }
    body .site {
    padding: 0 20px;
    }
    body.custom-background-empty {
    background-color: #fff;
    }
    result
    body {
    background-color: #e6e6e6;
    }
    body.custom-background-empty {
    background-color: #fff;
    }

    *In

    /wp-content/themes/agama/style.css
    I deleted at the ligne 3583 :
    padding-right: 15px;
    padding-left: 15px;
    in
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
    result
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    }

    *In

    /wp-content/themes/agama/style.css
    I deleted at the ligne 1382 :
    padding: 0 24px;
    padding: 0 1.714285714rem;
    in
    .site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: #fff;
    }

    result
    .site {
    background-color: #fff;
    }

    in reply to: Gmedia Post URL page doesn't display the gallery? #6959
    Thatoo
    Participant

    Hello,

    For now, my website is actually working in localhost on my computer.
    I made further check and it seems that the problem is not coming from the Theme afterall but from the plugin aesop-story-engine.1.7.5 .
    If I deactivate the plugin, then yours, Gmedia Gallery works perfectly fine, and I love it! see the screenshot attached.
    However, I really need this other plugin.
    When I activate it, as you can see on the last screenshot, the pictures don’t display even though “they are here” (for firebug).

    Do you have any idea to solve my problem? Where I could start looking at?
    As soon as I can put it online, if the problem is unsolved yet, I’ll share a link, but it’s the last thing I need to solve before actually working on the content.

    Thank you in advance for your help,

    Thatoo

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)