Home Forums WoodMart support forum image for pages

image for pages

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #70040

    SamaWeb
    Participant

    Hello there,

    I’m using Woodmart theme, for my Charity site and i linked the donations with Wp-give plugin .. and its working perfect with your lovely theme i seen the syicky images fetcherd on the shop secation and i relly want it to work with this page https://www.crisisaid.org.uk/donations/east-africa-water-tanker the image on the left side can you give a cusom code so it will be if you scroll down the main image stays on the left side (scrolling dwon with you)

    thanks

    #70050

    Hello,

    It is not possible to do with CSS cause this image is not a background. If I fix the image it goes also over the footer:

    [id*=give-form] div.images {
        margin: 0 0 15px;
        position: fixed;
        width: 30%;
    }

    Just for testing add this code to Theme Settings > Custom CSS > Desktop

    Best Regards

    #70053

    SamaWeb
    Participant

    it goes over the footer
    i have give access to check if you want i really appreciate that.

    Attachments:
    You must be logged in to view attached files.
    #70093

    Hello,

    This code should solve the problem:

    [id*=give-form] div.images {
        margin: 0 0 15px;
        position: fixed;
        width: 30%;
        z-index:0;
    }
    .footer-container{
        position:relative;
        z-index:7;
    }

    Add this code to Theme Settings > Custom CSS > Global

    Best Regards

    #70153

    SamaWeb
    Participant
    #70167

    SamaWeb
    Participant

    Hello Elise,

    I know that the imgage is fixed on this video https://gyazo.com/5d226191c8fd37b6d338fa7daaa62607

    what im adking is to give me code to make the image on this page https://www.crisisaid.org.uk/donations/south-sudan-and-congo-emergency-appeal/ to work Exactly the same the video you sent

    this is the code that you sent: http://crisisaid.org.uk/123.mov
    thanks

    #70175

    Hello,

    Unfortunately, we cannot provide the code cause it is not CSS such effect requires JS and CSS.

    Best Regards

    #70180

    SamaWeb
    Participant

    But you can add custom css and js on the theme settings

    please i need sort this out if you can help

    thanks

    #70203

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, but such kind of additional code customizations of the template and especially 3rd party plugins are out of our theme support scope. We don’t have a quick instruction for this, unfortunately.

    #70270

    SamaWeb
    Participant

    Hello there, is there anyway can i make all the images on blog sections equal its hard to edit 200 posts bec of the images any suggestions ?

    #70292

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, but there is no hard crop option for blog images in WordPress.

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