Okay
  Public Ticket #2412674
Navigation Menu
Closed

Comments

  • KIELA WILSON started the conversation

    On my Catering and Events pages, it will not show those pages as the active page.  It shows as if the HOME page is the current active page when on either one and therefore when you want to return to the home page, it won't allow you to.  I've check the coding and can't figure out where the error is.

  •  838
    Jelly replied

    Hello,

    Please open the HTML code and then replace links with section IDs: https://tppr.me/u5ZMe and https://tppr.me/bhdL2

    Best Regards,
    Jelly Team

  • KIELA WILSON replied

    Sorry for the delay.  I didn't realize you had replied.  I'm not sure I clearly understand the resolution.  The section ideas already have what you've stated to add. 

    The website is rib1.com.  The home page has the info you stated which is

    <!-- BEGIN ABOUT SECTION -->
            <section id="about" class="section about">
                <div class="container">
                    <div class="jt_row jt_row-fluid row visible">
                        <div class="col-md-12 jt_col column_container">
                            <h2 class="section-title">About Us</h2>
                        </div> 
                        <div class="col-md-6 col-md-offset-3 jt_col column_container">    
                            <div class="section-subtitle">
                               Charlie Robinson's Journey 
                            </div>
                        </div>


    The Catering and Events pages are the ones that won't show as the current active page when viewing.  Below is an example of the navigation on the Catering page:


    <!-- BEGIN NAVIGATION MENU-->
                    <nav class="collapse navbar-collapse navbar-right navbar-main-collapse" role="navigation">
                        <ul id="nav" class="nav navbar-nav navigation">
                            <li class="page-scroll menu-item"><a href="index.html">Home</a></li>
                            <li class="page-scroll menu-item"><a href="about.html">About</a></li>
                            <li class="page-scroll menu-item"><a href="menu.html">Menu</a></li>
                            <li class="page-scroll menu-item current"><a href="#catering">Catering</a></li>
                            <li class="page-scroll menu-item"><a href="events.html">Events</a></li>
                            <li class="page-scroll menu-item"><a href="contact.html">Contact Us</a></li>

                            <li class="page-scroll menu-item">Order" class="redactor-linkify-object">https://robinsonsbarandgrill.menufy.com">Order Online</><li>


                        </ul>
                    </nav>
                    <!-- EN NAVIGATION MENU -->

    I'm not sure what you suggest I should change.

  •  838
    Jelly replied

    Find this line in <!-- BEGIN NAVIGATION MENU-->:

    <li class="page-scroll menu-item"><a href="about.html">About</a></li>

    Now replace about.html with #about and check if it fixes the issue.

    Best Regards,
    Jelly Team

  • KIELA WILSON replied

    That did not fix the issue

  •  838
    Jelly replied

    I cannot see the change in the source code: https://tppr.me/Ljitr

    Could you send us FTP access to the website as a private message?

    Best Regards,
    Jelly Team

  •   KIELA WILSON replied privately
  •  838
    Jelly replied

    I cannot connect to FTP:

    Status:      	Resolving address of rib1.com
    Status:      	Connecting to 67.195.197.25:21...
    Error:        	Connection timed out after 50 seconds of inactivity
    Error:        	Could not connect to server

    Do I need to use a special port number?

    Best Regards,
    Jelly Team

  •   KIELA WILSON replied privately
  •  838
    Jelly replied

    Still not working. Could you apply the fix from https://jellythemes.ticksy.com/ticket/2412674/#comment-12642561 so I can check?

    Best Regards,
    Jelly Team

  •   KIELA WILSON replied privately
  •  838
    Jelly replied

    Ok, now could you replace #about with 

    http://rib1.com/#about

    https://tppr.me/su0uw

    Best Regards,
    Jelly Team