Viewing 30 results - 31 through 60 (of 105,391 total)
  • Author
    Search Results
  • #1486018

    In reply to: lightbox issues

    Those screenshots were from the image element itself, inside the page builder.

    Thanks, Ismael.
    That CSS solves my problem with image copyright. Great!
    What about the responsiveness?
    When looking at the gallery in tablet or mobile view, then all images are cropped. I need them to show in full size, without croppting.

    And I need the gallery to show 4 images in one row. There is no setting for that. How can I solve this?

    Best regards
    Bettina

    #1486012

    In reply to: lightbox issues

    thanks for your reply
    but if you look at the images they are set with the url and media link. it’s just not working.

    #1486011

    In reply to: lightbox issues

    Hi,

    Thank you for the update.

    The issue is with the other page builder. You have to edit the images there and set the URL or link. If it’s not available, you may need to manually wrap the images in a link tag then use the image URL as value. Please contact the plugin developer for additional assistance.

    Best regards,
    Ismael

    #1486008

    In reply to: lightbox issues

    Thanks for taking a look.
    this is how the image is set up – it’s similar to Enfold (which I have used exclusively for years).
    on the mixed media page: https://imgur.com/iqrN3T2 and https://imgur.com/1VgypnI
    but on the front end I don’t see the link in the preview or page view.
    on the paintings page, the first image is set up the same way, but the link is there –
    in the preview it opens in lightbox: https://imgur.com/uYtdXbb and https://imgur.com/RLnBpBQ
    but when I save a view the page, it opens the image in another page. The second image on that page is set up the same way but there doesn’t seem to be a link: https://imgur.com/yHRPIj7
    I have gone back and forth through all the settings. The lightbox is enabled.
    Any advice?
    thanks
    Nancy

    Hey Bpelzer,

    Thank you for the inquiry.

    Adding this css code should help move the copyright text below the image, but it will create a bit of extra space below the slider.

    #presse .av-horizontal-gallery {
        padding-bottom: 120px;
    }
    
    #presse .presse-galerie .av-image-copyright {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        padding-top: 0;
    }
    
    #presse .presse-galerie .av-horizontal-gallery-wrap {
        overflow: visible;
        padding-bottom: 50px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1485999

    In reply to: lightbox issues

    Hey Munford,

    Thank you for the inquiry.

    The images on the “mixed-media” page don’t have any links or are not wrapped inside a link tag. Unfortunately, we are not familiar with the SiteOrigin Builder and we are not sure how the images were added to the page, but you may need to edit them and make sure they include links that use the original image URL as the value.

    Another option is to switch to the Advance Layout Builder and use image elements such as the Gallery or Masonry.

    View post on imgur.com

    Best regards,
    Ismael

    Hey Martin,

    Thank you for the inquiry.

    We noticed that the title attribute of the featured image is removed on mouse hover and returns on mouse out. Did you add a script that disables the title attribute on hover to prevent the default browser tooltip from showing? Please note that the lightbox script relies on the title attribute for the caption or image subtitle.

    You may need to remove the script that disables the title attribute to keep the lightbox subtitle or caption consistent. Let us know the result.

    Best regards,
    Ismael

    #1485992

    Hey Richard,

    Thank you for the inquiry.

    The image overlay is disabled on mobile devices by default. You can enable it back but you have to edit the themes/enfold/js/avia.js file and remove the following code from the avia_hover_effect function, around line 769.

    if( $.avia_utilities.isMobile )
    		{
    			return;
    		}
    

    Make sure that the Enfold > Performance > File Compression is temporarily disabled. Let us know the result.

    Best regards,
    Ismael

    #1485989

    In reply to: Logo as SVG

    Hey Daniel,

    Thank you for the inquiry.

    The same SVG logo image is displayed on small screens when we checked the previous site. Would you mind providing a screenshot?

    Best regards,
    Ismael

    #1485984

    Topic: lightbox issues

    in forum Enfold
    Munford
    Participant

    hi
    I just took over a site that is using another theme together with Site Origin builder. (I am used to using enfold). I was having trouble with the lightboxes not working even though my images are set to open in a media file. Some of them work and some don’t, and sometimes the images seem to default back to no lightbox. I switched the theme to Enfold on a staging site, but the same thing is happening. I still have Site Origin installed since I don’t want to rebuild the whole site. Can you see if there is a conflict or what the issue is?
    thanks for your help
    Nancy

    #1485981

    Hey faroestudio,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function change_posts_titles_from_h3_to_h2_in_grid_view() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('.slide-entry-wrap h3.slide-entry-title.entry-title ', '<h2></h2>');
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action( 'wp_footer', 'change_posts_titles_from_h3_to_h2_in_grid_view', 99 );

    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code and save.

    Best regards,
    Mike

    #1485962

    Topic: Logo as SVG

    in forum Enfold
    Bpelzer
    Participant

    Hello,
    I am struggling with the horizontal image gallery. I would like to show some text below each image and I am using “image copyright”, because I found no other possibility. The problem is, that it should show up below the image, and not on it. To get this working I used the following code:
    .presse-galerie .av-image-copyright {
    position: relative;
    padding-top: 10px;
    }
    Where .presse-galerie is my class for the gallery.
    This works for desktop view. But unfortunately not in tablet or mobile mode. My copyright text will displayed on the image and is not readable.

    Another issue is, that the horizontal gallery is not really responsive. It only works well in desktop mode. But on smaller screens images are badly cropped. Could you please provide some CSS to make this elements responsive?

    Thanks, Bettina

    #1485958
    raslade
    Participant

    Hi there

    I’m building a site where I’ve set the overlays to show permanently as they use a svg as a design element. See the link for example. The problem is on mobile, the overlays don’t show up.

    #top .slide-entry a .image-overlay {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: visible !important;
        opacity: 1 !important;
    }

    Any help would be very much appreciated
    Richard

    transdesign_dk
    Participant

    Hi Enfold Support,

    I’m experiencing a repeatable bug with the Enfold gallery — specifically when using image subtitles.

    On a page with an Enfold gallery, each image has been given a subtitle (via the built-in options). Everything works fine initially. However, after I scroll past the first image and then scroll back up to it, the subtitle is suddenly replaced with the string “null” on the frontend.

    This behavior suggests that the JavaScript responsible for handling image subtitles is not correctly preserving or restoring the subtitle data after the element is reloaded or redrawn (possibly due to lazy loading or Masonry reflow). It appears that the subtitle is being dynamically injected, but the value is lost or misread after scrolling, resulting in a “null” string being displayed instead.

    This only happens after interaction — when returning to the image — and seems like a client-side rendering issue.

    Could you please look into this? I’ve shared a few example pages in the private content. Thanks!

    Best regards,
    Martin

    #1485942

    Hi Ismael – Great! It worked straight away. The cover image is visible again in full format. Many thanks for your quick support! (But: do I have to assume that I might have to use this snippet on my other Enfold websites as well? – Or will it be patched in the next update? Or is it perhaps not a bug at all?). Best regards, Lutz

    #1485930

    Hey ellkam,

    Thanks for reaching out.

    Try to completely remove the image from the Media > Library, then add this code in the functions.php file:

    function avf_customization_modify_thumb_size( $size ) {
          $size['entry_without_sidebar'] = array( 'width' => 9999, 'height' => 9999 );
          $size['entry_with_sidebar'] = array( 'width' => 9999, 'height' => 9999 );
          return $size;
    }
    
    add_filter( 'avf_modify_thumb_size', 'avf_customization_modify_thumb_size', 10, 1 );
    

    This should set the maximum width and height of the thumbnail. Upload the image again afterward.

    Best regards,
    Ismael

    #1485929

    Hey keep12,

    Thank you for the inquiry.

    Yes, you can override the includes > loop-index.php file in the child theme folder. Create a folder named includes, then place the loop-index.php file inside it. You can then add the author markup within the file.

    This thread should help with the author markup: https://stackoverflow.com/questions/20467008/how-to-add-author-image-and-description-wordpress

    Best regards,
    Ismael

    #1485909

    Hi,

    It’s likely a server setting which is not allowing what you are trying to do, this might help you out:

    A “File too large server error,” also known as a “413 Request Entity Too Large” error, occurs when a client attempts to upload a file or send data to a server that exceeds the server’s configured maximum upload size. This error is typically triggered by large files, such as videos, images, or plugins, exceeding the server’s limits. To resolve this, you’ll need to either reduce the file size or increase the server’s upload capacity.
    Here’s a more detailed explanation:
    Causes:

    Exceeding Server’s Upload Limit:
    Most servers have a maximum file size limit for uploads. If the file you’re trying to upload exceeds this limit, the server will return a 413 error.

    File System Limitations:
    In some cases, the file system of the destination device (like a USB drive) might have limitations on the maximum file size, even if the server’s limit is higher. For example, FAT32 file systems have a 4GB limit.

    Solutions:
    1. Reducing File Size:

    Compression:
    Compress large files (e.g., using .zip) to reduce their size before uploading.
    Lower Quality:
    If it’s a video file, consider recording or exporting it in a lower quality to reduce its size.

    2. Increasing Server’s Upload Limit:

    Adjusting PHP Settings:
    For WordPress or other PHP-based websites, you can modify upload_max_filesize and post_max_size directives in your php.ini file or through your hosting control panel.

    Modifying .htaccess:
    In some cases, you can adjust the upload size limit through the .htaccess file.
    Nginx Configuration:
    For Nginx servers, you’ll need to modify the client_max_body_size directive in your nginx.conf file.
    Contacting Hosting Provider:
    If you’re unable to make these changes yourself, reach out to your hosting provider for assistance.

    3. Handling File System Limitations:

    Formatting to NTFS or exFAT: If the issue is with the destination file system (e.g., FAT32 on a USB drive), you can format the drive to a file system like NTFS or exFAT, which support larger files.

    4. Additional Tips:

    Compress files before uploading: This is a good practice even if the server limit is sufficient.
    Check server settings regularly: Ensure your server’s upload limits are appropriate for your needs.
    Implement client-side file size validation: Prevent users from uploading excessively large files in the first place.

    https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/413

    Best regards,
    Rikard

    Hi Ismael,
    I had someone else here have a look and believe we found the issue. Below is what they said and found. Hopefully this helps provide the info you need to resolve things. The FTP info you requested is provided in the private field.

    Here’s what they said…

    I retrieved a copy of the post data and metadata before saving, without making any changes, and then compared it to the data and metadata afterwards. The issue was apparent.

    Before editing, the postmeta value for the _aviaLayoutBuilderCleanData meta_key has [av_blog…] elements that look like:
    [av_blog blog_type='taxonomy' post_type='hotels-resorts' link='canada-categories,248' term_rel='' blog_style='blog-grid' content_length='content' contents='excerpt' date_filter='' date_filter_start='' date_filter_end='' date_filter_format='yy/mm/dd' period_filter_unit_1='1' period_filter_unit_2='year' page_element_filter='' offset='0' conditional='' bloglist_width='' columns='4' preview_mode='custom' image_size='portfolio' items='-1' paginate='no' img_scrset='' lazy_loading='disabled' alb_description='' id='' custom_class='adventures-post blogpost-image-fixing' template_class='' av_uid='av-2ivazvo' sc_version='1.0' orderby='' order='']

    After saving, without making any changes, we have:
    [av_blog blog_type='taxonomy' link='canada-categories,248' term_rel='' blog_style='blog-grid' content_length='content' contents='excerpt' date_filter='' date_filter_start='' date_filter_end='' date_filter_format='yy/mm/dd' period_filter_unit_1='1' period_filter_unit_2='year' page_element_filter='' offset='0' conditional='' bloglist_width='' columns='4' preview_mode='custom' image_size='portfolio' items='-1' paginate='no' img_scrset='' lazy_loading='disabled' alb_description='' id='' custom_class='adventures-post blogpost-image-fixing' template_class='' av_uid='av-2ivazvo' sc_version='1.0']

    The saved version is missing the post_type=’hotels-resorts’ attribute.

    When I manually add these to the database, the posts reappear.

    #1485903

    Hey Jimmy,

    You can copy/paste the image URL that you want to use into the logo field, then save the theme options.

    Best regards,
    Rikard

    #1485892
    keep12
    Participant

    Hello we are looking to a way to add in all the entries (blog not pages) the info of the author at the bottom… name, biography, image, social, social links… is there a way to do it throw enfold/enflod-child? i attached an image with an example

    #1485887
    ellkam
    Participant

    Hi Kreisi team,

    I’ve tried everything: perplexity, forums, trial and error: I’m not getting anywhere. I have been embedding annual reports as posts on the homepage of the http://www.kms-kleve.de website for a few years now. This year, the post image of the 2024 annual report is suddenly cut off at the top and bottom.
    I have tried the following so far:

    – Duplicating the 2022 annual report in the backend and simply replacing the images (in the same format and size)
    – Tried various settings in the Enfold blog settings
    – In WordPress, set the image sizes for import in height to ‘0’
    – Deleted image and reloaded
    – Deleted and reloaded the entire post
    – Deleted, deleted, deleted caches
    – Post recreated with Avia
    – Post recreated with the standard editor

    The image of the annual report 2024 is not displayed in the desired size – as with the other annual reports. The image should be displayed in full size like the others. What is the error? Thank you for your help!

    Best regards, Lutz

    #1485884

    In reply to: PAGESPEED / LCP

    Hi,

    Thank you for the update.

    The desktop score is now 98, and 80 on mobile. CLS is now resolved, but there’s still an LCP issue, which now points to the text element below the first gallery. It will probably help to further reduce the size of the background image (kuechen-schmidt_edelstahl_footer-bg.jpg), which is still 43KB and larger than necessary. Optimizing the slider images such as kuechen-schmidt_stellenanzeige_Technischer-Koordinator_2406.webp (88KB), kuechen-schmidt_service-check_kundenzufriedenheit-1-300×150.jpg (32KB), along with the others would also help.

    Best regards,
    Ismael

    #1485877

    In reply to: PAGESPEED / LCP

    Thanks for the tip – that made me realize the actual error in the header. The background image in the header is only 1920px and only 8KB via WebP. Before, I had 2500px with 15KB because of large displays/Retina => both shouldn’t be a problem with Insights. But: at the top of the second header with the phone number, the old jpg version was still embedded via CSS at an incredible 32KB :D
    Hope that helps.

    I’ve used the other CSS.

    I’ll let you know after a few tests.

    #1485843

    In case that image didn’t come through… https://imgur.com/a/zZj3xpQ

    #1485824

    In reply to: PAGESPEED / LCP

    Hey Sven,

    Thank you for the inquiry.

    The LCP is the background image used in the header container (kuechen-schmidt_edelstahl_footer-bg.jpg). It’s 2000px in width and 46Kb in size, which is a bit heavy. We recommend significantly reducing the image size, make sure it’s compressed and preload it using the plugin below.

    https://wordpress.org/plugins/preload-lcp-image/

    CLS could also be improved by limiting the height of the revolution slider on smaller screens, making sure it doesn’t shift the page while the slider is loading. Please add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #main #revolutionslider_1 {
        max-height: 220px;
        overflow: hidden;
      }
    }
    

    Best regards,
    Ismael

    #1485817
    navindesigns
    Participant

    1- How can I make the button “View Services” in the top section larger on mobile?
    2- also on mobile how can stretch out the waves so it’s more subtle? screenshot here – https://i.ibb.co/svP1g1Rp/image.png

    #1485793

    Topic: PAGESPEED / LCP

    in forum Enfold
    TESLA
    Participant

    Es geht um den Pagespeed. Bis ca. letztes Jahr hatte ich nach einer umfangreichen Optimierung der Website nahezu perfekte Werte bei den Google Insights. Anscheinend sind die Kriterien wieder einmal anders bewertet – mobil komme ich nur noch auf 50-60% Leistung.

    Die kritischsten Werte sind zwei Indikatoren:

    Layoutverschiebungen
    da sehe ich das Consentmodul Real Cookie Banner als Verursacher. Plugin deaktiviert und ich hatte statt 13 shifts nur noch eins. Keine Ahnung wie das anders lösbar wäre.

    LCP
    Alles probiert und entsprechend eingestellt und weboptimiert. Schriften werden lokal via OMGF Pro optimiert geladen. Caching und Optimierung via WP Rocket. Bilder v.a. auf der Startseite in webP. Da habe ich schon alles durch: wenn man ein Bild bis zum Exzess optimiert, findet insights das nächste LCP und stürzt sich auf das Element – sogar reiner Text wurde mir schon als LCP angezeigt.

    Habt ihr hilfreichen Input und Ideen dazu?

    -__________

    It’s about the pagespeed. After an extensive optimization of the website, I had almost perfect values ​​at the Google Insights after an extensive optimization of the website. Apparently the criteria are rated differently again – I only get 50-60% power.

    The most critical values ​​are two indicators:

    Layout shifts
    I see the Real Cookie Banner CONSENTMODUL as a cause. Plugin deactivated and I only had one more than 13 shifts. I have no idea how it would be different.

    LCP
    Everything tried and set accordingly and web -optimized. Writings are loaded locally via OMGF Pro. Caching and optimization via WP Rocket. Images, especially on the homepage in WebP. I already have everything through: if you optimize an image to the excess, Insights find the next LCP and plunges on the element – even pure text has already been displayed as a LCP.

    Do you have helpful input and ideas?

Viewing 30 results - 31 through 60 (of 105,391 total)