• I added some sub items to the main menu, but the .sub-menu element isn’t showing.

    Can you help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have fix for the menu ? Nav is not working responsive.

    Hey,

    I had the same problem but managed to solve it.
    Just open arimolite-scripts.js in wp-content/themes/arimolite/assets/js

    and change line 67
    from :
    wp_enqueue_script('arimolite-scripts', get_template_directory_uri() . '/assets/js/arimolite-scripts.js', array(), false, true);

    to :
    wp_enqueue_script('arimolite-scripts', get_template_directory_uri() . '/assets/js/arimolite-scripts.js', array('jquery'), false, true);

    Hope this helps.

    • This reply was modified 4 years, 8 months ago by tsokay.
    Thread Starter webrightnow

    (@webrightnow)

    Thanks, to be honest I ended up installing Megamenu which is allows a lot more options anyway.

    I wish I hadn’t picked this theme in the first place, I’ve given it a 1 star review because of all the time I’ve had to spend fixing code errors and finding workarounds for things like the menu that just didn’t work.

    It’s too easy for developers to release themes into the WordPress directory, they should have to pass some sort of quality control test, looking at basic things like: are there code errors, does the and menu system actually work? This theme wouldn’t have passed such a test.

    I also think it’s bad practice for developers to basically say “contact me privately if you want a fix”, which is their standard reply to all support requests. It seems to me like a sneaky way of obtaining your personal information, maybe so they can upsell other services? Fixes should be published on the support forum, that’s exactly what it’s there for.

    Personally I think this theme should be pulled.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub menu not showing’ is closed to new replies.