New Landing How can we help? Atelier Remove gallery post link box from blog image

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Atelier
  • #199930
    etchedcocktails
    Member
    Post count: 12

    Hello,

    I would like to hide the whole box with the gallery post text, so just the image shows.. Hope this is possible!

    Cheers,

    Andy

    Attachments:
    You must be logged in to view attached files.
    #199980
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .masonry-items .blog-item .read-more-button {
        display: none;
    }
    .masonry-items .blog-item figure.thumb-media-image+.details-wrap, .masonry-items .blog-item figure.thumb-media-slider+.details-wrap {
        height: 100px;
    }
    

    Hope it helps.

    -Rui

    #200038
    etchedcocktails
    Member
    Post count: 12

    Hello Rui,

    Thanks for getting back to me so quick!

    That hasn’t seemed to work, when I copied the code I was getting an over qualification warning on figure.thumb-media-image also.

    Cheers,

    Andy

    #200058
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .masonry-items .blog-item figure.thumb-media-image + .details-wrap, .masonry-items .blog-item figure.thumb-media-slider + .details-wrap {
      display: none;
    }

    Don’t worry about over qualification warnings

    – Kyle

    #200782
    etchedcocktails
    Member
    Post count: 12

    Hello guys,

    Thanks for that last fix Kyle it worked a charm.

    Two more thing on the blog front – I would like to add a padding of around 3 px to each post, so that it is close to this http://theclassyissue.com/

    Could you supply me with some custom CSS for this.

    Love the new theme by the way – its absolutely awesome.

    Cheers,

    Andy

    #200827
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    .masonry-items.no-gutters .blog-item {
      padding: 0 4px 4px 0 !important;
    }

    – Kyle

    #200887
    etchedcocktails
    Member
    Post count: 12

    Worked perfectly thank you.

    #200890
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #201178
    etchedcocktails
    Member
    Post count: 12

    Hey Kyle,

    Two more things on this I was wondering if they are possible.

    First I would like to add Either;

    Another button next to the social media or next to the x / full screen top left that takes the user to a link in a new window.

    Or

    When the magnifying glass comes up on the image to launch light box, also have a […] that take the user to the source of the image if it doesnt originate on our blog.

    Are either of these possible?

    Secondly, the video post still has the details wrap showing, how do I get rid of this?

    Thanks!

    Andy

    #201257
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customisation. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resources:

    https://codeable.io

    Home


    http://www.microlancer.com

    Hope that helps.

    – Kyle

    #201460
    etchedcocktails
    Member
    Post count: 12

    Hey Kyle,

    No worries, and on the second point about the video? Is it possible to hide the deatils wrap for videos as well as photos?

    #201481
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .masonry-items .blog-item .details-wrap {
      display: none;
    }

    You might not need the previous css now

    – Kyle

    #201581
    etchedcocktails
    Member
    Post count: 12

    Hey Kyle,

    Thanks worked a treat.

    I would like the soundcloud plug in to load on the journal page also – at the moment it just loads on the blog post page and not on this. http://www.lymeterrace.com/journal-2/

    Is that possible

    #201717
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you set the soundcloud as your thumbnail?

    – Kyle

    #201823
    etchedcocktails
    Member
    Post count: 12

    As an audio file?

    It just links like this..

Viewing 15 posts - 1 through 15 (of 17 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