Viewing 30 results - 21,241 through 21,270 (of 244,526 total)
  • Author
    Search Results
  • #1372911

    Hi,
    Glad we were able to help, ‘Run everywhere’ is correct. 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

    #1372909
    Steffen Schleicher
    Guest

    Dear Ladies and Gentlemen,
    does Enfold 5 work on PHP 8.1?

    #1372907

    Topic: Forms do not function

    in forum Enfold
    salai_com
    Participant

    Hi dear people

    I am enjoying ENFOLD for many years – thank you for your work!

    Now, I have a problem with a special Form:

    Users are not able to send it.
    On the other hand, a Form at

    works fine.

    Can you help?

    Thank you very much!

    #1372906

    Hey Ismael,

    I entered the code and turned off compression. Unfortunately, the mobile header still does not work:
    http://20221110.cochlear-hoercenter.de/

    We don’t use any custom CSS code, except for loading local fonts and 6 small CSS statements. But there everything is correct and the error happens even without own code. Actually, the pure Enfold theme is running. That’s why I’m surprised that such an error appears there.
    Also deactivating all plugins does not solve the problem.
    Do you need one the access data to the admin panel?

    Best regards,
    Bernward

    #1372905
    conanv
    Participant

    Hello,
    I desesperatly try to upload a demo on Enfold theme, but there is a issue with all demo.
    First, I try with Enfold Parallax Demo, but, I have a issue : cURL error 28: Connection timed out.

    I would like to do manually import, but I didn’t find the Parallax Demo zip.

    Then I tried to import Démo Enfold 2017: same issue.
    So, I tried to import manually, by putting the folder enfold-2017, downloaded here : https://github.com/KriesiMedia/enfold-library/blob/master/demos/enfold-2017/enfold-2017.zip. I added “add_theme_support( ‘avia_demo_store_downloaded_files’ );” in file “functions.php” from the apparence theme editor.
    I try to import clicking (Enfold –> demo Import –> demo). Issue : “Demo Impor doesn’t work”

    My provider support said to me that Curl is ok on provider.

    Can I have some help, please.

    Sorry for this new topic, but I didn’t found solution in others topics.

    Have a good day

    #1372902
    BNF KOREA
    Guest

    Our company previously purchased an enfold theme through a homepage production agency. And now I lost my purchase code.

    help me with one

    How can I change the header image?
    I leave a link to the image below.

    #1372895
    This reply has been marked as private.
    #1372879

    In reply to: woocommerce in enfold

    Hey onziemeart,

    Thank you for the inquiry.

    Yes, you can use the Advance Layout Builder to create custom layouts for the products and insert custom elements in shop page. However, please note that certain features of the products or of the plugin may not work when the Advance Layout Builder is active, so we do not recommend it if you want to have access to those functionalities. Please check this documentation for more info about the custom shop page.

    // https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor

    Best regards,
    Ismael

    #1372876

    Hey maspohl,

    Thank you for the inquiry.

    Did you add any css modifications recently? Please make sure that all tags are closed properly, check if there are missing curly braces or any invalid syntax. You can use this tool to check for css errors.

    // http://csslint.net/

    To fix the issue temporarily, please add the following css code, then temporarily disable the Enfold > Performance > File Compression settings.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-main-nav>li {
        display: none;
      }
    
      .av_minimal_header #header_main .container, .av_minimal_header .main_menu ul:first-child>li a {
        height: 90px !important;
        line-height: 90px !important;
      }
    }

    Best regards,
    Ismael

    #1372874

    Thank you very much – that works perfectly. I’ve fixed 2 website’s displays already.
    I had wondered if I needed to select a location under Insertion’ – it is currently set to ‘Run everywhere’ so I guess that’s correct?
    Brilliant support as always from Enfold!

    Thanks, Anne

    #1372872

    Hi,

    Thank you for the inquiry.

    The speed of the typewriter effect is adjustable but you will have to modify it by editing the enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js file directly. Please look for this code around line 112.

    var speed = 50; /* The speed/duration of the effect in milliseconds */
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the file.

    Best regards,
    Ismael

    #1372864

    Hi guys

    This is still not working on either on the main enfold theme or enfold child.

    Would you mind taking a look again?

    #1372863

    Hey Munford,

    Thank you for the inquiry.

    This is actually an old issue with the gallery element which has been fixed in the latest version of the theme. Please try to upgrade the theme from version 4.8.9 to version 5.2.1, toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache, then test the page again. Let us know if the issue persist after the upgrade.

    Best regards,
    Ismael

    Hey StevenBi,

    Thank you for the inquiry.

    Looks like the product gallery is set to use the default gallery style instead of the plugin’s. You may need to set the Enfold > Shop Options > Product gallery settings to the second option (Woocommerce 3.0) in order to enable the default plugin gallery and make the swatches work again. Let us know if this helps.

    Best regards,
    Ismael

    #1372861

    Hey diefleischerei,

    Thank for the question.

    You can try this css code to adjust the style of the comments including the font size.

    #top .comment_text {
        clear: both;
        font-size: 1.3em;
        padding: 0 0 15px 0;
        border: none;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this modification.

    Best regards,
    Ismael

    #1372859

    Hey mhmhdev,
    Thanks for your question, so you don’t have the ability to downgrade the PHP version temporarily?
    If you could then you could update the theme though WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New as in the second set of instructions in the post you linked to.
    If you can not then follow the FTP instructions in the post you linked to. After you update via FTP then you can activate the Enfold theme and it should work correctly.

    Best regards,
    Mike

    tristatedata
    Participant

    Hello,
    I’m working on our new site design for using a video header. The problem that I see is the video header does not play most times unless you refresh the page. It is the same with IE or Chrome. Please advise because I can’t see what I’m doing wrong and this is how I want the site designed.

    Thank you

    • This topic was modified 3 years, 4 months ago by tristatedata.
    #1372856

    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

    #1372854

    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

    #1372853

    In reply to: Woocommerce

    Hey Louis Witte,
    Please login into the support forum and open a new thread, you have asked your question through the contact form which is not for support requests.
    If you have not registered to our support forum yet you can do so here.
    Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    #1372850
    kernwein
    Participant

    Sorry, I didn`t find a solution on this topic.
    I am using on three sites the Enfold theme. I followed the instructions to use the Google fonts (I am not using Droid Sans) on my server.
    It works on two sites, but on the third it still shows in HTML:

    <link type=”text/css” rel=”stylesheet” href=”//fonts.googleapis.com/css?family=Droid+Sans&display=auto” id=”avia-google-webfont”>

    I deactivated all plugins. But still I can*t get rid of the Droid Sans font.

    What else can I do?
    Thanks!

    #1372843
    mhmhdev
    Participant

    Hi there
    out Hoster changed their php version to 8.1..8.0 is also been supported. But after the switch our site crashed and the typical critical WordPress error showed up. It seems that our enfold theme version 4.2.6 is not compatibel anymore with the new php version. For our site we also used an enfold child theme from it.

    I needed to change the theme in the database in order to simply get back to the WordPress Backend. So enfold theme is not activated at the moment, just a standard theme.

    Can you help?

    Ist seems like the same problem mentioned in this thread tims ago, that the update function did not work properly and so the theme ran out of updates -> https://kriesi.at/support/topic/php-7-4-enfold-new-version/

    Kind regards,
    Marius

    #1372841
    Louis Witte
    Guest

    I have Installed woocommerce on my Enfold theme but i can not change the size of product images they are many time to big.

    See my test products in: forestbergen.comwinkel

    Is it necessary to update to a new version?
    I have version 4.8.3 and if necessary I will do so. For a fee, of course. I have the latest PHP version: 6.1.1

    #1372839
    dataforlife
    Participant

    Hallo!
    ich habe über enfold-child->IMPORT ein Schrift-family (zip; ausgewählte Google Schrift) importiert. Ziel ist die Verwendung der Schrift lokal, ohne Verbindung zu einem Google Server. Ich habe die Schrift über google-webfonts-helper.herokuapp.com heruntergeladen und in Enfold importiert. Ich kann diese Schrift jedoch nicht unter “General Styling” -> Fonts finden um sie auswählen zu können. Danke vorab!

    #1372838

    In reply to: Disable Emojis

    Hey ralfakerkhoff,
    Thanks for your question, when I test the disable emojis option in the Enfold Theme Options ▸ Performance settings the wp-emoji-release.min.js file is not loaded, perhaps you have a caching plugin that is still serving it, or perhaps you are also using caching on your webhost that you need to clear, or perhaps you are also using a CDN like cloudflare that you need to clear?
    Perahps there is a plugin that is conflicting with the theme setting, if none of these suggestions help try adding this function in your child theme functions.php:

    //Disable WordPress Emojis 
    add_action( 'init', 'smartwp_disable_emojis' );
    
    function smartwp_disable_emojis() {
     remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
     remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
     remove_action( 'wp_print_styles', 'print_emoji_styles' );
     remove_filter( 'the_content_feed', 'wp_staticize_emoji' );
     remove_action( 'admin_print_styles', 'print_emoji_styles' );
     remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );
     remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' );
     add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' );
    }
    
    function disable_emojis_tinymce( $plugins ) {
     if ( is_array( $plugins ) ) {
     return array_diff( $plugins, array( 'wpemoji' ) );
     } else {
     return array();
     }
    }

    If this doesn’t solve then include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1372835

    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

    #1372830
    onziemeart
    Guest

    I have a question concerning the modification of the page in woocommerce because this one is not in advanced layout building, all the other pages yes not the page woocomerce shop. Is it normal ? Or do you take a renew a licence key for enfold ? and what is the price ?

    Thanks in advance

    Best regards

    #1372828

    Hey rixi,
    Thank you for your patience and the link to your page, I assume to mean the image scaling on hover, to remove this please add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_desktop #top .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: unset;
        transform: unset;
    }

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

    Best regards,
    Mike

    #1372823

    In reply to: footer problem

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and modify /enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on your child theme and find

    
    $imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";
    

    and change it to following

    
    $imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' rel='nofollow' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";
    

    Best regards,
    Yigit

    • This reply was modified 3 years, 4 months ago by Yigit.
    #1372818

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 30 results - 21,241 through 21,270 (of 244,526 total)