• Resolved conceptmachinetool

    (@conceptmachinetool)


    Hello, I’m using the Fortune Theme, and I’m having trouble making the main navigation pages clickable. Only the Sub-Menu’s are clickable. As a work=around I’ve created a sub-menu item of the same page (e.g. “CNC Machine Tools”). Any help is appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    Sorry for delay in response.

    First of all install and activate “custom CSS & JS” plugin from WP Plugin directory.

    Now try to put below Custom JS code into JS editor:

    jQuery(document).ready(function( $ ){
    
      $('.dropdown-toggle').click(function() {
      var location = $(this).attr('href');
      window.location.href = location;
      return false;
      });
    
    });

    Save the changes.

    Thank You

    Thread Starter conceptmachinetool

    (@conceptmachinetool)

    You are amazing! The code worked perfectly. Thank you!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    You are most welcome.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main Navigation Pages aren’t clickable’ is closed to new replies.