Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1253889

    I’m facing problems after updating to Enfold Version 4.7.6.4.

    I wanted to be able to change the heading in the fullwith layer slider from H2 to H1. That’s why I added this code to the functions php of the child theme and added a shortcodes folder with ALB elements for the child theme.

    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
      return $paths;
    }

    After updating to Version 4.7.6.4 I am having major issues. The Slider ist not full width anymore and the mobile version of our website does not look normal. That’s why I went back to the last version of enfold.

    Is there a new method to change the h2 heading to h1? I don’t necessarily need to be able to choose the heading in the page builder – changing it for all pages to h1 as standard would be enough for me.

    Off Topic:
    Does Kriesi offer a service to speed up our website and maybe reduce issues with CLS and LCP? I know that this is not included in the support, we would of course pay for that.

    Thank you in advance!

    #1253987

    Hey Troom94,

    Do you have a test website where you can update the theme and we can see and investigate the issue?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1254281

    Hey Victoria,

    thanks for you fast reply. I’ve created a staging site and updated the theme there.

    Please find the login credentials in the private content.

    I’ve already tried deactivating all the plugins and deleting all the Quick CSS – it doesn’t make a difference.

    Thank you in advance!

    #1254674

    Hey support team,

    did you have time to check out the issue yet? I realized that I ran out of support service, that’s why I bought an extension on envato market now.

    Additionaly to my other problem, I found another issue while I was browsing our website on a friend’s phone: The mobile Version of our website does look perfectly fine on my Iphone 11 (on both Safari and Chrome Browser), but there is a huge padding under the logo area on her Samsung Galaxy S9 and other devices. I can’t really figure out why and need your help here. I provided photos in the private content area. (there are screenshots from different pages, but it’s the same for all pages).

    Thanks in advance!

    #1254886

    Hi Troom94,

    You have all the slider files on the child theme and they need to be updated too with every theme update, and then if you still need changes there you need to apply your changes over the fresh copies of the files. If it’s just the h2 to h1 change, there is a filter now that allows the change without copying the files to the child theme.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.