-
Search Results
-
Hello,
I’d like to deactivate or hide the thumbnails that display at the bottom of each portfolio item page. I do want to keep the thumbnails on the main portfolio page though.
Thanks in advance,
JenniferHI there I’ve followed the following yet nothing is working:
Both the WP Gallery Custom Links plug-in is installed.
Following code is added to the bottom the functions.php file, residing in the enfold-child folder:
add_filter(‘avf_avia_builder_gallery_image_link’, ‘avia_change_gallery_thumbnail_link’, 10, 4);
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
{
$custom_url = get_post_meta($attachment->ID, ‘_gallery_link_url’, true);
if(!empty($custom_url))
{
$link[0] = $custom_url;
$link[‘custom_link_class’] = ‘aviaopeninbrowser’;
}
return $link;
}I’ve added the appropriate links to each of the images (red & grey in tiles) – yet they still trigger the lightboxes. Please assist.
Topic: Image proportions
Hi there,
Firstly, awesome theme, thank you.
How can we change the proportions of the thumbnails on this page: http://www.mkdev.com.au/ambleside/category/bull-sales/
to be the same as on this page: http://www.mkdev.com.au/ambleside/bull-sales/
Cheers
TrentI have to change the main picture when the user clicks on the thumbnail pictures of the woocommerce product detail page. By click on the main picture it’s still open the lightbox. I have tested some solutions like https://kriesi.at/support/topic/change-main-product-image-using-thumbnails-beneath/. Unfortunately it did not work. Can you help me?
Here i would like to use it:
Hey guys,
The goal is to have the full text or summary of my blog post on the blog page however currently it only shows the thumbnail and read more button.
How do I get rid of the read more button and have it show the whole post. I’ve gone through the reading settings, Enfold blog layout, and options in the blog page with no luck.
Would you mind helping me figure this out?
Regards,
PatHi,
Im using woocommerce with enfold theme, and In some of my products the main image appears with very poor Quality.
I already fix sizes and regenerate all thumbnails multiple times, the problem only appear on Chrome, in other browsers like safari everything its ok.
The problem Its only at the main product image, the catalogue images and miniatures are fine.
Can your please advise?Thanks,
Frederico
Hi,
since a couple of days I’ve got the problem, that some of the product images in the catalogue view are blurry/pixelated. On the product page they look fine and on my mobile device the images in the overview of the category also looks fine. I already applied the “fix” for the blurry thumbnails posted in this forum. What can I do? The thumbnails looked fine a couple of days ago and to regenerate them does not have any effect.Thanks and kind regards
Is it possible to delete thumbnails in item portfolio ?
See in the part “fondateur”, when you click on a zone, you get a little summary (its a deviated way of presenting things i recognize) but the thumbnail is useless.
I wish i could delete it.
Any ideas takenTopic: All Post View Large Images
Hi Guys,
This is an Enfold question.
When I’m logged into WordPress, and go to “Posts > All Posts”, on that page, the image thumbnail images are massive, taking up more than 50% of the screen – there doesn’t seem to be an image upload feature here to show you a screenshot.
It makes it hard to read any text on the page, and I can only see about 1 post at a time before scrolling down.
You can see the problem here
If I remove the tabs element then the LayerSlider thumbnails overlap into the footer.
Any ideas how to fix this?
PS. If I add a 120px Whitespace element below the LayerSlider then the overlap ‘disappers’ but that’s not a solution because the page won’t work properly in responsive mode.
Hey team,
I made a few changes to my WooCommerce product pages as suggested by an moderator in this forum. For example, take a look at: https://edley.de/produkt/digitales-marketing/
I changed the product description box to full size using the following CSS Code in my Quick-CSS:
/*Produktbeschreibung full width*/ .single-product-summary { overflow: visible; } .template-shop div.product div.summary { width: 60%; float: left; } .single .woocommerce-tabs { position: relative; top: -75px; } /*Thumbnails Product Page in 1x6 anordnen*/ #top .single-product-main-image .thumbnails a{ width:15.3%!important; }It looks fine on the desktop version.
However, the product pages look weird on mobile devices and in responsive mode. In the mobile version, the description is just displayed on one half of the page and the button ‘In den Warenkorb’ is not clickable anymore. Also, the different tabs (Beschreibung, Lernplan, Bewertungen) do look weird on devices that are smaller than an iPhone 6s Plus..
Please take a look at the site on your mobile device or in responsive mode, you’ll see what I mean.
Do you have any ideas on how to fix that?Thanks,
Giaco
We would like to use the masonry gallery but would like to have a different picture for the thumbnail than for the lightbox image. what would be the best approach?
I am trying to put a nice gallery into my post. The gallery looks nice once you click on it, but the preview images on the actual post page are tiny. I have tried several of the settings for the gallery. To include thumbnails, medium, large, square, gallery, portfolio. Nothing has any effect at all except for choosing “square” which just makes them a tiny square instead of a tiny rectangle. I’d like them to be about 300 pixels each and full size when you click on them. My wordpress media settings have defined “medium” as 300 so that should be alright.
I looked in the Enfold Blog Layout settings but didn’t see anything that seemed relevant.


