Viewing 30 results - 1,171 through 1,200 (of 16,891 total)
  • Author
    Search Results
  • petr99
    Participant

    Hi Kriesi,

    I receive this message in the header part of my website and I don’t know what to do. Can you support me please? Thanks Petr.

    Warning: Creating default object from empty value in /www/kubikdesign.cz/kubikdesign.cz/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 897

    Please, help me to remove and help me what to do to dont show it in the future.

    #1415680

    Some thoughts on excerpt:

    I think it would be generally better to remove the read more link from the excerpts and put it in the entry-footer before the meta information. For this you would only have to change the postslider.php in some places.
    In the ALB element is queried, as should be displayed – about the ID “contents” the value will then decide later, via switch and case contribute to how the output looks.

    So if we take the decisions whether to set read-more out of the excerpts and then put them in entry-footer, that should then give us the ability to limit the excerpts according to the above filter set by Mike without cutting the read-more link.

    see here in the DOM where the read-more link is : https://webers-testseite.de/blog/

    see here the edited postslider.php on pastebin: https://pastebin.com/PL15U0NN since lines 893-917 and for the entry-footer: 1227-1243

    i hope that this will go to the next update of enfold – because it makes sense to limit excerpt length but to preserve read-more link!

    #1415660

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_anchor_offset_with_slow_scroll() { ?>
      <script>
    (function($) {
      $('a[href*=#]:not([href=#])').click(function() {
      	var width = $(window).width()
        if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') 
    && location.hostname == this.hostname) {
    
          var target = $(this.hash);
          target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
          if (target.length) {
          	if ($(window).width() < 768) {
            $('html,body').animate({
              scrollTop: target.offset().top - 80 //offsets for fixed header
            }, 1000);
            return false;
          } else {
          	$('html,body').animate({
              scrollTop: target.offset().top - 80 //offsets for fixed header
            }, 1000);
            return false;
          }
          } 
        }
      });
      //Executed on page load with URL containing an anchor tag.
      if($(location.href.split("#")[1])) {
          var target = $('#'+location.href.split("#")[1]);
          if (target.length) {
          	if ($(window).width() < 768) {
            $('html,body').animate({
              scrollTop: target.offset().top - 80 //offset height of header here too.
            }, 1000);
            return false;
          } else {
          	$('html,body').animate({
              scrollTop: target.offset().top - 80 //offset height of header here too.
            }, 1000);
            return false;
          }
          } 
        }
    }(jQuery));
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_anchor_offset_with_slow_scroll');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Then clear your browser cache and check.

    Best regards,
    Mike

    #1415642

    Hi,
    To display the featured image for a Advanced Layout Builder post, add the image to the Featured Image in the WordPress editor sidebar, in the Classic Editor it looks like this:
    Enfold_Support_2836.jpeg
    In the Block Editor it looks like this:
    Enfold_Support_2838.jpeg
    and then you can use Guenni007’s shortcode [thumbnail] in a code block element on the page where you want the featured image to show after adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function thumbnail_in_content($atts) {
        global $post;
        return get_the_post_thumbnail($post->ID);
    }
    add_shortcode('thumbnail', 'thumbnail_in_content');

    Enfold_Support_2840.jpeg
    Enfold_Support_2843.jpeg
    This is the thread the Guenni007 shaired the function in.
    Thanks Guenni007

    Best regards,
    Mike

    #1415601

    This is the error in PHP8:

    {
    “installName”: “dsdcad”,
    “environment”: “PROD”,
    “type”: “error”,
    “date”: “2023-08-05T10:40:35.048Z”,
    “severity”: null,
    “client”: null,
    “message”: “PHP Fatal error: Uncaught Error: Call to undefined method avia_slideshow::default_args() in /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php:1068#012Stack trace:#012#0 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(368): avia_sc_slider_fullscreen->get_element_styles(Array)#012#1 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php(951): aviaShortcodeTemplate->create_header_styles(Array, false)#012#2 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php(885): aviaPostCssManagement->css_rules_from_shortcodes(Array, ‘file’)#012#3 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php(840): aviaPostCssManagement->get_css_rules_from_content(‘[av_fullscreen …’, 8237, ‘file’)#012#4 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php(249): aviaPostCssManagement->get_css_rules_from_post(8237)#012#5 /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php(205): aviaPostCssManagement->check_create_file(8237)#012#6 /nas/content/live/dsdcad/wp-includes/class-wp-hook.php(308): aviaPostCssManagement->handler_enqueue_post_styles(”)#012#7 /nas/content/live/dsdcad/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)#012#8 /nas/content/live/dsdcad/wp-includes/plugin.php(517): WP_Hook->do_action(Array)#012#9 /nas/content/live/dsdcad/wp-includes/script-loader.php(2194): do_action(‘wp_enqueue_scri…’)#012#10 /nas/content/live/dsdcad/wp-includes/class-wp-hook.php(308): wp_enqueue_scripts(”)#012#11 /nas/content/live/dsdcad/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array)#012#12 /nas/content/live/dsdcad/wp-includes/plugin.php(517): WP_Hook->do_action(Array)#012#13 /nas/content/live/dsdcad/wp-includes/general-template.php(3049): do_action(‘wp_head’)#012#14 /nas/content/live/dsdcad/wp-content/themes/enfold-child/header.php(77): wp_head()#012#15 /nas/content/live/dsdcad/wp-includes/template.php(783): require_once(‘/nas/content/li…’)#012#16 /nas/content/live/dsdcad/wp-includes/template.php(718): load_template(‘/nas/content/li…’, true, Array)#012#17 /nas/content/live/dsdcad/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)#012#18 /nas/content/live/dsdcad/wp-content/themes/enfold/template-builder.php(15): get_header()#012#19 /nas/content/live/dsdcad/wp-includes/template-loader.php(106): include(‘/nas/content/li…’)#012#20 /nas/content/live/dsdcad/wp-blog-header.php(19): require_once(‘/nas/content/li…’)#012#21 /nas/content/live/dsdcad/index.php(17): require(‘/nas/content/li…’)#012#22 {main}#012 thrown in /nas/content/live/dsdcad/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.php on line 1068″,
    “uuid”: “efb54c81-cd9c-4d44-962b-296e0bd4001b”
    }

    • This reply was modified 2 years, 8 months ago by rebecca306.
    #1415599

    Hey!

    I updated the core theme because I need the site to work on PHP8. Same error on PHP8 but I noticed it happening in 7.4 prior to updating.

    #1415178

    Hi,

    Have a look into enfold\config-relevanssi\class-avia-relevanssi.php

    Around line 170 you find:

    
    			$tempquery->query_vars = $search_parameters;
    			relevanssi_do_query( $tempquery );
    

    Try the following:

    
    			$tempquery->query_vars = $search_parameters;
    			$tempquery->set( 'posts_per_page', 5 );
    			relevanssi_do_query( $tempquery );
    

    Best regards,
    Günter

    Hi Rikard,

    did you find anything?
    I hope you can help me, I can’t do anything at this moment.
    I found this in the error log:

    [Mon Jul 31 10:54:37.974748 2023] [error] [pid 3036174] mod_proxy_fcgi.c(887): [client 84.86.219.42:0] AH01071: Got error ‘PHP message: PHP Warning: require_once(config-layerslider/config.php): failed to open stream: No such file or directory in /data/sites/web/jolijnsommersnl/www/wp-content/themes/drive-download-20230730T165038Z-001/functions.php on line 106PHP message: PHP Fatal error: require_once(): Failed opening required ‘config-layerslider/config.php’ (include_path=’.’) in /data/sites/web/jolijnsommersnl/www/wp-content/themes/drive-download-20230730T165038Z-001/functions.php on line 106′
    [Mon Jul 31 10:55:47.522487 2023] [error] [pid 3036174] mod_proxy_fcgi.c(887): [client 84.86.219.42:0] AH01071: Got error ‘PHP message: PHP Warning: require_once(config-layerslider/config.php): failed to open stream: No such file or directory in /data/sites/web/jolijnsommersnl/www/wp-content/themes/drive-download-20230730T165038Z-001/functions.php on line 106PHP message: PHP Fatal error: require_once(): Failed opening required ‘config-layerslider/config.php’ (include_path=’.’) in /data/sites/web/jolijnsommersnl/www/wp-content/themes/drive-download-20230730T165038Z-001/functions.php on line 106′

    Thanx!

    did you rename the Enfold Parent Theme to : drive-download-20230730T165038Z-001 via ftp?

    How did you upload the enfold theme? Did you upload the installable zip file

    PS: newest enfold works nice with php 8.x

    go and rename that folder via ftp to enfold ! Maybe that solves the issue.

    Logins sent in private!

    I Received tis error mail that there was a problem with the enfold/WP :

    WordPress versie 6.2.2
    Actief thema: Enfold (versie 5.6.5)
    Huidige plugin: (versie )
    PHP versie 7.4.33

    Foutdetails
    ===========
    Een fout van het type E_COMPILE_ERROR werd veroorzaakt op regelnummer 106 van het bestand /data/sites/web/jolijnsommersnl/www/wp-content/themes/drive-download-20230730T165038Z-001/functions.php. Foutmelding: require_once(): Failed opening required ‘config-layerslider/config.php’ (include_path=’.’)

    #1414975

    Hi,
    Ok, try linking the portfolio grid item to the gallery elements, first go to your portfolio items that you are going to display and change the Overwrite Portfolio Link setting option to Define custom link and enter an anchor hash like #popup-one:
    Enfold_Support_2757.jpeg
    then add a corresponding gallery element for each anchor hash link used in a portfolio items:
    Enfold_Support_2759.jpeg
    In each gallery element choose Big image only, other images can be accessed via lightbox and use the Element Visibility to hide each gallery
    Enfold_Support_2761.jpeg
    and then add the anchor hash as the Custom ID Attribute
    Enfold_Support_2763.jpeg
    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element() { ?>
      <script>
    (function($){
    $('.grid-sort-container a').click(function(e){
    	$(this).addClass('no-scroll');
       e.preventDefault(); 
       var hash = this.href.split("#")[1]; 
       $('#'+ hash +' a').trigger('click');
    });
    })(jQuery);
      </script>
      <?php
    }
    add_action('wp_footer', 'get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element');

    Then your Portfolio Grid with show your portfolio items with the sort option
    Enfold_Support_2765.jpeg
    and then will open a Gallery element for only the images you added:
    Enfold_Support_2767.jpeg

    Best regards,
    Mike

    Hi Guenni007,
    Thanks a lot for helping hand. I am on parent theme not developing a child theme. however I paste the code in Enfold functions.php file and also add the css styel. but I didn’t find any new menu in burger menu field. only main menu is showed there. but now its showing right side.

    use your footer menu for that. If you do not like to show that menu – set it to display: none. via quick css.
    it goes without saying that the hamburger menu must be set to full page overlay!

    this snippet goes to child-theme functions.php:

    function footer_menu_to_hamburger_menu(){
    ?>
    <script>
    (function($){
      $('#header').one('click', '.av-main-nav-wrap', function() {
        var isMobile          = $('.av-burger-overlay').css('display'),
            footerMenu        = $('#avia3-menu'),
            mobileMenu        = $('#av-burger-menu-ul'),
            footerMenuClone   = $('#avia3-menu').clone(true).addClass('second-burger-menu').css('display', 'block');
    
        if( footerMenu.length ){
          (footerMenuClone).insertAfter(mobileMenu);
        }
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'footer_menu_to_hamburger_menu');

    this to your quick css:

    #socket .sub_menu_socket {
      display: none
    }
    
    #top .av-burger-overlay-inner {
    	display: inline-table;
    	top: 0 !important;
    }
    
    .html_burger_menu_active #header .avia-menu .av-burger-overlay .menu-item {
      display: block !important;
    }
    
    #top .av-burger-overlay #av-burger-menu-ul {
      display: table-cell;
      vertical-align: middle !important;
      width: 50vw;
      padding: 0px 5vw !important;
      text-align: right !important;
      text-transform: uppercase;
      border-right: 1px dashed #999;  /**** a separator if you like ***/
    }
    
    #top .av-burger-overlay .second-burger-menu {
      display: table-cell !important;
      width: 50% !important;
      height: 100%;
      left: 50vw !important;
      padding: 0px 5vw;
      vertical-align: middle !important;
      text-align: left;
      text-transform: uppercase;
      z-index: 115;
    }
    
    .html_burger_menu_active #header .avia-menu .av-burger-overlay .second-burger-menu .menu-item {
      font-size: 24px;
      line-height: 2.7em;
      padding: 0.3em 0;
    }
    
    .html_burger_menu_active #header .avia-menu .av-burger-overlay .menu-item a {
      color: #FFF !important;
    }
    
    .html_burger_menu_active #header .avia-menu .av-burger-overlay .menu-item a:hover {
       opacity: 0.7;
    }
    
    .html_burger_menu_active #header .avia-menu .av-burger-overlay-inner .avia-menu-fx {
      display: none;
    }
    
    #top .av-burger-overlay-bg {
      background-image: url(/wp-content/uploads/background.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 1;
      filter: brightness(0.1);
    }
    

    see: https://webers-web.info/

    PS: the behavior of shifting the content left side was the setting before testing your requested hamburger option – it is part of non-fullpage overlay that hamburger pushes the content side

    #1414940

    Hi,
    I don’t see any errors on your site, but if you look at your WordPress dashboard you will see that your PHP needs to be updated
    Enfold_Support_2736.jpeg
    try asking your webhost to help

    Best regards,
    Mike

    #1414921

    one thing to mention on inserting these snippets to child-theme functions.php: Sometimes you had to set the priority of the function to be before loading of datepicker. So a 10 might be usefull as priority – f.e.:

    function exclude_datepicker_dates() {
    ?>
    <script type="text/javascript">
        var unavailableDates = ["17/12/2017", "12/12/2017", "18/6/2017"];
        function unavailable(date) {
        dmy = date.getDate() + "/" + (date.getMonth() + 1) + "/" + date.getFullYear();
          if (jQuery.inArray(dmy, unavailableDates) == -1) {
          return [true, ""];
          } else {
          return [false, "", "Unavailable"];
          }
        }
    </script>
    <?php
    }
    add_action('wp_footer', 'exclude_datepicker_dates', 10);

    and to keep in mind – counting starts at zero : Sunday is Day: 0 of the week and

    #1414911

    Hey Goodchild007,

    Thanks for the login details. Could you try updating your PHP version to 8.x please? If you should need further help, then please share server error logs with us.

    Best regards,
    Rikard

    Oh sorry – to clarify, I’m making the plugin myself, just so I can use a shortcode to display the loop. There’s no real plugin website and no support, it’s just me trying to get a loop to work with pagination. Looking for the right code snippet. The custom post type was created for use with the previous theme (and not by me) and I’m trying to modify the use of it for Enfold. The previous setup used Custom Post Type Maker, and made a custom post type but didn’t use the taxonomy module.
    Maybe the custom post type/taxonomy setup is what’s not done correctly?

    Here is the code from my attempt so far:
    // Create Shortcode to display Past Issues

    function wmnpress_shortcode_eedition_post_type(){ ?>

    <?php
    $args = array(
    ‘post_type’ => ‘eedition’,
    ‘posts_per_page’ => 12,
    ‘paginate’ => ‘yes’,
    ‘use_main_query_pagination’ => ‘yes’,
    ‘order’ => ‘DESC’,
    ‘orderby’ => ‘date’,
    );
    $the_query = new WP_Query( $args ); ?>
    <?php if ( $the_query->have_posts() ) : ?>
    <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
    <div class=”past-editions flex_column av_one_third avia-builder-el-2 el_after_av_textblock el_before_av_one_third flex_column_div column-top-margin”>
    <section class=”av_textblock_section “>
    <div class=”avia_textblock” itemprop=”text”>
    <p>
    ” target=”_blank” rel=”noopener”>” alt=”Newspaper cover page” width=”793″ height=”1024″ />” target=”_blank” rel=”noopener” data-wplink-edit=”true”><?php the_title(); ?>
    </p>
    </div>
    </section>
    </div>
    <?php endwhile; ?>

    <?php wp_reset_postdata(); ?>

    <?php endif;
    }
    add_shortcode( ‘eedition-display’, ‘wmnpress_shortcode_eedition_post_type’ ); ?>

    #1414818
    AgenturWP
    Participant

    In the newest Enfold version 5.6.5 it comes to an erroneous output, if NO logo is deposited, then the following source code is output
    the following source code is printed nonsense:
    <span class=”logo bg-logo”>/” aria-label=”=”” wp-content=”” themes=”” enfold=”” images=”” layout=”” logo.png’=”” height=”100″ width=”300″ alt=”” title=”” style=”max-height: 88px;”>’ title=’/wp-content/themes/enfold/images/layout/logo.png” alt=”” title=”” style=”max-height: 88px;” width=”300″ height=”100″>’></span>

    In the source code I replaced the actual domain with <domaine>.

    I was able to isolate the error in the file “function-set-avia-frontend.php” at the variable in line 827 => $aria and line 860 => $link_title, when not using a logo to the incorrect code comes, a quick fix from me in which I define the corresponding variables an empty has now helped for the time being, but is not the right solution ;)

    #1414812

    Hey emilconsor,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_removesliderVideo_script() { ?>
      <script>
    const sliderVideo = document.querySelector("#top.home #youtube .avia-slideshow");
    const viewportWidth = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0)
    function removesliderVideo(width){
    	if(sliderVideo) {
        if(width <= 768){
            sliderVideo.parentNode.removeChild(sliderVideo);
        }
    	}
    return
    }
    removesliderVideo(viewportWidth);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_removesliderVideo_script');

    This will remove the slider element in the #youtube color section below 768px, this uses pure javascript so it should occur fast enough for the page speed test to not see the element in the DOM.

    Best regards,
    Mike

    Hi,
    Thanks for the login, you were right that the function I linked to was for blog posts instead of woo products, I adjusted the script so now the Yoast breadcrumbs show on the single product pages instead of the theme breadcrumbs:

    function add_yoast_breadcrumbs_shortcode_to_single_product_title_container() { ?>
      <script>
    (function($){	
    	var wpseo_breadcrumb = '<span id="breadcrumbs" class="breadcrumb"><?php echo do_shortcode("[wpseo_breadcrumb]"); ?></span>';
    	$('#top.single-product').each(function () {
    		$(wpseo_breadcrumb).appendTo('.title_container .container');
    		$(this).find('.avia-breadcrumbs').css('display','none');
    	});	
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'add_yoast_breadcrumbs_shortcode_to_single_product_title_container');

    unfortunately the breadcrumbs are not showing as you wish, try adjusting the Yoast breadcrumb options to show the order that you wanted.

    Also I found a javascript function in your child theme stylesheet that should be in your child theme functions.php so I moved it for you:
    Enfold_Support_2706.jpeg
    Best regards,
    Mike

    #1414741

    Hey felix37,

    Are you overriding for example header.php in a child theme? If so, then please try to activate the parent to see if the problem goes away. Also please remove any other custom code temporarily to see what happens then.

    If you should need further help from us, then please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    pcbfix
    Participant

    Hi

    I’m trying to update a really outdated website using the Enfold theme (currently running 3.1..1 version; aprox 6 years ago), running php version 5.3 and wordpress 4..4. Could you advise me the best way to do this ? The problem is the compatability among wordpress, your theme, old plugins and php version. My customer bought a new Enfold licence a few days ago but , obviously ,while updating the site crashes. (we have a backup :-))

    Would it be a good (but tedious) idea to first install gradually older wordpress and Enfold theme versions, updating the php version accordingly from 5.3 to 7.0 to 7.4 / 8.0 so to take care of compatability .

    If so, could you provide us older Enfold theme versions ?

    Thx a lot
    José

    #1414556

    Topic: Parallax Demo install

    in forum Enfold
    IDS
    Participant

    Hi. I just bought and installed the Parallax theme and installed the demo. However, the files arent installed and looking like a demo. The site looks like a base enfold installation. I have php set to 7.4, I disabled the static page in the WP settings and I have the enfold theme settings set to both Front page on front page and blog. Can someone assist me with getting the demo to load properly as this is a new client.

    Thank You for your help!

    ~ JP

    Tia
    Participant

    Hi
    I have a simple website and I’m experiencing an unusual problem. I have lots of enfold sites and am quite used to the editor but I have not experienced this before.
    I find that when I make ANY changes to a particular simple text block (in a color section currently) then it changes the color of another text block in the next section OR it can completely cause the rest of the elements further down on that page to disappear. I am constantly having to restore previous versions of the page to retrieve lost sections. This can happen if I move, edit OR delete the text block in question. There is no strange formatting in the text block, in fact it has only 2 words in it.

    I am running enfold 5.6.4, WordPress Version 6.2.2, and PHP 7.4

    Any clues on what to do? I have left login credentials etc in the Private Content.

    Thank you
    Tia

    #1414512

    Topic: Error PHP Upgrade

    in forum Enfold
    maryenvato
    Participant

    Hi,
    after the PHP upgrade from 7.4 to 8.0, I see these errors:
    1) Warning: Constant WP_MAX_MEMORY_LIMIT already defined in /home/customer/www/gdpr-privacy.net/public_html/wp-config.php on line 92;
    2) Warning: session_start(): Session cannot be started after headers have already been sent in /home/customer/www/gdpr-privacy.net/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 112.

    Can you help me please?
    Looking forward hearing from you.
    Best regards.
    MS

    #1414497
    bsingenberger
    Participant

    Hi enfold-Team,
    I have also a problem with this warning using slider review for posts:

    Warning: Undefined array key “term_rel” in /var/www/web22472952/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 562
    I´m using the newest enfold version and already tested to deactivate plugins. I can´t find a solution and ask you for help.

    Best regards,
    Beat

    #1414490
    This reply has been marked as private.
    #1414483
    Brugmedia
    Participant

    Hello Enfold team,

    i also have the same warning for my website since i updated to 5.6.4. Warning: Undefined array key “term_rel” in /customers/a/c/7/survivalrunvollenhove.nl/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 562
    I have already overwrite the PHP file and also removed the file, but the problem keeps coming. I run PHP version 8.2

    Can you help me with this problem

    #1414471

    Hello,

    Thanks for the information.

    I compared the footer.php files on the Master template and child on Prod and they are exactly the same which tells me no custom code was added. Prod still running on the 4.7.6.3 version.

    It is the same case if I compare the Child footer.php file on stage with Prod. All 3 files are exactly the same. However, the Master footer.php file on stage which now reflects version 5.6.4 has a lot of changes to it because it is obviously a new version. I did replace the entire Child – footer.php file on stage with the Master footer.php on stage so they are both the same. As a result, the footer completely disappeared even though the template settings is calling to display the footer widgets and socket.

    In reality, the footer is very simple. It only has 4 columns with one logo on the left and the rest are links spread across the columns. Everything is setup correctly on the footer column widgets. There is no reason for the footer to need additional code.

    What should I do?

    #1414436

    Hi,
    Please try adding it to the WP Code plugin that I installed for you, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    You can use this plugin for all of your future code snippets and you won’t lose them when you update.
    Please refer to the Teams social profile code that I added for you earlier as an example.

    Best regards,
    Mike

Viewing 30 results - 1,171 through 1,200 (of 16,891 total)