Viewing 30 results - 21,031 through 21,060 (of 244,533 total)
  • Author
    Search Results
  • #1373851

    Hi photoshopuzr,

    We are happy to hear that you have solved the problem. :)
    Also for further information, when Advanced Layout Builder is used on the post page, everything the default page shows is gone and you will need to rebuild it, so you will have to add the image manually, also, even when ALB is enabled in post pages, you still need to add the featured image although it will not be shown on the single post itself but it is used when blogposts fetches on it.

    Thank you for using Enfold and have a great weekend!

    Best regards,
    Nikko

    #1373845

    Hi TenMediaNL,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    #1373839

    In reply to: Uploading Theme Issue

    Hi KurandaAmphitheatre2022,

    Please try to do the following:
    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. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    6. Click on the ADD NEW button.
    7. Click on the UPLOAD THEME button.
    8. Click BROWSE and choose enfold.zip file
    9. Click the INSTALL NOW button and switch to Enfold or your child theme.

    Best regards,
    Nikko

    #1373834

    Hi dimrat,

    Thanks for giving us admin access.
    We have fixed the issue on the staging site, in your live site, please replace the contents of wp-content > themes > enfold > config-gutenberg > class-avia-gutenberg.php with the contents of https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_2_1/config-gutenberg/class-avia-gutenberg.php
    This fix will be included in Enfold 5.3.
    Please review your site :)

    Best regards,
    Nikko

    #1373833
    visurnet
    Participant

    I recently changed the favicon on the website but I don’t see it on any of my computers. I only see it in the backend. I uploaded the image from enfold regularly but it doesn’t work. I don’t know if it could depend on my computer and therefore on the browser cache or on the server where my site is hosted.
    The favicon bears the orange logo of my site.
    https://www.successionetelematica.com/
    Thank you very much!
    Pine

    Hey Michael,

    Thank you for the inquiry.

    This is possible but you have to edit themes\enfold\config-templatebuilder\avia-shortcodes\section\section.php file directly and adjust the video parameters in the following code around line 1575.

    'attr'		=> array(
    													'id'				=> '',
    													'video'				=> $video ,
    													'slide_type'		=> 'video',
    													'video_mute'		=> true,
    													'video_loop'		=> true,
    													'video_ratio'		=> $video_ratio,
    													'video_controls'	=> 'disabled',
    													'video_section_bg'	=> true,
    													'video_format'		=> '',
    													'video_mobile'		=> '',
    													'video_mobile_disabled'	=> $video_mobile_disabled
    												)
    								);
    
    

    Set video_mute to true to disable autoplay, then enable the video_controls.

    Best regards,
    Ismael

    #1373810
    dillionline
    Participant

    Hello Support,

    the following error comes up after updating to PHP 8.1

    System Information:
    WordPress-Version 6.1.1
    Aktives Theme: Theme Urologie (Version 1.0)
    PHP-Version 8.1.12
    ENFOLD: 5.2.1 with Child Theme

    Error Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 21 der Datei /html/wordpress_website_urologie/wp-content/themes/enfold-child/functions.php verursacht. Fehlermeldung: Uncaught Error: Undefined constant “‘script_loader_src’” in /html/wordpress_website_urologie/wp-content/themes/enfold-child/functions.php:21
    Stack trace:
    #0 /html/wordpress_website_urologie/wp-settings.php(585): include()
    #1 /html/wordpress_website_urologie/wp-config.php(126): require_once(‘…’)
    #2 /html/wordpress_website_urologie/wp-load.php(50): require_once(‘…’)
    #3 /html/wordpress_website_urologie/wp-admin/admin-ajax.php(22): require_once(‘…’)
    #4 {main}
    thrown

    =====================================
    funtions.php:

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */
    /*Wordpress Security / mdillschneider 22-06-2020*/
    /* Hide WP version strings from scripts and styles
    * @return {string} $src
    * @filter script_loader_src
    * @filter style_loader_src
    */
    function fjarrett_remove_wp_version_strings( $src ) {
    global $wp_version;
    parse_str(parse_url($src, PHP_URL_QUERY), $query);
    if ( !empty($query[‘ver’]) && $query[‘ver’] === $wp_version ) {
    $src = remove_query_arg(‘ver’, $src);
    }
    return $src;
    }
    add_filter( ‘script_loader_src’, ‘fjarrett_remove_wp_version_strings’ );
    add_filter( ‘style_loader_src’, ‘fjarrett_remove_wp_version_strings’ );
    /* Hide WP version strings from generator meta tag */
    function wpmudev_remove_version() {
    return ”;
    }
    add_filter(‘the_generator’, ‘wpmudev_remove_version’);

    /*Breadcrumb als Shortcode anlegen um Ihn in die Topbar über dem Logo packen zu können*/
    function av_breadcrumbs_shortcode( $atts ) {
    return avia_breadcrumbs(array(‘separator’ => ‘/’, ‘richsnippet’ => true));
    }
    add_shortcode( ‘av_breadcrumbs’, ‘av_breadcrumbs_shortcode’ );

    // Enfold-Avia-Editor “Advanced-Editor …”/”Erweiterter Layout Editor” in Seitenübersicht verstecken
    add_filter(‘display_post_states’,’remove_ALB_post_state’,999,2);
    function remove_ALB_post_state( $post_states, $post ) {
    if(“! has_blocks( $post->ID )”) {
    unset($post_states[‘wp_editor’]);
    }
    if(“!= Avia_Builder()->get_alb_builder_status($post->ID)”) {
    unset($post_states[‘avia_alb’]);
    }
    return $post_states;
    }

    ?>

    #1373800

    Hi Matteo,

    Thanks for contacting us!

    It seems like your site is using deprecated API keys. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options instead. You can alternatively use Envato Market plugin as well – https://www.envato.com/lp/market-plugin/ :)

    Regards,
    Yigit

    #1373798

    Hey,

    Yes, you can go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” :)

    Regards,
    Yigit

    #1373795

    Hey Guenter,

    Please have a look at https://enfold.inoplugs.com/a-lightbox-test/

    I used the following filter:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Images%20and%20Lightbox/avf_alb_lightbox_image_size.php

    and return ‘original’.

    As far as I see depending on screen width the largest image is loaded.

    By default it is ‘large’.

    Am I missing something.

    Best regards,
    Günter

    #1373792

    In reply to: Enfold Version

    Hi,
    Glad Yigit could help, if you have any further questions please log into the support forum and create a new thread and we will gladly try to help you.
    Please note that the contact form is not for support requests, thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    #1373789

    In reply to: Buttons slide Enfold

    Hey,

    Thanks for contacting us!

    Could you please firstly refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.2.1 and check if that helps? I did not want to update the theme without your confirmation. Please let us know if that does not help :)

    Best regards,
    Yigit

    #1373787

    Hi,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    #1373781

    Hi Lene,

    Glad Mike could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    #1373778

    Hi,

    Thanks for contacting us!

    Please go to Enfold theme options > Header > Extra Elements and choose the options to display “Header Phone Number/Extra Info” :)

    Regards,
    Yigit

    #1373772

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    werbeagenturlauf
    Participant

    Hi @enfold!

    I get this news from WordPress. What can I do=

    Um deine Website zu schützen, läuft dieser Link in 1 Tag ab. Aber keine Sorge: Ein neuer Link wird dir per E-Mail zugeschickt, wenn der Fehler nach Ablauf der Frist erneut auftritt.
    Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
    WordPress-Version 6.1.1
    Aktives Theme: Enfold Child (Version 1.0) Aktuelles Plugin: (Version ) PHP-Version 7.4.33
    Fehler Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 289 der Datei /var/www/vhosts/carsten-sauerbier.de/httpdocs/wp-content/themes/enfold/css/dynamic-css.php verursacht. Fehlermeldung: Allowed memory size of 134217728 bytes exhausted (tried to allocate 94208 bytes)

    #1373764

    In reply to: Bilder

    Hi Matthias,

    Thanks for contacting us!

    Yes, they are included and you can use them on your Enfold based projects :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Regards,
    Yigit

    #1373763

    Hey Martijn,

    Thanks for contacting us!

    Please add your 2 1/3 column elements inside a Color Section element. Edit your Color Section element and give it a custom ID (“custom-id” in example below) in Advanced > Developer Settings and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    #custom-id .entry-content-wrapper {
      display: flex;
      justify-content: center;
    }
    

    Best regards,
    Yigit

    #1373759

    In reply to: Datenschutz

    Hallo Franz,

    Thanks for contacting us!

    You can use the theme without Google Fonts. You can also host them from your server by referring to this post – https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/

    I have created a testing installation with no plugins and there are no cookies – https://imgur.com/a/LycFJJo

    You can remove social media links in Enfold theme options > Social Profiles or simply choose not to display them in Enfold theme options > Header > Extra Elements

    And you can disable cookie manager in Enfold theme options > Privacy and Cookies tab.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    #1373758

    Hi,

    Thanks for that. First of all, could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, https://kriesi.at/documentation/enfold/theme-registration/. If not, then please try to deactivate all plugins and remove any custom code. You could also try to activate the parent theme to see if that makes any difference.

    Best regards,
    Rikard

    #1373753

    Topic: Buttons slide Enfold

    in forum Enfold
    thebranders
    Participant

    Hello,
    We are using the Enfold One Page Agency demo, and we have a problem, we don’t know why but the buttons that we have put on the slide work correctly on pc, but not on responsive. Could you help us please?

    #1373742
    Namgyal
    Guest

    Hi, I need older version 4.7.3 of Enfold theme. Can you please provide it?

    • This topic was modified 3 years, 4 months ago by Yigit. Reason: Moved the details into private content field
    #1373747

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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

    #1373735

    Topic: Uploading Theme Issue

    in forum Enfold
    seedersgr
    Participant

    We are experiencing an issue when we tried to upload the theme https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    Please check it and fix
    The error message is: The link you followed has expired

    #1373733

    Hey rixi,

    Could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If that doesn’t help, then please try to deactivate all plugins and custom code. Also make sure that your PHP version is updated to 8.x.

    Best regards,
    Rikard

    #1373732

    In reply to: ENFOLD

    Hey lucia llovera mateo,

    You can open a new thread by using this link, or by clicking this button on the Enfold support forum: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    #1373729

    Hi,

    Could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please try to deactivate all plugins and custom code, to see if that changes anything.

    Best regards,
    Rikard

    #1373728
    BenDo
    Participant

    This occurs when trying to edit an existing page, so I don’t have access to the editor:

    Fatal error: Uncaught TypeError: Argument 1 passed to aviaElementTemplates::set_locked_attributes() must be of the type array, string given, called in /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php on line 1031 and defined in /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php:3766 Stack trace: #0 /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php(1031): aviaElementTemplates->set_locked_attributes(”, Object(avia_sc_slider_fullscreen), ‘av_fullscreen_s…’, Array, Array, ”) #1 /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php(1075): avia_sc_slider_fullscreen->get_element_styles(Array) #2 /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/a in /homepages/19/d935812178/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3766

    #1373723

    what is it as source – an image or something else?
    if it is an image try:

    #top .mfp-image-holder .mfp-content {
      max-width: 90vw;
    }

    for image lightbox put this to your child-theme functions.php:

    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    for the rest you can test:

    /**  Masonry Gallery ??? ********************************/
    function avia_change_masonry_thumbnail_link($size){
      return "full";
    }
    add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_masonry_thumbnail_link', 10, 1);
    /*** End ***/
    
    /** Image Gallery **/
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta){
        $link = wp_get_attachment_image_src($attachment->ID, "full");
        return $link;
    }
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    /*** End ***/
    
    /** Source for the Ajax Gallery **/
    add_filter("avf_ajax_preview_image_size", function($size) {
       $size = "full";
       return $size;
    }, 10, 1);
    /*** End ***/

    btw: do not use the option : Enfold (Child) – Performance : “Responsive Images For Lightbox (currently in beta only)”
    i think there is a little bug – i will open a topic for it now.

Viewing 30 results - 21,031 through 21,060 (of 244,533 total)