Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Edit text string in Our Menu [EaterStop]

#2129
Leon Sennomo
Participant

Hi, changing the text as described above introduces a small navigation bug. It’s easy to fix though 😉

Open: eaterstop-pro/js/filter-gallery.js

Edit line 12:

if(filterVal === 'all') {

to

if(filterVal === 'your new word') {

Note, your new word has to be lowercase.

I hope this helps someone who needs to do the same thing.