Tagged: ismael
Hi Ismael,
Categories are back, by modifying the files in the parent theme, as you suggested. Wasn’t this solution integrated in the latest Enfold update?
Regards,
Poirot
Hi,
Yes, the filter “avf_postslider_show_catergories” was included in version 4.0.6. Just keep it in the functions.php file after updating the theme.
Best regards,
Ismael
is it still necessary, to keep this code snippet of you from you answer there
add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
function avf_postslider_show_catergories_mod($category) {
$category = 'show_business';
return $category;
}
in the functions.php when I update the theme, or is this snippet then obsolete?
Hi,
Yes, it’s necessary to keep the filter to display the category if the blog styling is set to “Default(Business)”.
Best regards,
Ismael
Hi Ismael!
Now the category is displayed on top of the date and meta comments. Is there a way to display the category at the same line as the slide-meta-comments and slide-meta-time updated?
And is it possible to display the category only >768px ?