-
Search Results
-
Topic: Product widget
I wanted to create a new image size for a re-design of our website. I followed the instructions given by Mike in this thread: https://kriesi.at/support/topic/image-size-proportions-for-the-blog-posts/?login_error and when I regenerated the thumbnails, the new size appeared. But I cannot get it to appear in the drop down menu in Attachment Display Settings.
I wondered whether that might be because it was missing the (‘avia_framework’) after the title name, so added that – but it still didn’t show up. Do you have any ideas what I might be able to do?
since updating to latest ENFOLD now home page gallery wont play videos in place – instead it just shows the thumbnail pics – click on any of the images under Snippets on home page – see bridgelightfilms.com
latest Mac OS, latest Enfold, latest safari/chrome/Firefox all have same issue.
how to fix?
thanks
kI am buidling websites for photographers, so with a lot of uploaded photos/ Mostly these photos are all 1:1 or 2:3 ratios.
Building such a website with Enfold results in a lot of unnecessary files in the form of unnecessary thumbnail dimensions, adding a lot of extra size in MB’s or even GB’s to a website. Not very good for making backups or using shared hosrting with restrictions.
I have read some more topics about this issue here on the Enfold forum and I know now that Enfold is creating 12 extra thumbnail sizes, next to the 3 default WordPress thumbnail sizes and next to the original uploaded image. A total of 16 files for just one image..!
Looking in the functions.php file I noticed these specific Enfold thumbnail sizes:
$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 sliderFrom this list I want to exclude all of them except 180×180, 36×36 and 768×512.
If I understand things correctly from the other topics about this subject, then I can add some code to my functions.php file (in my child theme of course) to exclude these thumbnails from being created when I upload new images in the future. After adding the code I have to use a plugin to generate my thumbnails again.
Is that the correct workflow? And of course, what code do I have to ad in functions.php?
Thanks very much :)
Alwin
Topic: Author Page Design Issue
Hello,
I have an issue regarding the design format of my blog post grids. I have made custom loop design for my blog page and they work fine. They design can be seen in this picture ( https://www.mainfilm.tv/wp-content/uploads/2020/blogList.png ).Also the blog post design can be seen here ( https://www.mainfilm.tv/wp-content/uploads/2020/blogPost.png )
Now the issue is when i click on author name, and it opens the author’s archive page, it loads very slowly and loads all the blog posts in one page. I managed to reduce the excerpt size from a plugin called (Advanced Excerpt Options), i can reduce the excerpt length from there, but still the design grid of the author page looks very bad. I cant seem to find any solution to change this design as this is not any page, and is dynamically generated.
The issue can be seen in this picture. ( https://www.mainfilm.tv/wp-content/uploads/2020/authorPage.png )When i click on category it shows the blog posts in a small thumbnail type grid which is how i want my author page to look aswell. In this image you can see the category page. ( https://www.mainfilm.tv/wp-content/uploads/2020/categoryPage.png ).
Thank you
Hi, I have a question about file names of Masonry Gallery images.
Let’s say I add ‘original-name.jpg’ file and use it in Masonry Gallery/Perfect Masonry. Enfold gives me this code:
<img width="705" height="705" class="wp-image-8580 avia-img-lazy-loading-not-8580 lazyloaded" src="https://PATH/original-name-705x705.jpg" (...)>I understand the concept of thumbnails and it’s behaviour is fine, but me SEO guys would like original filename, so:
original-name-705x705.jpgwould become:original-name.jpgIt’s completely understood, that this modification would need using of the original file and not it’s thumbnail. Is there by any chance, any code snippet or maybe other modification to make Masonry Gallery use original file instead of ‘masonry’ thumbnail? I really need it, so I’m willing even to make modification in Enfold theme (and repeat it after every update).
Thanks in advance.
Topic: google maps tooltip padding
Hi there, there seems to be a problem with padding on the tooltip:
https://vitalis.tinytake.com/media/e3ebf0?filename=1602554021216_TinyTake10-10-2020-01-49-06_637378877603992992_1602554021.png&sub_type=thumbnail_preview&type=attachment&width=100&height=120This seems to be created by inline SCC in the html
<div class=”gm-style-iw gm-style-iw-c” style=”padding-right: 0px; padding-bottom: 0px; max-width: 549px; max-height: 419px; min-width: 0px;”>How do I fix this?
Many thanks!
Hi,
For the front page of my site I’m using the fullscreen slider to play multiple videos in a loop (which are from Vimeo). However, when any movie is played, it shows the video’s thumbnail first, then starts playing the movie. It does this in between each video which doesn’t look too great.Thanks,
FrankTopic: Gallery navigation missing
Hi, I have problem with missing navigation betwen images in gallery.
When I enter gallery over big image, previous/next navigation works fine, but over small thumbnails under the big image, then no navigation appear. Left/right arrows don’t work too.
You can check it here: http://www.nulk.cz/tadyjsmedoma/2019/10/fotogalerie-revnice-setkani-melnika-a-revnic/
WP version: 5.5.1
Enfold: 4.7.6.4
Is there any solution?
Thanks for help.
VitaTopic: Product Gallery Size
Hello,
I am setting up a site and have a small enough issue you might be able to help me with link below.
For products with an image gallery I want to display the images side by side but a bit bigger than the existing thumbnails. Is there a way of doing this without editing the woocommerce page, for now I have changed the with of the thumbnail div and hidden the main image.
There will only be 2 images on any product page so I would prefer to make the main image smaller and display the gallery image beside it and the same size if possible. Its also only for 1 category (currently 9 products that are not for sale – I will just use the advanced editor to setup a template if there is no quick fix)
Regards,
GaryHI
I am trying to get a simple gallery to display with caption (or title) underneath.
The masonry gallery puts the caption on top of the image.
On the page below I am using this code that I found on the enfold docs:/* Display caption below thumbnail*/ #top .avia-gallery .avia-gallery-thumb a:after { content: attr(title); margin: 10px 0; position: relative; display: block; width: 100%; font-size: 10px; text-align: center; }but on my page the captions load and then get hidden.
Can you see what’s going on here, or if there is another way to do this?
thanks
NancyTopic: Theme Modification
Hello,
I am planning to get your Enfold theme. However, I have a question. As I saw from your theme, this is your product page: https://kriesi.at/themes/enfold-2017/product/mac-mockups/
I wonder if you have an option to display a product like this one: https://usa.tommy.com/en/lewis-hamilton-recycled-hooded-trucker-jacket-mw15303
I mean I want to have the main image large and zoomed on hover. The other images are on the left side on the main image as thumbnails and on click, I want them to be displayed in main image are.
Any help would be appreciated.
Kind regards.
