Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #531351

    Hi all,

    how to define “FINANZBERATUNG – UNABHÄNGIG UND TRANSPARENT” as H1

    https://www.finanzberatung-privat.de/

    Thank you for help!

    Best regards
    Peter

    #531515

    Hi Peter!

    Try line 788 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow.php file.

    					if(trim($title) != "")   $title 	= "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
    					

    Cheers!
    Elliott

    #531605

    Hello,

    I have the same problem but my slideshow.php has only 358 lines since last update.

    #531989

    Hey!

    Are you sure? It should cause an error to the site because the /enfold/config-templatebuilder/avia-shortcodes/slideshow.php file contains a total of 1112 lines. Please check it again. This is the whole code: http://pastebin.com/GF1QJxLt

    Cheers!
    Ismael

    #532001

    Hi Elliot,

    you mean to replace

    if(trim($title) != “”) $title = “<h2 {$title_styling} class=’avia-caption-title’ $markup_name>”.trim(apply_filters(‘avf_slideshow_title’, $title)).”</h2>”;

    by

    if(trim($title) != “”) $title = “<h1 {$title_styling} class=’avia-caption-title’ $markup_name>”.trim(apply_filters(‘avf_slideshow_title’, $title)).”</h1>”;

    ?

    Best Regards,
    Peter

    #532002

    Hi Ismael, Yes I’m sure. Since the new update, the file slideshow.php is only 15526o. See my screenshoot : http://img11.hostingpics.net/pics/201543copie.png .

    Can you confirm me that archive on themeforest is OK ?

    Thanks

    #532382

    Hi!


    @fred12100
    : My bad. My dev site is not using the latest version. Please edit the helper-slideshow.php file located on the same folder then find the same line of code. You can find it around line 423. :)


    @pete4u
    : Yes, you can change the heading tag to h1. :)

    Regards,
    Ismael

    #532423

    Hi Ismael,

    Thanks for info.

    All is OK now :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘SEO | Vollbild Slider | H1’ is closed to new replies.