Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1056653

    Hello,

    In the past I was able to change the headline to H1 in a full screen slider (verytime after a theme update in the mother theme):

    So, as Yigit explains in this thread at the beginning: https://kriesi.at/support/topic/change-full-screen-slider-to-h1-tag/ (change in enfold / config-templatebuilder / avia- short codes / av-helper-slideshow.php)

    Now I’ve updated the theme via FTP. Then I did the same as always.

    But now it does not work anymore.

    Can you help me please?
    It’s not good if <H1> is missing and 2x <H2> is on the page. :-(

    Many Thanks.
    Marc

    In the following the access …

    #1056714

    But this will work best with child-theme use:
    if you are using my edited ALB Elements like in the thread you mentioned – i do actualised them to the newest enfold always on this page:
    https://webers-testseite.de/edited-enfold-alb-elements/#sliders
    you will then have this on the ALB :

    #1056727

    Hallo Günni,

    vielen lieben Dank für Deinen Post. :-)
    Scusi, aber … wo lade ich die 4 Burschen hoch? Per FTP oder im Enfold-Backend?
    Ich habe im enfold-child Verzeichnis (FTP) keinen Shortcodes Folder.

    LG – Marc

    #1056733

    Sorry, Günni,

    ich hätte die Seite ja mal hochscrollen können.
    Alles gut erst mal.

    Melde mich wieder …

    #1056741

    ist eigentlich dort ganz gut beschrieben.
    Wie gesagt – prinzipiell würde es auch funktionieren, wenn man die Parenttheme Files ersetzt. Geht aber dann immer bei jedem Update verloren.
    Ausserdem benötigt man wirklich nur den enfold-child/shortcodes folder ( die weitere Baumstruktur muss nicht erhalten sein)

    #1056753

    … also bislang erscheint im Enfold Backend im Slider Backend keine Möglichkeit/Pulldown, wo ich die Headline festlegen kann.
    Habe auch mal den Server Cache geleert. Oder könnte das noch irgendwo dran klemmen?

    BTW: Ich habe keinen “js” Folder (wie auf Deinem Screenshot zu sehen) im enfold-child Ordner.
    Der muss auch da rein, oder?

    #1056754

    Nein der ist dafür nicht nötig.
    Was halt oben beschrieben ist, damit die Child-Theme ALB Elemente genommen werden ist folgender Code im child-theme functions.php:

    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;
    }

    Und bitte alle 4 files uploaden

    #1056759

    Wenn du das Merging von Enfold nutzt bitte die Files refreshen: Dashboard – Enfold (Child) – Performance und dann : Delete old CSS and JS files?

    Und PPS: das Pulldown ist natürlich bei Caption ( Beschriftung)

    #1056780

    … perfekt! War im falschen Ordner unterwegs …

    Vielen lieben Dank, Günni.
    Super Sache, wirklich klasse.

    Wünsche Dir noch einen sonnigen Tag. :-)

    Marc

    #1056785

    Wie gesagt – wenn mal was nicht funktioniert, dann kann das sein, weil sich nach einem Update am Code der betreffenden ALB einiges geändert hat. Dann hat es meist ein wenig Zeitverzögerung bis die Neuen Files wieder auf der Seite sind.
    Die findest du im Übrigen auch Github von Enfold als Dritthersteller Beiträge: https://github.com/KriesiMedia/enfold-library/

    #1056793

    … alles gut. Danke – danke.

    :-)

    #1057033

    Hi,

    Great, I’m glad @guenni007 could help you out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1256065

    Hello together,
    I would also like the headline in the fullscreen slider to change from a H1 to a H2 (as described above). In the meantime, the Enfold development team has provided us with a solution that allows us to individually define the type of caption. A great solution!

    However, when I make the change to an H1, my text in the full screen slider is no longer responsive. Because I have not found a solution in the forum I am answering to this post. Maybe someone has the same problem. In the private content you can find a picture how it looks like when i changed the typ h2 to h1.

    Maybe someone can help me with a suitable Quick-CSS or a solution in the functions.php area.
    Thanks in advance.

    #1256194

    Hi msteid,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1256220

    these “edited Alb Elements” are deprecated.
    Since a lot of these options are now standard from Enfold. Thanks to Günter.

    #1257060

    Hi Victroia,
    Hi Guenni007,

    I let all headlines as a h2 in the fullsceen slider, beacuse it looked so awful. I have changed the title from a h2 to a h1. You can find a screenshot in the private content below.

    It looks awful on small-screens for example mobile devices.

    Thanks in advance for your help.

    • This reply was modified 4 years ago by msteid.
    #1257546

    Good morning! Would be nice if someone could help me with my problem.

    Thanks in advance.

    #1257706

    Hi msteid,

    I am helping you in another thread with this. Please do not write the same issue in multiple threads.

    Best regards,
    Victoria

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