Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1022061

    Hello there,

    we have been successfully using Enfold for a long time, but now we need more possibilities to manipulate the Headline Architecture.

    Actually Enfold doesn’t handle that much possibilities to take hand on Headline Structure, espacially inside of slider templates ( av-helper-slideshow.php ). To make it more comfortable for SEOs to control the Headline Structure, it would be nice to implement some “apply_filters” functions around the affected parts of rendering.

    For example “av-helper-slideshow.php line=545”. In this case you set h2 hard inline.

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

    But it would be great when you implement it this way.

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

    And it would be much greater, if you set this type of filtering in all your Headline renderings.

    Thanks a lot in advance

    #1022416

    Hey conversionmedia,

    Have send it to our developers as that looks like a really nice addition!

    Best regards,
    Basilis

    #1022603

    Hey Basilis,

    thanks a lot! When can i expect your developers to push this into the upcoming updates? It’s a bit hurried for me and i don’t want to override the theme files to get into work :)

    Best regards!

    #1023493

    Hi conversionmedia,

    Well, the next update might be in a month, so you might want to add that to you theme yourself.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1043200

    Hello there,

    i just want you to remember this topic…

    It is really necessary and it is very toilsome to change every line of code everytime you update Enfold…

    Kind regards

    #1043974

    Hi conversionmedia,

    Well, you might want to keep the link in the bookmarks somewhere too.

    Best regards,
    Victoria

    #1046906

    Hi Victoria,

    we already did bookmark this page here… and our whole company watches this here…
    But bookmarking won’t help your Team including the snippet.. Even if its implementation costs less than 10 seconds…

    We delivered the solution and your coders just need to copy and paste it into source code… That’s not even hard or something like this…
    It’s just CTRL C and CTRL V and a small comment on version control that’s it.

    When can we expect your Team to push it into source code?

    #1048894

    Hi conversionmedia,

    Our devs are very busy at the moment with making the theme compatible with Gutenberg and fixing other issues. They will address the issue whenever they can.

    Thank you for your understanding.

    Best regards,
    Victoria

    #1062680

    Hello there..

    We just want to make sure that this issue will be launched before 2020..

    #1064983

    Hi conversionmedia,

    We don’t have the ETA for this, unfortunately. Please bear with us.

    Best regards,
    Victoria

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