Viewing 30 results - 2,431 through 2,460 (of 16,897 total)
  • Author
    Search Results
  • Hi,

    Thank you for the access.

    Looks like it is including the post_translations and language taxonomies in the list. To fix the issue, we modified the config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php and added this code around line 947.

    if( in_array($taxonomy_slug, array("post_translations", "language") ) )
    				{
    					continue;
    				}
    

    Best regards,
    Ismael

    #1336833

    Hi,

    Thanks for that. This function in your child theme seems to be creating the problem:

    function av_breadcrumbs_shortcode( $atts ) {
    return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    Did you write this yourself, or did you get help from us with that? If you got help from us, then please link to the original support thread.

    ———–Update————-

    I’m not sure what happened, but when I switched back to the old version of Enfold in combination with your child, your functions.php file seems to be empty after that. Could you restore the backup you had again please?

    Best regards,
    Rikard

    • This reply was modified 4 years, 3 months ago by Rikard.
    #1336660

    In reply to: read more button

    Hey metafora29,
    Thank you for your patience, do you mean that you would like to manually create a hidden text section on your page that will be shown when a button or link is clicked like a toggle or accordion section?
    An example of this would be to use this css:

    .learn-this { 
    	display: none; 
    }
    span.click-learn-more {
    	color: #000;
    	font-weight: bolder;
    }
    span.click-learn-more:hover {
    	cursor: pointer;
    }

    this html in a code block element:

    <span class="click-learn-more">Learn more…</span>
    <span class="learn-this"> your hidden text </span>

    and this script in your child theme functions.php:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?> <script>
        (function($) {
            $('.click-learn-more').on('click', function() {
                $('.learn-this').toggle();
            });
        }(jQuery)); 
        </script>
    <?php
    }  

    If you mean that you would like the “read more” from the blog element to behave like this, then unfortunately we can not do this.
    You could use the masonry element or the ajax portfolio as a solution.

    Best regards,
    Mike

    #1336616

    firstly, your page is easy to find based on the screenshot, so can you please include the link to this test page here?

    on the other hand, based on your headline, it is not clear to me what you want to achieve with the small plugin. This plugin only allows you to use special characters that are actually used for tags in the content.

    The “PADI IDC Thailand Koh Lanta – …” seems to be a heading in front of a toggle Element. So how did you insert this. Is it a heading element?
    If so – you can change the tag to h2 in the element itself ( Heading Type ).
    the toggle Titles are on default p-tags – but could be changed to f.e. h3 on the alb element itself (toggles.php) and have a child-theme toggles.php to achieve this.
    but be careful – it is not only those lines here:

    but also then all p.toggler in f.e. selectors array on lines 897ff.

    If you only want to have h2 / h3 headings in your content – just choose it from here:

    #1336528
    gentilinim
    Participant

    Buongiorno, da mesi non riesco a fare theme up-grade perchè non visualizza più le immagini in homepage.
    Ora ho aggiornato ancora ma niente.
    Versione PHP: 7.4.27
    Grazie

    #1336354
    ginotimothy
    Participant

    Our site yesterday started displaying improperly. I thought it was an issue regarding not being up to date, so we purchased a new license since the developer never gave it to us. the site doesn’t display properly.
    The error log gives this –

    [19-Jan-2022 20:15:22 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:22 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:22 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:27 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:15:31 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:31 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:31 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:15:33 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:33 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:33 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:15:34 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:15:34 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:15:34 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:16:36 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:16:36 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:16:36 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:58:28 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:58:28 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:58:28 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:58:33 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:58:33 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:58:33 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:59:58 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 20:59:58 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 20:59:58 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 20:59:59 UTC] PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/functions-enfold.php on line 194
    [19-Jan-2022 21:00:00 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [19-Jan-2022 21:00:00 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/furn456/public_html/furniture-pros.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [19-Jan-2022 23:42:38 UTC] PHP Warning: require(/home/furn456/public_html/furniture-pros.com/wp-includes/class-wp-paused-extensions-storage.php): failed to open stream: No such file or directory in /home/furn456/public_html/furniture-pros.com/wp-settings.php on line 40
    [19-Jan-2022 23:42:38 UTC] PHP Warning: require(/home/furn456/public_html/furniture-pros.com/wp-includes/class-wp-paused-extensions-storage.php): failed to open stream: No such file or directory in /home/furn456/public_html/furniture-pros.com/wp-settings.php on line 40
    [19-Jan-2022 23:42:38 UTC] PHP Fatal error: require(): Failed opening required ‘/home/furn456/public_html/furniture-pros.com/wp-includes/class-wp-paused-extensions-storage.php’ (include_path=’.:/opt/cpanel/ea-php73/root/usr/share/pear’) in /home/furn456/public_html/furniture-pros.com/wp-settings.php on line 40

    I updated php to the latest version offered by our hosting account which is PHP 7.4 (ea-php74) but am at a loss of what to troubleshoot now. WordPress is up to date with 5.8.3

    #1336253

    this here is a temporarly remove of the title tag
    you must adopt your selector to what you need ! ( var links )

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
        //var links = document.querySelectorAll('a,img,div[title]');
          var links = document.getElementsByTagName("img");
          for (var i = 0; i < links.length; i++) {
              var link = links[i];
              link.onmouseover = function() {
                  this.setAttribute("org_title", this.title);
                  this.title = "";
              };
              link.onmouseout = function() {
                  this.title = this.getAttribute("org_title");
              };
              link.onclick = function() {
                  this.title = this.getAttribute("org_title");
              };
          }
      };
    </script>
    <?php
    }
    add_action('wp_footer', 'temporary_removal_title_tags');

    you see what the code does: it saves the original title to another attribute : org_title
    now if the mouse hovers – the title is empty but the original title is saved to another attribute.
    if you leave it ( mouseout ) the title is there again.
    And on click the title will be there for lightbox captions.
    the code above is only for images – but you see the commented line – you can have more selctors here.
    you can use the selectors Nikko mentioned above.

    See in action here with the enfold tooltip on the images: https://webers-testseite.de/gallery-with-8-images/
    normal behavior is here on Gallery with preview ( hove the thumbnails ): https://kriesi.at/themes/enfold-2017/elements/gallery/

    there will be both : enfold tooltip and browser tooltip by titles

    • This reply was modified 4 years, 3 months ago by Guenni007.
    #1336244

    Wow thanks Guenni007, that is very helpful. One question though, I was actually planning to add the links to my normal body texts. Is it then necessary to add some code to the functions.php?

    • This reply was modified 4 years, 3 months ago by JantienM.
    #1336237
    This reply has been marked as private.
    #1336162

    On Enfold Options: Header > Header Style choose: minimal…
    i have changed the way of your example page a little bit, because i don’t think it makes sense to paint over the stroke with another ( 2nd child) either.
    You can see it here how I implemented it in Enfold. : https://webers-web.info
    Basic idea is that there is an omnipresent svg on the page, and this is used for the menu underscore.
    To have the svg always available on all pages:
    ( to child-theme functions.php ):

    add_action('ava_after_body_opening_tag', function() {
      echo '<svg id="stroke" xmlns="http://www.w3.org/2000/svg" width="0" height="0"><defs><path id="line" d="M2 2c49.7 2.6 100 3.1 150 1.7-46.5 2-93 4.4-139.2 7.3 45.2-1.5 90.6-1.8 135.8-.6" fill="none" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/></defs></svg>';
    });

    and like on the codepen page also in the menu item now set a svg which uses the path of the omnipresent svg:
    ( under the code above in child-theme functions.php ):

    function insert_svg_to_main_navigation() { 
    ?>
    <script>
    (function($){
    	$('#avia-menu li.menu-item-top-level a' ).prepend('<svg class="button-stroke" viewBox="0 0 154 13"><use href="#line"></use></svg>');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'insert_svg_to_main_navigation');

    the rest is quick css:

    body > #stroke,
    #av-burger-menu-ul svg.button-stroke {
    	display: none;
    }
    
    .button-stroke {
    	display: block;
    	width: calc(100% - 10px);
    	height: 20px;
    	position: absolute;
    	left: 5px;
    	top: calc(50% + 15px);
    	stroke-width: 2;
    	stroke-dasharray: 650;
    	stroke-dashoffset: 650;
    }
    
    #avia-menu li.current-menu-item > a .button-stroke {
    	stroke-dashoffset: 0;
    	stroke: #9b0000;  /*** it is up to you if and what color the active state of the menu-item is set here ***/
    }
    
    #avia-menu li.menu-item-top-level a:hover .button-stroke {
    	stroke: #07a;  /*** the hover color of the stroke ***/
    	-webkit-animation-duration: 2s;
    	animation-duration: 2s;
    	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
    	-webkit-animation-timing-function: linear;
    	animation-timing-function: linear;
    	-webkit-animation-name: draw;
    	animation-name: draw;
    }
    
    @-webkit-keyframes draw {
    	100% {
    	  stroke-dashoffset: 0;
    	}
    }
    
    @keyframes draw {
    	100% {
    	  stroke-dashoffset: 0;
    	}
    }

    you see some parameters you can play with – f.e. stroke width or colors

    ___________

    with this way you should now be able to – animate your own paths as well.
    You need the path

    that part in the first code above
    <path id=”line” d=”M2 2c49.7 2.6 100 3.1 150 1.7-46.5 2-93 4.4-139.2 7.3 45.2-1.5 90.6-1.8 135.8-.6″ fill=”none” stroke-linecap=”round” stroke-linejoin=”round” vector-effect=”non-scaling-stroke”/>

    you can create it f.e. in Illustrator, and the path length for the stroke-dasharray and stroke-dashoffset. By the way, you can determine the path length in Illustrator by selecting the path, then in the menu item Window – Document information – and then in the “hamburger” select objects. ( you need the value in px not in mm )

    #1336091

    Hi Mike,
    thanks for your message.
    Manual Update to v. 4.8.8. works and the Website is running on my xampp Installation with PHP v8.
    Only the footer doesn’t work.
    I receive the following messages:
    Warning: Undefined array key “footer_option” in C:\xampp\htdocs\zr\wp-content\themes\enfold\footer.php on line 30

    Warning: Undefined array key “footer_behavior” in C:\xampp\htdocs\zr\wp-content\themes\enfold\footer.php on line 32

    Warning: Undefined array key “footer_behavior” in C:\xampp\htdocs\zr\wp-content\themes\enfold\footer.php on line 283

    Please se the lines in my footer.php:
    line 30: $footer_option = $avia_config[‘footer_option’];
    line: 32: if( ‘nofooterarea’ != $footer_option && ‘curtain_footer’ == $avia_config[‘footer_behavior’] )
    line: 33 {
    line: 34 $data = is_numeric( $avia_config[‘footer_media’] ) ? ” data-footer_max_height='{$avia_config[‘footer_media’]}'” : ”;
    line: 35
    line: 36 echo ‘<div class=”av-curtain-footer-container”‘ . $data . ‘>’;
    line: 37 }

    line 283 if( ‘nofooterarea’ != $footer_option && ‘curtain_footer’ == $avia_config[‘footer_behavior’] )
    line 284 {
    line 285 echo ‘</div>’; // class=”av-curtain-footer-container”
    line 286 }
    line 287
    line 288 ?>

    thanks for your help.
    Best regards,
    Philipp

    #1336008
    info5061
    Participant

    Hello, after switching to PHP 7.4 I now get error message. I have already updated all plugins to the latest version. The theme has the version 4.5.7. Why do I get error messages? I have a screenshot of the error messages.

    On the front page is the following error message because it is hard to see: “Warning: Creating default object from empty value in /home/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28”.


    Please for help!

    Best regards
    Matthias

    #1335971

    Hi,

    Thank you for the clarification.

    Try to add this filter in the functions.php file to add an alt attribute to the link element with the av-contains-svg class name.

    add_filter( 'avf_logo_final_output', function($logo, $use_image, $headline_type, $sub, $alt, $link, $title) {
        preg_match_all('/<svg(.*)>(.*)<\/svg>/mis', $logo, $output_array);
        $image = $output_array[0];
    
        if(strpos($image[0], "svg")) {
            $logo_img = $image[0];
            $logo = "<{$headline_type} class='logo avia-svg-logo'><a href='{$link}' alt='logo' class='av-contains-svg'>{$logo_img}{$sub}</a></{$headline_type}>";
        }
    
        return $logo;
    }, 10, 7);
    

    If you want to adjust the alt attribute value, just look for this line.

    <a href='{$link}' alt='logo' 
    

    Best regards,
    Ismael

    #1335908

    Topic: Enfold 4.8

    Gvido Viga
    Guest

    Hi there!

    I have a client who just had updated wordpress to the latest version. Including Php version 7.4. And now the AVIA layout builder does not work, meaning the client can’t update any information on the page… tried using the classic editor plug-in but no success. They have bought his product – Enfold A superflexible and responsive Business Theme version 3.4.6. and I understand that is the latest version since there are no updates availble.

    #1335843
    claudipro
    Participant

    Hello,

    I got a massage from WordPress that some Error occured. Unfortunally I cant fix this and I don’t understand where I can find this Error, I saw that allready some other users got simular messages. See the message below:

    In diesem Fall hat WordPress einen Fehler in deinem Theme „Enfold“ abgefangen.

    Besuche zunächst deine Website (https://www.vdco.de/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://www.vdco.de/test/wp-admin/post.php?post=1023&action=edit) und prüfe, ob es sichtbare Probleme gibt.

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 der Datei /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php verursacht. Fehlermeldung: Uncaught Error: Call to a member function get_class_string() on null in /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php:1447
    Stack trace:
    #0 /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php(872): avia_partner_logo->html()
    #1 /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1123): avia_sc_partner_logo->shortcode_handler()
    #2 /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-includes/shortcodes.php(356): aviaShortcodeTemplate->shortcode_handler_prepare()
    #3 [internal function]: do_shortcode_tag()
    #4 /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-includes/shortcodes.php(228): preg_replace_callback()
    #5 /mnt/web323/a1/64/53424064/htdocs/htdocs/test/wp-includes/class-wp-hook.php(303): do_shortcode()
    #6 /mnt/web323/a1/64/53424064/htdocs/htdocs/

    Thank you for helping
    Claudia

    #1335780

    Hey Matthew,
    Thank you for your patience and the link to your site, I’m not sure why this has occurred but I couldn’t recreate it on my demo site and your other pages seem to be correct, so assuming that this is the only page with the issue I came up with this script to correct.
    Try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($){
    var temp = $("#top.postid-70154 .breadcrumb-trail span:nth-child(2)").html();
    $("#top.postid-70154 .breadcrumb-trail span:nth-child(2)").html($("#top.postid-70154 .breadcrumb-trail span:nth-child(4)").html());
    $("#top.postid-70154 .breadcrumb-trail span:nth-child(4)").html(temp);
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    #1335738

    Topic: Eror

    Javed Ahmed
    Guest

    Sir, I am using your theme when I am changing PHP version 7.3 to 7.4 then errors occur
    Call to undefined function ScssPhpScssPhpctype_space() plz solve my eror

    Hey Jörg,
    Thank you for the link to your site, your main menu items are all anchor links for the homepage and are all linked with only the ID, like this:
    2022-01-15_006.jpg
    which is good for a single page site, which yours mostly is, but for the few additional pages you have like your privacy page these menu items need to be the full URL so they link back to the homepage. But changing all of your anchor links to the full URL will cause your menu anchor highlighting to also change, which you don’t want.
    So I wrote this script for your three pages: Datenschutz, Impressum, & Datenschutzerklärung to redirct back to the home page when the main menu links are clicked.

    function custom_script() { ?>
        <script>
    (function($){
    $(".page-id-399 #avia-menu .menu-item-type-custom a,.page-id-397 #avia-menu .menu-item-type-custom a,.page-id-632 #avia-menu .menu-item-type-custom a").click(function() {
       var hostname = 'https://your-domain.com/';
       var $this = $(this);       
       var _href = $this.attr("href"); 
       var hash = _href.substring(1, _href.length);
       $this.attr("href", hostname + "#" + hash);
    }); 
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    I added this to your child theme functions.php, please check.

    Best regards,
    Mike

    mebi
    Participant

    Hi,
    the problem is that the content on several pages is not shown as it should appear. For example, pictures are not shown, background colors are not shown, or text font, text size and text color are not shown as they should. I am using the Avia Layout Editor.
    I noticed that when the page is still saved as a draft all appears correctly but after changing to published, the above mentioned problems.

    – I am using latest WP
    – I updated the theme Enfold, but that did not solve the problem. Now using Enfold 4.8.8.1
    – I changed php from 7.4 to 8.0, but that did not solve it. So I did go back to 7.4 for now.
    – php memory limit is set to 256 MB. Server allows up to 512 MB.

    Please help asap.
    Thank you.

    Hi Vera,

    Please go to Appearance > Editor and replace enfold/css/dynamic-css.php file with this one – https://pastebin.com/Vyg7UFQE. Please save theme options after updating the file :)

    Best regards,
    Yigit

    #1335439
    Claudia_Stegfellner
    Participant

    Hi Kriesi-team,
    I received this message from WordPress today (see below).
    It’s just a page that I made for testing purposes (home-event). Therefore there is no link to it on the live website.
    But I have to continue working on it soon.
    Can you help me please? Thanks in advance!!!

    Claudia

    *****
    “Seit WordPress 5.2 gibt es eine eingebaute Funktion, die erkennt, wenn ein Plugin oder ein Theme einen fatalen Fehler auf deiner Website verursacht, und dich deswegen mit dieser automatisierten E-Mail benachrichtigt.

    In diesem Fall hat WordPress einen Fehler in deinem Theme „Enfold“ abgefangen.

    Besuche zunächst deine Website (https://www.makercamp-geno.de/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://www.makercamp-geno.de/wp-admin/post.php?post=8282&action=edit) und prüfe, ob es sichtbare Probleme gibt.

    Bitte kontaktiere dein Hosting-Unternehmen, um Unterstützung bei der weiteren Untersuchung dieses Problems zu erhalten.

    Wenn deine Website fehlerhaft zu sein scheint und du nicht mehr wie gewohnt auf dein Dashboard zugreifen kannst, hat WordPress jetzt einen speziellen „Wiederherstellungsmodus“. Auf diese Weise kannst du dich sicher in deinem Dashboard anmelden und weitere Untersuchungen durchführen.

    https://www.makercamp-geno.de/wp-login.php?action=enter_recovery_mode&rm_token=JYtUnNeAQQQTmQjhKJHlqw&rm_key=8JV6VFiRYCw5PBhYrGtlxo

    Um deine Website zu schützen, läuft dieser Link in 1 Tag ab. Aber keine Sorge: Ein neuer Link wird dir per E-Mail zugeschickt, wenn der Fehler nach Ablauf der Frist erneut auftritt.

    Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
    WordPress-Version 5.8.3
    Aktuelles Theme: Enfold Child (Version 1.0)
    Aktuelles Plugin: (Version )
    PHP-Version 7.4.16

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 der Datei /home/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php verursacht. Fehlermeldung: Uncaught Error: Call to a member function get_class_string() on null in /home/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php:1447
    Stack trace:
    #0 /home/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php(872): avia_partner_logo->html()
    #1 /home/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1123): avia_sc_partner_logo->shortcode_handler(Array, ‘\n[av_partner_lo…’, ‘av_partner’, Array)
    #2 /home/www/wordpress/wp-includes/shortcodes.php(356): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_partner_lo…’, ‘av_partner’)
    #3 [internal function]: do_shortcode_tag(Array)
    #4 /home/www/wordpress/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(av_hr|…’, ‘do_shortcode_ta…’, ‘\n[av_hr c…’)
    #5 /home/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcod”

    ****

    Hey Cactusman07,

    Thank you for the inquiry.

    To change the thumbnail, you have to modify the single-portfolio.php file and look for this code around line 29.

     $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
                        get_template_part( 'includes/loop', 'portfolio-single' );
    

    Replace “entry_with_sidebar” with “full”. You can also adjust the default size of the “entry_with_sidebar” thumbnail using the Simple Image Sizes plugin.

    Best regards,
    Ismael

      #1335343

      Hey Timo,

      Thank you for the inquiry.

      According to the following thread, it is an issue with the captcha plugin or any plugin that sets an invalid cookie value. Did you install a captcha plugin or enabled the default reCAPTCHA option in the theme?

      Please check this thread for more info about the issue.

      // https://kriesi.at/support/topic/error-in-helper-privacy-php/#post-1332117

      Best regards,
      Ismael

      #1335174

      In reply to: index.php in url

      Hey sitadi,

      This might help you out: https://stackoverflow.info/question/48711944/remove-index-php-from-wordpress-urls. If not, then please try reaching out to your hosting provider.

      Best regards,
      Rikard

      #1335107
      daniel slinkert
      Guest

      it crashes WP5.8.3 with latest PhP. After activate theme the whole site crashed, reinstalling WP from scratch and adding the newest downloaded files either as zip view WP or as zip via channel results in the same:
      – theme shows in WP
      – live preview of Enfold produces critical error
      – activation of Enfold crashes the site completely also with critical error but now on all WP menu option

      And I’m supposed to pay $40 again for support for these sort of errors?

      Deprecated: Return type of WP_Theme::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-theme.php on line 554

      Deprecated: Return type of WP_Theme::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-theme.php on line 595

      Deprecated: Return type of WP_Theme::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-theme.php on line 535

      Deprecated: Return type of WP_Theme::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-theme.php on line 544

      Deprecated: Return type of WP_REST_Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/rest-api/class-wp-rest-request.php on line 960

      Deprecated: Return type of WP_REST_Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/rest-api/class-wp-rest-request.php on line 980

      Deprecated: Return type of WP_REST_Request::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/rest-api/class-wp-rest-request.php on line 992

      Deprecated: Return type of WP_REST_Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/rest-api/class-wp-rest-request.php on line 1003

      Deprecated: Return type of WP_Block_List::current() should either be compatible with Iterator::current(): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 151

      Deprecated: Return type of WP_Block_List::next() should either be compatible with Iterator::next(): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 175

      Deprecated: Return type of WP_Block_List::key() should either be compatible with Iterator::key(): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 164

      Deprecated: Return type of WP_Block_List::valid() should either be compatible with Iterator::valid(): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 186

      Deprecated: Return type of WP_Block_List::rewind() should either be compatible with Iterator::rewind(): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 138

      Deprecated: Return type of WP_Block_List::offsetExists($index) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 75

      Deprecated: Return type of WP_Block_List::offsetGet($index) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 89

      Deprecated: Return type of WP_Block_List::offsetSet($index, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 110

      Deprecated: Return type of WP_Block_List::offsetUnset($index) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 127

      Deprecated: Return type of WP_Block_List::count() should either be compatible with Countable::count(): int, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-block-list.php on line 199

      Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /home/cccr/domains/cc-cr.com/public_html/wp-content/plugins/templates-patterns-collection/vendor/codeinwp/themeisle-sdk/load.php on line 31

      Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /home/cccr/domains/cc-cr.com/public_html/wp-content/plugins/templates-patterns-collection/vendor/codeinwp/themeisle-sdk/load.php on line 36

      Deprecated: Automatic conversion of false to array is deprecated in /home/cccr/domains/cc-cr.com/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 302

      Fatal error: Uncaught mysqli_sql_exception: Table ‘cccr_wp2.wp_layerslider’ doesn’t exist in /home/cccr/domains/cc-cr.com/public_html/wp-includes/wp-db.php:2056 Stack trace: #0 /home/cccr/domains/cc-cr.com/public_html/wp-includes/wp-db.php(2056): mysqli_query() #1 /home/cccr/domains/cc-cr.com/public_html/wp-includes/wp-db.php(1945): wpdb->_do_query() #2 /home/cccr/domains/cc-cr.com/public_html/wp-includes/wp-db.php(2695): wpdb->query() #3 /home/cccr/domains/cc-cr.com/public_html/wp-admin/includes/upgrade.php(2749): wpdb->get_results() #4 /home/cccr/domains/cc-cr.com/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/wp/activation.php(193): dbDelta() #5 /home/cccr/domains/cc-cr.com/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/wp/activation.php(86): layerslider_create_db_table() #6 /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-hook.php(303): layerslider_activation_routine() #7 /home/cccr/domains/cc-cr.com/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #8 /home/cccr/domains/cc-cr.com/public_html/wp-includes/plugin.php(470): WP_Hook->do_action() #9 /home/cccr/domains/cc-cr.com/public_html/wp-settings.php(578): do_action() #10 /home/cccr/domains/cc-cr.com/public_html/wp-config.php(108): require_once(‘/home/cccr/doma…’) #11 /home/cccr/domains/cc-cr.com/public_html/wp-load.php(50): require_once(‘/home/cccr/doma…’) #12 /home/cccr/domains/cc-cr.com/public_html/wp-admin/admin.php(34): require_once(‘/home/cccr/doma…’) #13 /home/cccr/domains/cc-cr.com/public_html/wp-admin/customize.php(13): require_once(‘/home/cccr/doma…’) #14 {main} thrown in /home/cccr/domains/cc-cr.com/public_html/wp-includes/wp-db.php on line 2056
      Er heeft zich een kritieke fout voorgedaan op deze site. Controleer je site beheerder e-mail inbox voor instructies.

      please note this also happens when the site is freshly installed and language is default English

      #1335097

      Hi,
      I am sorry, but I still get the error.

      Ein Fehler vom Typ E_ERROR wurde in der Zeile 392 der Datei /home/.sites/148/site1392455/web/2021/wp-content/themes/enfold/includes/helper-privacy.php verursacht. Fehlermeldung: Uncaught ValueError: setcookie(): Argument #1 ($name) cannot contain “=”, “,”, “;”, ” “, “\t”, “\r”, “\n”, “\013”, or “\014″ in /home/.sites/148/site1392455/web/2021/wp-content/themes/enfold/includes/helper-privacy.php:392
      Stack trace:
      #0 /home/.sites/148/site1392455/web/2021/wp-content/themes/enfold/includes/helper-privacy.php(392): setcookie(‘,_wordpress_tes…’, ‘false’, Array)
      #1 /home/.sites/148/site1392455/web/2021/wp-includes/class-wp-hook.php(303): av_privacy_class->handler_manage_cookies(”)
      #2 /home/.sites/148/site1392455/web/2021/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(1, Array)
      #3 /home/.sites/148/site1392455/web/2021/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
      #4 /home/.sites/148/site1392455/web/2021/wp-settings.php(600): do_action(‘wp_loaded’)
      #5 /home/.sites/148/site1392455/web/2021/wp-config.php(129): require_once(‘/home/.sites/14…’)
      #6 /home/.sites/148/site1392455/web/2021/wp-load.php(50): require_once(‘/home/.sites/14…’)
      #7 /home/.sites/148/site1392455/web/2021/wp-login.php(12): require(‘/home/.sites/14…’)
      #8 {main}
      thrown

      I send you again ftp access and wordpress login.
      Maybe you can check if I did everything right.
      Thank you for any help!

      #1335004

      In reply to: Update breaks site

      Hi,

      Thanks for that. The fatal error seems to be coming from this line in your functions.php file:

      [10-Jan-2022 13:30:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function avia_breadcrumbs() in /srv/htdocs/wp-content/themes/enfold-child/functions.php:72

      Could you try temporarily removing that function before you update, to see if that makes any difference please?

      Best regards,
      Rikard

      Jörg
      Participant

      Hallo,

      hoffe Ihr könnt mir weiterhelfen. Das Problem hatte ich plötzlich am Freitagnachmittag. Seit dem habe ich alles versucht, bekomme es aber nicht hin.

      Ich kann mich normal an melden, komme auf “Dashboard” und gehe auf “alle Seiten”.

      Sobald ich auf Seite mit dem Titel “Start” klicke, kommt die Seite https://lifefeeling.info/wp-admin/post.php?post=17&action=edit
      mit der Meldung:
      “Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.
      Erfahre mehr über die Problembehandlung in WordPress.”

      Heißt, ich kann leider die Seite “Start” nicht mehr bearbeiten!

      Wenn ich die anderen Seiten anklicke, komme ich in den Editor

      Hier die E-Mail von WordPress:
      __________________________________________________________________________________________________________________

      —–Ursprüngliche Nachricht—–
      Von: WordPress < (Email address hidden if logged out) >
      Gesendet: Sonntag, 9. Januar 2022 17:14
      An: (Email address hidden if logged out)
      Betreff: [1safir business training] Deine Website hat ein technisches Problem

      Hallo!

      Seit WordPress 5.2 gibt es eine eingebaute Funktion, die erkennt, wenn ein Plugin oder ein Theme einen fatalen Fehler auf deiner Website verursacht, und dich deswegen mit dieser automatisierten E-Mail benachrichtigt.

      In diesem Fall hat WordPress einen Fehler in deinem Theme „Enfold“ abgefangen.

      Besuche zunächst deine Website (https://lifefeeling.info/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://lifefeeling.info/wp-admin/post.php?post=17&action=edit) und prüfe, ob es sichtbare Probleme gibt.

      Bitte kontaktiere dein Hosting-Unternehmen, um Unterstützung bei der weiteren Untersuchung dieses Problems zu erhalten.

      Wenn deine Website fehlerhaft zu sein scheint und du nicht mehr wie gewohnt auf dein Dashboard zugreifen kannst, hat WordPress jetzt einen speziellen „Wiederherstellungsmodus“. Auf diese Weise kannst du dich sicher in deinem Dashboard anmelden und weitere Untersuchungen durchführen.

      https://lifefeeling.info/wp-login.php?action=enter_recovery_mode&rm_token=JWqgr7e6NBrJGIpaH4Pfla&rm_key=rrYP3Ib8amZqwqyMVdF0Ge

      Um deine Website zu schützen, läuft dieser Link in 1 Tag ab. Aber keine Sorge: Ein neuer Link wird dir per E-Mail zugeschickt, wenn der Fehler nach Ablauf der Frist erneut auftritt.

      Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
      WordPress-Version 5.8.3
      Aktuelles Theme: MyEnfold Child (Version 1.0) Aktuelles Plugin: (Version ) PHP-Version 8.0.13

      Fehler-Details
      ==============
      Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 der Datei /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php verursacht. Fehlermeldung: Uncaught Error: Call to a member function get_class_string() on null in /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php:1447
      Stack trace:
      #0 /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php(872): avia_partner_logo->html()
      #1 /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1123): avia_sc_partner_logo->shortcode_handler(Array, ‘\n[av_partner_lo…’, ‘av_partner’, Array)
      #2 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/shortcodes.php(356): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_partner_lo…’, ‘av_partner’)
      #3 [internal function]: do_shortcode_tag(Array)
      #4 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(av_hea…’, ‘do_shortcode_ta…’, ‘\n[av_head…’)
      #5 /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(526): do_shortcode(‘\n[av_head…’)
      #6 /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1337): ShortcodeHelper::avia_remove_autop(‘\n[av_head…’, true)
      #7 /www/htdocs/w01266a3/lifefeeling.info/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1123): avia_sc_section->shortcode_handler(Array, ‘\n[av_head…’, ‘av_section’, Array)
      #8 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/shortcodes.php(356): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_head…’, ‘av_section’)
      #9 [internal function]: do_shortcode_tag(Array)
      #10 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(av_but…’, ‘do_shortcode_ta…’, ‘[av_fullscreen …’)
      #11 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/class-wp-hook.php(303): do_shortcode(‘[av_fullscreen …’)
      #12 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/plugin.php(189): WP_Hook->apply_filters(‘[av_fullscreen …’, Array)
      #13 /www/htdocs/w01266a3/lifefeeling.info/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1792): apply_filters(‘the_content’, ‘
      __________________________________________________________________________________________________________________

      Es wäre super, von Euch zu hören.

      Gruß Jörg

      #1334755

      Hi,

      Please try this in functions.php:

      function add_fb_domain_verification(){
      ?>
      <meta name="facebook-domain-verification" content="9y9ff7ytzccxx0dw747spvek85b6pc" />
      <?php
      }
      add_action('wp_head', 'add_fb_domain_verification');

      You don’t need to add anything in header.php, and you can remove the code from analytics field in the theme options.

      Best regards,
      Rikard

      #1334653
      G4Design
      Participant

      Hello. I just updated the theme to assist with a logo issue I was having. It fixed that issue, but now the footer is gone. I checked theme options and its still set up to show the footer. I checked widgets and the content is still there. rest perma-links just in case. no luck.

      WordPress is up to date as well as plugins and php is 7.4

    Viewing 30 results - 2,431 through 2,460 (of 16,897 total)