Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223673
    riwaro
    Participant

    Hello,

    On my shop page the footer looks different. But is only on the shop side. The footer on the shop page should look like on the home page.
    See photo

    Greetings Thomas

    #1223797
    riwaro
    Participant

    Hello,

    has everything looked. The footer displayed the nav menu

    Greetings Thomas

    #1223806
    riwaro
    Participant

    Hello,

    I found the mistake. In the function.php that was in it.

    Add_filter ( ‘wp_nav_menu_args’, ‘custom_blog_menu’);

    Function custom_blog_menu ($ args) {
    If (x_is_shop ()) {
    $ Args [ ‘theme_location’] = ‘primary’;
    $ Args [ ‘menu’] = ‘Esprit-External’;
    }
    Return $ args;
    }
    Add_filter ( ‘gettext’, ‘translate_text’);
    Add_filter ( ‘ngettext’, ‘translate_text’);

    Function translate_text ($ main) {
    $ Main = str_ireplace ( ‘Select options’, ‘add to cart’, $ main);
    Return $ main;
    }

    Thank you very much Thomas

    #1223861
    Paul R
    Moderator

    Hi,

    Glad you were able to figure it out.

    Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1223673 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>