New Landing How can we help? Cardinal Specific mobile footer image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #196783
    Nunes
    Member
    Post count: 203

    Hello , I scheduled an image to my site footer background. However when the User would like to visit the mobile version , this picture does not appear. The code I used to put the picture was this :
    #footer {
    background: url ( ‘ http://souto.com.br/projetos/ragtech/wp-content/uploads/2014/09/bg-rodape.jpg ‘);
    background- color: # 303439 ;
    }

    Grateful.

    #196795
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m seeing the image in mobile but the background is repeating. you should add the no-repeat option in the css.

    Replace it by this one

    #footer {
    background: url ( ' http://souto.com.br/projetos/ragtech/wp-content/uploads/2014/09/bg-rodape.jpg ') no-repat;
    background- color: # 303439 ;
    }

    Clear the mobile cache, also try to resize the browser window to mobile resolution so you can test it.

    -Rui

    #196797
    Nunes
    Member
    Post count: 203

    hi, something looks wrong, see att:

    Attachments:
    You must be logged in to view attached files.
    #196799
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please amend the code to this, looks like the formatting messed up in the above:

    #footer {
    background: url('http://souto.com.br/projetos/ragtech/wp-content/uploads/2014/09/bg-rodape.jpg') no-repeat;
    background-color: #303439;
    }
    

    – David.

    #196802
    Nunes
    Member
    Post count: 203

    tanks!

    #196804
    David Martin – Support
    Moderator
    Post count: 20834

    No problem – Thanks Rui.

    – David.

    #196807
    Nunes
    Member
    Post count: 203

    only taking advantage of what’s here , I just update the theme and something caused a problem before the no images ” popped ” thus They re -sized correctly, see what ‘s going on, please help. 🙂

    http://souto.com.br/projetos/ragtech/

    #196809
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    We will need your WP login details for that query.

    Thanks.

    #196810
    Nunes
    Member
    Post count: 203
    This reply has been marked as private.
    #196937
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to update the swift framework plugin to version 1.4, not sure why it’s not showing the update on in your admin, you will have to do it manually: https://www.dropbox.com/s/bw7igyk8x1mpjio/swift-framework.zip?dl=0

    – Kyle

    #197059
    Nunes
    Member
    Post count: 203

    sorry ;.(

    #197082
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register