Author Topic: Go to menu for mobile  (Read 4020 times)

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
Go to menu for mobile
« on: December 07, 2015, 02:54:08 PM »
hi,
  So i have search this forum of how to edit the go to menu for mobile devices, but i haven't found anyone that has a solution. I thought that maybe i could go to the language definition and change the name but i didn't find it there as well. Is there anyway to change to words, like maybe to categories or something? maybe in the code?

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: Go to menu for mobile
« Reply #1 on: December 08, 2015, 07:46:05 AM »
This text is in the JavaScript and executed only on mobile screen
See https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/javascript/custom.js
Line #56.

Code: [Select]
    $("<option />", {
        "selected": "selected",
        "value": "",
        "text": "Go to..."
    }).appendTo("nav.subnav select");
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

 

Powered by SMFPacks Social Login Mod