Viewing 30 results - 2,341 through 2,370 (of 106,494 total)
  • Author
    Search Results
  • #1475513

    Hey whdsolutions,
    You could try this solution, but it is not meant to show for products, as the layout placement shows the sidebar under the product image.

    Best regards,
    Mike

    #1475511

    Hi Rikard,
    Yes, this is working, but the text-overlay on the images does not resize together with the images. The first two images on the left have a text overlay. Do you know how to fix this?
    Thanks again.

    I found my own answer, I can cahnge the font size inside the image box.

    • This reply was modified 1 year, 3 months ago by JantienM.
    #1475509

    Hi, Ismael,
    I have created a staging site for you, and the access info is below. I didn’t install any new security plugin. So we are still having two issues:
    -missing images on the home page (if it helps, when I am logged in, and preview home page, the images are there)
    -also the search bar isn’t rendering the way it used to with Enfold.

    Thanks so much!
    Justine

    #1475500
    JantienM
    Participant

    Hi,
    on my website I’d like to add some margin to the left and right of a content section. I am showing 4 images in 4 columns, I want them to be a bit closer to each other and a bit more centered. Now there is too much space between them and they are fullscreen.
    When I add padding to the columns, the text overlay of the images gets mixed up, so I tried adding this css to make the width of the section smaller, but that didn’t work (nothing happened).

    .home #klanten .container {
        max-width: 800px !important;
    }

    Hope you can help me out with whzt I’m doing wrong here or maybe you have a better solution.
    Thanks

    #1475464

    Hi,

    Thank you for the update.

    You may need to replace the Color Section with an actual Image or a Fullwidth Easy Slider element to make sure that the container resizes based on the size of the image, rather than the other way around. If you choose to use the Image element, you can adjust the container’s maximum width using css. Please refer to this documentation: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    Thanks @Guenni007.

    Best regards,
    Ismael

    #1475454

    you are talking about a color-section – and its background image – right? i can not see the header image in your question.

    vw is another relative length value. https://css-tricks.com/the-lengths-of-css/#aa-vw
    1vw is equal to 1% of the width of the viewport ( viewport width = vw)
    so if you like to have the background-image to have full width – you can set the bg-image to cover the container – so it has a width of 100vw.
    Now if you got a background-image that has a 16:9 aspect ratio then. 16 = 100vw and 9 = x vw ?
    Simple rule of three the height of the container had to be 56.25vw.

    you see my example page that this is a responsive color-section. The only problem is that now the height of the container no longer grows with its content. But if you only got a heading f.e. with fluid font-size – this will work in that manner.

    #1475449

    @guenni007, thank you. Sorry, what is vw? And so what you’re saying is the header image needs to be modified in order to be responsive? Or do you have a recommended size that I should make the header image so that it is automatically responsive?

    #1475448

    you had to know the aspect ratio of your bg-image. then you can calculate the height of that section in relation to 100vw of width.
    f.e. if your bg-image is a 16/9 image – then the height should be 56.25vw. So you can force the height to be of that height of the image.

    This will work if your content does not grow over that height.
    See an example here: https://webers-testseite.de/colorsection-responsive/

    #1475432

    Ismael, gracias, está solucionado. El problema estaba en la opción “Reescritura Picture WebP . Un método sin JavaScript usando etiquetas picture. Algunos temas pueden no mostrar correctamente las etiquetas <picture>. Puede combinarse con JS WebP y carga diferida para la compatibilidad con imágenes de fondo CSS. ” en el plugin eeeW.
    Saludo

    Following on from this – This could be caused by an assumption being made in the code somewhere.

    We have changed the PHP version back to version 8.2 latest.

    But this time added wp-config define memory limit and max memory limit lines stating 2gb max memory limit.

    The actual limit in the php settings is 4gb. but 2gb is the post max size so dont want the usage to exceed this ideally. These figures are the same for all of the php versions on our server. The only change is we defined it in WP-Config for the site.

    Upon first attempt this has worked. But quite often this has been the case so need to keep an eye on the issue.

    I guess we need to determine if anything in Enfold specifically related to the ALB image element looks for the memory limit?

    Can you let me know how we proceed with this?

    • This reply was modified 1 year, 3 months ago by thinkjarvis.
    thinkjarvis
    Participant

    Hi we are experiencing an issue with Enfold on one of our sites where the memory limit is getting exausted when trying to view any ALB image element on our site.

    It times out and when I check the log files I get the following:

    If we have redis enabled:
    AH01071: Got error ‘; PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1310720 bytes) in /var/www/vhosts/domainname.com/httpdocs/wp-content/object-cache.php on line 2534’, referer: https://domainname.com/wp-admin/post.php?post=14&action=edit

    If we have redis disabled:
    AH01071: Got error ‘PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 5242880 bytes) in /var/www/vhosts/domainname.com/httpdocs/wp-includes/class-wp-object-cache.php on line 239’, referer: https://domainname.com/wp-admin/post.php?post=14&action=edit

    This is accompanied by a console error:
    Failed to load resource: server responded with a status of 500 ()
    wp-admin/admin-ajax.php
    wp-admin/load-scripts.php
    I am assuming these two errors are because the process has stopped – And the cause is something to do with the issues above.

    We therefore cannot change the images on this site.

    I have raised this issue before but we couldnt find a cause.

    The allowed memory size is much larger than the limit suggested here. So not sure where the memory limit at 536870912 bytes is being pulled from.

    I think this is an issue with PHP compatibility and the avia builder. The problem seems to be worse in anything above php 8.0. We are now running PHP 8.2 on this site and the problem occurs with consistency.

    Please can you let me know what you need from us to investigate? I can provide login credentials if required.

    • This topic was modified 1 year, 3 months ago by thinkjarvis.
    • This topic was modified 1 year, 3 months ago by thinkjarvis. Reason: redacted url for security
    #1475403

    Hey tsays,

    Thank you for the inquiry.

    The background images applied to the color sections should be responsive by default. Just make sure that Styling > Background Image > Background Repeat is set to Stretch to Fit.

    Best regards,
    Ismael

    #1475398

    Hey seomar,

    Thank you for the inquiry.

    The account above is not an admin, so we were not able to check the site settings. Please change the user role to administrator. Did you install any plugins related to images?

    Best regards,
    Ismael

    #1475396

    Hey sebastianpesl,

    Thank you for the inquiry,

    The sizes and aspect ratios of the images are different. We provided examples in the private field. Please make sure to upload images with the same size and aspect ratio.

    You can also try this css code:

    .team-img-container {
        max-height: 280px;
    }
    
    .team-img-container img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

    Best regards,
    Ismael

    #1475392
    tsays
    Participant

    How do I make the background image on a color section responsive?

    Hi,
    Glad that this helps, the backend Featured image thumbnail is a WordPress function and I don’t know how to change this. But as you pointed out your customers won’t see this. Shall we close this thread then?

    Best regards,
    Mike

    That is great!!
    Thank you soo much :-)

    I have added the filter to my child theme on the live site and it solved the issues on the shoppage.
    However on the “Edit Product” screen under Featured image the image still shows a cropped version – this is however of lessor importance :-)

    Kind regards
    Dennis B

    Hey ProSEO,
    I added this to your functions.php file in Appearance ▸ Editor:

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    

    and it solved your webshop
    Screen Shot 2025 01 19 at 9.08.36 AM
    and the Related products:
    Screen Shot 2025 01 19 at 9.20.52 AM

    Best regards,
    Mike

    #1475373

    Hey ebenanders,
    The images that I check on your site are “https”, it looks like only the favicon is “http”. Check the URL in Enfold Theme Options ▸ favicon, you can edit it without uploading again. Also check your WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address for “http”

    Best regards,
    Mike

    #1475369
    ebenanders
    Participant

    Dear Enfold team,
    on one of my pages, all images in the media library show http instead of https, even when I upload new ones.
    How can I change this? The favicon is not displayed in Chrome for this reason.
    Kind regards
    ebenanders

    • This topic was modified 1 year, 3 months ago by ebenanders.
    • This topic was modified 1 year, 3 months ago by ebenanders.
    #1475358

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

    @media only screen and (max-width: 767px) { 
    	.av-burger-menu-main.menu-item-avia-special,
    	.responsive.html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown {
    		right: -100px;
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 01 18 at 3.30.31 PM

    Best regards,
    Mike

    #1475357

    In reply to: footer only on mobile

    Hey Munford,
    The sidebar is not expected to show on mobile in this layout, nor in the burger menu, but adding this code to the end of your child theme functions.php file in Appearance ▸ Editor will show it:

    function custom_script() { ?>
      <script>
    (function($){
    $('#avia-menu').one('click', function(){
    jQuery('.avia-custom-sidebar-widget-area.sidebar.sidebar_right').clone().wrapInner('<div class="sidebar-widget-area"/>').children(0).unwrap().appendTo('#av-burger-menu-ul');
    });
    })(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.
    Screen Shot 2025 01 18 at 3.16.23 PM

    Best regards,
    Mike

    #1475351
    sebastianpesl
    Participant

    Hey there,

    I’m having troubles with the team members page.
    I would like to create a kind of grid view for all our team members (teachers) with pictures.
    So far, I have added all the names and subjects with the team member option.

    The problem I am facing is that the images I upload as headshots for the people appear in different ratios and sizes. I don’t know why this happens – I have already tried many different settings regarding scaling, also tried to scale them into the same aspect ratios on my PC and then upload them. For example: all the images that are online right now have the same dimensions of 1071x1500px on my PC, but as you can see, some of them are displayed bigger or smaller compared to the others.

    I’ve added the link to the website for you moderators :)

    I would like to have a way to set a fixed resolution for the pictures I upload for my team members, regardless of the original size of the image (if that’s possible)

    Looking forward for your help! Thanks.

    -sebastian

    #1475348

    Hi,
    When I check the background color is black:
    Screen Shot 2025 01 18 at 8.57.17 AM
    It looks like your tool has an error, changing to transparent probably won’t fix. Try this:

    #center_all .av_custom_color.av-subheading.av-subheading_below p {
    	background-color: #000;
    }

    Best regards,
    Mike

    #1475342

    In reply to: Accessibility Issues

    Hi,
    Your screenshot has this structure:
    enfold-child ▸ config-templatebuilder ▸ avia-shortcodes ▸ logoslider ▸ logoslider.php
    Screen Shot 2025 01 18 at 7.58.14 AM
    It should be:
    enfold-child ▸ shortcodes ▸ logoslider ▸ logoslider.php

    Best regards,
    Mike

    ProSEO
    Participant

    I have stripped down a clone of my live site to just have two themes and Woocommerce installed.

    I have Woocommerce setup to show the original format of the product images and this works fine if I use a different theme than Enfold.
    When I activate Enfold the product images are cropped and squared – like there is some setting or internal code in Enfold that overwrites the Woocommerce settings for thumbnails.

    Woocommerce thumbnail setup – see it here

    Product image cropped and squared on “Edit Product” screen with Enfold active – see product image here
    Image is shown in same way on shop page – see it here

    Correctly formatted product image on “Edit Product” screen with Twentysixteen theme active – see correctly formatted product image here

    Hope someone can help my solve this issue.

    Kind regards
    Dennis

    • This topic was modified 1 year, 3 months ago by ProSEO. Reason: Missing image
    • This topic was modified 1 year, 3 months ago by ProSEO.
    • This topic was modified 1 year, 3 months ago by ProSEO.
    #1475268

    Hi,

    Thank you for the update.

    We have selected a larger version of the product image in the Product Grid’s Styling > Image Size settings.

    To underline all links in the site, please add this css code:

    #top #main a {
        text-decoration: underline !important;
    }

    Best regards,
    Ismael

    #1475253

    The image is 1030X1030. But it is being pulled from the product and then “blown up”. This is making it blurry. Is there another way besides this last code that was used below?
    I just need a way to display 1 featured product in a larger format than the standard Woocommerce size. If you have 1 product, the size is very small and I want to show the product larger.

    Here is the existing code that makes it larger, but pixelates it.

    .page-id-91 .shop_columns_3 .products .product {
    width: 100%;
    }

    #1475249
    This reply has been marked as private.
    #1475238

    Hey bemodesign,

    We can’t make the actual image larger using code unfortunately, could you try uploading a larger version of the image maybe?

    Best regards,
    Rikard

Viewing 30 results - 2,341 through 2,370 (of 106,494 total)