Viewing 30 results - 1,591 through 1,620 (of 106,472 total)
  • Author
    Search Results
  • #1481772

    Hi,

    Thank you for the inquiry.

    To improve LCP, you can preload the first image above the fold and make sure that all images are compressed.

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

    For more info on how to optimize the loading speed, you can check out the articles below.

    https://wpengine.com/resources/improve-wordpress-site-speed/
    https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    #1481760

    Any Idea when you will get to this?? I waited all day.. today is my day towork on website. thank you. I added a lazy load plug in. But there are many issues. ARE THERE SOLUTIONS TO MY PROBLEMS THAT DO NOT REQUIRE ME GOING TO SCHOOL TO LEAN CODE?

    Ensure LCP image is loaded with high priority
    Initiate LCP image requests from the HTML document
    Avoid marking too many requests as high priority
    Lazy load offscreen images
    Use modern image formats
    Create required server connections proactively

    • This reply was modified 12 months ago by extraeyes.
    #1481734

    Hi Rikard,

    I hope you have received my accesses. Here is the error message that is displayed in the Backend on the page.
    image

    Best regards,
    mickhb

    • This reply was modified 12 months ago by mickhb.
    • This reply was modified 12 months ago by mickhb.
    • This reply was modified 12 months ago by mickhb.
    #1481719
    schwabino
    Participant

    I installed the medical theme and am trying to modify, but the images are not appearing? Whats happening?

    Please advise, never had this issue before

    #1481716
    extraeyes
    Participant

    Page speed on some of my pages on MOBILE is 7 AND 8 SECONDS.

    I asked for help once before, and I was told to use images no larger than 800 wide.

    Here is a page that I did exactly what you told me, and it takes 7 seconds on mobile but is super fast on desktop.

    I also had asked for help in setting the Enfold theme settings Website Performance And Optimization But I was not offered much help.
    Since this is your theme dont you have any tutoritals or anything to figure out this confusing page??

    I really have to figure out why this is happening. Page speed insights says: Avoid an excessive DOM size 1,115 elements
    A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.TBT
    I don’t know how to fix any of this… any help will be greatly appreciated.

    Is there anyway to get someone who is willing to help me on this topic?

    THANK YOU..
    https://pagespeed.web.dev/analysis/https-photomagx-com-portfolio-item-n-j-fishing-pier-photography/ss9kh6vfkg?form_factor=mobile

    • This topic was modified 12 months ago by extraeyes.
    • This topic was modified 12 months ago by extraeyes.
    #1481694

    Hey schweg33,

    Thank you for the inquiry.

    In the Navigation Label field of the search menu item, you can replace the text with the icon shortcode or an icon image.

    [av_font_icon icon='search' font='svg_entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m9qks9nw' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    

    Best regards,
    Ismael

    Hey goldengate415,

    Thank you for the inquiry.

    Fixed background images with background-size set to cover are not fully supported on iOS devices.

    https://caniuse.com/background-attachment > Known Issues

    iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details

    You may need to set the background-attachment to scroll on iOS devices or smaller screens.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .avia_mobile .avia-full-stretch {
          background-attachment: scroll !important;
      }
    
      .avia-bg-style-fixed {
          background-attachment: scroll !important;
      }
    }

    Best regards,
    Ismael

    #1481690

    Hi,

    Thank you for the inquiry.

    Have you tried using the Layer Slider element? You can also add an Image element and manually position it as fixed using custom css.

    https://www.w3schools.com/css/css_positioning.asp

    Best regards,
    Ismael

    #1481687

    Hey Martin Riemer,
    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

    Best regards,
    Mike

    #1481679

    Hey myadminsuper,
    It sounds like your theme is using the old API key.
    Evenon (Theme Forest) changed the key to
    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

    Best regards,
    Mike

    #1481675

    Hey nis59,
    unfortunately, OVH blocks our IP so you will not be able to download the demos.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works well for hosts that blocks our IP.

    Best regards,
    Mike

    #1481674

    Hi,
    Thank you for your patience, we have asked the Dev Team to review your IP address, only a few has access to this.
    As this is a holiday weekend, it may take some time.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works will for hosts that blocks our IP.

    Best regards,
    Mike

    #1481673

    In reply to: Model parallax

    Hey Sandra,
    Sorry I’m not sure which logo that you mean, perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    Hi,
    Try using this code to the end of your child theme functions.php file instead in Appearance ▸ Editor:

    function my_woocommerce_catalog_orderby( $orderby ) {
        unset($orderby["menu_order"]);
    	unset($orderby["rating"]);
    	unset($orderby["rand"]);
    	unset($orderby["id"]);
    	unset($orderby["category"]);
    	unset($orderby["title"]);
    	unset($orderby["price"]);
    	unset($orderby["popularity"]);
    	unset($orderby["relevance"]);
    	unset($orderby["default"]);
    
            return $orderby;
    }
    add_filter( "avf_wc_product_order_dropdown_frontend", "my_woocommerce_catalog_orderby", 20 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Without the code, my test site shows this:
    Screen Shot 2025 04 20 at 7.36.22 AM
    with the code my test site shows only the date and it works correctly:
    Screen Shot 2025 04 20 at 7.38.15 AM

    Best regards,
    Mike

    #1481640

    Hi,
    I checked your mobile view of your site:
    Screen Shot 2025 04 19 at 7.51.39 AM
    but I don’t think that I understand what the issue is, perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    #1481636

    Hi,
    The login is now working, but it is not admin, so we can not see any of the theme settings, etc. Please update to admin so we can examine.
    Please update your screenshot of the error so we can see, your screenshot url is pointing to your local computer so we can not see it.
    To add a screenshot, please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    #1481618

    In reply to: White bar at the top

    Here is a screenshot of the top white space I need to remove and move the header and logo up.

    https://img.savvyify.com/image/top-bar.9qiXB

    #1481616
    BrendaSarg
    Participant

    I’m having a continual issue with my sites in Enfold not loading background images. I can go into the page, click update/save and they come back or do an Object Cache clear in my hosting, but it’s impossible for me to keep up with and know when they aren’t loading.

    I’ve contacted my hosting company – Pressable – and this is what they told me (and this is just one example, it’s happening on multiple sites):

    I inspected the page using the browser’s console and saw the following error:
    GET https://vetvoicecan.org/wp-content/uploads/dynamic_avia/avia_posts_css/post-1446.css?ver=ver-1742321465 net::ERR_ABORTED 404 (Not Found)
    It looks like the issue is that the dynamic CSS file post-1446.css is returning a 404 error, meaning the file is not being found or generated properly.

    and another:
    I checked the case and noticed that the following CSS style was missing on the page https://joiefarm.com/people/partners/retail/:
    ​https://joiefarm.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-1765.css?ver=ver-1742319333 The file avia_posts_css/post-1765.css appears to be dynamically generated, which can sometimes cause problems if it’s not properly updated or cleared, leading to missing background images or styles.

    I have these settings under Performance:
    CSS File Compression and Merging – Disabled
    Javascript File Compression and Merging – Disabled
    and Delete old CSS and JS Files checked.

    How can I solve this? It’s really becoming an issue for my clients.

    manchust
    Participant

    The mega menu sub-menu items don’t work on mobile devices. When I click on menu items, on the mobile version, it opens the images instead of the page itself (Full Production Services), moreover, it duplicates “services” in the mobile menu.

    #1481608

    Just another note, I guess it doesn’t have to be a grid row, could be a color section with 2 col x 2 row with no space with images in the background of the column? just need the logo to float exact center to be in the intersection of the four boxes.
    Does that help?
    Thanks in advance for any help.
    Chris

    goldengate415
    Participant

    Hi all, It’s been a while since I’ve had an Enfold question. i hope this finds you all well. On our property pages for homes for sale, we use the photo element for mobile, and then for desktop we use a color section with a background image that fills the screen. It provides a beautiful immersive effect, an d under “background attachment” setting I use “scroll” and “fixed” settings.

    For the fixed setting, it provides a really cool effect where the photos appear from the bottom of the screen and cover the one in view. It looks great on desktop I think. We just discovered that if you view these pages on an ipad in landscape mode, the color sections with the fixed backgrounds are highly distorted and the photo does not display. You can see an example of this here:

    https://www.thomashenthorne.com/6-bay-laurel-lane-san-rafael/

    Questions:
    1. Is this a bug that can be fixed? Or perhaps Apple has updated their ios and Enfold needs an update to match their changes?
    2. If not and this is native to Apple, is there a way to keep the “fixed” on desktop but switch to “scroll” on iPad without messing up how it works on mobile (which is just photos, no color sections)? I don’t want to ruin the desktop experience just for iPads in landscape if I don’t have to.

    I seem to recall that this worked fine in the past but frankly I don’t use my iPad very much so I could be wrong.

    Thanks,
    Rob

    #1481594

    Topic: Burger menu display

    in forum Enfold
    sitadi
    Participant

    Hi,

    Sorry to bother you again, but I have another problem that I can’t solve.
    On mobile and tablet, the search bar is displayed above the menu when it is opened. This anomaly is not present on desktop. I tried several CSS codes (z-index) but nothing changes, can you help me?

    Capture d’écran 2025 04 18 à 12.48.21

    Thank you for your help,

    #1481590

    Topic: Scroll header

    in forum Enfold
    sitadi
    Participant

    Hi,

    Is it possible to place the logo on the left, next to the menu and the search bar to the right of the logo when scrolling the page, so that all elements are aligned?
    Attached is the current header and what I want to get.

    Capture d’écran 2025 04 18 à 12.42.54
    Capture d’écran 2025 04 18 à 12.43.56

    Thank you for your help,

    #1481589

    Topic: Duplicate social icon

    in forum Enfold
    sitadi
    Participant

    Hi,

    The mobile version of my site displays a duplicate of the social media icon bar under the search bar and I can’t remove it. This anomaly only occurs on <479px screens.

    Capture d’écran 2025 04 18 à 12.31.38

    Can you help me correct this double display?

    Thank you in advance,

    Hey Enfoldfanatic,

    Thank you for the inquiry.

    We found script errors in the console which might be related to the issue. The error is generated from these scripts:

    <script>
        jQuery(window).load(function() {
            jQuery('#wrap_all img.avia_image').removeAttr('title');
        });
    </script>
    <script>
        jQuery(window).load(function() {
            jQuery('a').removeAttr('title');
            jQuery('img').removeAttr('title');
        });
    </script>
    

    What happens when you remove the scripts or replace them with the following code?

    <script>
      jQuery(window).on('load', function() {
        jQuery('#wrap_all img.avia_image, a, img').removeAttr('title');
      });
    </script>
    

    Best regards,
    Ismael

    #1481562

    In reply to: Formatierung

    Hey hm.stedler,

    Thank you for the inquiry.

    Have you tried using the 1/2 Column element from the Advanced Layout Builder? You can add two 1/2 Columns side by side, place the text in the first column, and the image in the second. Let us know the result.

    View post on imgur.com

    Best regards,
    Ismael

    Enfoldfanatic
    Participant

    Hi guys,

    For some strange reason I’m having an issue on my website where the buttons which are centrally aligned are now suddenly showing up on the left side. Despite having updated both WordPress and the theme to the latest version this keeps occurring. Als the “partner element” slider on the lower part of the homepage is “broken”. The images are not visible and the navigation element are also crushed into the left corer. These elements don’t have special classes or something so I’m not sure if any CSS is breaking this.

    Please find the URL in the private area.

    Thanks and regards,
    S

    #1481549

    Hi,
    When I try to login I see this error:
    Screen Shot 2025 04 17 at 4.31.57 PM

    Best regards,
    Mike

    #1481516

    hast du darauf geachtet welche Größe des vorhandenen Bildes du einsetzt?

    #1481511
    AndreasWinkler
    Participant

    Hi,
    I uploaded Enfold Health demo theme today and wanted to change the 1st image on the right side in the About-page here: https://www.natuerlich-mit-andrea.de/about/

    I wonder why the images on this page were uploaded as “HIntergrundbild” (background picture) in the demo. I used everything as default and only changed the impage. But now the image is in very bad quality. Even when I change back to the old image from the demo, it is still now in bad quality.

    It has nothing to do with plugins, I uploaded Enfold and demo today and did not change anything beside of my WordPress settings.

    Thanks for helping.

Viewing 30 results - 1,591 through 1,620 (of 106,472 total)