Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #737049

    Hi there,

    1. how can i add a border around the thumbnail
    2. move the title underneath thumbnail

    Basically the desired aim is the same as in the screenshot below.

    View post on imgur.com

    Thanks!

    #738567

    Hey!

    I added following code to bottom of Quick CSS field

    .grid-content {
        text-align: center;
        border-top: 1px solid #e2e2e2 !important; 
    }
    .grid-content .avia-arrow {
        display: none;
    }
    .grid-entry {
        padding-right: 10px;
    }

    and used Portfolio Grid element instead on this private test page. Please review the page

    Best regards,
    Yigit

    #738622

    Hi Yigit,

    not bad. But how can I achieve the excerpt to fade in (or ideally scroll in from the top) on hover instead of the arrow icon? Also the height of the grid tiles, how can I increase these. To be closer to the once in the mockup?

    Thanks Yigit

    #739488

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .grid-entry-title {
        font-size: 16px;
    }
    

    You can try using a linked image element and link it to your portfolio post and add titles below using text block element. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ to give your elements custom CSS classes to target them separately for the changes you would like to apply

    Best regards,
    Yigit

    #739612

    Never mind about the titles underneath.

    1. How can I change the height of the portfolio tiles?
    2. how can I change the overlay effect on hover to slide in from the top?

    Thanks Yigit

    #740711

    Hi,

    1- As i mentioned above, you can add following code to Quick CSS in Enfold theme options under General Styling tab

    .grid-entry-title {
        font-size: 16px;
    }

    If this is not what you meant, please post a screenshot and show the changes you would like to make.

    2- We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    #741004

    Hi Yigit,

    1. I am referring to the to the thumbnail. in other words tiles (not titles).

    2. thanks

    #741210

    Hi,

    Oh sorry. Not sure why i kept reading titles :)

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the portfolio_small image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #741711

    Hi Yigit,

    I think I am getting closer to a solution that I am after.

    Can you have a look at the ‘test home’ page. And on the screenshot here: http://imgur.com/a/QfNnl

    It seems there is a margin somewhere that is preventing the overlay from extending all the way down to the custom 100% width separator.

    Can you help resolving this please?

    Thank you!

    #741765

    Hi,

    I edited your columns and gave them a custom CSS class “custom-column” and then added following code to Quick CSS

    .custom-column .avia-image-container { margin-bottom: 0; }
    .custom-column .hr-custom .hr-inner {
        bottom: 13px;
    }

    Please review your website

    Best regards,
    Yigit

    #742130

    Yigit, you are a legend. One last thing, how can i add a 3px border to the top left and right of the caption overlay background? at the moment i have a border around the custom column. But i can’t seem to work out how i can replicate the border on the caption overlay (top left and right only)

    Thanks!

    #742384

    Hi,

    Could you please post a screenshot and show the changes you would like to make? I am not quite sure where you would like to add borders. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #742587

    hi yigit,

    see screenshot here:

    View post on imgur.com

    i am refering to the caption overlay that appears on hover. i’d like to give it the same border radius as the column has (which is a 3px radius).

    #745183

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .grid-entry .inner-entry {
    border-radius: 10px 10px 0 0!important;
    }
    

    Best regards,
    Vinay

    #745187

    Hi Vinay,

    that didn’t do the trick. Any other ideas?

    #745382

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-image-caption-overlay, .av-image-caption-overlay * {
        border-radius: 2px!important;
    }
    

    Best regards,
    Yigit

    #746092

    Thanks! The solution was a combination dumpling:

    .av-image-caption-overlay, .av-image-caption-overlay * {
    border-radius: 3px 3px 0 0!important;
    }

    You can close this one.

    Thx

    #746251

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Border around masonry + title underneath thumbnail’ is closed to new replies.