Hello,
I just bought your theme, and I have few questions for you:
1) When I put pointer on my homepage in main menu of website – Car rental Europe, it is showing url of my website as homepage/#top. Why it shows this #top, and hot to fix this?
2) How to remove interesting links, pages, categories and archive from footer? I tried in widgets, but there are no these items there.
3) How to remove “Enfold Theme by Kriesi” link from bottom of the page ?
Hey ivanmne,
1. You can change that under Appearance->Menus.
2. Add your own widgets under Appearance->Widgets.
3. Put this in the copyright field under Enfold->Footer:
[nolink]
Best regards,
Rikard
Hello Rikard,
thanks for reply.
I solved everything just I can not fix this 1. issue
I already created menu, put this page in it, and tick “Enfold Main Menu”.
But again, when I hover that page from menu, is shows me pageurl/#top
Please help
Hi,
You can still change that under Appearance->Menus. If you need help then please post admin login details in private.
Best regards,
Rikard
Here is my login details
Hi,
Thanks for the update.
The theme automatically appends the “#top” anchor to the active menu item or the item related to the current page. Why do you need to remove it? It doesn’t really affect your site or anything. It just allows the user to go back to the top of the page when they click on the active menu item. If you really want to remove it, edit the js > avia.js file, look for this code around line 230:
matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
Remove the “#top” anchor.
matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current);
Best regards,
Ismael