Reply To: Upgrade from 1.4 to 1.4.1

Homepage Community Forums Epik Theme Support Upgrade from 1.4 to 1.4.1 Reply To: Upgrade from 1.4 to 1.4.1

#12337
jafet.sanchez
Customer

    Hi Wes,

    This is my site under construction: http://circocs.com/

    1) Responsive menu not working:
    I just copied the style.css and responsivemenu.js files from your demo site to see if that fix the problem with the responsive menu but no luck.

    2) Double credits lines in footer:
    Another issue I have is a double footer “copyright” lines, even if I add the filter for footer credits text as follows:

    //* Customize the credits
    add_filter( ‘genesis_footer_creds_text’, ‘sp_footer_creds_text’ );
    function sp_footer_creds_text() {
    echo ‘<div class=”creds”><p>’;
    echo ‘Copyright © ‘;
    echo date(‘Y’);
    echo ‘ · Circo Creative Studio’;
    echo ‘</p></div>’;
    }

    3) The other thing that bothers me is that the logo area is not responsive, the logo keeps the same size in mobile.

    I hope you can advice me on these 3 problems.

    Thanks!