-
Search Results
-
Hi,
When I put this code in Quick Css it displays thumbs dimension correctly 180×180
see url: http://fritzimages.com/blog/?s=camden
.search-result-counter img {
border-radius: 0!important;
}
.search-result-counter {
width: 180px;
height: 180px;
}
#top .template-search.content .entry-content-wrapper {
padding-left: 200px;
}However, when I put this code into my custom.css file it displays the thumbs incorrectly very very small dimension.
/*12) Add thumbnail to search results */
.search-result-counter img {
border-radius: 0!important;
}
.search-result-counter {
width: 180px;
height: 180px;
}
#top .template-search.content .entry-content-wrapper {
padding-left: 200px;
}
/*I have tried purging caches, and a lot of other ideas to fix the problem, but I am stumped.
Thanks for your help
Ed
Fritzimages.com
Topic: Image Size In Blog Layout
http://kriesi.at/themedemo/?theme=enfold
How can I make the images all the same size? I’ve rebuild thumbnails, etc.. Not having any luck with taller images.
Topic: CSS thumbnail
Hi, I have a problem… I’ve just installed endfold theme, but I have a problem with the thumbnails in blog page.
This is the actual situation: http://casewonderwall.com/test/
I’d like to know 2 things:
1. how to restore the default situation with the small thumbnail on the left
2. How I can modify the css to reach this result (http://www.ricevimentodafavola.it), that is with the thumbnail bigger and on the left of the text.I can provide a full back-end access.
Can you help me please?
Thank you!!
Hello,
I’ve tried some CSS fixes on my own, but my dilemma is related to the different ways the featured image assigned to a blog post is cropped in different places in the template. This matters more because, on my site, the featured image is primarily text-based, and in the “related posts” area at the bottom of single.php, some of the text is cropped out. Same goes for the featured image at the top of each single.php. It’s cropped in a fairly extreme landscape orientation, and text on the top and bottom is cut off.
How can we set these dimensions ourselves?
Topic: Gallery issue
Hi,
I have problem with Enfold Gallery with thumbnails and big image preview.
Here is my website with gallery section (Galeria zdjec)
Any ideas how I can repair this issue?Sorry for my english.
Regards,
MariuszHi Team
any ideas why a gallery with the following code would render like picture 1 ‘bad code render’ when it should look all similar like picture 2 ‘good code render’
the avia code is
[av_one_full first][av_gallery ids='[1208 show=id]’ style=’thumbnails’ preview_size=’portfolio’ crop_big_preview_thumbnail=’avia-gallery-big-crop-thumb’ thumb_size=’shop_catalog’ columns=’3′ imagelink=’lightbox’ lazyload=’avia_lazyload’]
[/av_one_full]And ‘portfolio’ size is specified as ‘495×400’
as such the good picture shows them all uniform and neat. The error ‘bad’ image shows them in their proprietary orientation (portrait/ landscape)
Your help would be much appreciated.
Thanks
The image size on the Enfold Latest News are very small and hard to see (especially on Desktop). Is there a way to increase the image sizes (ideally have them use thumbnail 80×80 instead of widget 36×36)?
Thanks!
Topic: Latest post thumbnails
Hi I am working (for free) on a charity web site collecting war stories. Each story is a custom post type. To add images to the story I have the following code. Unfortunately the images are not showing captions in lightbox. Do you know what php I should add to the code to get the captions to show?
$content_output .= '<div class="story-images">'; $content_output .= '<span></br><strong>Images: </br></strong></span>'; if( $images ): $content_output .= '<ul>'; foreach( $images as $image ): $content_output .= '<li>'; $content_output .= '<a class="lightbox" href="'. $image['url'].'">'; $content_output .= '<img src="'. $image['sizes']['thumbnail'].'" alt="'. $image['alt'].'" />'; $content_output .= '</a>'; $content_output .= '</li>'; endforeach; $content_output .= '</ul>'; endif; $content_output .= '</div>';If you need access login below.
Many thanks
RobTopic: Add Thumbs to Search Results
Hi,
Can you provide some code for adding a Thumbnail beside the results of a search ?
thanks,
Ed
Hi Guys,
One more question. Iff you look at the link (private section) you notice that the sidebar images are 68x68px ‘square’ (i have changed the thumbnails size for the whole site to this). But…
These sidebar images are generated by the “Enfold latest portfolio widget” I would like these thumbs to be landscape with the 68px height. and the title, centered beneath the thumb. But only for the latest portfolio widget and not for the latest news widget.
Is there a css for this?
Topic: Enfold Theme – Related Post
Hello, I bought your theme and now I work with it. On this site https://www.eattravelandmore.com/a-nice-post/?preview_id=55&preview_nonce=bd0b42c908&post_format=standard&_thumbnail_id=68&preview=true
there you can see “related posts” where can I find exact this style for my own sites. If I make a new site – is there anywere a plugin or something else where I can find “this” related post? Is there a element in Avia Layout Editor? How does it work?Further I tried many CSS styles for my problem. I want to make pullet points but between every point there is a lot of space. In custom CSS I wrote
p {
line-height: 1.0;
}
for the normal text but which code is for the same style for bullet points.Topic: Video gallery thumbnails
Hey guys, I have a small piece of feedback and a follow-up question.
Although in general, I really like Enfold, I have a few complaints around the photo/video gallery (in the form of portfolio grid). The default design does not look good and the amount of customization required is too much to make it look nice. In particular, the way the captions are added looks too clunky. It was actually a bit sad that I had to use an external plugin like FooGallery to create a photo gallery on a page.
The other complaint I have is around video galleries, where we add a custom link to a Youtube video. The main qualm I have here is why can’t we automatically generate thumbnails from the videos added? Adding thumbnails manually just makes the user experience bad. Is there any way to do this right now?
It would be really nice to see you incorporate some of the feedback in the next version. Keep up the good work. We all have faith in you.
Hello!
I’m trying to show an event feed from facebook on my website and id like to use the style and visuals of the post thumbnails for the event cover images. I pretty much want to use the “featured large” thumbnails from the “Blog Posts” shortcode with custom images and link urls.
All the digging ive done has shown that i pretty much need the events to be replicated as posts in able to use the wordpress/enfold functions for generating a thumbnail. Is there a way to make a temporary post and use that to generate a thumbnail? I’ve searched the post-thumbnail-template and loop-index files but cant seem to find a way. I really dont want to have to duplicate the events from facebook as posts…
Any help would be much appreciated, and i’m using a child theme so major alterations are possible. Ill be using a custom avia-template to position the elements.
Hi — I am tearing my hair out trying to create what seems like a very simple grid of images of speakers at an event.
It must have:
• A head shot of each speaker (square thumbnail)
• Each with their name and organization below the image
• With proper spacing between the images
• With the photo linking to their website.An exact example of what I need is the speakers section of this page: http://sbnmass.org/events/local-sustainable-economies/
I have tried four different approaches, none of which work. What is the best way to do this? (I can use the WP Gallery Custom Links plugin for the external links if needed.) Thank you.
