Tagged: 

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #796958

    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

    #797032

    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

    #797049

    @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?

    #797358

    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

    #822971

    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 ?

    #824302

    Hi,

    @Dutchman: Could you please provide a link to the page? We need to see the layout. Better yet, create a new thread so that we can inspect the issue carefully.

    Best regards,
    Ismael

Viewing 6 posts - 31 through 36 (of 36 total)
  • You must be logged in to reply to this topic.