Hi,
I wish to display an image with no padding-bottom.
Please check http://zebre.zebre-studio.fr/lagence/ — #wood section
Thanks a lot,
Regards,
Fabien
This reply has been marked as private.
Hi!
You can use this plugin to change the size of that generated thumbnail to the increased css size and then regenerate your thumbnails: http://wordpress.org/extend/plugins/simple-image-sizes/
Best regards,
Devin
Hi studioinktvis!
You’ll need to use a plugin that allows you to set the open graph data for your posts so that you can select the image to be shown and used when shared to facebook.
Cheers!
Devin
Hi MichaelT1!
There thumbnails on my end http://i.imgur.com/eoFQskX.jpg
Can you please check once again and confirm that they are there on your end as well?
Best regards,
Yigit
I am using the element “fullwidth masonry” and doing tests.
http://web.sweetmary-cakes.com/blog/
1) Mode “perfect masonry Manual” is the one that best fits the images, but have a little big problem, the labels “portrait” and “landscape” are associated tag clouds and the element “you might be interested.”
Can you make these labels are only internal management of masonry grid?
2) Is it possible that the empty spaces of the masonry grid are transparent?
3) Why do some elements shows the entry type icon and not others?
Thanks!!!
Xavier.
Hey Tim!
1) Fullwidth elements such as LayerSlider, Color Section etc can be used only without sidebar. Or such issue will occur. However, you can add Widget Area element under Content Elements and add your widgets into it if you really need to use sidebar widgets and color section in the same page.
2) Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { padding-top: 15px; }
.header-scrolled .logo img { padding-top: 0; }
Regards,
Yigit
I don’t have another computer running IE8.
I deleted temporary internet files, and did a ctrl + F5, and the header image is still not there:

Hey!
You can add it to custom.css file inside Enfold/css folder or into Style.css file in your child theme
Best regards,
Yigit
Ha! That was easy, I always look for the difficult solution. One thing, I placed that CSS in the style sheet with !important and it did not work, should I be using the Quick CSS? I’ll being using a child theme.
Thanks for the help!
Hey SRD!
I have just checked your website on IE8 mode and it seems to be displaying fine on my end. Can you try to check it on another computer if that is possible?
Cheers!
Yigit
Hey LAHWebDesigns!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .gallery .gallery-item { width: 160px; height: 160px; }
Regards,
Yigit
Hello,
please, on my home shop http://www.21dieci.it/shop/ there are a few products images w/ the same dimensions and one w/ other dimension.
how do I get all the pictures cut the same way? The proportions are different, but I would have expected to have a dynamic crop and the same for all the images of any size.
My Woocommerce setting
Catalog images 450 x 450 hard crop
Single product 450 x 999 no hard crop
Image product 120 x 120 hard crop
Column Count 2
Product Count 15
P.S: the plugin for regenerate image not are compatible w/ wordpress 3.6.1
I’d like to create a gallery with thumbnails with large image above – like ‘Gallery with Preview’ or ‘Bigger Gallery with Preview’ on your sample page:
http://kriesi.at/themes/enfold/shortcodes/gallery/
But I would like to add a 3 or 4 line description to show between the main image and the thumbnails. The descriptions are too long to comfortably work as pop-ups over the thumbnails.
Would this be possible in Enfold?
Hi Peter,
“MAS aktuell” @ homepage.
Best regards
David
Hey DDamjanovic!
Can you please post a link to the post slider? i couldn’t find it on the homepage and I’m not sure if you removed the slider or if it’s located on a sub-page.
Best regards,
Peter
And also, the sidebar for “Single Product Pages” ends up to the left under the pictures.
Image: http://www.ladda-upp.se/bilder/ekizgnjwtbmwia/
But maybe that’s how it’s supposed to be?
Can you help me with the change in the CSS to decrease the space between the widgets in the sidebars?
Hi!
Try to insert following css code into the quick css field
.avia-fullscreen-slider .avia-slideshow>ul>li {
background-repeat: no-repeat;
webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
Regards,
Peter
that text doesn’t exist in my loop-page.php file?
Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? You can use imgur, dropbox, mediafire to post the image here.
Cheers!
Ismael
hi,
there’s something wrong witht he multiple image gallery format can u please let me know how i can fix this so there are thumbnails for the gallery? this doesnt look right
http://www.heliproducts.com/webtest/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
Hi Ismael,
Ok with the image size and content.
Can you please tell me where can i add my own css code for the hover effect of portfolio?
Hey gorkas!
You can use the Color Section. Upload a background image then set the Background Repeat to Stretch to fit.
Cheers!
Ismael
There seems to be a glitch when I switch from showing both the circle timer and the bar timer to just one of them. As soon as I do that, none of the images load. Common issue? Easy fix?
When hovering on the image in the Easy Slider, the file name appears which I would like to stop. I found a fix on the topic
https://kriesi.at/support/topic/easy-slider-image-name-file-name-when-hovering-it/
however it didn’t work.
The recommendation was to do the following:
You can edit js > avia.js, find this code on line 5-6:
$(document).ready(function()
{
Add this code below:
$(“.avia-slideshow li img”).attr(‘title’, ”);
I gave the file a different caption and Alt Text as well but neither over-rode the file name.
Any other suggestions on how to stop the file name from appearing on hover over the Easy Slider?
Thanks
Hi! Thank you for the quick reply, you guys have been awesome and I want this to be perfect for the University.
I would link, but its on a VPN.
Here is a screenshot i’ve done http://www.valoragency.com/wp-content/uploads/2013/11/done-so-far.png (I customized the top-boxes with shadows, etc, so I got that part down.
But for arranges me I would love to be able to do something similar: (not by my choice – the design of the blog)
http://www.valoragency.com/wp-content/uploads/2013/11/example.png
Sized image on the side, title on the right top, some content, and the read more. Just trying to style is similar to that but having no luck! blah!
Any help would be so awesome! Thanks a million.
Mike
-
This reply was modified 12 years, 5 months ago by
mdlhale.
Hi!
Where do you want to get the images? Post? Portfolio Items? You need to create categories or tags on your posts or portfolio items.
Best regards,
Ismael
Almost a success! Works as I want, except when the screen is reduced to tablet size. Unfortunately the side menu items become hidden beneath the main section instead of hard returning. Any ideas?

Hi!
You can add this on your custom.css or Quick CSS:
.portfolio-preview-content {
width: 40%;
}
Please hire a freelance developer to add a masonry gallery hover effect.
Best regards,
Ismael