Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #903320

    Hi
    For all kind of slider I want to change the caption H3 or h2 to another hn.
    Best regards

    #903803

    Hi allen,

    You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > and check for files with filename that starts with slideshow_ then check for the heading tags and replace it. I would recommend using a child theme before doing the modifications.

    Best regards,
    Nikko

    #903937
    #904006

    Hi,


    @Guenni007
    : Thanks for sharing the information :)

    Best regards,
    Nikko

    #904158

    Hi Nikko,

    check for the heading tags and replace it.?? do you mean I replace the word heading by h1

    Best regards

    #904276

    hm – more comfortable as my files – and update secure – you can’t find.

    these files comes to enfold-child/shortcodes upload them via ftp.

    insert into your functions.php of your 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;
    }

    to embed those files ( the original Files stay in enfold parent folder – but are now unused)

    Now see in the alb element – there is now a new array where you have the choice to set the h tag as you like !

    #905126

    Hi,

    Let us know if you still need any assistance.

    Best regards,
    Basilis

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