Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545014

    The thread is closed: https://kriesi.at/support/topic/alb-blog-entry-display-none/#post-515147
    so here is another question to it

    if there are no entries there will be that message and i found that solution on that time by putting it some conditional phrases for events manager. But since that time (some Enfold updates) this will no longer work.

    so now i put in that code you mentioned a new class (“noentries”):

        <article class="entry noentries">
            <header class="entry-content-header">
                <h1 class='post-title entry-title'><?php _e('Nothing Found', 'avia_framework'); ?></h1>
            </header>
    
            <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p>
    
            <footer class="entry-footer"></footer>
        </article>

    and now i can choose if it set to display: none or not.

    But next update of enfold is coming – this will be gone

    Is there a way to put this into child-theme ?

    #546985

    Hi Guenter!

    you would need to hire a freelance developer for this job, as it is out of our support scope.

    Regards,
    Andy

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