New Landing How can we help? Cardinal Full width title picture on Portfolio page

Viewing 15 posts - 1 through 15 (of 23 total)
  • Posted in: Cardinal
  • #318305
    Crowdio
    Member
    Post count: 26

    Hi there.

    I’m trying to have a full width picture in the top of a Portfolio page (like we have on this page for example: https://crowdio.com/product/).

    I can’t seem to get it to work with the Image element (not full width), I can’t use a 1 slide Swift slider as this is not available for Portfolio pages in the Meta options/Page Header / Slider.

    If I use the Swift slider in the page builder on the portfolio page, I have a spacing in the top I cant get rid of. If I use the Fancy title, there some animation I can’t deactivate.

    So the question is, how can I have a full with picture with a title (like on our other pages) with no empty space above and with no animations?

    #318339
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the Fancy title and image and add the code below to your custom css option:

    .page-heading.fancy-heading{
       -webkit-transform: none!important;
       -moz-transform: none!important;
       transform: none!important;
       opacity: 1!important;
    }

    -Rui

    #318397
    Crowdio
    Member
    Post count: 26

    I’m afraid this didn’t change anything.

    I still have an animated Fancy title with picture and an empty space below it.

    https://crowdio.com/?portfolio=nellemann-leasing

    #318399
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will need admin access to have a look.
    Use the private reply.

    -Rui

    #318400
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318451
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318457
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will have a look.

    -Rui

    #318463
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318625
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318692
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318877
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318886
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can’t figure this out, will forward to the development team.

    -Rui

    #318900
    Crowdio
    Member
    Post count: 26
    This reply has been marked as private.
    #318995
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    as soon as possible, between today and tomorrow.

    -Rui

    #319054
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    To remove the spacing below the image, you can use:

    article.type-portfolio.single-portfolio-standard {
    padding-top: 0;
    }
    article.type-portfolio figure.media-wrap {
    margin-bottom: 0;
    }

    Are there any other adjustments to what you currently have that you are looking for? We’ll consider adding a swift slider option for a future update.

    Thanks,

    – Ed

Viewing 15 posts - 1 through 15 (of 23 total)

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

License required for the following item
Login and Registration Log in · Register