Viewing 30 results - 1,351 through 1,380 (of 106,459 total)
  • Author
    Search Results
  • #1484898

    Good morning,

    I was reading through the Enfold support tickets and saw that many others have experienced the same issue with images being displayed in larger sizes than those originally uploaded.

    We are not using any image-related plugins because we already upload optimized images.

    You can check, for example, the first image on this page:

    We uploaded it at 141 KB, but Enfold displays it at over 500 KB.

    In addition, developers have worked to optimize the site as much as possible, and despite this, it still exceeds the CPU usage limit. They believe the issue might be due to the Enfold theme being poorly optimized and too heavy. Unfortunately, I use Enfold on four websites. I thought it was an excellent theme, so it’s quite concerning to hear from professionals that it may not be suitable for a more complex website.

    Do you have any idea why there is such excessive CPU usage?

    #1484893
    syberknight-tb
    Participant

    i have 2 columns that contain a persons headshot (using the image block > styled > circle) and their bio (using the text block) underneath. this fits nicely in our page width & wraps well for mobile. but i’ve now been informed that there will be more than 2 people (pic & bio).

    is there a way to use these colums > image > text in some sort of horizontal slider or accordion kind of thing? where 2 columns remain visible but there’d be a hint that a 3rd column (or more) is there for the user to click on for the columns to slide left, now showing the 2nd & 3rd columns (with the 1st column hinted at left like the 3rd column was at right).

    the closest block i’ve found in Enfold is the “Content Slider”, but it’s not obvious enough that there are more columns to explore. the arrows seem small & obscure, and there’s no hint (faded partial view of the 3rd slide) of more content to click the arrows for; and when clicked, it removes the first 2 slides altogether to make room for the 3rd, instead of leaving the 2nd in the 1st position with the 3rd in the 2nd position. does that make sense?

    i suspect this is too detailed of a desire & beyond the bounds of Enfold and the Layerslider it includes. so i thought i’d ask in case anyone knows of any 3rd party plugin that might do this before/while i start exploring.

    #1484885
    jkos
    Participant

    Bear with me, I am new to using background images. Having several issues.

    I am using a background image in the 1/1 element on my Contact page. The image matches the horizontal px of my site. I would love for the background image to go all the way to the edge of the page on theft and right – to stretch horizontally as needed to match page.
    The left & right padding for desktop is set to 0px.
    The background image is set: Stretch to fit.
    When I expand my page to the right the background image does not ‘stretch’ to fit, it zooms in to fit. Resulting in the top and bottom of the image to be cut off. I would rather the image distort horizontally to fit.

    In addition, the text box on this page seems to be in a fixed position. I would love for it to stay proportional to the background image, if possible.

    Lastly, this page on my phone is not even close. lol

    Help, please! :)

    Hi,

    Thanks for the update. I’ve imported the top level pages for you, please let us know if you should need anything else. Note that images are not included, but I’m guessing that you will replace them with your own anyway? If not, then you can download them from the demo pages by right clicking on the image and select to save them on your local machine.

    Best regards,
    Rikard

    #1484849

    Hey Sven,

    Sorry for the late response. The image seems to be resizing or responding correctly on smaller screens. Did you figure out the issue?

    View post on imgur.com

    Best regards,
    Ismael

    #1484848

    Hey Sonia,

    Sorry for the delay. The theme automatically sets the quality of uploaded images to 100%, but this should not be the reason why the generated files are larger than the originals. Did you install any plugins related to images or compression?

    If necessary, you can reset the image quality to the WordPress default by adding this code to 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 = 70; return $quality;}
    

    You may need to regenerate the thumbnails afterward.

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

    Make sure to create a site backup or restore point before regenerating the thumbnails.

    Best regards,
    Ismael

    #1484844

    In reply to: Design help

    Hey PhatJ,

    Thank you for the inquiry.

    There is no built-in option for this layout by default, but you can do it using the Grid Row element. In the Advanced > Developer Settings > Custom CSS Class field, add the class name “av-custom-grid-row-background”, and set the cell size to 2/3 – 1/3. Then, edit the first cell, add the class name “av-slanted-content-background”, and apply the following css code to create the diagonal background. Make sure to adjust the background image URL.

    .av-custom-grid-row-background {
      background: url('IMAGE URL HERE');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    
    .av-slanted-content-background {
      padding: 100px 20px 100px 60px;
      clip-path: polygon(0% 0%, 0% 100%, 64% 100%, 100% 0%);
      position: relative;
      z-index: 1;
    }
    
    .av-slanted-content-background .flex_cell_inner {
      width: 90%;
      padding-right: 180px
    }

    Best regards,
    Ismael

    #1484838
    ronduring
    Participant

    I’m using a custom image for a map marker and I need smaller sizes for the icon that are offered. I was able to to do this with other support articles and edited the google_maps.php in the main theme folder located here:

    /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/

    That was successful. I have a child theme, so I wanted to do put this within the child theme, but I can’t get it to work. I took a copy of the full file, edited what I needed and uploaded it to the Enfold child theme in this location:

    /wp-content/themes/enfold-child/config-templatebuilder/avia-shortcodes/google_maps/

    Is this the correct thing to do for this? How do I get it to work in the Enfold Child theme.

    #1484836

    Hey Diana,
    Your site has this error: Updates: enabled – token has changed and not verified
    When I verify your Token I get this error:
    username Error code 403 received from Envato: Forbidden: – code: not_authenticated email Error code 403 received from Envato: Forbidden: – code: not_authenticated
    This looks like Envato is not recognizing your Token, this could be if you have used the same Token on more than one site.
    You can try to create a new token for this license, but note that Envato has a limit on the number of checks in a 24hr period. So you may need to wait 24hrs.
    Envato is the licensor and we can not issue licenses, if you have further issues please contact Envato.
    A quick way to update is to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    Hey carlosa98,
    We would not recommend importing a new demo on your site, as it will overwrite your current settings. It is best to create a second test site on your webhost or a localhost install, and then use the Avia Layout Builder Debugger to copy the page code to your live site and delete the elements that you don’t want.
    Note that copying the page this way will not also copy the images, but you can always add your own images later.

    Best regards,
    Mike

    #1484832

    Hey extraeyes,
    The old version 5.6.6 will not automatically update, to update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    For your other issue see this post.

    Best regards,
    Mike

    ExperienceDNA2019
    Participant

    Hello, I have a transparent header, with a colour section on my page with a fulll size image set to align with the top.
    The image however only goes partially behind the header, there is a black area at the top of the header.

    When i scroll the page you can see the image moves up.

    How can i make the Colur Section start at the top of the page inline with the top of the header

    #1484801

    Hey AlpineWeb,
    It is showing on my install:
    Screen Shot 2025 05 28 at 5.07.55 PM
    Try disabling all of your plugins and then reload the page. If that doesn’t help, include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    #1484794

    Hey amyncuih,
    Typically you would change your Users ▸ Profile ▸ Profile Picture but this is linked to your profile picture on Gravatar and your email address.
    To use a site specific profile image, use a plugin like User Profile Picture then upload your image in the profile:
    Screen Shot 2025 05 28 at 4.14.16 PM
    and it will then show:
    Screen Shot 2025 05 28 at 4.16.30 PM

    Best regards,
    Mike

    #1484762

    Hi Ismael,

    I tried to add the gallery function like that:

    (function($){
    $(document).ready(function() {
    $('.test').magnificPopup({
      type: 'iframe',
      gallery: { enabled: true },
      iframe: {
         markup: '<div class="mfp-iframe-scaler">'+
                    '<div class="mfp-close"></div>'+
                    '<iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe>'+
                    '<div class="mfp-title">Some caption</div>'+
                  '</div>'
      },
      callbacks: {
        markupParse: function(template, values, item) {
         values.title = item.el.attr('title');
        }
      }
      
    });
    });
    })(jQuery);

    And it works! Images and videos mixed in a lightbox gallery as iframes with titles below each entry. Only the arrows look different to the usual ones from the lightbox, but I can sort that out with CSS I think.

    Thank you for helping me out!

    All the best,
    Daniel

    #1484756
    AlpineWeb
    Participant

    I don’t see a before and after image element in the media section while editing a page. Is this something that is no longer available?

    CJ

    #1484728
    aron8778
    Participant

    Hi,

    I have Enfold 7.1 running PHP 8.4.7 through Siteground and the masonry gallery is not appearing plus, mega menu not appearing correctly and other things not working right like the normal gallery.

    I have disabled plugins and checked
    Reinstalled the theme and checked

    If you see the link attached, scroll down on homepage under – Our Driveway Solutions For Nottingham
    Also hover over the mega menu
    Also check the gallery on the link provided, this doesnt load and when you click on the image it opens from the media library

    Can someone please help as I am not sure what else I can do now?
    Thanks
    Aron

    Hi Rikard,

    Thanks for your reply!

    The issue occurs when I try to import the “Enfold Construction” demo via Enfold > Demo Import. Sometimes the demo is only partially loaded (some images or layouts are missing), and other times the process gets stuck in an infinite loading screen.

    Let me know if you need any additional info like error logs or configuration details — happy to provide anything that might help.

    Thanks again for your support!

    Best regards,
    Tommaso (tomfon87)

    tomfon87
    Participant

    Hi everyone,
    I recently installed the Enfold theme on my WordPress site hosted with Hostinger. However, when I try to import the “Enfold Construction” demo, I run into one of these two issues:

    Not all demo files load correctly (some images and pages are missing),
    or

    The import process gets stuck in an infinite loading loop and never finishes.

    I’ve already tried disabling additional plugins and confirmed that my PHP version is up to date. I’m on a Premium Hostinger plan, and server resources seem fine. Has anyone experienced this issue before? Any advice or alternative methods to successfully import the demo?

    Thanks in advance for your help!
    Tommaso

    #1484707

    Hi,
    It’s not showing as closed: https://wordpress.org/plugins/insert-headers-and-footers/
    Screen Shot 2025 05 26 at 1.50.12 PM

    Best regards,
    Mike

    #1484702

    Hi,
    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

    #1484696

    Thank u! That worked. However the post no. 2 – the image is getting very close to the excerpt on the post above. Can you give me som padding code there?

    #1484693

    Hey extraeyes,
    To make this font-size 20px
    Screen Shot 2025 05 26 at 9.30.42 AM
    this css works:

    #top #wrap_all .all_colors h2.woocommerce-loop-product__title {
    	font-size: 20px;
    }

    but it will not remove the H2, which it sounds like this is what you want to do.
    If you want this H2 to be a “p” instead, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function change_woocommerce_product_title_tag_in_product_slider() { ?>
      <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('h2.woocommerce-loop-product__title', '<p></p>');
      });
    }(jQuery)); 
    </script>
      <?php
    }
    add_action( 'wp_footer','change_woocommerce_product_title_tag_in_product_slider', 99 );

    Best regards,
    Mike

    #1484690

    Hi,
    I did not find the css in your Quick CSS, so I added it for you:
    Screen Shot 2025 05 26 at 9.21.29 AM
    and it is working now:
    Screen Shot 2025 05 26 at 9.23.13 AM
    I don’t know what you want to do with the date, I don’t see this in your previous request. Hide it?

    Best regards,
    Mike

    #1484675

    Hi ENFOLD Support-Team,
    it took some time to get a Testserver but now it’s done and I would ask you again to check our website and tell me, where we made a mistake. I’ll repeat again the Problem:
    The fold/unfold function does not work in our Enfold-template. It is displayed as a preview during creation, but not on the page. No initial text is shown and clicking “Weiterlesen” does not open the text but jumps to the top of the page.
    You can see this on the Frontpage of our DIZI-Intranet in the middle of the page. There are 3 columns with an image and the Link “Weiterlesen”. Instead of just the Link there should be some Text. You can see this in the backend.

    I also have one or two more questions which I will post each in its own thread.

    Thanks in advance and greetings from Hannover, Germany

    Ruth

    #1484673

    Hi Ismael,

    it still is not working as expected. Now the arrows are back, I can go from one slide to the other, even with mixed media (image / video). But it is missing the title for videos. Can I somehow show titles for images and videos?

    And: It would be fine for me to add ?iframe=true to all linked media, in fact it would be easier this way. But I am finde with whatever fits your solution.

    Quick note: You specified the title twice in you HTML.

    Best regards,
    Daniel

    #1484662

    Hey swd,
    Try converting your image into a .ico and name it “favicon.ico” and upload it via ftp or your webhost file manager to your root directory, the same place as your wordpress “index.php”
    Then resubmit your site for crawling in your Google console, it may take a couple of days from Google to crawl again and update the listing.

    Best regards,
    Mike

    #1484659

    In reply to: License

    Hey Andreotti,
    Each license of Enfold is valid for one domain and any number of subdomains for that domain, or any number of localhost installs, that is a webhost installed on your local computer.
    So if you are adding a subdomain site for a domain that you already have a license for, then you won’t need another license,
    If you want to create a new site on a new domain, then you will need to purchase a new license.
    To extend or renew your support please see here. You will need to login to your Theme Forest (Envato) and renew there. Or if you are going to purchase a new license anyways, then you can use the special offer to extend support to 12 months for a large discount:
    Screen Shot 2025 05 25 at 1.28.37 PM

    Best regards,
    Mike

    #1484656

    Hey Andreotti,
    To make a backup of your site, I recommend using your webhost backup tool and not a plugin. To find out about your webhost full backup tool, please ask your webhost.
    Many webhosts automatically make a monthly backup with a option to also make one on demand when you request one, but you will need to ask them to know for sure. Note that you will want to make a full backup, the files and the database.
    If you have the latest version of Enfold installed (7.1) and have followed these steps to create a Token (Please read the whole page, including drop down accordions) then you can install updates from within the theme panel at Enfold Theme Options ▸ Update If you have a old version of the theme like 5.2.1, then you will need to first manually update the theme following the steps below, and then create a Token for future updates.
    To update a old version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1484647

    Hey Sven,
    Your site is reporting a 404 error (file not found) for your icon fonts:
    Screen Shot 2025 05 25 at 6.51.50 AM
    This affects your social icons and the other icons on your page:
    Screen Shot 2025 05 25 at 7.07.21 AM
    It looks like the only fonts loading are from this location: /wp-content/uploads/themepunch/gfonts/ which may be from a plugin, or perhaps your WP Rocket plugin is causing the fonts to not load.
    The first step is to disable all of your plugins and check again. If this doesn’t help leave all of your plugins disabled and include a admin login so we can examine.
    I see that you are using a child theme, if you have a old copy of header.php or footer.php in your child theme, please remove these, as this is the top reason for errors after updating.

    Best regards,
    Mike

Viewing 30 results - 1,351 through 1,380 (of 106,459 total)