Okay
  Public Ticket #2919205
Change background image device
Closed

Comments

  •  28
    Co-Brains started the conversation

    I'm trying to set up on my website a different background image of a row for mobile device

    On another website (with your theme too) i can edit that from backend editor (see attachment image 1) while from another one I can't (see attachment image 2).

    I checked and both theme has the same version of each theme plugin.

    Why is this happening?

    Thank you

  •  1,878
    Judith replied

    Hi There,

    You can use the following snippet to target mobile specifically to use a different image:

    @media only screen and (max-width: 1000px) {
    body .container-wrap {
       background-image: URL(YOUR-MOBILE-BG-IMG.jpg); 
     }
    }

    Thanks.

  •  28
    Co-Brains replied

    Hi Judith,

    thank you but that was not what I asked. 

    I know how to achieve that with CSS, but I was wondering why on another website with the same version of each plugin, I can do that from backend editor and in this one not.

    Maybe there is a different set up that I didn't consider.

    So: why is it different? And how can I fix that?

    Thank you

  •  8,840
    Tahir replied

    Hey Again,

    Which Version of the Salient Theme are you using on Both Installs?.

    Thanks 


    ThemeNectar Support Team 

  •  28
    Co-Brains replied

    13.0.8 on both websites

  •  8,840
    Tahir replied

    Could you provide the login credentials of the one that does not have that feature? Also, is the Page Fullscreen Rows Options turned on and is the Column an Inner Column?. 

    Thanks 


    ThemeNectar Support Team 

  •   Co-Brains replied privately
  •  8,840
    Tahir replied

    Please provide the admin credentials of the Site that has these as well.

    Thanks 


    ThemeNectar Support Team 

  •   Co-Brains replied privately
  •  8,840
    Tahir replied

    Hey Again,

    The Salient Core Plugin needs to be deleted and reinstalled for the added functionality.

    Thanks 


    ThemeNectar Support Team