Viewing 30 results - 9,391 through 9,420 (of 244,467 total)
  • Author
    Search Results
  • #1436812

    In reply to: Beiträge

    Hi,
    To change the number of grid columns on a archive page, such as categories, edit your \wp-content\themes\enfold\archive.php on line 69 look for ‘columns’ => 3; and change to the number you wish:
    Enfold_Support_4967.jpeg
    You can copy the modified file to your child theme if you wish.

    Best regards,
    Mike

    #1436809

    In reply to: Sub menu positioning

    Hi,
    Thanks for the screenshots, the css that moves the cart over to the edge for screens between 767px – 1023px is mixed with some other css:
    Enfold_Support_4965.jpeg
    So after you decide what screen sizes you want this to work for, remove this line and them create a new rule, this is an example if you want it to work up to 1440px:

    @media only screen and (min-width: 767px) and (max-width: 1440px){
    .responsive #top #wrap_all .main_menu {
        right: -80px !important;
    }
    }

    But I would advice to not do this because when elements are too close to the edge of the screen you may get warnings from page audit tools, as they recommend some space around items. Allowing the default theme placement is probably the best choice, but it’s up to you.
    If you want the icons in the top bar to show on mobile try this css:

    @media only screen and (min-width: 768px) and (max-width: 989px){
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block;
    }
    }
    @media only screen and (max-width: 479px){
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
        padding-left: 13%;
    }
    }

    Best regards,
    Mike

    #1436807

    – Of course the slider looks fine on your end, that’s because I don’t leave the error there, but empty the cache and preload it so that the error is not visible to the website visitors, so not to you either… seems logical to me!

    – The wp-rocket link in your previous response is about Load CSS Asynchronously. I don’t use this function at all in wp-rocket.

    I have now determined that the following files indeed change after updating a plugin:

    /wp-content/uploads/dynamic_avia/enfold_child.css?ver=65ec5d4c20db5
    /wp-content/uploads/dynamic_avia/avia_posts_css/post-17.css?ver=ver-1709989446

    After updating a plugin the part after/?… is changing. The support team from wp-rocket think this the causing the issue that breaks my Enfold design in the full width slider sections.

    I can’t figure out why I have never had this issues before (on 5 Enfold sites).
    I like to know: have file names always been changed after updating a plugin? Or is this something that’s happening since a recent Enfold update?

    #1436805

    In reply to: Performance issues

    Hi,
    Thank you for your patience, when I check your site on PageSpeed Insights the 15 layout shifts all seem to be due to curtain-reveal-overlay animation on some of your columns. This animation is specifically designed to be delayed and will cause a layout shift. You could choose to not use the animation in the elements or you could follow our documentation to disabled the animation for a specific page or only on mobile.
    For example to remove the animation on your homepage on mobile add this css to your WordPress ▸ Customize ▸ Additional CSS, please note that the WordPress Additional CSS has the highest priority:

    @media only screen and (max-width: 767px) { 
    .home * {
    opacity: 100!important;
     /*CSS transitions*/
     -o-transition-property: none !important;
     -moz-transition-property: none !important;
     -ms-transition-property: none !important;
     -webkit-transition-property: none !important;
     transition-property: none !important;
     /*CSS transforms*/
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     /*CSS animations*/
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
    }
    }

    I tested this on my demo site and this changed my layout shift from 15 to 1.
    You will want to keep in mind that any lazyloading that your wp-optimize plugin is doing will also affect the layout shift, one way around this is to define a min height for the element so when the element is shown it doesn’t cause a layout shift.
    When I looked for the lottie issue in the PageSpeed Insights it seems to be the svg has a height & width of 1080px which is larger than the mobile device, but this size is embedded into the file. So I guess you could create a second smaller lottie file for mobile devices, or ingore this warning.

    Best regards,
    Mike

    #1436803
    This reply has been marked as private.
    #1436802

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436801

    Hey ThiloKiefer,
    Thank you for your patience, it looks like you are using v5.4.1 and our current version is v5.6.10
    The Dev Team made some ARIA adjustment in v5.6.5 which I believe will address this issue please try updating.
    Due to the age of your version you may need to manually 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

    Best regards,
    Mike

    #1436792

    In reply to: Enfold Showcase

    Hi moveks,

    Thanks for using Enfold and for sharing your work, it looks great :-)

    Best regards,
    Rikard

    #1436791

    In reply to: Social Icons

    Hey djsmbd,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
     .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Rikard

    #1436779

    In reply to: Enfold Showcase

    My first website with Enfold 2016. ;=) https://www.dentex.hr
    Latest:

    Now I only work with Enfold for 4 years and it gets even better,

    Thanks guys

    • This reply was modified 2 years ago by moveks.
    • This reply was modified 2 years ago by moveks.
    #1436777
    webdesignphx
    Participant

    Hi Enfold Friends

    I have 2 questions:
    1. On some pages, including https://hangardoors.aero/rolling-hangar-door-configurations we use the Enfold Table of Contents widget. This automatically creates the table of content based on the H2 and H3 headings on the page. If you click on items in the table of contents, it scrolls down to the section beautifully.

    Problem: We would like to share links directly to those sections of the page. If you copy the link for any of the table of contents items (i.e., “1 Group of Leaves” (link: https://hangardoors.aero/rolling-hangar-door-configurations#1-group-of-leaves) , that link only takes you to the top of the page rather than the specific scrolled part of the page.

    I manually did a workaround by adding red lines and links to those, but maybe you have a better solution for me? https://hangardoors.aero/rolling-hangar-door-configurations/#floating-configuration works but is a separately created link, not copied from the table of contents.

    Also question Nr 2 the red circles in the table of content only appear when I am logged in on that page. on others they are there. wonder what could be wrong there.
    Thanks so much for your help.

    #1436773

    Topic: Child Theme Update?

    in forum Enfold
    hallco
    Participant

    Hello and I apologize if this question has already been answered, but I just can’t find the answer myself. Basically, I need to know if when I update the main Enfold theme on my site do I have to update the child theme in any way at all? Or will the child theme inherit the update from the parent theme? Any help on this will be appreciated.

    Thanks,

    Luis

    #1436769

    Hey carmen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #text-70 {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1436764

    In reply to: Aktualität Enfold?

    Hey Claudia,

    Thanks for reaching out to us. We don’t have multi lingual documentation unfortunately, it’s all in English. You can see all the documentation here though: https://kriesi.at/documentation/enfold/, which can be translated using a translation service. You can also communicate with us in German, and we’ll translate your messages.

    Best regards,
    Rikard

    #1436755

    In reply to: Updating Enfold

    Thanks, I think I figured it out.
    I copied the new header.php file from enfold to enfold child and it turns out it was just some pixel code in there that needed added from the old enfold child header.
    Right now the site seems OK and the footers are working.
    I’m going to give it a few days to make sure all is well and I don’t notice any problems.
    Thanks for the help!

    Wauw Mike that’s great, thanks a lot!
    I now see what you have done. For other images in topbars on the websites I know what to do now, so thanks a lot.
    I really love all your support that makes Enfold our favourite!
    Have a nice weekend :-)

    #1436749
    Claudia Mari
    Guest

    Hi, ich habe einen Webentwickler, der mich unbedingt von Enfold überzeugen wiil. Statt Elementor Pro.

    Das einfachere Handling,(auch) resultierend aus weniger Möglichkeiten, kommt mir entgegen.

    Was mich stutzig macht: Ich finde so gut wie keine Tutorials, Videos, die jünger sind als 3 Jahre. Auf Deutsch, was ich bevorzuge, sind die Lerninhalte oft noch älter.
    Ich möchte damit einen Shop, ca. 200 Vintage-Artikel, betreiben.

    Jetzt schon merke ich, dass mein Webentwickler an seine Grenzen kommt. Mit Warenkorb- und Kass-Seite hat er Probleme.

    Ich habe nun versucht über einschlägige Foren Unterstützung zu bekommen, Nada, niente.
    Klären Sie mich doch bitte auf über deutsches Infomaterial und deutschsprachige Communities/Fachleute.

    Beste Grüße aus Berlin
    Claudia Mari

    dev.tischlein-schmueck-dich.de
    (Email address hidden if logged out)

    Was ist der Grund dafür, wie ist

    #1436746

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436741

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey JoStudioDeRijp,
    Thanks for the login, this is because you are using a relative src image url and not the full url:
    Enfold_Support_4962.jpeg
    please change to the full url path for the image.

    Best regards,
    Mike

    #1436734

    In reply to: MALWARE

    Hi,
    Thanks for your screenshot of the alert that shows the file avia-js.js causing the alert, this file only has 137 lines as a helper for plugins.
    I checked the file with http://www.virustotal.com / http://www.metascan-online.com / http://www.jotti.org each use the Avast engine and they came back with negative results:
    Enfold_Support_4960.jpeg
    as you had pointed out above. Since this is a plugin helper I recommend disabling all of your plugins and check again.
    I tried searching the Avast forums for more info but their responses always seem to be to recheck the file with an online teast site. This is surely a false positive but there is nothing the theme can do to make this software stop doing this. Perhaps Avast has a way for you to report errors like this so it will be corrected in there next update, I don’t use Avast so I’m not sure.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1436729

    In reply to: Advanced Layer Slider

    Hi Ismael,
    I don’t find the Export option. ??
    I can find only the Import option.
    I am working in Enfold with Layersliderr 7.

    Thank you!
    Best regards

    #1436727

    Hey Jan,

    I tried to add a solution with WP filter – that would be a solution to maintain code in one place and also for other plugins to hook.

    If you could please test it before we add it to final core.

    1.) replace enfold\js\avia-js.js with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_10/js/avia.js

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_10/js/avia-js.js

    Check class aviaJSHelpers in this file.

    2.) in the files you mentioned instead of your code add:

    
    		//	allow 3-rd party plugins to hook (see enfold\js\avia-js.js aviaJS.aviaJSHelpers)
    		if( window['wp'] && wp.hooks )
    		{
    			allow_continue = wp.hooks.applyFilters( 'aviaCookieConsent_allow_continue', allow_continue );
    		}
    

    3) To load WP hook js in enfold\functions.php around line 574:

    
    		wp_enqueue_script( 'avia-js', "{$template_url}/js/avia-js{$min_js}.js", array(), $vn, false );
    

    replace with:

    
    		wp_enqueue_script( 'avia-js', "{$template_url}/js/avia-js{$min_js}.js", array( 'wp-hooks' ), $vn, false );
    

    Thank you for checking in advance and your help.

    Regards,
    Günter

    #1436725

    In reply to: Can’t load the page

    Hi,

    Please try the suggestions listed here: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Best regards,
    Rikard

    #1436722

    In reply to: MALWARE

    This reply has been marked as private.
    #1436719

    In reply to: expired?

    Hi,

    No, it has nothing to do with your support validity. Please renew your support period, then open a new thread on the support forum.

    Best regards,
    Rikard

    #1436718

    Hi,

    Great, I’m glad to hear that you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    JoStudioDeRijp
    Participant

    Hi Enfold support,
    I have a strange problem with the topbar.
    When I go to the page ‘Thema’s’ and than click on that page on one of them, for example ‘Overlagen’, the 2 images (the english and german flags) in the topbar are not displayed well anymore.
    Do you know what we can do about it?
    I hope you can help!
    I give you the login credentials in the private content.

    Kind regards, Jolanda

    Hi Ismael,

    We have only upgraded the enfold theme version, we haven’t made any changes in the child enfold theme template files. Before upgrading we had taken the backup of our site and also we had compared the files in child theme with previous backups but looks similar.

    Regards
    Leadliaison

Viewing 30 results - 9,391 through 9,420 (of 244,467 total)