• Resolved bobjones

    (@bobjones)


    I’d like to use the colorlib Activello header with the Sparkling theme. I prefer Activello’s display of the menu and logo, along with Sparkling’s content layout.

    The holdup appears to be the search form. When I use this html from Activello, it blanks out the page content:

    <?php activello_header_menu(); // main navigation ?>
    
    <div class=”nav-search”><?php
    add_filter(‘get_search_form’, ‘activello_header_search_filter’,10,3);
    echo get_search_form();
    remove_filter(‘get_search_form’, ‘activello_header_search_filter’);?>
    </div>

    I’ve picked up the <header> section from header.php and the Navigation section from style.css in Activello and copied it into Sparkling. I’ve also copied over search.php and searchform.php from Activello.

    Can any code-savvy users point out html and css I might have missed? Or is it a php issue?

    https://colorlib.com/sparkling/

    https://colorlib.com/activello/

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘colorlib Activello header with Sparkling theme’ is closed to new replies.