Viewing 30 results - 4,921 through 4,950 (of 142,862 total)
  • Author
    Search Results
  • #1443700

    Hi,
    The error that you see from adding the code to your functions.php file is typical for copying the code from a email notification from this thread, please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    It looks like you are not using a child theme, so in this case you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add this code and save.

    function custom_larger_thumbnails_script() { ?>
      <script>
    (function($){
      $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('width', '180px');
      $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('height', '180px');
      $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('sizes', '(max-width: 180px) 100vw, 180px');
      $('.av-magazine.larger-thumbnails .av-magazine-entry .av-magazine-thumbnail').css({'height': '180px','width': '180px'});
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_larger_thumbnails_script', 99 );

    If you still have trouble after you install the plugin, include a admin login in the Private Content area so we can assist.

    Best regards,
    Mike

    This reply has been marked as private.
    #1443653

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1443649

    Hi,
    Thank you for your patience I changed this css:

    @media only screen and (min-width: 990px) {
        .av-logo-container .inner-container {
            display: flex;
            flex-direction: row-reverse;
        }
    
        @media only screen and (min-width: 990px) {
            /* Add your Desktop Styles here */ .av-logo-container .inner-container .widget #searchform {
                width: 100%;
                min-width: 500px;
            }
        }
    
        .av-logo-container .inner-container .widget {
            display: flex;
            order: 3;
            flex-basis: 80%;
            right: -15%;
            top: -5%;
        }
    
        #header_main > .widget {
            display: none;
        }
    
        .av-logo-container .inner-container .widget #searchform {
            width: 100%;
        }
    
        .av-logo-container .inner-container .widget #searchform .ajax_search_response {
            background-color: #fff;
            z-index: 3;
        }
    
        .header_color #search-6 input[type=submit] {
            background-color: #da291c;
            color: #fff;
        }
    
        .header_color #search-6 input[type=submit]:hover {
            background-color: #da291c;
            color: #fff;
        }
    
        #top #header.header_color .widget input[type=text] {
            border-color: ebebeb;
            border-radius: 3px;
        }
    
        #top #header.header_color .widget #searchsubmit {
            border-radius: 0 3px 3px 0;
        }
    
        #top #header.header_color .widget #searchform #searchsubmit {
            font-size: 16px;
        }
    
        .av-logo-container .inner-container #menu-item-shop {
            display: flex;
            order: 2;
        }
    }

    to this:

    @media only screen and (max-width: 989px) {
    	#header_main > .widget {
    	display: none;
    }
    }	
    @media only screen and (min-width: 990px) and (max-width: 1439px) {
      .av-logo-container .inner-container .widget #searchform {
        width: 100%;
        min-width: 500px;
      }
      .av-logo-container .inner-container .widget {
    	display: flex;
        order: 3;
        flex-basis: 65%;
        right: -15%;
        top: -5%;
    }
    }
    @media only screen and (min-width: 1440px) { 
        .av-logo-container .inner-container .widget {
            display: flex;
            order: 3;
            flex-basis: 80%;
            right: -15%;
            top: -5%;
        }
        .av-logo-container .inner-container .widget #searchform {
        width: 100%;
        min-width: 380%;
      }
    }	
    @media only screen and (min-width: 990px) {
    .av-logo-container .inner-container {
    	display: flex;
        flex-direction: row-reverse;
    }
    
    #header_main > .widget {
    	display: none;
    }  
    .av-logo-container .inner-container .widget #searchform {
    	 width: 100%;
    }
    .av-logo-container .inner-container .widget #searchform .ajax_search_response {
    	background-color: #fff;
        z-index: 3;
    }
    .header_color #search-6 input[type=submit] {
        background-color: #da291c;
        color: #fff;
     }
    .header_color #search-6 input[type=submit]:hover {
        background-color: #da291c;
        color: #fff;
     }
      #top #header.header_color .widget input[type=text] {
    	border-color: ebebeb;
    	border-radius: 3px;
    }
    #top #header.header_color .widget #searchsubmit {
        border-radius: 0 3px 3px 0;
    }
    
    #top #header.header_color .widget #searchform #searchsubmit {
     	font-size: 16px;
    }
    .av-logo-container .inner-container #menu-item-shop {
    	display: flex;
        order: 2;
    }
    }

    to update your live site copy your snippet named “header widget placement css” to your live site.

    Best regards,
    Mike

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://www.seemann-henschel.de
    Site address (URL): https://www.seemann-henschel.de
    WC Version: 8.9.0
    REST API Version: ✔ 8.9.0
    Action Scheduler Version: ✔ 3.7.4
    Log Directory Writable: ✔
    WP Version: 6.5.3
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: de_DE_formal
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 8.1.19
    PHP Post Max Size: 96 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 10000
    cURL Version: 7.38.0
    OpenSSL/1.0.2l
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.25
    Max Upload Size: 96 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 8.9.0
    WC Database Prefix: wp_
    Datenbank-Gesamtgröße: 200.84MB
    Datenbank-Datengröße: 161.84MB
    Datenbank-Indexgröße: 39.00MB
    wp_woocommerce_sessions: Daten: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Daten: 1.52MB + Index: 0.67MB + Engine InnoDB
    wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_access: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_01: Daten: 1.52MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_02: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_03: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_04: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_05: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_06: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_07: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2022_08: Daten: 3.17MB + Index: 0.14MB + Engine InnoDB
    matomo_archive_blob_2022_09: Daten: 2.52MB + Index: 0.16MB + Engine InnoDB
    matomo_archive_blob_2022_10: Daten: 3.52MB + Index: 0.17MB + Engine InnoDB
    matomo_archive_blob_2022_11: Daten: 3.52MB + Index: 0.14MB + Engine InnoDB
    matomo_archive_blob_2022_12: Daten: 3.52MB + Index: 0.17MB + Engine InnoDB
    matomo_archive_blob_2023_01: Daten: 3.52MB + Index: 0.17MB + Engine InnoDB
    matomo_archive_blob_2023_02: Daten: 3.41MB + Index: 0.14MB + Engine InnoDB
    matomo_archive_blob_2023_03: Daten: 3.52MB + Index: 0.13MB + Engine InnoDB
    matomo_archive_blob_2023_04: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_05: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_06: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_07: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_08: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_09: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_10: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_11: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2023_12: Daten: 0.33MB + Index: 0.05MB + Engine InnoDB
    matomo_archive_blob_2024_01: Daten: 3.52MB + Index: 0.16MB + Engine InnoDB
    matomo_archive_blob_2024_02: Daten: 0.31MB + Index: 0.05MB + Engine InnoDB
    matomo_archive_blob_2024_03: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2024_04: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_blob_2024_05: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_invalidations: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_archive_numeric_2022_01: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_02: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_03: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_04: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_05: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_06: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_07: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2022_08: Daten: 0.20MB + Index: 0.22MB + Engine InnoDB
    matomo_archive_numeric_2022_09: Daten: 0.20MB + Index: 0.27MB + Engine InnoDB
    matomo_archive_numeric_2022_10: Daten: 0.27MB + Index: 0.30MB + Engine InnoDB
    matomo_archive_numeric_2022_11: Daten: 0.31MB + Index: 0.31MB + Engine InnoDB
    matomo_archive_numeric_2022_12: Daten: 0.25MB + Index: 0.33MB + Engine InnoDB
    matomo_archive_numeric_2023_01: Daten: 0.25MB + Index: 0.27MB + Engine InnoDB
    matomo_archive_numeric_2023_02: Daten: 0.20MB + Index: 0.23MB + Engine InnoDB
    matomo_archive_numeric_2023_03: Daten: 0.16MB + Index: 0.22MB + Engine InnoDB
    matomo_archive_numeric_2023_04: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_05: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_06: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_07: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_08: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_09: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_10: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_11: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2023_12: Daten: 0.08MB + Index: 0.06MB + Engine InnoDB
    matomo_archive_numeric_2024_01: Daten: 0.31MB + Index: 0.30MB + Engine InnoDB
    matomo_archive_numeric_2024_02: Daten: 0.05MB + Index: 0.06MB + Engine InnoDB
    matomo_archive_numeric_2024_03: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2024_04: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_archive_numeric_2024_05: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_brute_force_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_changes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_custom_dimensions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_goal: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_locks: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_logger_message: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_log_action: Daten: 0.36MB + Index: 0.09MB + Engine InnoDB
    matomo_log_conversion: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    matomo_log_conversion_item: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_log_link_visit_action: Daten: 0.20MB + Index: 0.16MB + Engine InnoDB
    matomo_log_profiling: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_log_visit: Daten: 1.52MB + Index: 0.45MB + Engine InnoDB
    matomo_option: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_plugin_setting: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_privacy_logdata_anonymizations: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_report: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_report_subscriptions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_segment: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_sequence: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_session: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_site: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_site_setting: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_site_url: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_tracking_failure: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_twofactor_recovery_code: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_user: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    matomo_user_dashboard: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_user_language: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    matomo_user_token_auth: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Daten: 11.54MB + Index: 4.39MB + Engine MyISAM
    wp_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_actionscheduler_logs: Daten: 11.51MB + Index: 7.18MB + Engine MyISAM
    wp_borlabs_cookie_consent_log: Daten: 1.64MB + Index: 0.46MB + Engine MyISAM
    wp_borlabs_cookie_content_blocker: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_borlabs_cookie_cookies: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_borlabs_cookie_groups: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_borlabs_cookie_script_blocker: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_borlabs_cookie_statistics: Daten: 0.46MB + Index: 0.46MB + Engine MyISAM
    wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_duplicator_pro_entities: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp_duplicator_pro_packages: Daten: 0.17MB + Index: 0.00MB + Engine MyISAM
    wp_easywpsmtp_debug_events: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_easywpsmtp_tasks_meta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_layerslider: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_layerslider_drafts: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_layerslider_revisions: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_novalnet_aff_account_detail: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_novalnet_aff_user_detail: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_novalnet_callback_history: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_novalnet_subscription_details: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_novalnet_transaction_detail: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_options: Daten: 7.23MB + Index: 1.20MB + Engine InnoDB
    wp_pmxi_files: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_hash: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp_pmxi_history: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_images: Daten: 0.44MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_imports: Daten: 0.14MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_posts: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_templates: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_postmeta: Daten: 51.14MB + Index: 12.36MB + Engine InnoDB
    wp_posts: Daten: 31.06MB + Index: 1.31MB + Engine InnoDB
    wp_redirection_404: Daten: 2.02MB + Index: 0.31MB + Engine InnoDB
    wp_redirection_groups: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_redirection_items: Daten: 0.05MB + Index: 0.09MB + Engine InnoDB
    wp_redirection_logs: Daten: 0.14MB + Index: 0.05MB + Engine InnoDB
    wp_snippets: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_documentmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_documents: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_storeabill_document_itemmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_document_items: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_document_noticemeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_document_notices: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_storeabill_journals: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_termmeta: Daten: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_term_relationships: Daten: 0.09MB + Index: 0.06MB + Engine InnoDB
    wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_usermeta: Daten: 0.08MB + Index: 0.03MB + Engine InnoDB
    wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_admin_notes: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_orders: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_orders_meta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_addresses: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_coupon_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_operational_data: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_order_product_lookup: Daten: 0.09MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Daten: 0.16MB + Index: 0.14MB + Engine InnoDB
    wp_wc_order_tax_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_attributes_lookup: Daten: 0.01MB + Index: 0.03MB + Engine MyISAM
    wp_wc_product_download_directories: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_wc_product_meta_lookup: Daten: 0.06MB + Index: 0.09MB + Engine InnoDB
    wp_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_gzd_dhl_im_products: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_dhl_im_product_services: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_dhl_labelmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_gzd_dhl_labels: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_gzd_packaging: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_packagingmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_shipmentmeta: Daten: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_gzd_shipments: Daten: 0.22MB + Index: 0.14MB + Engine InnoDB
    wp_woocommerce_gzd_shipment_itemmeta: Daten: 0.28MB + Index: 0.38MB + Engine InnoDB
    wp_woocommerce_gzd_shipment_items: Daten: 0.22MB + Index: 0.31MB + Engine InnoDB
    wp_woocommerce_gzd_shipment_labelmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_shipment_labels: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_woocommerce_gzd_shipping_provider: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_gzd_shipping_providermeta: Daten: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_woof_query_cache: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woof_sd: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_yoast_indexable: Daten: 0.39MB + Index: 0.11MB + Engine MyISAM
    wp_yoast_indexable_hierarchy: Daten: 0.02MB + Index: 0.07MB + Engine MyISAM
    wp_yoast_migrations: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_yoast_primary_term: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_yoast_seo_links: Daten: 0.23MB + Index: 0.07MB + Engine MyISAM
    wp_yoast_seo_meta: Daten: 1.72MB + Index: 1.84MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    acf-field: 29
    acf-field-group: 2
    attachment: 3114
    avia_framework_post: 37
    customize_changeset: 3
    cwginstocknotifier: 500
    document_template: 5
    invoice: 4
    itsec-dash-card: 8
    itsec-dashboard: 1
    nav_menu_item: 72
    oembed_cache: 7
    page: 55
    post: 53
    product: 317
    revision: 1836
    sh_event: 55
    shop_order: 1443
    shop_order_refund: 1
    wp_global_styles: 1
    wpcf7_contact_form: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (30) ###
    
    Advanced Custom Fields: von WP Engine – 6.2.9
    Autoptimize: von Frank Goossens (futtta) – 3.1.11
    Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: von codewoogeek – 5.3.2
    BackWPup: von WP MEDIA SAS – 4.0.4
    Borlabs Cookie - Cookie Opt-in: von Borlabs GmbH – 2.2.67
    Contact Form 7 to NEWSTROLL api: von NEWSTROLL.de – 1.0.0
    Classic Editor: von WordPress-Mitwirkende – 1.6.3
    Classic Widgets: von WordPress-Mitwirkende – 0.3
    Contact Form 7: von Takayuki Miyoshi – 5.9.4
    Disable Comments: von WPDeveloper – 2.4.6
    Easy WP SMTP: von Easy WP SMTP – 2.3.0
    Enable Media Replace: von ShortPixel – 4.1.5
    Limit Login Attempts Reloaded: von Limit Login Attempts Reloaded – 2.26.9
    Loco Translate: von Tim Whitlock – 2.6.9
    One Stop Shop für WooCommerce: von vendidero – 1.6.2
    Redirection: von John Godley – 5.4.2
    Regenerate Thumbnails: von Alex Mills (Viper007Bond) – 3.1.6
    Seemann Henschel Import Cron: von clickstorm GmbH – 1.0
    SVG Support: von Benbodhi – 2.5.5
    Germanized für WooCommerce Pro: von vendidero – 3.10.2
    Germanized für WooCommerce: von vendidero – 3.16.5
    Google Analytics for WooCommerce: von WooCommerce – 2.0.7
    heidelpay WooCommerce: von heidelpay – 1.6.0
    HUSKY - Products Filter Professional for WooCommerce: von realmag777 – 1.3.5.3
    WooCommerce: von Automattic – 8.9.0
    Yoast SEO: von Team Yoast – 22.7
    WP All Import Pro: von Soflyy – 4.8.5
    WP Crontrol: von John Blackbourn – 1.16.3
    WP All Import - ACF Add-On: von Soflyy – 3.3.8
    WP All Import - WooCommerce Import Add-On Pro: von Soflyy – 4.0.0
    
    ### Inactive Plugins (0) ###
    
    ### Must Use Plugins (1) ###
    
    WP Migrate DB Compatibility: von Delicious Brains – 1.2
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: EUR (€)
    Currency Position: right_space
    Thousand Separator: .
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    Enforce Approved Product Download Directories: –
    HPOS feature enabled: –
    Order datastore: WC_Order_Data_Store_CPT
    HPOS data sync enabled: –
    
    ### Logging ###
    
    Enabled: ✔
    Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2
    Retention period: 30 Tage
    Level threshold: –
    Log directory size: 793 kB
    
    ### WC Pages ###
    
    Shop-Basis: #506 - /shop/
    Warenkorb: #507 - /warenkorb-2/
    Kasse: #28 - /checkout/
    Ihr Konto: #14 - /mein-konto/
    Allgemeine Geschäftsbedingungen: #697 - /agb/
    
    ### Theme ###
    
    Name: Enfold Child
    Version: 1.0
    Author URL: http://kriesi.at
    Child Theme: ✔
    Parent Theme Name: Enfold
    Parent Theme Version: 5.7.1
    Parent Theme Author URL: https://kriesi.at
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: enfold-child/woocommerce/checkout/thankyou.php Version 3.7.0 ist veraltet. Die Hauptversion ist 8.1.0
    enfold-child/woocommerce/single-product/meta.php
    enfold-child/woocommerce/single-product/product-image.php Version 3.5.1 ist veraltet. Die Hauptversion ist 7.8.0
    enfold-child/woocommerce/single-product/short-description.php
    enfold-child/woocommerce/single-product/title.php
    
    Outdated Templates: ❌
    					
    					
    						Erfahren Sie
    wie Sie aktualisieren können
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    product-block-editor
    coupons
    core-profiler
    customize-store
    customer-effort-score-tracks
    import-products-task
    experimental-fashion-sample-products
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    product-variation-management
    product-virtual-downloadable
    product-external-affiliate
    product-grouped
    product-linked
    product-pre-publish-modal
    product-custom-fields
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    woo-mobile-welcome
    wc-pay-promotion
    wc-pay-welcome-page
    
    Disabled Features: minified-js
    new-product-management-experience
    settings
    async-product-editor-category-field
    launch-your-store
    
    Daily Cron: ✔ Next scheduled: 2024-05-15 09:25:07 +02:00
    Options: ✔
    Notes: 19
    Onboarding: completed
    
    ### Action Scheduler ###
    
    Abgeschlossen: 30.144
    Oldest: 2024-04-14 09:49:19 +0200
    Newest: 2024-05-15 09:45:13 +0200
    
    Fehlgeschlagen: 2.204
    Oldest: 2020-11-09 15:53:52 +0100
    Newest: 2024-05-13 14:47:24 +0200
    
    Ausstehend: 10
    Oldest: 2024-05-15 09:50:05 +0200
    Newest: 2024-05-16 05:01:00 +0200
    
    ### Status report information ###
    
    Generated at: 2024-05-15 09:49:53 +02:00
    

    Hi,

    Thanks for the updates. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1443555

    In reply to: Timeline Navigation

    Hey Diana,

    Thank you for the inquiry.

    You can use this css code to adjust the position of the nav arrows:

    @media only screen and (min-width: 990px) {
    
      /* Add your Desktop Styles here */
      .avia-slideshow-arrows.avia-slideshow-controls.av-timeline-nav {
        width: calc(100% + 100px);
        overflow: visible;
      }
    
      #top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev>a.prev-slide {
        left: 50px;
        top: 10px;
        position: absolute;
      }
    
      #top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows>a.next-slide {
        right: 0;
        left: auto;
        position: absolute;
        top: 10px;
      }
    
      #top ul.avia-timeline.avia-timeline-horizontal.av-milestone-placement-top.avia-timeline-.avia_animate_when_almost_visible.avia-timeline-animate.avia_start_animation {
        margin-left: 50px;
      }
    }

    Best regards,
    Ismael

    I have completely gotten rid of Jetpack and Jetpack Boost. That seems to help on the homepage mobile numbers…but…

    I am noticing that on subpages, however, there are still issues with images being too big. I am still trying to figure out how I am supposed to know what size image any particular slider or image box is looking for…apparently this is only on mobile devices though. All of my images seem to work fine for the desktop performance numbers with respect LCP etc. . . but for mobile, I am not understanding why those elements are not picking the correct thumbnails to use when served up to mobile devices?

    I can see that I can hide them in the Responsive tab, but I don’t want to hide every image, slider and video.

    Am I missing a checkbox that tells the elements to choose the proper thumbnail image for mobile devices?

    #1443458

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

    #top .single_toggle p {
    	font-weight: bold;
    }

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

    Best regards,
    Mike

    #1443451

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .flex_column_table.av-equal-height-column-flextable.av-atsvwa-78c17b5ed00a4854b55002a0c0d8cc8a {
      margin-top: -80px !important;
    }
    }

    Best regards,
    Rikard

    #1443446

    Hi,

    The reason why the CSS is only applying on mobile is because you have placed it after an open media query:

    
    @media only screen and (max-width:767px) {
      #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        font-size: 20px;
        color: white !important;
    }

    I added the CSS at the top for you, and it’s working as expected. Please review your site and close the media query at the proper location.

    Best regards,
    Rikard

    #1443443

    In reply to: menu items

    Hi,

    Thanks for the clarification. Please try this instead:

    @media only screen and (max-width: 767px) {
      #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul .current-menu-item {
        background: red;
      }
      #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:active,  #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:focus  {
        font-size: 20px;
        color: yellow !important;
      }
    }

    Best regards,
    Rikard

    #1443437
    This reply has been marked as private.
    #1443391

    Hi Rikard,
    I now use a different display for the events list. You can close this topic.

    Thank you for your efforts.

    Regards
    Daniela

    #1443383

    Hey aiyonabogados,

    The update to 5.7.1 has to be done manually from versions prior to 4.4.1, 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/theme-registration/

    Best regards,
    Rikard

    #1443382

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    markusgiese
    Participant

    Hi there,
    first of all – thx for the great theme. I use it since 10 years for several projects – and bought more than 10 licenses of course! Great work and great forum, and normally I found a solution here, unfortunately not this time, maybe you can help.
    The frontpage is always the standard-Blog. When I click e.g. on Impressum or Datenschutz everything is fine and when I click on the Logo on top everything is OK. But when you initially open the homepage there is always the Blog.
    I tried several settings in Enfold theme options and several settings in WordPress > Settings > Reading and there’s no result.

    Maybe you can help.
    Thanks in advance and Cheers
    Markus

    #1443333

    Hey delmonte,
    Thank you for the link to your site, the following css will replace the plus icon with a down arrow, but in order to not change all of the accordion icons on your whole site, first add the custom class downarrow in the advanced tab of the element:
    Enfold Support 5788
    Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .downarrow .toggle_icon:before {
    	content:"\e873";
    	font-family: 'entypo-fontello';
    	top: -5px;
      position: relative;
    }
    .downarrow .toggle_icon {
    	border:none;	
    	position: absolute;
    }
    .downarrow .toggle_icon .vert_icon,
    .downarrow .toggle_icon .hor_icon {
    	display:none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    This is the expected results:
    Enfold Support 5791

    Best regards,
    Mike

    #1443278
    cuccarini
    Participant

    Hello,

    I hope everything is going well there, I had a problem to solve, unlike a layout with a maximum width of 100% which covers the entire screen, with a 1310px layout, on desktop there are empty white areas left and right of the screen. This is an example page showing the problem https://www.federscacchilazio.com/wordpress/.

    To liven up the desktop page a bit, would it be possible to use a rather long vertical images to “cover” this left and right empty space? This behavior should be common to all pages of the site if possible. Is it possible to repeatthis image throughout the page or can they only be used in the initial part of the page?
    Obviously from a smartphone I don’t want to show these images, but only the central 1310px layout.

    Thank you for your usual fundamental support
    Andrea Cuccarini

    • This topic was modified 1 year, 10 months ago by cuccarini.
    • This topic was modified 1 year, 10 months ago by cuccarini.
    • This topic was modified 1 year, 10 months ago by cuccarini.
    #1443271

    Hey Peter,

    Please try this CSS instead:

    .html_header_top .header_color .main_menu ul:first-child > li > ul {
      opacity: 1 !important;
    }

    Best regards,
    Rikard

    #1443267

    Hi,

    Please try this instead:

    #top .avia_loading_icon .av-siteloader, #top .avia_loading_icon {
      display: none;
    }

    Best regards,
    Rikard

    #1443265

    Thanks that seemed to bring it back. Any idea why it stopped working after the latest Enfold update?

    #1443264

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    TobiasLutzi
    Participant

    Hi,

    we set a read more tag in editor and use the blog posts module. Unfortunately I can only select to show the excerpt, which is then stopping after some words or just show the title, no excerpt at all. How can I configure it, that the whole text until “read more” is shown on the blog page or categories page. Example:
    https://tinyurl.com/2b89g354

    And here what setup I used on this module:
    https://tinyurl.com/26rgdbvg

    Thanks.

    Hi Mike,
    I found it. After enabling the element Marker Categories again it appeared in the main content of the post backend, not in the sidebar. Drag and drop and eveything works fine.
    Thank you for your patience and you can close the topic.
    Best regards
    Anne

    #1443225

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

    @media only screen and (max-width: 767px) {
        .responsive #top .avia-post-nav {
            display: block;
        }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1443220

    Hi,

    Thank you for the inquiry.

    To completely hide the preloader, you can disable the Page Preloading option in the Enfold > Theme Options panel. Or use this css code:

    #top .av-siteloader-extra, #top .av-preloading-logo { 
       display: none !important;
    }

    Best regards,
    Ismael

    Hi,

    Thanks for that.

    1. I copied your front page to a test page and fixed a tag for you, please see private. Could you test that page out to see if everything works as expected? Note that I activated debug mode under Enfold->Layout Builder->Show Advanced Options. You can deactivate it in the same place.

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

    #top .av_header_transparency #header_meta {
      border-bottom: none;
    }

    Best regards,
    Rikard

    • This reply was modified 1 year, 10 months ago by Rikard.

    Hi. I updated the password.

    Also, I wanted to make an updated request. Instead of getting rid of both of the borders/lines in the Main Menu area, I would only like to get rid of the top one–the one *above* the menu, but below the sign-up button.

    The most recent backup file in case it is needed is the one dated 5/12.

    Thanks!

    #1443135

    Hi,
    Thank you for the link to your site and the images, I converted one of them to a png and made the edge transparent and then added this css to your Quick CSS and now the badge shows in the bottom right corner on all pages, desktop & mobile.

    body:not(.wp-admin)::before {
      content: "";
      position: fixed;
      right: 10px;
      bottom: 10px;
      width: 100px;
      height: 50px;
      background-image: url(/wp-content/uploads/2024/05/ISO_9001_farbe_de.png);
      z-index: 99;
      background-size: contain;
      background-repeat: no-repeat;
    }
    

    please clear your browser cache and check and adjust the size and position to suit.

    Best regards,
    Mike

Viewing 30 results - 4,921 through 4,950 (of 142,862 total)