Viewing 30 results - 5,161 through 5,190 (of 244,353 total)
  • Author
    Search Results
  • #1470949

    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,
    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,
    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

    #1470946

    Hi,

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

    .home #after_full_slider_1 {
      z-index: 99999;
    }

    Best regards,
    Rikard

    Assuming you refer to functions.php – then our site would not work! we have code in functions.php to enable the learning management system learndash to operate and to avoid conflicts between woocommerce shop and ENFOLD. We have not made any changess in this for some time. The problem of false SQL detection and helper-assets is very recent

    This is the code in the functions.php – do you see anything that may cause problems?:
    <?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.
    */

    /*
    * Remove fields from woocommerce checkout page
    * /
    /**
    Remove all possible fields by removing the commented out areas
    **/
    function wc_remove_checkout_fields( $fields ) {

    // Billing fields
    //
    /*
    unset( $fields[‘billing’][‘billing_company’] );
    unset( $fields[‘billing’][‘billing_email’] );
    unset( $fields[‘billing’][‘billing_phone’] );
    unset( $fields[‘billing’][‘billing_state’] );
    unset( $fields[‘billing’][‘billing_first_name’] );
    unset( $fields[‘billing’][‘billing_last_name’] );
    unset( $fields[‘billing’][‘billing_address_1’] );
    unset( $fields[‘billing’][‘billing_address_2’] );
    unset( $fields[‘billing’][‘billing_city’] );
    unset( $fields[‘billing’][‘billing_postcode’] );
    */

    // Shipping fields
    /*
    unset( $fields[‘shipping’][‘shipping_company’] );
    unset( $fields[‘shipping’][‘shipping_phone’] );
    unset( $fields[‘shipping’][‘shipping_state’] );
    unset( $fields[‘shipping’][‘shipping_first_name’] );
    unset( $fields[‘shipping’][‘shipping_last_name’] );
    unset( $fields[‘shipping’][‘shipping_address_1’] );
    unset( $fields[‘shipping’][‘shipping_address_2’] );
    unset( $fields[‘shipping’][‘shipping_city’] );
    unset( $fields[‘shipping’][‘shipping_postcode’] );
    */
    // Order fields
    unset( $fields[‘order’][‘order_comments’] );

    return $fields;
    }
    add_filter( ‘woocommerce_checkout_fields’, ‘wc_remove_checkout_fields’ );

    /** Added 22 Feb 2021 by Alex to enable SMTP email usage
    *
    * This function will connect wp_mail to your authenticated
    * SMTP server. This improves reliability of wp_mail, and
    * avoids many potential problems.
    *
    * For instructions on the use of this script, see:
    * https://butlerblog.com/easy-smtp-email-wordpress-wp_mail/
    *
    * Values for constants are set in wp-config.php
    */
    add_action( ‘phpmailer_init’, ‘send_smtp_email’ );
    function send_smtp_email( $phpmailer ) {
    $phpmailer->isSMTP();
    $phpmailer->Host = SMTP_HOST;
    $phpmailer->SMTPAuth = SMTP_AUTH;
    $phpmailer->Port = SMTP_PORT;
    $phpmailer->Username = SMTP_USER;
    $phpmailer->Password = SMTP_PASS;
    $phpmailer->SMTPSecure = SMTP_SECURE;
    $phpmailer->From = SMTP_FROM;
    $phpmailer->FromName = SMTP_NAME;
    }

    /* Replace logo based on ‘promotion code’ – Jelmer*/
    add_action( ‘wp_head’, ‘logo_css’, 0 );
    function logo_css() {
    $user = wp_get_current_user();
    $user_info = get_userdata($user->ID);
    $code = $user->promotion_code;
    if( strcasecmp($code, ‘RightBrains’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/04/rsz_1rightbrains.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Polaris’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/04/rsz_polaris.jpg) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Nyenrode’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/03/Logo-Small.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘StrategyWorks’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/09/SWSA-LOGO-3-1-e1600615027209.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘EXIN’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/02/Screenshot-2021-02-25-at-16.18.48.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Beeckestijn’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/05/Beeckestijn.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘HQAI2021’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/05/Screenshot-2020-05-01-at-13.53.02.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Assurant2020’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2020/05/rsz_assurant-logo.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Computrain’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/02/CT-Small-Logo.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘NCOI’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/02/NCOI-Small-Logo.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘NCD’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/03/NCD-Kleiner.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘Randstad’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/04/Randstad.png) no-repeat;}</style></head>”;
    }
    if( strcasecmp($code, ‘GK2021’) == 0){
    echo “<style>span.logo{display:none;}</style></head>”;
    echo “<style>div.inner-container{background:url(https://axveco.com/wp-content/uploads/2021/04/GK-Logo-small-1.jpg) no-repeat;}</style></head>”;
    }
    }

    /* ‘Edit profile’ redirects to profile page – Jelmer*/
    add_action( ‘load-profile.php’, ‘Redirect_profile_axveco’);
    function Redirect_profile_axveco (){
    if( ! current_user_can( ‘manage_options’ ) )
    exit( wp_safe_redirect( “https://axveco.com/en/profile/&#8221; ) );
    }

    /* Redirect wp-login to loginwp screen – Jelmer*/
    add_filter( ‘login_url’, ‘my_login_page’, 10, 3 );
    function my_login_page( $login_url, $redirect, $force_reauth ) {
    $login_page = “https://axveco.com/en/loginwp/&#8221; ;
    $login_url = add_query_arg( ‘redirect_to’, $redirect, $login_page );
    return $login_url;
    }

    /* Shows headers promotion code in the admin user table – Jelmer*/
    add_filter(‘manage_users_columns’, ‘add_promotion_code_column’);
    function add_promotion_code_column($columns) {
    $columns[‘promotion_code’] = ‘Promotion Code’;
    return $columns;
    }
    /* Shows content promotion code in the admin user table – Jelmer */
    add_action(‘manage_users_custom_column’, ‘show_user_promotion_code_column_content’, 10, 3);
    function show_user_promotion_code_column_content($value, $column_name, $user_id) {
    $user = get_userdata( $user_id );
    if ( ‘promotion_code’ == $column_name )
    return $user->promotion_code;
    return $value;
    }

    /*Archive category page layout JP https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt
    add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == ‘archive’) $layout = ‘single-big’;
    return $layout;
    }*/

    add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == ‘archive’) $layout = ‘blog-grid’;
    return $layout;
    }

    add_action(‘wp_footer’, ‘add_custom_tooltip’);
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }

    /*
    * This function is required to display the location map on the contact us page
    * if removed then the map does not display – API key is from Theme Google services
    */
    add_action(‘wp_footer’, ‘gmaps_workaround’);
    function gmaps_workaround(){
    ?>
    <!–Google Maps JavaScript API –>
    <script src=”https://maps.googleapis.com/maps/api/js?key=AIzaSyCWwtEsgQqGTvuqmzrZMapkbyzqyxCKZBw”
    type=”text/javascript”></script>
    <script type=”text/javascript”>
    jQuery(document).ready(function($){
    setTimeout(function(){
    $(‘#s_pdf_frame’).attr( ‘src’, function ( i, val ) { return val; });
    }, 100);
    });
    </script>
    <?php
    }

    // add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    /*
    * this funciton has been updated – see above post in header
    * the original code is: $meta[‘page’][] = ‘events’;
    *
    * Adds PageBuilder to LearnDash Post Typs
    * this is to enable the Advanced Builder in LearnDash – Alex
    * see post at https://kriesi.at/support/topic/learndash-plugin/
    *
    }*/
    add_filter(‘avf_builder_boxes’, ‘add_builder_to_posttype’);
    function add_builder_to_posttype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    /* original code: $meta[‘page’][] = ‘events’; instead add the name of the custom post type here*/
    $meta[‘page’][] = ‘sfwd-courses’;
    $meta[‘page’][] = ‘sfwd-lessons’;
    $meta[‘page’][] = ‘sfwd-topic’;
    $meta[‘page’][] = ‘sfwd-quiz’;
    }
    }
    return $metabox;
    }

    /*
    * After installing Woocommerce bookings, the events table function was no longer needed
    * I cannot determine whether ‘Events’ post type here is related to events…
    */
    add_action( ‘init’, ‘create_post_type’ );
    function create_post_type() {
    register_post_type( ‘Events’,
    array(
    ‘labels’ => array(
    ‘name’ => __( ‘Events’ ),
    ‘singular_name’ => __( ‘Event’ )
    ),
    ‘public’ => true,
    ‘has_archive’ => false,
    ‘hierarchical’ => true,
    ‘supports’ => array( ‘title’, ‘editor’)
    )
    );

    register_taxonomy(
    ‘event_categories’, //The name of the taxonomy. Name should be in slug form (must not contain capital letters or spaces).
    ‘events’, //post type name
    array(
    ‘hierarchical’ => true,
    ‘label’ => ‘Categories’, //Display name
    ‘query_var’ => true
    )
    );
    }
    /*
    * Goal here is to disable woocommerce from opening the default shop page which is incompatible with
    * our ENFOLD Child theme and appears to be the cause of the Internal Server Error intermittent failure
    * We log that the event has occurred, disbale woocommerce and then redirect to a safe page
    */
    function custom_woocommerce_redirect_shop_page() {
    if (is_shop()) {
    // Send an email to log that this event has occured

    // Get the current user info
    $current_user = wp_get_current_user();
    $username = $current_user->user_login;
    //$is_logged_in = is_user_logged_in() ? ‘Yes’ : ‘No’;

    // Send email notification if logged in (not logged in generates a hit every minute)
    if (is_user_logged_in()) {
    $to = (Email address hidden if logged out) ‘;
    $subject = ‘WooCommerce Shop Page Disable invoked’;
    $message = ‘The WooCommerce shop page open was attempted and has been disabled.’;
    $message .= ‘<br>User: ‘ . $username;
    //$message .= ‘<br>Logged in: ‘ . $is_logged_in;
    $headers = array(‘Content-Type: text/html; charset=UTF-8’);

    wp_mail($to, $subject, $message, $headers);
    }
    // Remove the default WooCommerce content for the shop page
    remove_action(‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10);
    remove_action(‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10);
    remove_action(‘woocommerce_before_main_content’, ‘woocommerce_output_content_wrapper’, 10);
    remove_action(‘woocommerce_after_main_content’, ‘woocommerce_output_content_wrapper_end’, 10);
    remove_action(‘woocommerce_sidebar’, ‘woocommerce_get_sidebar’, 10);

    // Set up a target page to redirect to
    $alternative_shop_page = “https://axveco.com/en/your-next-step/&#8221; ;

    // Redirect to our own next steps page
    wp_redirect($alternative_shop_page);

    exit;
    }
    }
    add_action(‘template_redirect’, ‘custom_woocommerce_redirect_shop_page’);

    /*
    * End of functions.php
    */
    ?>

    #1470941

    In reply to: Hamberger menu trigger

    did you copy&paste that code? because if it is your page ( and your nick is very informative ) than a code like:

    @media only screen and (max-width: 1023px) {
      #top #header .av-main-nav > li.menu-item  {
        display: none!important;
      }
      #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
      }
      .responsive #top #header .av-main-nav #menu-item-search {
        display: block !important;
      }
      .responsive #top #header .av-main-nav #menu-item-search  > a {
        font-size: 24px;
      }
    }

    will work in dev tools. So if you realy entered the correct code – then it might be a caching issue that you can not see the changings. So refresh all caches of such tools – and refresh on Enfold on Performance Tab just at the bottom: “Delete Old CSS And JS Files?”

    1023px seems to be a good value – because on the ipad Pro 12.9 inch – (1024px) the text menu is still visible and is not above the logo.

    PS: i added the code to show the search icon aswell on burger active and with a little bigger icon.

    #1470938

    Topic: Hamberger menu trigger

    in forum Enfold

    Hi,

    My main menu runs into my logo. I added to Enfold Quick CSS setting the @media code found in this page, but it does not work, no matter what value I set max-width to. If I change max-width to min-width, the hamberger menu is displayed at any screen size, to the CSS code does something.

    Thanks,
    Serge

    #1470937
    hughie1
    Participant

    Hi Folks,

    (1)
    I have nearly failed to set up Google Maps with Enfold.
    I created a project, set up API keys and set up billing, but Enfold could not validate the API key.
    It was only when i added the followign APIs that it worked:

    Maps Javascript API
    Geocoding API

    Please add these APIs into the documentation, so it is easier to set up.
    I was about to give up just before that.

    (2)
    The yellow line under the headings on the Construction demo – how can i change the colour?
    I don’t see an option for it in the colour settings.
    I have tried to do it with CSS, but to no avail.

    #1470935

    Hey rvga,

    The version of the theme that you are running is very old, the first thing that you should do is to update it to the latest version. https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Rikard

    #1470924
    peterolle
    Participant

    I was checking the error log and found this.

    PHP Fatal error:  Uncaught Error: Object of class WP_Error could not be converted to string in /wp-content/themes/enfold/functions-enfold.php:655
    
    Stack trace:
    #0 /wp-content/themes/enfold/search.php(17): avia_title(Array)
    #1 /wp-includes/template-loader.php(106): include('/home/user/p...')
    #2 /wp-blog-header.php(19): require_once('/home/user/p...')
    #3 /index.php(17): require('/home/user/p...')
    #4 {main}
      thrown in /wp-content/themes/enfold/functions-enfold.php on line 655
    

    So it can be fixed in the next update.

    #1470922

    try to hamper it first by going to :
    Header – Extra Elements – Enfold WPML Language Flags (Global Setting)
    If they will be shown – then look to
    WPML – Languages – Menu language switcher

    it they still are shown try:

    function avia_remove_main_menu_flags() {
    	remove_filter( 'wp_nav_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9998, 2 );
    	remove_filter( 'avf_fallback_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9998, 2 );
    }
    add_action('init','avia_remove_main_menu_flags', 9999);
    #1470920

    Hey Aurora,
    Do you want to change the white text to black, so it is black text on a black background?
    Enfold Support 6532
    Enfold Support 6534
    I’m not sure what you want.

    Best regards,
    Mike

    #1470919

    Hey Gianluca,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #home_main_text p {
    	line-height: 3em;
    }

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

    Best regards,
    Mike

    #1470917
    clintrichardson24
    Participant

    Hello, a client’s website is currently stuck on Enfold version 5.3.1.1. Whenever I attempt to update the theme, the site crashes. I troubleshooted by deactivating plugins and determined that the issue fell with the WPML Multilingual CMS plugin. When trying to deactivate that specific plugin, the site crashes again.

    I reached out to our host WPMUdev for support and this is what they said:

    About the error that you are getting, the log is showing the following:

    PHP Fatal error: Uncaught Error: Class “avia_WPML” not found in /var/web/staging/public_html/wp-content/themes/AMPwp/functions.php:38

    This points to the theme AMPwp which is a child theme of Enfold, this child theme is called avia_WPML which doesn’t seem to be available on the new version of Enfold, this could be related to possibly Enfold or WPML renaming a class on its code.

    Please keep in mind that this type of fix (the actual fix to the class in the code) is out of the scope for our support, it would be better to reach out the Enfold support and confirm with them if maybe there is something that you should update on your child theme functions.php.

    Also, to give you further info, this is the specific part of the code on the child theme functions.php causing issues:

    function avia_remove_main_menu_flags(){
    global $avia_WPML;

    add_filter( ‘wp_nav_menu_items’, [ new avia_WPML, ‘handler_append_lang_flags’ ], 9999, 2 );
    remove_filter( ‘wp_nav_menu_items’, [ ‘avia_WPML’, ‘handler_append_lang_flags’ ], 9998, 2 );
    remove_filter( ‘avf_fallback_menu_items’, [ ‘avia_WPML’, ‘handler_append_lang_flags’ ], 9998, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10 );
    remove_action( ‘ava_main_header_sidebar’, ‘avia_wpml_language_switch’, 10 );
    }
    add_action(‘init’,’avia_remove_main_menu_flags’, 9999);

    Please help me fix this issue so we can update the site and move forward. I’ve included production and staging site credentials in the private content. Let me know if there is anything else you need from me. Thanks!

    Hi,
    You have added this css to your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    that is the cause of the error, and that is why disabling the theme css compression (avia-style.min.css) will not help you, as I posted above.
    You can remove the css in your child theme css, or use the new css that I posted for your slider. Have you looked at your child theme css?
    This is a screenshot of your child theme css causing the error
    Enfold Support 6529

    Best regards,
    Mike

    #1470914
    Tom Gertsen
    Guest

    Hello.

    First of all, I apologize for contacting you through this channel. I didn’t have other options since I don’t have a login for your support.

    I have taken over a website; neuropsykologiskpraksis.dk, and in this context, I was reviewing future possibilities. Unfortunately, I have run into a challenge with your Theme Enfold and the AIOSEO plugin.

    AIOSEO is unable to read anything in the blocks created in the Advanced Builder, whereas there are no issues if it’s in the classic editor.

    Do you have any good advice?

    #1470910
    rvga
    Participant

    Hi guys,
    I’ve followed Josue’s replies and install his code in my function.php.
    Unfortunately I got 4 warnings in my page where i put the short code: [sc_post_meta]
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 46
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 48
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 48
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 56
    Where am I wrong?
    I don’t know how to fix that.
    Any help will be appreciated.
    Thx

    P.S I’m currently with an old version 4.8.8 (I will upgrade it later) maybe it is an explanation…

    • This topic was modified 1 year, 4 months ago by rvga.
    adowdalls
    Participant

    Can you help with this?

    We currently have a problem that we get SQL detection false positives when we enter text while editing a blog. This causes an error and while investigating that problem we observe this error being generated by the ENFOLD Child Theme. We updated to 6.0.6 and still get this error

    [Fri Nov 08 12:53:01.560984 2024] [error] [pid 1716378] mod_proxy_fcgi.c(911): [client 93.123.39.107:0] AH01071: Got error ‘PHP message: PHP Warning: Attempt to read property “post_content” on null in /data/sites/web/axvecocom/www/wp-content/themes/enfold/includes/helper-assets.php on line 374; PHP message: PHP Warning: Attempt to read property “ID” on null in /data/sites/web/axvecocom/www/wp-content/themes/enfold/includes/helper-assets.php on line 382’

    #1470904
    heiddie
    Participant

    Hi,
    I have a blog in my website and I use Enfold’s Blog Posts-section to show the list of all my blog posts. I have an issue with updating the list. When I publish a new post, the post doesn’t appear on that list automatically. I have to save my blog-page (which is the one where I’m showing a collection of blog posts.) and only then the newest blog post appears on that list.

    So the list is not automatically updating? Am I doing something wrong? Or do I have to go and save it again every time I post?

    #1470902
    LentzOtto
    Participant

    Hi Enfold-Support,

    how can I get the sticky Element on top of the page to cover all other page elements? Z-Index to 99999 did not work… It’s set to position: relative.

    Any help highly appreciated

    Thanks,
    Matthias

    #1470900

    In reply to: Update after purchase

    Hey Paweł,

    You will need access to the Themeforest account which was used to purchase your license, otherwise you will have to purchase another license. Once you have access to the theme files, then the update to 6.0.6 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/

    Best regards,
    Rikard

    #1470899

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470893
    Paweł
    Guest

    Hi!
    We have website working on Enfold theme. We build this website in ~2018 and we have 4.5.2 version of Enfold theme there. Unfortunatelly we lost our themeforest access and we don’t know on which account we bought this theme. We want update our theme version. What we can do now? If we buy again theme on another account can we update this version to latest?
    Regards,
    Paweł.

    #1470888

    Hi,

    Thanks for the update, we’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470883

    Hi,

    Sorry for the late response. Looks like the image with the size 495×279 is still being selected on smaller screens. Please try to add this code in the functions.php file to remove the size in the srcset attribute.

    function avf_remove_specific_image_size_from_srcset( $sources, $size_array, $image_src, $image_meta, $attachment_id ) {
        foreach ( $sources as $source => $source_data ) {
            if ( strpos( $source, '495x279' ) !== false ) {
                unset( $sources[$source] );
            }
        }
        return $sources;
    }
    add_filter( 'wp_calculate_image_srcset', 'avf_remove_specific_image_size_from_srcset', 10, 5 );
    

    You can also disable the srcset completely by toggling the Enfold > Performance > Responsive Images option or by adding this code in the functions.php file:

    add_filter( 'wp_calculate_image_srcset', '__return_false' );
    

    Best regards,
    Ismael

    #1470863
    Aurora
    Participant

    How can I change the color of this text? I can’t see it. I’m using the events plugin.

    I utilized the Enfold Classic demo but changed the color scheme to modern black.

    #1470860

    Hi Ismael,
    Thanks for the follow up – we ended up replacing the Enfold theme Mailchimp widget with a third-party Mailchimp plugin, which worked well to run the two forms on the page. So, at this point, we have found a workaround solution.

    Cheers!

    #1470854
    schwabino
    Participant

    Hello, my client’s video page on their website keeps crashing on mobile on all browsers. The page has multiple YouTube videos with sections, and for some reason, it keeps crashing after you start to scroll – running the latest version of Enfold. Can someone please help troubleshoot?

    Crashing on Chrome and Safari

    Thanks
    B

    Hey zimbo,
    The avia-style.min.css is created by the theme minification at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which combines the css from the other theme css files. In your case, disabling this will not solve for you, because it is added in your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    so you could remove this from your child theme css, or you could override it with this:

    #main .entry-content-wrapper .metaslider-flex li {
        margin-left: 0em !important;
    }

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

    Best regards,
    Mike

    #1470849

    In reply to: Changes to the header

    Hi,
    To move the menu to the right and the widget area to the left please try the css in our documentation for Widget Left, Logo center, Menu right

    Best regards,
    Mike

Viewing 30 results - 5,161 through 5,190 (of 244,353 total)