Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
The image is indeed 512×512.
It is displayed 410×410Where is the 410×410 defined ?
Thanks
This reply has been marked as private.This reply has been marked as private.Hi Ismael,
I have this set to 512×512
However on the website they are displayed in different size. Please see attached links.Thanks
Hi Mike,
So if I understand correctly, the images look a bit blurry because they are scaled down. Is this correct ?
If this is the case, can you tell me what the image sizes are that Enfold uses for these specific images ( woocommerce category thumb and thumb above category description ) and how I can change them ?
On my site it looks like the sizes used are : 321×321 and 420×410 but I do not know how I can adjust these and where these sizes are specified.Thanks
Hi Mike,
My problem is not the image quality. I am aware of the EWWW plugin and image optimization stuff.
I disabled this and uploaded full quality jpg, but on the website it is downsized to lower resolution and becomes blurry. I am really seeking for an answer regarding the resolution. The original image is 512×512. Disregard the format, jpg or webp. I am looking for a way to have these images displayed on my site in this resolution. And not downsized to 321×321 and get blurry for example.
So actually looking for a solution so the images stay sharp.
see below in private >
Also in category overview page downsized to 420×410>
see below in privateThanks,
MarcoTry to clear all your cache and temp disable cache plugin
Hi Ismael,
The fix was a setting that would add the widget by default to the main content area. After I manually added the widget to the sidebar, it resulted in double widget. Long story short, it was just a setting I did not notice.
Thanks for your time on this.
The AJAX however still has to be disabled in the plugin, else the sidebar is forced to the footer area and the layout breaks.Thanks
February 21, 2022 at 10:07 pm in reply to: Category filtering for Woocommerce from WOOF filtering plugin not working #1341726HI Ismael,
Can you provide any more info on this ? I am facing the same problem. The WOOF product filter plugins appears both in my left sidebar as on the top of my main content section.
I have disabled the avia builder for the woocommerce shop page, disable the avia product grid, now using the default woocommerce page.I also disabled ajax in the woof plugin settings as recommended here:
https://pluginus.net/support/topic/put-woof-on-the-left-sidebar/Still the layout seems to be messed up.
I also read something on the forum of WOOF about this, but I don’t know if this is already implemented by now in Enfold :This is because this theme has a shop template that does not meet the woocommerce recommendation Ask them to insert hooks into the template - woocommerce_before_shop_loop AND woocommerce_after_shop_loop
Can you help me out to fix this ?
Thanks
February 17, 2022 at 10:10 am in reply to: Correct way to use video element in avia builder using WebM and MP4 file #1341083Hi Ismael,
Thanks for the reply. I do understand MP4 is widely supported. But WebM is much more efficient encoded and thus smaller. I think the current way to go should be to use WebM with MP4 as fallback,
When I open the Video element in Avia builder I see this next top the video select field >
Note with self-hosted HTML5 videos: Different browsers support different file types (mp4, ogv, webm). If you embed a video example.mp4, the video player will automatically check if a video example.ogv and example.webm is available and display these versions in case it is possible and necessary
So this implies that the expected fallback should be somehow implemented right ?
Thanks
January 19, 2022 at 1:00 pm in reply to: grey flash on page reload in woocommerce shop page #1336179Topic can be closed.
Thanks again for the support.January 19, 2022 at 10:56 am in reply to: grey flash on page reload in woocommerce shop page #1336158Thanks a lot Rikard !
January 19, 2022 at 9:44 am in reply to: grey flash on page reload in woocommerce shop page #1336149This reply has been marked as private.January 18, 2022 at 5:38 pm in reply to: grey flash on page reload in woocommerce shop page #1336075Yes, it seems that it makes a difference. Is this know to be different ? Child theme style.css file versus Quick CSS ?
Thanks
January 18, 2022 at 2:36 pm in reply to: grey flash on page reload in woocommerce shop page #1336041#Edit
Wierd thing is I had the fix in style.css for my child theme and it wasnt working anymore.
When I added it in quick CSS it works.Thanks
January 17, 2022 at 12:42 am in reply to: Full width layer slider on mobile devices max height #1335803Hi Mike,
You did help me out with a solution. Sorry for the confusion.
The CSS now seems like an extra to make the slider a bit smaller on the home page.
The script you provided works perfect to fix the changing of size on mobile devices. This is perfect, thanks.Do you have a fix for the non-home pages so the size stays the same ?
Thanks a lot in advanceJanuary 16, 2022 at 11:29 pm in reply to: Full width layer slider on mobile devices max height #1335795Hi Mike,
I removed the CSS.
The script works as expected on all resolutions, also the smaller/mobile ones.
However, setting the max height on full size browser window as done by the css is now removed. It looks like maybe combining the CSS and the script, handles
-1 full page max height by CSS and
-2 equal ” responsive heights ‘ by script for smaller browser windows/mobile devices.
Is this correct ?I do see for the other pages then the home page the header is changing size still ( but this was expected as you told the script only works for home page slider right now ). Please see links attached.
Thanks
January 16, 2022 at 10:59 pm in reply to: Full width layer slider on mobile devices max height #1335787Hi Mike,
I added the code to functions.php
As I can see it seems to work as expected. Can you tell me where I need to set max height when I use this script ?I did not remove the CSS however that did the original fix on the homepage
.home #full_slider_1 .avia-slide-wrap, .home #full_slider_1 .av_slideshow_full .av-slideshow-caption { max-height: 480px; }
Can it be removed ?
For the other pages I have no slider so its okay as it is now I think. However I would be of course interested in code for other pages than the home page as this might be a needed fix for the future.
Thanks in advance.
January 14, 2022 at 11:12 am in reply to: Full width layer slider on mobile devices max height #1335547Hi Ismael,
The initial problem I had was that the header images were not all the same size, so the slider resulted in changing size during sliding. Then I got the solution of setting the max height according to the smallest image. This way the slider show no weird behaviour when images of different sizes ( higher than 480px ) are used. The CSS code provided by support was to set the caption in ‘ center ‘ position.
Now I see and that this solution does not work on mobile for example. This makes sense actually, because the height of the slider area is much smaller then the 480px set in the avia settings and the custom css.
So my question is; is there some additional fix to prevent the slider from changing height when using different sized imaged, but specially now in the case of mobile or other resolutions where the height is lower than the set 480px.
Hope I explained it correctly .
Thanks in advance.January 13, 2022 at 10:30 am in reply to: Full width layer slider on mobile devices max height #1335378Hi Ismael,
My mistake, the CSS I use on the home page slider is :
.home #full_slider_1 .avia-slide-wrap, .home #full_slider_1 .av_slideshow_full .av-slideshow-caption { max-height: 480px; }
It sets the max height for the slider images and makes the caption align in the center, so that is good. However on smaller resolutions and mobile this doesn’t work.
Thanks
January 13, 2022 at 10:26 am in reply to: Chrome page load gives dark grey background 'flash' for second #1335377Hi Ismael,
Thanks a lot, this solved it.
Thanks !
Hi Mike,
The first solution made my divider disappear, the second works perfectly.
So this one did it for me:
#top #main .color-section-divider { clip-path: inset(0 0 90% 0); }
Thanks
Thanks a lot Mike, perfect fix !
This reply has been marked as private.This reply has been marked as private.Hi Ismael,
Thanks for the reply.
So the full screen video background has the audio control issues you described. The solutions mentioned in the thread you refer to are far from ideal for me.
So I have to fall back to the regular video insert. Here audio controls work as expected. However, I dont have the option in the video player to go full screen. Any ideas on how to add this full screen button to the player ?Thanks
This reply has been marked as private.March 24, 2020 at 4:01 pm in reply to: Import FontAwesome font in enfold icon import shows square in icon list in avia #1196580Hi Nikko, Victoria,
Thanks a lot. The Icons are visible now.
Thanks !
March 20, 2020 at 8:56 pm in reply to: Import FontAwesome font in enfold icon import shows square in icon list in avia #1194937This reply has been marked as private.March 20, 2020 at 8:02 pm in reply to: Import FontAwesome font in enfold icon import shows square in icon list in avia #1194907This reply has been marked as private. -
AuthorPosts