-
Search Results
-
Topic: Gallery Thumbnails too small
Hi — I’m having trouble getting larger thumbnails on a blog posting where I’ve included a standard gallery. The thumbnails are always small (about 80×80 it looks like), even when I set what I believe the appropriate settings are to get them to be 300×300. Here’s the page:
I’ve set the following:
–within the Gallery: columns = 3, size = “Gallery”
–within “Settings/Media”: thumbnail size = 300×300 (changed from default of 80×80)When I look at the post on my desktop, thumbnails are tiny (80×80 still?). What changes do I need? Many thanks!
-Brad
I have a problem.
How to disable the image thumbnail link open in new tab?
Earlier time I managed to disable the big image link with custom css
`
.avia-gallery .avia-gallery-big {
pointer-events: none;
cursor: default;
}
Please advise how I resolve this problem with css.
Thank youHi, I have followed similar post about adding a further thumbnail size for images. In particular in this one (https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme/) you say that if I create a new rule for thumb size and I still want to have all the rest I must add all the old contents in my new array.
I wrote the following function with a new thumbnail called ‘page_bottom_section ‘: 2500 x 430
function avia_change_image_size_array() { global $avia_config; $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['page_bottom_section'] = array('width'=>2500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']); $avia_config['selectableImgSize'] = array( 'square' => __('Square','avia_framework'), 'featured' => __('Featured Thin','avia_framework'), 'featured_large' => __('Featured Large','avia_framework'), 'portfolio' => __('Portfolio','avia_framework'), 'gallery' => __('Gallery','avia_framework'), 'entry_with_sidebar' => __('Entry with Sidebar','avia_framework'), 'entry_without_sidebar' => __('Entry without Sidebar','avia_framework'), 'extra_large' => __('Fullscreen Sections/Sliders','avia_framework'), 'page_bottom_section' => __('Section Bottom Page','avia_framework'), ); } add_action( 'init', 'avia_change_image_size_array');However I don’t see my new page_bottom_section in the dropdown list. However, if I add to my function only my rule without the others, from the dropdown menu I won’t see all the 9 rules but 3 plus my rule (so actually it exists!).
What I did wrong? I wish to have all your 9 rules + mine
Thank you
Hi there.
I was wondering if there is a way to show copy upon clicking a thumbnail when using a Big Image w/ Thumbnails gallery. Under, “Private Content” I included a link to an example page. It is what will become the client’s old website. I would like to carry the functionality over if possible.
Any ideas from the pros is appreciated.
Thank you
Having an issue on my archive pages where it’s hard cropping thumbnails to a square instead of fitting image. Enfold seemed to do fine with OLD images (see sample in link below), but when I created two new posts and added featured images I got the larger, square versions.
http://www.craigthetechteacher.com/category/full-courses/faster-8-complete-guides/Attempted solutions:
1. Update WordPress settings to: 142 x 80 thumbnail (force crop), 1280 x 720 medium, 1920 x 1080 large
2. Deleted and reuploaded thumbnails in the sample above after changing media settings.
3. Regenerated thumbnails using most popular thumbnail regeneration tool
4. Cleared cache after regen
5. Attempted to reapply featured image after cache removalAny other suggestions on this one?
Absolutely love the theme.
Thank you!
Topic: Thumbnail Categories
Hi, is there a way to show in product categories thumbnail image and decription on the right?
In practice:
Home>Categories: I see all thumbnail image categories and it’s ok.
In Home>Categories>Product: It must shows an image thumbnail on the left and description text on the right.In private a link of exemple and admin access
Thank you in advance
Best regards.
NunzioTopic: Blog Thumbnail
Hi,
Can you please look at the footer on this page: http://c83.b63.myftpupload.com/Can you tell me how to get the blog thumbnail photo to show up next to the text?
Thx!Topic: Search Bar Ajax
Hi!
I recently spoke with you on another post (https://kriesi.at/support/topic/search-does-not-work/) concerning the search box and you helped me get it all set up, thanks again! I had a few minor questions after the set up and was hoping you could help.
1. We noticed that on our Ajax search lists too many products— we are only wanting to display 4 at most before “View All Results” link. How can we limit the max to 4 products shown?
⁃ Also, the Results never disappear and is always open (as seen in this video)
⁃ As for the search .avia-arrow, where is it?2. We would like the Ajax Search functionality for our other search fields. Is that possible to have Ajax functionality for those as well?
3. How do we get the Search Results Page to display the Product Thumbnails like in the Ajax Search (seen here) in stead of the numbers (seen here)?
Hey!
After uploading pictures there are other colors in the thumbnails as in the original. In the Lightbox the colors are normal displayed.
But only in the last uploads. All pics uploaded before are normal colored.What can I do?
