简体   繁体   中英

Customizing WordPress Header Navigation Menu on WordPress Premium Theme

I have been encountering a problem on my WordPress premium theme on its navigation menu on header. When it is clicked it will not redirect to the destined page. I have been working to fix it on Google Chrome element editor and finally solved the problem by editing some element on Google Chrome element editor.

Before

<li id="menu-item-2011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1076 current_page_item menu-item-2011"><a href="http://stagjurnal.dev/">Home</a></li>

After

<li id="menu-item-2011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1076 current_page_item menu-item-2011"><a href="http://stagjurnal.dev/" **onclick="location.replace('http://stagjurnal.dev/'),'_top'"**>Home</a></li>

My question is, I can't find the file where I have to edit and input my code as I am not familiar with WordPress file structure, and when I try to search for the id="menu-item-2011", on the project folder it can't be found for some reason.

I have tried to contact the developer of the theme but they don't even reply to my email, though I have tried to fix this myself. The theme is called Enigma ( https://themeforest.net/item/enigma-minimal-multipurpose-wordpress-theme/18298127 ).

尝试查看header.php文件,通常与该文件头有关的所有文件都应放在其中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM