-
AuthorPosts
-
January 23, 2017 at 12:47 am #737049
Hi there,
1. how can i add a border around the thumbnail
2. move the title underneath thumbnailBasically the desired aim is the same as in the screenshot below.
Thanks!
January 25, 2017 at 8:39 pm #738567Hey!
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,
YigitJanuary 25, 2017 at 10:23 pm #738622Hi 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
January 27, 2017 at 5:22 pm #739488Hi,
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,
YigitJanuary 27, 2017 at 10:34 pm #739612Never 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
January 31, 2017 at 4:16 pm #740711Hi,
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,
YigitFebruary 1, 2017 at 6:27 am #741004Hi Yigit,
1. I am referring to the to the thumbnail. in other words tiles (not titles).
2. thanks
February 1, 2017 at 1:39 pm #741210Hi,
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 theportfolio_small
image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitFebruary 2, 2017 at 11:37 am #741711Hi 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!
February 2, 2017 at 1:47 pm #741765Hi,
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,
YigitFebruary 3, 2017 at 1:52 am #742130Yigit, 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!
February 3, 2017 at 3:04 pm #742384Hi,
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,
YigitFebruary 3, 2017 at 10:24 pm #742587hi yigit,
see screenshot here:
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).
- This reply was modified 7 years, 9 months ago by clairemartindigital.
February 10, 2017 at 3:57 am #745183Hi,
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,
VinayFebruary 10, 2017 at 4:22 am #745187Hi Vinay,
that didn’t do the trick. Any other ideas?
February 10, 2017 at 1:03 pm #745382Hi,
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,
YigitFebruary 13, 2017 at 4:23 am #746092Thanks! 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
February 13, 2017 at 9:34 am #746251Hi,
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 -
AuthorPosts
- The topic ‘Border around masonry + title underneath thumbnail’ is closed to new replies.