Viewing 30 results - 571 through 600 (of 16,890 total)
  • Author
    Search Results
  • #1467631

    Hey Martin,

    Thank you for the inquiry.

    The theme automatically sets the upload quality to 100%, whereas the WordPress default is 82%. However, this can be adjusted by adding the following filter in the functions.php file:

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) { $quality = 70; return $quality;}

    Best regards,
    Ismael

    #1467359
    Kitti Molnár
    Guest

    Dear Support Team,

    I would like to ask for help with the following problem. Our company is using the Enfold theme, which worked very well on our site, but it is no longer compatible with the current version of WooCommerce.

    The system shows this file as outdated:
    enfold/woocommerce/emails/admin-new-order.php,
    /home/ravingst/public_html/wp-content/uploads/woocommerce_uploads/wcj_uploads/templates/emails/customer-invoice.php,
    enfold/woocommerce/emails/customer-on-hold-order.php

    This is version 3.7.0, but the new version is 7.3.0.

    Could you help with this?

    Thank you in advance!

    Best Regards,

    Kitti Molnár

    #1467348

    In reply to: Critical Error PHP

    Hi,
    Your theme version is very old; 3.6.1, this version is not able to use PHP v8, and you will not be able to update automatically because the way that Envato now updates has changedso you will need to manually update with thw following steps. I recommend creating a full backup of your site and database first. Typically I would not expect and issues but it is best practice to create a backup. I also recommend backing up with your server backup tools and not a plugin, if you are not sure how to use your webhost server backup tool please ask your webhost for help, as there many different tools.
    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 this for future updates you will need to create “Token” please see our documentation here.

    Best regards,
    Mike

    #1467337

    In reply to: Critical Error PHP

    Hi Rikard, when I update to PHP 8.0 it completely breaks the site. This is why I have settled at PHP 7.2 because at least the site is still working for visitors.

    #1467335

    In reply to: Critical Error PHP

    Hi,

    Thanks for that. What happens if you upgrade your PHP version to 8.0 or higher?

    Your site is running on an outdated version of PHP (7.2.34), which does not receive security updates and soon will not be supported by WordPress. Ensure that PHP is updated on your server as soon as possible. Otherwise you will not be able to upgrade WordPress.

    What is PHP and how does it affect my site?

    PHP is one of the programming languages used to build WordPress. Newer versions of PHP receive regular security updates and may increase your site’s performance. The minimum recommended version of PHP is 7.4.

    Best regards,
    Rikard

    #1467230

    In reply to: Critical Error PHP

    Hello Rikard, thank you for your help. I am still getting this error after updating the theme. Here are some additional details from WordPress. It seems the site is still up, however, I am not able to make any edits, when I click to edit, I am not able. Here is the error email sent from WordPress regarding the theme:

    An error of type E_ERROR was caused in line 489 of the file …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php. Error message: Uncaught Error: Cannot use string offset as an array in …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:489
    Stack trace:
    #0 …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(443): aviaShortcodeTemplate->create_sortable_editor_element(Array)
    #1 …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(397): aviaShortcodeTemplate->prepare_editor_element()
    #2 …/wp-includes/class-wp-hook.php(324): AviaBuilder->js_template_editor_elements(”)
    #3 …/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
    #4 …/wp-includes/plugin.php(517): WP_Hook->do_action(Array)

    #1467222

    Hi,
    I see that you are getting the error: Uncaught ReferenceError: jQuery is not defined
    Please try this snippet instead:

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
          var links = document.querySelectorAll('a , 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');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Thanks to Guenni007
    If this doesn’t help please include a admin login in the Private Content area so we can examine

    Best regards,
    Mike

    #1467144

    Topic: Critical Error PHP

    in forum Enfold
    kmurray
    Participant

    WordPress is throwing a critical error message. When I checked the Error Log, this is what I find:

    [16-Sep-2024 17:16:32 UTC] PHP Warning: session_start(): Session cannot be started after headers have already been sent in …../wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    [16-Sep-2024 17:16:32 UTC] PHP Warning: session_start(): Session cannot be started after headers have already been sent in ………./wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
    [16-Sep-2024 17:16:32 UTC] PHP Warning: Undefined variable $kriesi_at_backlink in …………../wp-content/themes/enfold/footer.php on line 102

    Any support you can provide with how to update these files would be appreciated. Is there a new version of the theme? Mine says I have updated to most current version, but nothing looks different in my WordPress Dashboard.

    #1467109
    sitibus
    Participant

    Hi, on my site https://www.ilredelweb.it/manti/ I have an error like: Deprecated: Creation of dynamic property avia_superobject::$wpml is deprecated in /home2/ilredelweb/public_html/manti/wp-content/themes/enfold/framework/php/base-classes/class-object-properties.php on line 67.
    PHP 8.3
    Enfold 6.0.4
    Can you help me understand where the problem is?
    Thanks Gianluca

    #1467088

    In reply to: Mega Menu

    be carefull if you install that child-theme on an existing installation!
    Enfold has on Import/Export Options : “Import Settings From Your Parent Theme”. Button –
    This generally works smoothly. The child theme then initially adopts the settings of the parent theme – including the quick css settings.

    But link above to docu can tell you more detailed

    By the way: you do not need to edit this by ftp.
    Mostly there is the opportunity to edit the child-theme functions.php via Dashboard:

    Dashboard – Appearance – theme file editor ( right side click f.e. on functions.php)

    ______________________________

    after that for that test page of mine i have in quick css:

    .avia_mega_div.avia_mega7 {
      right: calc(-100vw) !important;
      width: 95vw;
    }
    
    #top  .avia_mega_div > .sub-menu {
      display: grid !important;
      margin:0;
      gap: 20px 0px;
      grid-auto-flow:row;
      grid-template-columns: repeat(7, 1fr);  /*** that means 7 grid-cells with each 1 fraction (same size)  ***/
    }
    
    #top #header .avia_mega_div > .sub-menu > li {
      display: block !important;
      width: unset;
      position: relative;
    }
    
    #top #header .avia_mega_div {
      max-width: 100vw;  /*** if it is neccessary ***/
    }
    
    @media only screen and (min-width: 990px)  and (max-width: 1199px) {
      #top #header .avia_mega_div > .sub-menu {
        grid-template-columns:repeat(4, 1fr);  
      }
    
      #header .avia_mega_div {
        overflow-y: scroll;  /*** needed - if your mega-div height is too large for your device ***/
        max-height: calc(100vh - 200px);  /*** depends on your header height ***/
      }
    } 
    #1467084

    In reply to: Mega Menu

    on a test installation i inserted the above snippet to child-theme functions.php:

    function change_max_columns_on_mega_div($args){
      $args['max_columns'] = 7;
      return $args;
    }
    add_filter('wp_nav_menu_args', 'change_max_columns_on_mega_div', 10, 1);

    and put in addition ( due to the lack of calculation for this case in Enfold avia.js ) in my quick css:

    .avia_mega_div.avia_mega7 {
      right: calc(-100vw) !important;
      width: 95vw;
    }

    see example page on “Mega” Menu-Item : https://basis.webers-testseite.de/

    #1466859
    tl55
    Participant

    Hello.
    I am writing this text using English translation software.
    I currently have “Logo And Main Menu” set to “Left Sidebar”.
    At the top of each page, I have different page content created as a second header and placed using ALB’s “custom layout”.

    I will let the customer do the blog postings.
    The customer is not a good PC operator, so I would like to have him use the classic editor instead of using ALB for the blog posting screen.
    So I want to place a second header in advance on the single post page of the blog.

    [av_custom_layout link='page,123' av_uid='av-12345678' sc_version='1.0']
    I think this is the shortcode on each page, but I could not get this code to display properly in “single.php”.

    Is there any way I can do something about this?
    Thank you in advance.

    #1466760
    David Zarotsky
    Guest

    I purchased twice your theme. Once with license jfEScygDg1dNXmL4f90dLYVnpSxpAaRA
    and another with license number 3c86787d-9b6e-42e2-a087-b6c8a707449c.

    Now I have problem updating both websites.
    When I update and put my old function php I am getting white screen on both websites

    #1466759
    David Zarotsky
    Guest

    I purchased twice your theme. Once with license jfEScygDg1dNXmL4f90dLYVnpSxpAaRA
    and another with license number 3c86787d-9b6e-42e2-a087-b6c8a707449c.

    Now I have problem updating both websites.
    When I update and put my old function php I am getting white screen on both websites

    #1466475

    Got it:
    function.php:

    function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){
    
        $logo .= "<div class='custom_content'>";
        $logo .= "Your Gateway to High-End Homes in Europe";
        $logo .= "</div>";
    
    	return $logo;
    }
    add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);

    CSS:

    .custom_content {
        left: 50%;
        transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);    
        position: absolute;
        font-size:24px;
    }
    
    @media only screen and (max-width: 767px) {
    .custom_content {
        left: 55%;
        transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);    
        position: absolute;
        font-size:14px; line-height:20px; margin-top:-60px; text-align:center;
    }
    }
    #1466395
    maria
    Guest

    Hi, Ive recently taken over a site for a client and they have the enfold theme installed. However its version is 4.7.4, while Im aware the latest version is 6.0.4. This current version is not compatible with the latest PHP and therefore I need to update this theme however I do not have the login credentials for it. Can you help?

    #1466365

    Hey Thomas,

    Thank you for the inquiry.

    The background videos in the Color Section should automatically play and loop. This is set by default in the enfold/config-templatebuilder/avia-shortcodes/section/section.php file around line 1797.

    'attr'		=> array(
    		'id'				=> '',
    		'video'				=> $video ,
    		'slide_type'		=> 'video',
    		'video_mute'		=> true,
    		'video_loop'		=> true,
    		'video_ratio'		=> $video_ratio,
    		'video_controls'	=> 'disabled',
    		'video_section_bg'	=> true,
    		'video_format'		=> '',
    		'video_mobile'		=> '',
    		'video_mobile_disabled'	=> $video_mobile_disabled
    	)
    );
    
    

    Best regards,
    Ismael

    #1466240

    Hey Jak73,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor and change the page IDs in the array to the ones you want to use, then add your snippet

    function my_code() {
    if(is_page( array(206, 591, 597) ) )
        {
    ?>
    //Put Your Code Here
    <?php
     }
    }
    add_action( 'wp_head', 'my_code' );

    Best regards,
    Mike

    #1466151
    sparkyj
    Participant

    Greetings;
    I tried to install Enfold 6.0.4 this morning and got this error. I did not follow through and “went back” on the install.
    I have been battling this “ob_end_flush():” error since the installation of 6.0.3. It places this error in the footer.

    Installing theme from uploaded file: enfold.zip
    Unpacking the package…

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /hermes/bosnacweb08/bosnacweb08as/b1016/ipg.dchapple/chappledesign_2024/wp-includes/functions.php on line 5427
    Installing the theme…

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /hermes/bosnacweb08/bosnacweb08as/b1016/ipg.dchapple/chappledesign_2024/wp-includes/functions.php on line 5427
    Destination folder already exists. /hermes/bosnacweb08/bosnacweb08as/b1016/ipg.dchapple/chappledesign_2024/wp-content/themes/enfold/

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /hermes/bosnacweb08/bosnacweb08as/b1016/ipg.dchapple/chappledesign_2024/wp-includes/functions.php on line 5427
    This theme is already installed.

    Active Uploaded
    Theme name Enfold Enfold
    Version 6.0.3 6.0.4
    Author Kriesi Kriesi
    Required WordPress version – –
    Required PHP version – –

    #1465993

    Hi,
    Thanks for the feedback, as for the log above, it points to class-avia-instagram.php line 739
    this line is the closing tag for the widget, if you were using this widget then perhaps your username was not correct or was causing an error.
    It looks like you are not using the widget now, I’m not able to reproduce this error on my site, probably because we don’t have a SiteGround account. Another possibility is that the SiteGround Optimizer plugin is trying to minify the file and causing an error, I don’t know but we are limited to the support we can offer for plugins. I recommend leaving this plugin disabled.

    Best regards,
    Mike

    #1465938

    Hi,
    Let’s try adding a custom class “custom-banner” to the div to better manage future changes, and change the font size for mobile from 22px to 12px, this will make the text on mobile closer to what you want, you can even try smaller if you find 12px still to big.
    This is the new script:

    function custom_banner_below_the_header_and_above_the_main_menu() { ?>
      <script>
    // Create the new div element
    const newDiv = document.createElement('div');
    
    // Set a class for the new div
    newDiv.className = 'custom-banner';
    
    // Set the text content
    newDiv.textContent = 'The Most Comprehensive Alternative Wellness Experience In The Midwest';
    
    // Set the style properties for screens above 768px
    newDiv.style.backgroundColor = 'gray';
    newDiv.style.color = 'white';
    newDiv.style.fontSize = '22px'; // Default font size for larger screens
    newDiv.style.padding = '10px';
    
    // Add the flexbox properties
    newDiv.style.display = 'flex';
    newDiv.style.justifyContent = 'center';
    newDiv.style.order = '4';
    newDiv.style.flexBasis = '100%';
    
    // Find the element with class "main_menu"
    const mainMenu = document.querySelector('.main_menu');
    
    // Insert the new div before the main_menu
    if (mainMenu) {
      mainMenu.parentNode.insertBefore(newDiv, mainMenu);
    }
    
    // Adjust styles based on screen width
    function adjustStyles() {
      if (window.innerWidth < 768) {
        newDiv.style.fontSize = '12px'; // Font size for screens below 768px
      } else {
        newDiv.style.fontSize = '22px'; // Font size for screens 768px and above
      }
    }
    
    // Initial adjustment
    adjustStyles();
    
    // Adjust on window resize
    window.addEventListener('resize', adjustStyles);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_banner_below_the_header_and_above_the_main_menu', 99 );

    Please give this a try.

    Best regards,
    Mike

    Hey tom,
    To close the burger with the Esc key, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function close_burger_on_esc_key() { ?>
      <script>
    (function($){
      $(document).keydown(function(e) {
        if (e.keyCode === 27) {
          $('.av-hamburger').removeClass('is-active');
          $('html').removeClass('av-burger-overlay-active');
          $('html').removeClass('av-burger-overlay-active-delayed');
          $('.av-burger-overlay').css({ 'display' : 'none', 'opacity' : 0 });
        }
      });
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'close_burger_on_esc_key', 99 );

    I tested this on the demo that you linked to and it works.

    Best regards,
    Mike

    #1465830
    condonp
    Participant

    Dear Sirs,

    I am migrtaing my site over to a new doamin and get this error can you help me please,

    Warning: include(/home/respectaclecompa/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php): failed to open stream: No such file or directory in /home/respectaclecompa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 679

    Warning: include(): Failed opening ‘/home/respectaclecompa/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php’ for inclusion (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/respectaclecompa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 679

    • This topic was modified 1 year, 7 months ago by condonp.
    #1465829
    condonp
    Participant

    Dear Sirs,

    I am migrtaing my site over to a new doamin and get this error can you help me please,

    Warning: include(/home/respectaclecompa/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php): failed to open stream: No such file or directory in /home/respectaclecompa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 679

    Warning: include(): Failed opening ‘/home/respectaclecompa/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php’ for inclusion (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/respectaclecompa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 679

    • This topic was modified 1 year, 7 months ago by condonp.
    #1465593
    CityCollege
    Participant

    We got two issues when doing random security check:
    I. When using a search query string in a page, it returns 404 – this should not be the correct behavior. i.e (reproduced on your demo link below)
    https://kriesi.at/themes/enfold-2017/pages/pricing/?s=test
    2. The second one is the following error: Warning: Attempt to read property “item_id” on int in /code/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 93
    Our theme is latest version! (6.0.3) and the envato private token was revalidated and shows no issues.

    Abdul Wahab
    Guest

    Hey, Support!

    We’ve been using the Enfold theme on our site for several years without any issues. However, two months ago, after updating the theme from version 5.7 to 6.0, we noticed that our custom post-type taxonomy archive pages stopped working correctly.

    We have a custom structure defined in the taxonomy-archive.php file, which was functioning perfectly up until version 5.7. After experiencing this issue, we reverted back to version 5.7 on our production site, and everything is working fine again.

    We would like to update the Enfold theme to version 6.0, but it appears this version doesn’t support our custom taxonomy structure. Could you please investigate this issue and let us know how to resolve it?

    Thank you for your assistance!

    Best regards,
    -Abdul Wahab

    #1465355
    jamesedwardcouncill
    Participant

    I am currently using the function below in my theme functions.php file to add a convenience fee to the entire cart, however, I would prefer to only add this fee to the credit card payment method only. I don’t see that setting in the payment plugin I am using (https://wordpress.org/plugins/woo-stripe-payment/). I have reached out to them as well.

    Is there a way to modify the function below to apply the convenience fee only when the user selects a credit card as the payment method so it doesn’t apply to ACH payments?

    add_action( ‘woocommerce_cart_calculate_fees’, ‘add_percentage_processing_fee’ );

    function add_percentage_processing_fee() {
    if ( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
    return;
    }

    $percentage = 0.027; // 2.7% credit card processing fee
    $cart = WC()->cart;
    $cart_total = $cart->cart_contents_total;

    // Calculate the fee
    $processing_fee = $cart_total * $percentage;

    // Add the fee to the cart
    $cart->add_fee( __( ‘2.7% credit card processing fee’, ‘your-text-domain’ ), $processing_fee );
    }

    #1465285

    PS… I reverted PHP to 7.4, but the same issue happened again. I’ve also disabled the auto-update on all plug-ins; as well as disabled and enabled each in turn to see if any were conflicting. That made no difference.

    #1465233

    Topic: Host error

    in forum Enfold
    royalbindi
    Participant

    We have reached out to the hosting provider who have advised the following.

    We are mainly experiencing this issue when updating the posts or pages.

    Please see the message from them below,
    I am seeing several fatal code errors mostly coming from your themes, code please revise your settings.

    https://privatebin.net/?eb4a5689f22053a0#CNJK1S1uqrU5mBTxopER69CweyxkunQh12T7XpxgHJuz

    * ERROR LOG TYPE SUMMARY *
    +————————–+
    | Count | Error Type |
    |——–+—————–|
    | 63 | auditor_scan |
    | 33 | php_notice |
    | 13 | php_error |
    | 11 | auditor_event |
    | 3 | php_fatal |
    | 14 | SKIPPED |
    +————————–+
    php_notice
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 30 | preventing possible attempt to enumerate users |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: https://royalbindi.co.uk/wp-admin/ |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: https://royalbindi.co.uk/wp-admin/options-general.php?page=wprocket |
    | 1 | wpe_cache_plugin:info: event=clear-all-cache, referer: |
    | | https://royalbindi.co.uk/wp-admin/admin.php?page=wpengine-common&tab=caching&_wpnonce=1960d1f4d3 |
    +————————————————————————————————————————————————-+
    php_error
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 4 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/blog/?n,jbuyasflx |
    | 4 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/wp-admin/theme-editor.php?file=config-templatebuilder%2Favia-shortcodes%2Fblog%2Fblog.php&theme=enfold |
    | 3 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543 |
    | 2 | PHP Parse error: syntax error, unexpected single-quoted string “order”, expecting “)” in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 543, referer: |
    | | https://royalbindi.co.uk/wp-admin/admin.php?page=wpcode-snippet-manager&snippet_id=19960 |
    +————————————————————————————————————————————————-+
    php_fatal
    +————————————————————————————————————————————————-+
    | Count | Message |
    |——-+—————————————————————————————————————————————–|
    | 2 | Uncaught TypeError: usort(): Argument #1 ($array) must be of type array, null given in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php:822\nStack |
    | | trace:\n#0 /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php(822): |
    | | usort(NULL, Object(Closure))\n#1 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php(658): |
    | | avia_post_slider->html()\n#2 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_blog->shortcode_handler(Array, ”, ‘av_blog’, Array)\n#3 /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): |
    | | aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_blog’)\n#4 : do_shortcode_tag(Array)\n#5 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, |
    | | ‘\\n[av_textblock …’)\n#6 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘\\n[av_textblock …’)\n#7 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2088): |
    | | ShortcodeHelper::avia_remove_autop(‘\\n[av_textblock …’, true)\n#8 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_columns->shortcode_handler(Array, ‘\\n[av_textblock …’, ‘av_one_full’, Array)\n#9 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\\n[av_textblock |
    | | …’, ‘av_one_full’)\n#10 : do_shortcode_tag(Array)\n#11 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘</p>\\n[av_one_fu…’)\n#12 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘</p>\\n[av_one_fu…’)\n#13 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1547): |
    | | ShortcodeHelper::avia_remove_autop(‘</p>\\n[av_one_fu…’, true)\n#14 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_section->shortcode_handler(Array, ‘</p>\\n<p>[av_one…’, ‘av_section’, Array)\n#15 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, |
    | | ‘</p>\\n<p>[av_one…’, ‘av_section’)\n#16 : do_shortcode_tag(Array)\n#17 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘[av_section min…’)\n#18 |
    | | /nas/content/live/royalbindi/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_section min…’)\n#19 |
    | | /nas/content/live/royalbindi/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_section min…’, Array)\n#20 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/template-builder.php(102): apply_filters(‘the_content’, ‘[av_section |
    | | min…’)\n#21 /nas/content/live/royalbindi/wp-includes/template-loader.php(106): include(‘/nas/content/li…’)\n#22 |
    | | /nas/content/live/royalbindi/wp-blog-header.php(19): require_once(‘/nas/content/li…’)\n#23 |
    | | /nas/content/live/royalbindi/index.php(17): require(‘/nas/content/li…’)\n#24 {main}\n thrown in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php on line 822 |
    | 1 | Uncaught Error: Call to undefined method avia_sc_blog::sort_buttons() in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php:623\nStack trace:\n#0 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_blog->shortcode_handler(Array, ”, ‘av_blog’, Array)\n#1 /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): |
    | | aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_blog’)\n#2 : do_shortcode_tag(Array)\n#3 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, |
    | | ‘\\n[av_textblock …’)\n#4 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘\\n[av_textblock …’)\n#5 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2088): |
    | | ShortcodeHelper::avia_remove_autop(‘\\n[av_textblock …’, true)\n#6 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_columns->shortcode_handler(Array, ‘\\n[av_textblock …’, ‘av_one_full’, Array)\n#7 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\\n[av_textblock |
    | | …’, ‘av_one_full’)\n#8 : do_shortcode_tag(Array)\n#9 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘</p>\\n[av_one_fu…’)\n#10 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): |
    | | do_shortcode(‘</p>\\n[av_one_fu…’)\n#11 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1547): |
    | | ShortcodeHelper::avia_remove_autop(‘</p>\\n[av_one_fu…’, true)\n#12 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(13… |
    | | avia_sc_section->shortcode_handler(Array, ‘</p>\\n<p>[av_one…’, ‘av_section’, Array)\n#13 |
    | | /nas/content/live/royalbindi/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare(Array, |
    | | ‘</p>\\n<p>[av_one…’, ‘av_section’)\n#14 : do_shortcode_tag(Array)\n#15 /nas/content/live/royalbindi/wp-includes/shortcodes.php(273): |
    | | preg_replace_callback(‘/\\\[(\\\[?)(av_blo…’, ‘do_shortcode_ta…’, ‘[av_section min…’)\n#16 |
    | | /nas/content/live/royalbindi/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_section min…’)\n#17 |
    | | /nas/content/live/royalbindi/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_section min…’, Array)\n#18 |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/template-builder.php(102): apply_filters(‘the_content’, ‘[av_section |
    | | min…’)\n#19 /nas/content/live/royalbindi/wp-includes/template-loader.php(106): include(‘/nas/content/li…’)\n#20 |
    | | /nas/content/live/royalbindi/wp-blog-header.php(19): require_once(‘/nas/content/li…’)\n#21 |
    | | /nas/content/live/royalbindi/index.php(17): require(‘/nas/content/li…’)\n#22 {main}\n thrown in |
    | | /nas/content/live/royalbindi/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 623 |
    +————————————————————————————————————————————————-+
    auditor_scan
    +———————+
    | Count | Message |
    |——-+————-|
    | 63 | fingerprint |
    +———————+
    auditor_event
    +—————————-+
    | Count | Message |
    |——-+——————–|
    | 8 | wp_login |
    | 2 | activated_plugin |
    | 1 | deactivated_plugin |
    +—————————-+

    #1465187

    how did you embed Google Tag Manager?

    there is a phrase

    <!– End Google Tag Manager –>
    Add this to the <body> section:
    <!– Google Tag Manager (noscript) –>

    have a look if you have made some transfer errors on : https://kriesi.at/support/topic/adding-google-tag-manager-script-to-the-site/#post-1447012

    if you used that – the noscript version should also be in the head section and not inside body tag.

    So have a look inside your functions.php ( child-theme ?)

Viewing 30 results - 571 through 600 (of 16,890 total)