-
AuthorPosts
-
October 16, 2018 at 9:37 am #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
- This topic was modified 6 years ago by conversionmedia.
October 16, 2018 at 9:55 pm #1022416Hey conversionmedia,
Have send it to our developers as that looks like a really nice addition!
Best regards,
BasilisOctober 17, 2018 at 8:04 am #1022603Hey 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!
October 18, 2018 at 5:15 pm #1023493Hi 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,
VictoriaDecember 10, 2018 at 5:39 pm #1043200Hello 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
December 11, 2018 at 8:52 pm #1043974Hi conversionmedia,
Well, you might want to keep the link in the bookmarks somewhere too.
Best regards,
VictoriaDecember 18, 2018 at 3:18 pm #1046906Hi 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?
December 23, 2018 at 9:23 pm #1048894Hi 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,
VictoriaFebruary 4, 2019 at 2:10 pm #1062680Hello there..
We just want to make sure that this issue will be launched before 2020..
February 9, 2019 at 8:41 pm #1064983Hi conversionmedia,
We don’t have the ETA for this, unfortunately. Please bear with us.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.