[Resolved] Navigation Is Really Long

Home Forums Support [Resolved] Navigation Is Really Long

Home Forums Support Navigation Is Really Long

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • #381037
    Terrell Jerry

    My navigation is showing up really big and header. I need help asap!

    #381062
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link us to your site?

    #381069
    Terrell Jerry

    It’s not showing it anymore thanks for responding back so early.

    #381108
    Terrell Jerry

    Sorry! It’s showing again web address: https://jerrymarcellus.com/alabama-seo-company/

    #381172
    Leo
    Staff
    Customer Support

    Hmm can you try disabling all non-GP plugins?

    #381432
    Terrell Jerry

    My homepage is still showing a very long navigation. What do I need to do!

    https:jerrymarcellus.com

    #381433
    Terrell Jerry

    My homepage is still showing a very long navigation. What do I need to do!

    https://jerrymarcellus.com

    #381436
    Leo
    Staff
    Customer Support

    Did you try my suggestion?

    Looks like it’s fixed? https://s26.postimg.org/8u5x4enm1/2017-09-07_2111.png

    #381565
    Terrell Jerry

    Yea but this plugin is causing it but I need it so what do I need to do.

    Code Snippets

    Activate
    More Details

    An easy, clean and simple way to add code snippets to your site.

    By Shea Bunge

    #381763
    Leo
    Staff
    Customer Support

    Hmm Code Snippets itself definitely shouldn’t be causing that.

    What snippets have you added in there?

    #381776
    Terrell Jerry

    Activate sidebar when using sections.

    add_filter( ‘generate_sections_sidebars’,’generate_enable_sections_sidebars’ ); function generate_enable_sections_sidebars() { return true; }

    Stop banners from showing on the homepage.

    if ( ! is_front_page() ) : ?><script data-oio-zone=”type=banner&zone=2&align=center&refresh=0″>
    (function(w,d,e,o,u,s,t){w[o]||(w[o]={},s=d.createElement(e),s.src=u,s.async=1,
    t=d.getElementsByTagName(e)[0],t.parentNode.insertBefore(s,t))})(window,document,
    “script”,”oiopub”,”https://zippsurge.com/wp-content/plugins/oiopub-direct/zones.js&#8221;);
    </script>
    <?php endif;

    Make banner show up on the blog and single post with sections active.

    add_action( ‘generate_before_main_content’,’tu_blog_banner’ );
    function tu_blog_banner() {
    if ( is_home() || is_single() ) {
    ?>
    <script data-oio-zone=”type=banner&zone=2&align=center&refresh=0″>
    (function(w,d,e,o,u,s,t){w[o]||(w[o]={},s=d.createElement(e),s.src=u,s.async=1,
    t=d.getElementsByTagName(e)[0],t.parentNode.insertBefore(s,t))})(window,document,
    “script”,”oiopub”,”https://zippsurge.com/wp-content/plugins/oiopub-direct/zones.js&#8221;);
    </script>
    <?php
    }
    }

    #381777
    Terrell Jerry

    Every time I activate it makes my navigation really long and header really long!

    #381790
    Leo
    Staff
    Customer Support

    Can you try removing the last two functions?

    #381859
    Terrell Jerry

    It worked but how do I use the other codes I need them for my website!

    #381916
    Leo
    Staff
    Customer Support

    Hmm which one was causing the conflict? Where did you get the code?

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