-
Search Results
-
Currently when I view a category or a keyword on the blog it shows the complete post with all text and images.
How can I make sure that it shows the excerpt only with a thumbnail (image of the blog entry), for example or any other way
Thanks
I would like know how to display the thumbnail of the popular post in a page, or any plugin recommended?
Team:
the blog grid on my homepage currently shows 3 columns. However, if I watch it on a mobile there is only one column with a very large thumbnail.
I’d like to set it up such on mobile it only shows 2 columns with a respective small thumbnail. or alternatively with a listed view: thumbnail left, title right.
Kindly teach me how to do both.
Thanks!
MagnusHi,
finally i got it to work to get to Lightboxes on the same page to work, there is only one thing i cant get to work.i waant to display only one thumpnail for every lightbox, i gave the first image element the first class an than set it with css to display none.
that work fine if there is only one lightbox but when i have to the second one will not be displayed because there is no fist set.here is my code, may someone can help me fix this:
<div class="bilderbox"> <div class="topogal"> <div class="detailitemheader"> Topobilder: </div> <div class="detailitem topoimg"> <ul class="topogals"> <div class="avia-gallery"> [each topobilder] <li class="topo [once]first[/once] "> <a href="{@_src.full}" data-lightbox="T (Email address hidden if logged out) }" class="lbimg " title="Topobilder: {@bergname} - {@routenname}" rel="Topobilder"> <img data-lightbox="Topobilder" src="{@_src}" class="lbimg [once]firstimg[/once]" /> </a> </li> [/each] </div> </ul> </div> </div> <div class="picgal"> <div class="detailitemheader"> Bildergalerie: </div> <div id="galbox" class="detailitem galerie"> <ul class="picgals"> <div class="avia-gallery"> [each bildergalerie] <li class="gal [once]first[/once]"> <a href="{@_src.full}" data-lightbox="Tourenbilder (Email address hidden if logged out) }" class="lbimg " title="Bildergalerie: {@bergname} - {@routenname}" rel="Tourenbilder"> <img data-lightbox="Tourenbilder (Email address hidden if logged out) }" src="{@_src}" class="lbimg [once]firstimg[/once]" /> </a> </li> [/each] </div> </ul> </div> </div> </div>css file:
.galerie ul li.first{
display:block;
}
.galerie ul li{
display:;
}
.topoimg ul li.first{
display:block;
}
.topoimg ul li {
display:none;
}Hi,
I am using the product grid element for shop page to all the products available.
the product thumbnails are not properly aligned. I want to show all product thumbnails in same size.
if I use crop , the images are looking blur. if i set to un-cropping the product thumbnails are aligning in different sizes.
Please help me with the proper settings
Please check the private content for link.Thanks
SwathiHi there,
I’m hoping there is a quick fix that doesn’t involve an image optimization plugin for my site. We currently are using the masonary gallery to display images on our site. The masonary is showing thumbnails at twice the size. So an image that appears 343 wide on the front end is actually 705 wide. Then it lightboxes to full size. I’m wondering if there is a way for an image that is only appearing at 343 to actually be closer to 400 px wide vs over 700. What about regenerating thumbnails?
Jaime

