-
Search Results
-
Topic: Page speed
I want to reduce page load time on our website. I use WP Super Cache and plan to install WP-Optimize. I previously installed ShortPixel with Lozzy compression and optimized all the pictures (but not all the thumbnails). Appreciate all advice on how to improve the page speed.
I did a test on Google Page Speed Insights on two of our pages, see results in links
Our frontpage
The frontpage result went down to 28 (from 64) when I added the Leverage browser caching code from your pagespeed insights article. I cleared cache and tried to run the speed test several times, but it was still at 28. Should I remove the code from .htaccess again or ask my webhost about this?
Our most visited pageDo you have any advice on improving the “Eliminate render-blocking resources”, like using a plugin? I already have enabled “Merge and compress all theme CSS files” in the theme settings. I see that Autooptimize it a popular optimization plugin related to CSS. Do you recommend me to install that one, would it help out on this problem?
It seems like image optimization is the second factor that slows down my page. Consider to switch to Smush for image optimization since it is can optimize and unlimited number of images for free. Do you think that can be a good idea, I see that you previously recommended this plugin?
I have a white padding around the dark featured image thumbnail that I would like to remove so the picture don’t seem to have a different width than the white below. I have a lot of pages using these same featured images. Should I replace the image on FTP with the same picture with the same name in a wider version?
Hi there,
could you have a look and ideally a solution as to why the thumbnails are semi transparent? This is something that has just started occurring recently. See link below as an example. Occurs on all portfolio items.
Thanks in advance.
Hi,
I have noticed that the when I go to my website and go to the Masonry element the preview images (in the grid) are slightly blurry but when I click on them and the open in lightbox the pictures are not blurry. How do I make it so the images in the grid are sharper? The same image is being used for both the featured image and lightbox so I feel like this shouldn’t happen.
I saw other people were having the same issue so I installed Simple Image Sizes but not sure what to change and what to change to.
Hello Kriesi team!
i tried to minimize the gap between woocommerce single product and related products on enfold.
But when i use the following code, every container is moving upside also on product categories.
The problem i think is that the related prodcuts might be in an avia container?!li.product.type-product.status-publish.has-post-thumbnail { bottom: 200px; }May be you can help me.
Thanks in advance,
kind regards!I have the latest version of wordpress and Enfold 4.5
When I add new images to a gallery with the setting for thumbnails below a big image, the thumbnails load as large images and not in a row as they should under the large image.
EGOn other older pages it is working fine.
I have disabled plugins but cant seen to find a conflict and I have also emptied the cache. Images are hosted on wordpress content network.Any advice as to what might be the issue?
Topic: Masonry Gallery display bug
We have a mansony gallery display bug. The thumbnails are cramped. I noticed that when viewing the page with admin-bar or if the window is resized, like opening the google chrome console, the thumbnails are okay.
We uploaded a square image as a featured image. It works perfectly as a thumbnail but gets cut off as the blog featured image on the single page.
Is there a way for me to change the blog image so that it remains with square dimensions and doesn’t get cropped.
Thank you
Adding of
add_filter(‘jpeg_quality’, function($arg){return 50;});
add_filter( ‘wp_editor_set_quality’, function($arg){return 50;} );in functions.php of childtheme did not work.
Using plugins (e.g. Regenerate Thumbnails Advanced or Regenerate Thumbnails) to change the jpg quality also did not work.
Only inserting the lines in functions.php of the theme is OK.
Enfold 4.5.7.1 beta3
Regards
ChristianOur goal is to remove product images completely.
I used the following code in the functions.php file:
remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20 );However, I have a problem removing the left column in which the gallery was.
I used the following code in the child style.css file:
.single-product-main-image {display: none!important; }In addition, I would like to delete all photo thumbnails in the store, categories.
I was wondering if it’s possible to put the thumbnails on the woocommerce single product gallery on the left of the image instead of the bottom, without losing the zoom functionality, i am using the woocommerce 3.0 product gallery, thanks in advance!
