Viewing 30 results - 1,531 through 1,560 (of 16,892 total)
  • Author
    Search Results
  • #1399488
    Monika
    Participant

    hey there,

    is there a possibility to get always a sticky transparent header in all devices?
    I tried all the css codes from your documentation but as soon as I used all, then the first stopped working …

    Is it also possible to set this in PHP function?
    Because.. for all of my clients I need this function. It would be easier in future.

    This is my Css so far, but it’s not working in every case and sometimes it shows the white Header bar in tablet and mobile.

    /* Transparent Sticky Header */ 
    #header.header_color .header_bg {
        background: transparent!important;
    }
    
    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
        /* Margin top value should be equal to header height*/
        margin-top: 180px;
      }
      .responsive #top #wrap_all #header {
        position: fixed;
    
      }
    }

    Thank you!
    Monika

    #1399410

    Hi,
    Thanks for trying but the WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ WordPress Constants say debug is disabled:
    Enfold_Support_490.jpeg
    I tried to login to your GoDaddy host but it requires 2-stage authorization, can you disable this?
    If so we should be able to access the FTP & the PHP settings from there, If not can you post FTP access for us in the Private Content area so we can enable wp_debug before you switch over to PHP v8?

    Best regards,
    Mike

    #1399367

    Hi,
    Thanks but the error There has been a critical error on this website. doesn’t tell us anything helpful.
    Please switch back to V7.4.33, disable all plugins, enable WP_DEBUG in the wp-config.php file via ftp, and then switch back to PHP v8, hopefully the WP_DEBUG_LOG will catch the error.
    Sorry for so many steps.
    Please include FTP access in the Private Content area so we can see the WP_DEBUG_LOG and know which child theme file is causing the error.

    Best regards,
    Mike

    #1399348
    MaskiMichener
    Participant

    Hello,

    We are constantly seeing the notification in WordPress that our PHP version (7.4.33) is no longer supported and being prompted to update the PHP to 8.0 or 8.1, there is a fatal error and we have to get our hosting to reinstate the website to the latest backup pre-PHP update. Does anyone have any idea how we can update without it causing an issue? We have tried deactivating plugins, made sure everything else was updated first, etc, etc. Nothing seems to help

    Login details below

    #1399004
    Mark Asplin
    Guest

    Hi,

    I bought your theme (Enfold) in 2019 and my purchase code through ThemeForest is: 9dccb32c-7694-4869-a052-3a292a7eaffa

    I need to update my PHP through my server but when I do it, it locks the whole site and makes it unusable… Im on Enfold version 4.5.2

    How do I update my Enfold version and also what PHP version do I need for the theme to work properly?

    Best Wishes

    Mark

    #1398958
    jamf472
    Participant

    Hi there, I would like to update WP to the latest version but am worried it will not be compatible with my version of Enfold. I am on the following versions:

    WordPress Version: 4.7.25

    Enfold Version: 3.2.1

    If it matters I am on an older PHP (5.6.40).

    Please can you advise if I update to New WordPress Version: 6.1.1, that my current Enfold website on Enfold version 3.2.1 will still work?

    Many thanks
    James

    #1398940

    In reply to: Captcha

    Hey tamara_75,
    Thanks for the link to your site, I tested your contact page with your recaptcha and it seem to work correctly for me.
    Once you click on it and it activates the send button it should disappear.
    If you mean that you are not getting the email to your gmail account, it is probably because you are using your domain email as the sender email but sending it to the gmail address, it is probably being marked as spam, try using your domain address.
    To solve the recaptcha showing English text on the FR version I added this to your child theme functions.php

    add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) {
    	if($context == 'frontend')
    	{
    		$lang = substr(get_locale(), 0, 2);
    	}
    
    	return $lang;
    }, 10, 2);

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1398763

    In reply to: Enfold php

    Hey Ricardo,

    I can’t find an update option for the template, current installed version is 3.8.

    I can see the in the WP panel that the template has issues with updating php to 7 or later.
    What’s the way to go? Can the template be updated to a later version with more php compatibility?
    There is a newer version of the template that has to be acquired?

    Enfold 3.8 is a very old version that is incompatible with PHP 7.x and WordPress 6.x. Updating Enfold to the latest version 5.4.1 would make it compatible.

    You can log in on ThemeForest with the account you used when purchasing the theme and go to the Downloads page to download the latest version of Enfold.

    If you don’t have access to the ThemeForest account, you would need to purchase a new license.

    if this is the case, the transition is easily doable or the website needs to be rebuilt?

    If you have not made any modifications on parent theme files, you can update the theme but to be on the safe side, we’d recommend you to create a staging copy first and update the theme there.

    Best regards,
    Yigit

    #1398758

    Topic: Enfold php

    ricardo
    Guest

    Good morning,

    some years ago I helped to create a website with a developer based on enfold.
    Now the user of the website contacted us for a php problem.
    I can’t find an update option for the template, current installed version is 3.8.

    I can see the in the WP panel that the template has issues with updating php to 7 or later.
    What’s the way to go? Can the template be updated to a later version with more php compatibility?
    There is a newer version of the template that has to be acquired? if this is the case, the transition is easily doable or the website needs to be rebuilt?

    Thank you in advance.

    Best regards

    albi84
    Participant

    Guten Tag,
    nach der Umstellung auf die PHP-Version 8.0 wird schon seit längerem u.g. Fehler ausgegeben. Wenn ich wieder auf PHP 7.4 zuück stelle, ist alles in Ordnung. Plugins habe ich alle schon probeweise deaktiviert – der Fehler bleibt bestehen. Enfold ist neuestes Update 5.4.1
    Woran liegt es?
    Beste Grüße, Almut

    #1398564

    In reply to: Change menus on mobile

    Hi,
    Thanks for the login, this is what I added to your child theme functions.php:

    
    function custom_top_nav_menu( $args = '' ) {
    if($args['theme_location'] === 'avia2')
    if ( wp_is_mobile() ) {
    $args['menu'] = '28';
    }
    return $args;
    }
    function custom_main_nav_menu( $args = '' ) {
    if($args['theme_location'] === 'avia')
    if ( wp_is_mobile() ) {
    $args['menu'] = '7';
    }
    return $args;
    }
    add_filter( 'wp_nav_menu_args', 'custom_main_nav_menu' );
    add_filter( 'wp_nav_menu_args', 'custom_top_nav_menu' );

    In my test the topbar menu and the main burger menu switched for mobile, I tested on an Android device.
    Please note that if you test on a desktop browser you will need to reload the page for it to work.

    Best regards,
    Mike

    #1398552

    In reply to: Change menus on mobile

    Hi,
    Thanks for the feedback, try going to your menus and hovering over the “Delete Menu” link for your main menu and your topbar menu so that at the bottom of the page your browser will show you the link address, in the link address look for menu=xx the xx will be a number, in this screenshot the number is 11
    Enfold_Support_424.jpeg
    Ok, so now you have both numbers, for this example let’s say 37 for the one you want to be the mobile topbar menu & 11 for the one you want to be the new mobile main burger menu.
    Now add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_top_nav_menu( $args = '' ) {
    if($args['theme_location'] === 'avia2')
    if ( wp_is_mobile() ) {
    $args['menu'] = '37';
    }
    return $args;
    }
    function custom_main_nav_menu( $args = '' ) {
    if($args['theme_location'] === 'avia')
    if ( wp_is_mobile() ) {
    $args['menu'] = '11';
    }
    return $args;
    }
    add_filter( 'wp_nav_menu_args', 'custom_main_nav_menu' );
    add_filter( 'wp_nav_menu_args', 'custom_top_nav_menu' );

    Adjusting the numbers to suit.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If you have trouble please include an admin login in the Private Content area so we can assist.
    If you get an error from WordPress that you can’t add the code to your child theme functions.php then try doing so via FTP or your cPanel file manager.

    Best regards,
    Mike

    #1398489
    This reply has been marked as private.
    #1398454

    Mike,
    Thaks for this. It mostly worked. I am able to access and edit my widgets so that is solved. However i am still getting the following error messages at the bottom of the page

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/educat79/public_html/wp-includes/functions.php on line 5279

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/educat79/public_html/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php on line 107
    thanks
    btw i really like the theme and have done about a dozen sites with it

    #1398399
    kpenner36
    Participant

    Deprecated: Function Class avia_style_generator was called with an argument that is deprecated since version 5.3! Trying to set protected/private property: avia_style_generator::print_extra_output – will become unavailable in a future release. Check for a set method or a filter. in /www/wildernessedgecom_557/public/wp-includes/functions.php on line 5667

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘enqueue_custom_styles’ not found or invalid function name in /www/wildernessedgecom_557/public/wp-includes/class-wp-hook.php on line 308
    Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /www/wildernessedgecom_557/public/wp-includes/functions.php on line 5383
    class=”home page-template-default page page-id-330 logged-in admin-bar no-customize-support rtl_columns stretched trebuchet ms-websave trebuchet_ms wilderness-edge-manitoba-retreat-conference-centre-2 user-logged-in user-role-others avia-responsive-images-support” itemscope=”itemscope” itemtype=”https://schema.org/WebPage” >

    #1398369
    EH-Mallorca
    Participant

    For a few days we have had the problem that the following message is displayed at the bottom of every page:
    Warning: Undefined array key “footer_option” in /homepages/44/d229456394/htdocs/clickandbuilds/MargitReinhardtTrainingundCoaching/wp-content/themes/enfold/footer.php on line 35

    Warning: Undefined array key “footer_behavior” in /homepages/44/d229456394/htdocs/clickandbuilds/MargitReinhardtTrainingundCoaching/wp-content/themes/enfold/footer.php on line 37

    Warning: Undefined array key “footer_behavior” in /homepages/44/d229456394/htdocs/clickandbuilds/MargitReinhardtTrainingundCoaching/wp-content/themes/enfold/footer.php on line 288

    Can someone please fix this, if this is the problem. I can’t edit php files myself.
    Access data will be gladly transmitted.
    Thank you for help.

    #1398346

    In reply to: Change Shop

    Hi,
    Thanks, try replacing the precious solution with this this one at the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script_pa_autore_and_pa_curatore() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_autore').each(function() {
         $(this).clone().wrapInner('<p class="pa-autore"/>').children(0).unwrap().appendTo('.woocommerce-product-details__short-description').css({'margin':'0'});
         $('.pa-autore .woocommerce-product-attributes-item__label').wrapInner('<p class="autore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-autore .woocommerce-product-attributes-item__value').wrapInner('<p class="autore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-autore .autore-value p').css({'margin':'0'});
      });
      $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_curatore').each(function() {
         $(this).clone().wrapInner('<p class="pa-curatore"/>').children(0).unwrap().appendTo('.woocommerce-product-details__short-description').css({'margin':'0'});
         $('.pa-curatore .woocommerce-product-attributes-item__label').wrapInner('<p class="curatore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-curatore .woocommerce-product-attributes-item__value').wrapInner('<p class="curatore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-curatore .curatore-value p').css({'margin':'0'});
      });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script_pa_autore_and_pa_curatore');

    and use this css:

    .pa-autore > .autore-label:after {
        content: ": "
    }
    .pa-curatore > .curatore-label:after {
        content: ": "
    }

    for this result:
    Enfold_Support_379.jpeg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I don’t believe that it is related to the /#top after the href of the current-menu-item because my test site has the /#top, but that aside if you want to remove the /#top please see this solution: How to remove #top in menu link
    To close the burger menu on the current menu click please try the following script, I tested it on desktop burger menu with the overlay such as this demo:
    Enfold_Support_375.jpeg
    in which it fades the overlay slowly while closing the menu.
    and I also tested it on a flyout burger menu example such as this demo:
    Enfold_Support_377.jpeg
    in which it slides the menu closed slowly as expected.
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function close_burger_overlay_for_current_menu_item() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
          $('.current-menu-item a').click(function () {
                  $('.av-hamburger').removeClass('is-active');
                  $('html').removeClass('av-burger-overlay-active');
                  $('html').removeClass('av-burger-overlay-active-delayed');
                  $('.html_av-overlay-side .av-burger-overlay-scroll').css({'transition' : 'all 0.5s cubic-bezier(0.75,0,0.25,1)'});
                  setTimeout(function () {
                  $('.av-burger-overlay').fadeTo(500, 0);
                  }, 500);
          });
    })(jQuery);   
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'close_burger_overlay_for_current_menu_item');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If this doesn’t work for you please include an admin login to your site so we can ensure you are not getting jQuery errors and investigate.
    Please note that the demo links above are for reference, I can not add the script to our official demo site, I tested by injecting the javascript though the browser and it worked in my tests.
    I have not heard back from the rest of the team yet, but I will refer this to the Dev Team for their review.

    Best regards,
    Mike

    Nikolaus Rentrop
    Guest

    Dear Forum,
    We currently run our website on PHP 7.4 and WordPress 6.1.1. using the Enfold Child Theme, version 4.5. Tentatively updating to a newer version of PHP seemed to trigger compatibility problems with the Enfold Theme which is why we stayed with v 7.4. Also, after updating to WordPress 6.1.1. we are experiencing problems with the Enfold site builder.
    Therefore we are now considering updating to Enfold 5.0. To do that, is it necessary to purchase and install the Enfold theme a new or is it possible to update automatically from version 4.5? Also, our Envato private token seems to have expired. We had our website built by a local web designer who purchased the theme for us via their Envato account. As we are now doing website maintenance in-house, we would like to buy the new token – if required – directly from Envato.
    What are your thoughts on this? Any help would be highly appreciated.
    Kind regards,
    Niko

    #1398188
    Neil Wallace
    Guest

    Hi,
    I tried to register but didnt get the password key below. If you could register
    45fcbbf8-9978-4e61-99f1-de9ce82e1fe0

    (Email address hidden if logged out)

    I cant update my website to php 8. The layerslider crashes with the following error. Any ideas?

    It seems to be looking for a layersliders_drafts table. Or maybe a php8 function is deprecated and doesnt work now. Any help greatly received.

    upgrading website to php 8.
    Fatal error: Uncaught mysqli_sql_exception: Table ‘hblictnh_new.wp_layerslider_drafts’ doesn’t exist in C:inetpubwwwrootHBLICT_Public_Websitewp-includeswp-db.php:2056 Stack trace: #0 C:inetpubwwwrootHBLICT_Public_Websitewp-includeswp-db.php(2056): mysqli_query(Object(mysqli), ‘DESCRIBE wp_lay…’) #1 C:inetpubwwwrootHBLICT_Public_Websitewp-includeswp-db.php(1945): wpdb->_do_query(‘DESCRIBE wp_lay…’) #2 C:inetpubwwwrootHBLICT_Public_Websitewp-includeswp-db.php(2695): wpdb->query(‘DESCRIBE wp_lay…’) #3 C:inetpubwwwrootHBLICT_Public_Websitewp-adminincludesupgrade.php(2749): wpdb->get_results(‘DESCRIBE wp_lay…’) #4 C:inetpubwwwrootHBLICT_Public_Websitewp-contentthemesthemeforest-oqSFk1yk-enfold-responsive-multipurpose-theme-wordpress-themeenfoldconfig-layersliderLayerSliderassetswpactivation.php(201): dbDelta(Array) #5 C:inetpubwwwrootHBLICT_Public_Websitewp-contentthemesthemeforest-oqSFk1yk-enfold-responsive-multipurpose-theme-wordpress-themeenfoldconfig-layersliderLayerSliderassetswpactivation.php(86): layerslider_create_db_table() #6 C:inetpubwwwrootHBLICT_Public_Websitewp-includesclass-wp-hook.php(303): layerslider_activation_routine(”) #7 C:inetpubwwwrootHBLICT_Public_Websitewp-includesclass-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #8 C:inetpubwwwrootHBLICT_Public_Websitewp-includesplugin.php(470): WP_Hook->do_action(Array) #9 C:inetpubwwwrootHBLICT_Public_Websitewp-settings.php(578): do_action(‘init’) #10 C:inetpubwwwrootHBLICT_Public_Websitewp-config.php(98): require_once(‘C:\inetpub\wwwr…’) #11 C:inetpubwwwrootHBLICT_Public_Websitewp-load.php(50): require_once(‘C:\inetpub\wwwr…’) #12 C:inetpubwwwrootHBLICT_Public_Websitewp-adminadmin.php(34): require_once(‘C:\inetpub\wwwr…’) #13 {main} thrown in C:inetpubwwwrootHBLICT_Public_Websitewp-includeswp-db.php on line 2056

    #1398060

    In reply to: "Preisfrage"

    Hey Singer,
    Thank you for your question, Enfold v3.8.4 will not work with PHP v8, the current version of Enfold is v5.4.1, you can purchase it here.
    You would simply create a new Theme Forest account to make the purchase.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    After you update then see our documentation for creating a Envato Token and registering your theme.
    I recommend creating a full server backup before updating for fallback, but typically updating from your version should work fine.

    Best regards,
    Mike

    #1397991
    Singer
    Guest

    Hallo,

    kürzlich habe ich die EDV inkl. der Webseite eines kleinen Unternehmens übernommen und habe mich nun soweit vorgekämpft, dass ich mich ins WordPress einloggen konnte.
    Dieses scheint sich soweit über all die Zeit selbst geupdatet zu haben – mit der Ausnahme von dem Theme “Enfold”, das dort in der Version 3.8.4 vorliegt und mit dem veralteten PHP 7.2 halbwegs funktioniert, bis auf ein paar Fehlermeldungszeilen oben auf der einen oder anderen Webseite.

    Beim Umstellen auf ein aktuelles PHP 8.1 oder 8.2 geht dann aber leider gar nichts mehr, also brauchen wir wohl ein Update von Enfold.

    Ich habe auch schon im Forum herumgelesen, wie das geht, über Theme Forest usw. Soweit ist mir das alles klar.

    Jetzt würde mich aber zuvor noch interessieren, wieviel Enfold denn kostet?

    Der Link zu “Purchase” funktioniert bei mir leider nicht und Zugangsdaten zu Theme Forest haben wir auch nicht, da das Theme vor vielen Jahren von einer Agentur gekauft wurde…

    Also kurze Frage nach der langen Einleitung:

    Wieviel würde uns Enfold kosten? Eine Domain für die Eigennutzung einer winzigen Webseite mit wenigen Besuchern pro Tag. Vermutlich mehr Bots als Menschen.. ;-)

    Vielen Dank,
    Knut Singer

    #1397940

    Hey @guenni007,

    hey Yigit – does your code snippet load both files at the same time ( twice so to say ) – shouldn’t it load conditionally – as in funcitions.php to look if
    avia_minify_extension( ‘js’ ) is set?

    True. Thanks for the heads up. I updated the code I posted.

    Why i ask: i do want to change two scripts : sticky header and now lightbox . But on both there is only one $condition ( as in functions.php too )

    Can you please provide more details? Not sure if I understood clearly.

    Regards,
    Yigit

    #1397911

    In reply to: Change Shop

    Hi,
    Thanks for your patience, I found a different solution in my test I found that the “author” attribute must be set in the WooCommerce ▸ Attributes ▸ Add new attribute and not manually added on the product page in order to be named correctly.
    Please note that the Slug “author” is not allowed because it is a reserved term, so we will use “authors”
    Enfold_Support_354.jpeg
    This will name the attribute pa_authors so we can call it.
    Then on the product page add the “value” for the attribute:
    Enfold_Support_356.jpeg
    and this function in your child theme functions.php:

    add_action( 'woocommerce_single_product_summary', 'product_attribute_dimensions', 25 );
    function product_attribute_dimensions(){
        global $product;
    
        $taxonomies = array('pa_authors');
        foreach($taxonomies as $taxonomy){
            $value = $product->get_attribute( $taxonomy );
            if ( $value ) {
                $label = get_taxonomy( $taxonomy )->labels->singular_name;
        
                echo '<p>' . $label . ': ' . $value . '</p>';
            }
        }
    }

    Then the attribute will show on the frontend:
    Enfold_Support_359.jpeg

    Best regards,
    Mike

    #1397788

    Hi Mike,
    no, i do not have plugins installed that alter the excerpt. Even when I use the original functions.php from the child theme I have the problem.

    What’s a little bit strange:
    1. Switching to 2023 theme does not have the issue
    2. Switching Enfold Blog Layout from Grid to “List layout – excerpt (only title, meta information and excerpt) – the 7th option from the dropdown does not have the problem

    To be honest, activating the Imagely theme does have the issue too. So i am not 100% sure if it is an Enfold issue or more related to Rank Math’s settings.

    #1397758
    SusanneWenke
    Participant

    After the last update the site rundumyoga.com can no longer be opened with the Avia Layout Editor in the backend. It doesnt stop to load. WP reports a critical error for this page. What to do?

    WordPress-Version 6.1.1
    Aktives Theme: Enfold Child (Version 1.0)
    Aktuelles Plugin: (Version )
    PHP-Version 7.4.32

    #1397714

    Topic: Error Code 659

    in forum Enfold
    CPSPharma
    Participant

    Hello all,

    we have an error code with the theme “Creative Studio”:

    Warning: include(/homepages/7/d4297105667/htdocs/wordpress/wp-content/uploads/avia_fonts/light_/charmap.php): Failed to open stream: No such file or directory in /homepages/7/d4297105667/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 659

    Warning: include(): Failed opening ‘/homepages/7/d4297105667/htdocs/wordpress/wp-content/uploads/avia_fonts/light_/charmap.php’ for inclusion (include_path=’.:/usr/lib/php8.0′) in /homepages/7/d4297105667/htdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 659

    I already found a post about it here, however the problem was fixed directly by support.

    Can you please help us as well?

    Or does anyone have a suitable solution for us?

    Thanks and kind regards,

    #1397686

    Hi!

    Thank you for the inquiry.

    Have you tried adjusting the hl parameter in the URL or in the src value?

    // https://developers.google.com/recaptcha/docs/display

    Adding this filter in the functions.php file might help.

    // https://kriesi.at/support/topic/recaptcha-v2-wpml/#post-1374230
    add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) {
    	if($context == 'frontend')
    	{
    		$lang = substr(get_locale(), 0, 2);
    	}
    
    	return $lang;
    }, 10, 2);
    

    Cheers!
    Ismael

    #1397597

    In reply to: Modify results page

    Hey mike.rav,
    You would need to modify the loop-search.php file, here is an example, and another and this is the latest one.

    Best regards,
    Mike

    #1397572

    Hi,
    Thanks for the login, I have added Guenni007‘s shortcode function to your child theme functions.php

    function social_bookmarks_shortcode() {
      $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
      $social = avia_social_media_icons($social_args, false);
      return $social;
    }
    add_shortcode('social-bookmarks', 'social_bookmarks_shortcode');

    and the css to your quick css

    #footer .widget ul.social_bookmarks {
        display: inline-flex;
        gap: 0px 10px;
    }
    
    #footer .widget ul.social_bookmarks li {
        border: none
    }	

    and now they show in your footer widget where you had added the shortcode [social-bookmarks]
    Enfold_Support_322.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 results - 1,531 through 1,560 (of 16,892 total)