XF 2.3 navigation selection problem

hakyangler

Active member
I added the 3 navigation menus seen in the first picture later.

Screenshot_1.webp


My problem here is that normally when I click on the navigation menu, it should be selected as in the image below, but it is not selected when I click on the navigation menus that I added in the first image.

Screenshot_2.webp


I removed all the plugins and checked to see if the problem would be fixed, but the situation is the same even though I removed all the plugins. If anyone can help, I'd appreciate it.
 
If it is a forum node you can specify the tab that should be selected under navigation selection.



Screenshot 2024-11-08 at 10.16.52.webp


If not then you can add the navigation id to the template:

<xf:page option="section">navigation_id</xf:page>

The navigation id is shown in the navigation setup:

Screenshot 2024-11-08 at 10.15.10.webp

So in this case
 
where exactly am I going to add this? is it page_container?
No that would be used on every page I think.

If it is a page node then you select it in the node setup itself as in my first screenshot. If for example it is a help page then put the code at the top.

However I looked at your site and there is nothing linked to that Tab Incelik Yöntemleri
 
the connections are currently working, they are just not selected in navigation.
OK, yes looks like you have fixed the link.

If it is to a category, then the category node settings have a navigation selection choice as in my first screenshot.

screenshot-2024-11-08-at-10-16-52-webp.313641
 
Back
Top Bottom