Viewing 30 results - 10,711 through 10,740 (of 244,488 total)
  • Author
    Search Results
  • #1429988

    In reply to: Open Lightbox directly

    Hi,
    Try removing the code above and try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function trigger_masonry_lightbox_on_load() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	setTimeout(function () {
        $('.av-masonry-container .av-masonry-item-with-image.lightbox-added:first').trigger('click');
    	}, 100);
    }(jQuery));
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'trigger_masonry_lightbox_on_load', 99 );

    In my test this seems to work quickly, but if you find it is not working try changing the delay 100 to a higher number like 500
    Enfold_Support_4421.jpeg
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If you still have trouble please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1429986
    truejoke
    Participant

    I just read the post from September 5, 2022 on the topic of integrating Google Fonts locally in Enfold. I did all of that and it works so far. But where it doesn’t work is with the layer slider that comes with Enfold. So my question is, how do I tell the Layer Slider to also use the fonts from the uploaded fonts? There’s already a post here about this question, but it doesn’t provide an answer.

    Hi,
    Try removing the css above and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    @media only screen and (min-width: 768px) and (max-width: 1290px) { 
    #main .showroomfirst .av_two_third.showroomcontainer {
    	width: 48%;
    }
    #main .showroomfirst .av_one_third.dealerdetailsrechts {
    	width: 340px;
    	padding: 25px;
    	float: right;
    	margin: 0;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1429982

    Hi,
    Thank you for your patience, When I check the online version of the Google Open Sans font it seems that some of the font weights don’t support the accent symbols, for example SemiBold 600, Bold 700, ExtraBold 800 and Regular 400 do not, but these same one in Italic do:
    Enfold_Support_4406.jpeg
    So I created a test page with some of your test and the error showed:
    Enfold_Support_4408.jpeg
    Then I downloaded the Open Sans font from Google Fonts, and extracted it on my computer and added the OpenSans-VariableFont_wdth,wght.ttf to a zip file by itself:
    Enfold_Support_4415.jpeg
    and added it to the theme custom fonts:
    Enfold_Support_4419.jpeg
    and selected it for the headings in the theme options:
    Enfold_Support_4417.jpeg
    and then on my test page it shows correctly:
    Enfold_Support_4411.jpeg
    Please give this a try.

    Best regards,
    Mike

    Hey Gary,
    Thank you for your patience and the link to your site, I don’t have a iPhone but I checked you page with my Android and the menu scroll worked only sometimes and only a little when it did work. When I used the Chrome Dev Tools, it also only works sometimes, compared to our demo site which has a very long mobile menu which works correctly.
    When I check your site I first see this error: Uncaught SyntaxError: Unexpected token ';' (at denture6/:83:51)
    Enfold_Support_4404.jpeg
    I also see this error: Uncaught (in promise) InvalidValueError: Map: Expected mapDiv of type HTMLElement but was passed null.
    an when I try to scroll in your menu this error occurs hundreds of times: Unable to preventDefault inside passive event listener invocation.
    So I believe that these javascript errors are causing your scroll issue, I recommend first removing your custom javascript and try you get your page a have no errors, then I believe the issue will be solved.
    Then try adding your javascript back one at a time and solve errors as you find them.

    Best regards,
    Mike

    #1429979

    Hi,
    My research point to low server settings for this error.
    Try going to WordPress ▸ Tools ▸ Site Health ▸ Info ▸ Server and compare the settings to these:
    Enfold_Support_4402.jpeg
    and if any of these are low:
    PHP max input variables
    PHP time limit
    PHP memory limit
    Max input time
    Upload max filesize
    PHP post max size

    ask your webhost to help adjust them, or try the steps in the article linked above.

    Best regards,
    Mike

    #1429977

    In reply to: Blog Post Filter

    Hey epkdesign,
    Thanks for the link to your example page, this site seems to be using a custom theme and I couldn’t identify any plugin used for the filter, I believe that it is a customized filter.
    Enfold doesn’t have one like this, you could try the Masonry Element, which has a filter but not quite the same.
    Otherwise you could try a post filter plugin, but I don’t have any experience with these so I can’t offer any advice.

    Best regards,
    Mike

    #1429967

    Hi msraji,

    Have you registered the theme using a private token with sufficient permission?
    Instructions on registering the theme is in our docs: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    #1429966

    Hi MikeTandySwag,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

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

    Hope it helps.

    Best regards,
    Nikko

    Hi Vanwynsberghe Bart,

    You cannot update the theme anymore using API key with Enfold 4.0.7, you’ll need to use a personal token for that, in order to generate it, please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Please do the following process:

    First make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Once the latest version of Enfold is installed and activated, update your PHP version from 7.4 to 8.2.

    Hope it helps.

    Best regards,
    Nikko

    #1429964

    Hi NicomIT,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi liuxuewu,

    I’m glad that you were able to resolve the issue.
    Thanks for using Enfold and have a great weekend.

    Best regards,
    Nikko

    #1429959

    Hi lkerbyson1,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-content-slider .slide-entry {
        width: 25%;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1429954
    jigjag
    Participant

    Hallo,
    ich arbeite schon viele Jahre mit dem Theme Enfold und bin grundsätzlich sehr zufrieden. Vielen Dank für eure Arbeit.
    Vor einigen Wochen habe ich zwei Websites auf einen anderen Server umgezogen. Alles hat gut funktioniert, bis kürzlich das Problem aufgetaucht ist, dass sich weder Beiträge noch Seiten neu anlegen lassen. Es wird auf beiden Seiten ein fataler Fehler gemeldet. Warum das Problem plötzlich aufgetaucht ist, bzw. wie lange der Fehler tatsächlich besteht kann ich nicht sagen. Es ist erst jetzt aufgefallen.
    ————–
    WordPress-Version 6.4.2
    Parent Theme: Enfold (Version: 5.6.9)
    Aktives Theme: Enfold
    Betriebssystem: Linux
    Server: Apache
    PHP-Version 8.3.1
    MYSQL 10.6.15-MariaDB-1:10.6.15+maria~deb11-log
    ————–
    Fehlermeldung:
    Deprecated: Die Funktion Class avia_style_generator wurde mit einem Argument aufgerufen, das seit Version 5.3 veraltet ist! Trying to set protected/private property: avia_style_generator::print_extra_output – will become unavailable in a future release. Check for a set method or a filter.
    ————–
    Ich habe das Parent Theme erneut geladen, Plugins überprüft, den Avia Builder ausgeschalten, die Seite in den Wiederherstellungsmodus versetzt, das Problem bleibt einfach bestehen und ich weiß nicht wie ich den Fehler beheben kann. Über Hilfe wäre ich sehr dankbar.

    #1429948

    Topic: Blog Post Filter

    in forum Enfold
    epkdesign
    Participant

    Hi Team!

    I am using the enfold theme on a new site and my client would like to add a filtering system to their blog posts that works the way the site I added in the private content does.
    If you test it out you can see that you can select something from each drop down.
    Does enfold do this, or do you know of a plugin that is compatible with enfold that does?

    Thanks in advance!

    Vanwynsberghe Bart
    Guest

    Hi,
    I’m using the Envato Forrest Theme for 4 years now and it always served my real well.
    Yet, lately I have 2 problems:.
    I try to contact the author of the Envato Enfold Theme to ask my 2 questions and hope this is te right place to be therefor:.

    1. If I update the PHP from 7.4 to 8.2, then I can no longer get acces to my dashbaord.
    I have try to ugrade the theme versoin 4.0.7.but that doesn’t works. If I set the PHP back to 7.4 I get back access to my Dashboard.

    2. I can not change any images anymore on my wordpress website (Enfold Theme). Also putting a new picture into a (new) element is not working anymore.

    I had a 1 houre chat with Vimexx (my Dutch hoster) and they told me to send you this faultmessage:

    [lsapi:error] [pid 55953:tid 140055343503104] [client 185.220.173.16:60547] [host http://www.barthsmusic.eu&#93; Backend fatal error: PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/barthsm/domains/barthsmusic.eu/public_html/wp-content/themes/enfold/functions-enfold.php on line 265n,

    I do hope sincerely that you can help me.

    Best regards,
    Bart

    #1429943

    next question : i try to reproduce an archive page like yours – but i do not have that h1 category heading over my post-entry articles ?
    It’s quite unusual for Enfold to insert something like this without special classes, hence the question: how did you insert this h1 there?

    #1429942
    SandraSquires
    Participant

    I have several websites with Enfold Theme and I have them all up to date. When doing a search for them in Google the Favicon does not show. I have tried uploading Favicon.ico but it will not allow me to do so. I saw comments about making sure the site is https and it is.

    Thank you for any help.

    #1429932
    katrinam14
    Participant

    I am running the latest version of Enfold. Updated recently.

    One of the pages I’m working on doesn’t show the saved updates when viewed via mobile – link below.

    You will see that elements that should be visible on mobile aren’t…..and updates that have been made such as full stop after fist sentence isn’t shown

    Happy to provide login details. Thanks

    #1429931

    In reply to: avia button as circle

    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

    #1429928

    Hey Guenter,

    Sorry for the late reply.

    I added filter ‘avf_tab_subsection_image_size’ (see line 599) for release 5.9.10:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_9/shortcodes/tab_section/tab_sub_section.php

    Hope this is what you need.

    Best regards,
    Günter

    #1429927

    Hi,
    Glad to hear that you have this sorted out, 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

    #1429926

    In reply to: avia button as circle

    Hey Sebastian,
    I tested with a medium sized button and this css:

    .my-custom-button,
    .my-custom-button a.avia-button {
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 108px;
    }
    
    .my-custom-button .avia_iconbox_title {
    width: 72px;
    display: inline-block;
    line-height: 16px;
    }

    This was the result:
    Enfold_Support_4400.jpeg
    Please give this a try.

    Best regards,
    Mike

    #1429925

    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

    #1429923

    Hi,
    Glad Nikko was 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

    #1429922

    In reply to: Latest News enfold

    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

    Hi Dimitar,

    1- Please add the following code to the bottom of Functions.php file of your child theme, or install the Code Snippets plugin and add it as a new snippet:

    
    add_filter('avia_breadcrumbs_args', function($args) {
       $args['truncate'] = 9999;
       return $args;
    }, 10, 1);
    

    2- The first Blog is the page and second Blog is the category of your post.

    Best regards,
    Yigit

    #1429920

    Hey J,

    We’re making sure that Enfold is backwards compatible so you shouldn’t experience any issues at all.

    However, it’s always better to be safe. So please create a staging copy of the site, update the theme, and check if there are any issues. If you don’t notice any issues, you can go ahead and update the theme on your live site.

    Best regards,
    Yigit

    #1429918

    In reply to: ENFOLD Theme Info

    Hi Francesco,

    I replied to your questions on your other thread at https://kriesi.at/support/topic/info-enfold-theme/.

    3- Our forums are open 24/7 however response time is slower on the weekends.

    Best regards,
    Yigit

    #1429917

    In reply to: Info ENFOLD Theme

    Hey Francesco,

    1- Key features are listed on Enfold’s ThemeForest page ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ). You can find the list of recommended plugins at https://kriesi.at/support/topic/recommended-plugins/.

    Enfold is a responsive theme out of the box. You may want to adjust the options to fine-tune the layout but all elements are responsive.

    2- We usually respond to support threads within 24 hours however depending on how busy the forums are, it may take longer.

    3- Our company is based in Vienna, Austria. However, we have moderators from all over the world so we can keep our forums active.

    I hope this helps. Let us know if you have any other questions.

    Regards,
    Yigit

Viewing 30 results - 10,711 through 10,740 (of 244,488 total)