• arno

    (@edmosveer)


    Good morning @candidthemes,

    After the update last week of search.php from the Engage Mag Theme, I like to report a simular error in content-none.php which is missing a footer and maybe more, sidebar widgets appear below the website, under the footer and all over.

    I solved this for now by copying code from the end of search.php and paste it at the end of content-none.php. Now it works but it should be like the 404 without sidebars.

    Can you help me? Or maybe send me the corrected content-none.php (vers 1.07) with the right footer and coding? It’s just a small file and easy to fix I think.

    Thanks in advance, best regards,
    Arno Veers

    • This topic was modified 3 years, 1 month ago by arno.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author candidthemes

    (@candidthemes)

    Hi @edmosveer

    We have solved the design issue and uploaded the new version of the theme. However the design doesn’t meet your requirement to make the page same as that of 404 error page without sidebar. So if you want that design please contact us on https://www.candidthemes.com/support-tickets/.

    We will ask the development team to provide us the child theme with the updated design for no search result found page.

    Thanks

    Thread Starter arno

    (@edmosveer)

    Hello @candidthemes,

    Thanks for the quick reply and support! The file content-none.php is still unchanged in the update 1.8? But I just noticed search.php and others are changed so I guess I need to update the whole theme?

    For now I still need that code from search.php at the bottom, the following part.

    <?php
    
                /**
                 * engage_mag_after_main_content hook.
                 *
                 * @since 0.1
                 */
                do_action('engage_mag_after_main_content');
                ?>
    
            </main><!-- #main -->
        </section><!-- #primary -->
    
    <?php
    /**
     * engage_mag_sidebar hook
     * @since Engage Mag 1.0.0
     *
     * @hooked engage_mag_sidebar -  10
     */
    do_action('engage_mag_sidebar');
    
    get_footer();

    Thanks again for the support!

    Regards, Arno

    • This reply was modified 3 years, 1 month ago by arno.
    • This reply was modified 3 years, 1 month ago by arno.
    • This reply was modified 3 years, 1 month ago by arno.
    • This reply was modified 3 years, 1 month ago by arno.
    Thread Starter arno

    (@edmosveer)

    Hello @candidthemes,

    I did the full update, was a bit worried 😉 but all working very well now and still looking the same, thanks a lot!

    There are two things I forgot to mention, maybe for the next update.

    In content-none + 404 – the line “Sorry nothing matched” is fully on the left without any margin. Thats because the headers should be closed after the divs instead of before.

    I moved the “header class=”page-header” closing tag – to the bottom, simple but took me a while to figure that out 😉

    Arno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Same error after update in content-none.php’ is closed to new replies.