Viewing 30 results - 2,311 through 2,340 (of 106,494 total)
  • Author
    Search Results
  • #1475863

    Mike, my main problem is that the images are huge on my site. I want them half the size they are now, with lots of space between each, while showing the entire logo. Exactly how it is on your demo page.

    How do I accomplish this? If you look on the site, many logos are cut off side to side!

    Is there a specific size I should be making the original pngs?

    ALSO, I want the buttons on the bottom. You can’t see the arrows on the top right, but the theme doesn’t seem to accept when I chose that.

    Please help with this specific problem.

    #1475855

    Thanks, Ismael.
    Are you certain the quality is set to maximum? Regarding the artifacts in the resized images, I would have thought the setting is at aroung 70-80.

    I will try with the filter.

    #1475845

    Hey wagnerstephan,

    Thank you for hte inquiry.

    We ran a test on the PageSpeed Insights tool, and according to the result (https://pagespeed.web.dev/analysis/https-autobeschriftung-signature-werbetechnik-de/myl2wzbjm8?form_factor=desktop), the images are not compressed or properly resized. There are also many other recommendations that can be implemented. Have you done any page speed optimization on the site? If you haven’t, the following articles should help.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    #1475840

    Hey koomo,

    Thank you for the inquiry.

    We’ve found a few script errors generated by the wp-carousel-pro plugin.

    Uncaught TypeError: $grid.imagesLoaded is not a function
    at HTMLDivElement. (wp-carousel-pro-public.min.js:1:29385)

    Have you tried deactivating the plugin temporarily?

    Best regards,
    Ismael

    #1475838

    Hey h-i-m,

    Thank you for the inquiry.

    The theme automatically sets the quality of uploaded images to maximum, but this can be adjusted using this filter in the functions.php file:

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) { $quality = 55; return $quality;}

    The EWWW Image Optimizer plugin should also improve the compression.

    Best regards,
    Ismael

    #1475834

    In reply to: Video in Header

    Sorry about that. I thought we were supposed to put any links to site in that area. here it is:

    screenshot: https://img.savvyify.com/image/Screenshot-2025-01-25-at-3.21.13%E2%80%AFPM.9pvxl

    Mobile view webpage: https://priverproducts.com/freeze-flat/

    #1475823

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .widget ul.social_bookmarks {
        display: inline-flex;
        gap: 0px 10px;
    }
    
    #top .widget ul.social_bookmarks li {
        border: none
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 01 26 at 8.42.43 AM

    Best regards,
    Mike

    #1475822
    h-i-m
    Participant

    Hi,
    after uploading images geht converted into the differents sizes. The resulting quality isn´t suitable for all projects (= to low). Where and how can I adjust the compression settings?

    I also own the ewww optimizer, does it make sense to reconvert with that plugin?

    Thanks

    #1475815

    Hi,
    Thank you for your patience, I don’t believe that you can create this complex layout with the diagonal color sections, I recommend adding a background image to the color section with the diagonal white area in the background image
    Screen Shot 2025 01 26 at 7.15.52 AM

    Best regards,
    Mike

    #1475796

    Hey marketbiz,
    To remove the new products section on the empty cart page add this css to your Quick CSS:

    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    	display:none;
    }

    Then to add the button add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      var button = $('<div class="avia-button-wrap av-m6cpztd3-7c60bd307536e2939b17d69a432c4593-wrap avia-button-center  avia-builder-el-56  el_after_av_button  avia-builder-el-last "><style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-m6cpztd3-7c60bd307536e2939b17d69a432c4593">#top #wrap_all .avia-button.av-m6cpztd3-7c60bd307536e2939b17d69a432c4593{border-radius:20px 20px 20px 20px;transition:all 0.4s ease-in-out;}#top #wrap_all.avia-button.av-m6cpztd3-7c60bd307536e2939b17d69a432c4593:hover .avia_button_background{border-radius:20px 20px 20px 20px;}</style><a href="#" class="avia-button av-m6cpztd3-7c60bd307536e2939b17d69a432c4593 av-link-btn avia-icon_select-no avia-size-x-large avia-position-center avia-color-dark" title="Dashboard" aria-label="Dashboard"><span class="avia_iconbox_title">Dashboard</span></a></div>');
      if ($("body").hasClass("woocommerce-cart") && $(".wp-block-woocommerce-empty-cart-block .wc-block-grid").hasClass("wp-block-woocommerce-product-new") == true) {
      $(button).appendTo('.wp-block-woocommerce-cart');
      } else {}
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Then adjust the button URL to suit.
    Screen Shot 2025 01 25 at 5.05.08 PM

    Best regards,
    Mike

    #1475794
    marketbiz
    Participant

    I want to remove the new products section on the empty cart page and change it to a button (see attached image)
    ask-cart-page

    Please help me and thanks.

    Hi,
    Thank you for your patience, your css will only highlight the elements as you tab them, not cause a keyboard focusable.
    What element are you not able to keyboard focusable? When I check I can tab to each item on your page.
    Your MasterPopups plugin takes the first few focusable, try disabling this plugin, then you have an empty jQuery:
    Screen Shot 2025 01 25 at 3.12.53 PM
    then other scripts, you may need to disable all of your plugins and see if that helps and then enable them one at a time to find the ones taking the focus. But as I test with enough tabs to get past them I can then tab to all of the items on your page.

    Best regards,
    Mike

    #1475784

    Hi,
    The advance styling settings in your screenshot is for the “overlay/slide out” (burger menu) please change in the “Main Menu Links” instead:
    Screen Shot 2025 01 25 at 2.17.25 PM
    note that the “Apply only to mouse hover state” is not checked.

    Best regards,
    Mike

    #1475776

    Hi,
    I also don’t see any errors on your homepage, please post a screenshot of what you see and the browser / OS that you are using.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    #1475705

    In reply to: Product Slider Issue

    Hey ballindigital,

    Thank you for the inquiry.

    Looks like the correct product images display once you navigate to the second set of products. We also noticed that the site continuously loads without end. Have you tried deactivating the plugins temporarily? Please clone the site to a staging environment so that we can check the issue properly.

    Best regards,
    Ismael

    #1475702

    Hi,

    The issues don’t occur on the live site anymore — the images are visible, and there are no large gaps. Did you figure out the issue?

    View post on imgur.com

    Best regards,
    Ismael

    #1475691

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-16 .av-horizontal-gallery-slider {
        display: flex;
        justify-content: center;
    } 

    Screen Shot 2025 01 23 at 5.04.08 PM

    Best regards,
    Mike

    #1475690

    Hi,
    Please note that adding the code above and regenerating the thumbnails will not remove the old images that you want to remove, you will need to remove them via FTP or your cPanel file manager.

    Best regards,
    Mike

    #1475662

    Hey felix_frank,

    They are visible once you hover over the image.

    Best regards,
    Rikard

    #1475649

    Topic: Product Slider Issue

    in forum Enfold
    ballindigital
    Participant

    Hi,

    The product slider is pulling the wrong information from our products.

    The product image is different from the actual product.

    View post on imgur.com

    in the first example here, this is the product image:

    But this is the actual product informaiton?

    We need the correct information displayed.

    #1475641

    Hello, thank you for getting back to us.

    We did not add any code to regenerate thumbnails. However, after applying the code and testing with new image upload, we received 17 new images again, which means we couldn’t accomplish what we wanted. We are testing a few new options now. We will apply the function you suggest above and see what will happen.

    Any other advices and suggestions are welcome.

    Thank you.

    #1475619

    Hey designelefant,

    Thank you for the inquiry.

    After adding the code with the remove_image_size function, did you regenerate the thumbnails? Please note the function will not affect images that are already uploaded to the site. It will only work on newly uploaded images.

    You can use any of these plugins to regenerate the thumbnails.

    // https://wordpress.org/plugins/force-regenerate-thumbnails/
    // https://wordpress.org/plugins/regenerate-thumbnails-advanced/

    Make sure to create a site backup or restore point before proceeding.

    Best regards,
    Ismael

    #1475592

    Right, I saw that, too. On the regular site at fiestapoolsandspas.com, there are two things wrong:
    -missing images
    -on the menu bar, there are black lines between each one, whereas on the staging site (and the rest of the regular site), they show white as they are supposed to.

    Any thoughts on what I should do know to fix the regular site?
    Thank!
    Justine

    #1475544
    designelefant
    Participant

    Hello,

    We have an image heavy website we manage with over 2K images. When Enfold creates additional images, they become too many and take a lot of hosting space. What is the best way to disable Enfold autogenerated images in the future (or decide which to keep)?

    We have researched some of the previous similar issues (see the links), but after applying the code and testing, we saw no changes. For any new uploaded image, Enfold creates several and they are 17-18 again.

    Please advise.

    Here are the forum links we were referring to:

    FYI: The website we are talking about is hosted in WP Engine.

    Thank you in advance for the assistance.

    Best Regards,
    Elefant Team

    #1475537

    Hi,

    Thank you for the info.

    The issue is not reproducible on the staging site, regardless of whether we were logged in or not. The images are displaying correctly on the homepage, and there are no large white spaces below the first section. Please check the screenshot (Chrome) below:

    View post on imgur.com

    Best regards,
    Ismael

    #1475535

    Hi,

    Great! Glad to know that you found a solution. Please note that the script will affect all images on the entire site. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    #1475532

    Hi,

    Thank you for the update.

    The gallery and slider images are visible when we checked. Did you figure out the issue?

    View post on imgur.com

    View post on imgur.com

    Best regards,
    Ismael

    #1475521
    aussiedropbear
    Participant

    I am using the Easy Slider and have managed to remove the arrow on hover.

    However when on hover, i am getting an image tag show up.

    Is there some Quick CSS to remove this as well. Would be nice to have this as a checkbox in the easy slider :)

    Cheers
    John

    #1475519

    Hey daimonart,
    Add a custom page title to each contact form “E-Mail Subject”
    Screen Shot 2025 01 21 at 5.17.05 PM

    Best regards,
    Mike

    #1475515

    Hey snitt,
    When I check your page I don’t see that your LayerSlider is cut off, I see that the content slider is cut off due to this error:
    (index):875 Uncaught TypeError: Cannot read properties of undefined (reading 'isMobile')
    from this custom code in your functions.php:

    add_action('wp_footer', 'ava_auto_height');
    function ava_auto_height(){
    ?>
    <script>
    (function($){
    	function c() {
    		   if( $.avia_utilities.isMobile ) return;
    
    		   $('#content-slider-height-same .slide-entry').css('height', '');
    
    		   var elementHeights = $('#content-slider-height-same .slide-entry').map(function() {
    			 return $(this).outerHeight();
    		   }).get();
    
    		   var maxHeight = Math.max.apply(null, elementHeights);
    
    		   $('#content-slider-height-same .slide-entry').height(maxHeight);
    	}
    
    	$(window).on('load', function() {
    	  	c();
    	}).load();
    })(jQuery);
    </script>
    <?php
    }

    Screen Shot 2025 01 21 at 4.16.48 PM
    Is this what you are talking about?
    Changing to this seems to solve after your WP Rocket plugin is cleared:

    add_action('wp_footer', 'ava_auto_height');
    function ava_auto_height(){
    ?>
    <script>
    (function($){
    	function c() {
    		   //if( $.avia_utilities.isMobile ) return;
    
    		   $('#content-slider-height-same .slide-entry-excerpt').css('height', '');
    
    		   var elementHeights = $('#content-slider-height-same .slide-entry-excerpt').map(function() {
    			 return $(this).outerHeight();
    		   }).get();
    
    		   var maxHeight = Math.max.apply(null, elementHeights);
    
    		   $('#content-slider-height-same .slide-entry-excerpt').height(maxHeight);
    	}
    
    	$(window).on('load', function() {
    	  	c();
    	}).load();
    })(jQuery);
    </script>
    <?php
    }

    Screen Shot 2025 01 21 at 4.21.57 PM
    I set your code back to the way you had it, please check.

    Best regards,
    Mike

Viewing 30 results - 2,311 through 2,340 (of 106,494 total)