Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • dustinwivell Friend
    #726150

    How can I just have the standard picture without the blue overlay.

    Thank you,
    Dustin Wivell

    TomC Moderator
    #754647

    Trying to check something in your admin backend, but the login info you provided does not seem to be working.

    Can you check?

    dustinwivell Friend
    #754653

    Oh sorry try now if you can I updated it again.

    TomC Moderator
    #754657

    Switched “Development Mode” to “Off” . . . check result now

    dustinwivell Friend
    #754658

    Wow thanks but is there a setting for the blue overlay in the ACM module and is the developer mode keeping modifications from being updated? Sorry for all the questions just trying to learn and thank you once again.

    TomC Moderator
    #754659

    The CSS rule looks like this when Development Mode is “On” . . . .


    .acm-cta {
    background-blend-mode: multiply;
    background-color: #2727a4;
    background-position: center center;
    background-size: cover;
    display: table;
    height: 100vh;
    width: 100%;
    }

    And this when Development Mode is “Off” . . . .


    .acm-cta {
    background-blend-mode: multiply;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    display: table;
    height: 100vh;
    width: 100%;
    }

    Not entirely certain as to the reason why … or the correct file path for each. :((

    dustinwivell Friend
    #754660

    That is interesting will have to poke around some. Thank you

    upweb Friend
    #769925

    Problem is if we change the CSS – as far as I understood – at the next update any change will be lost. I tould be important to have the possibility to select the colour (or none) directly from some administration view.

    TomC Moderator
    #796011

    Which is exactly why it is always a VERY good idea to perform a complete backup of your entire site/database BEFORE performing any update/upgrade. It’s simply sound website management practice.

    upweb Friend
    #797796

    Hi Tom,

    can you please check my account? every Topic created does not visualize anything… thank you!

    valthebault Friend
    #865345

    Hi,

    My site is not yet online, it’s still on my localhost, so I figure I’d try it out myself. Your advice seemed solide. Could you just tell me where I could find these rules? Like in which file ?

    I ask because I did desabled the developement mode from the tamplate option, like the image attached but the orange layer (I’ve chosen the color orange for my site) is still making all of my pictures look old and dingy.

    Thanks


    1. Problem
    Ninja Lead Moderator
    #868600

    @valthebault: You can remove the background-color under masthead images

    Create templates/ja_mono/css/custom.css file and add new the CSS style below

    .acm-cta {
        background-color: transparent !important;
    }
    valthebault Friend
    #870467

    Hi,

    This worked perfectly, thanks.

    Another problem emergies, however: the masthead for single articles still exists.

    Anywhere I could creat anything to delete that too?

    Thanks again, a million times.

    Ninja Lead Moderator
    #871113

    Do you mean that you wanna remove masthead for single article?

    Pls send me screenshot of how you want it should be.

    valthebault Friend
    #871303

    Hi,

    Thanks for responding, here I put 2 pictures of single articles on my site whose image is covered in orange.


    1. Article
    2. Contact
Viewing 15 posts - 1 through 15 (of 29 total)

This topic contains 28 replies, has 5 voices, and was last updated by  valthebault 8 years, 3 months ago.

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