Hi @be_new,
I saw you are using a child theme that may add extra post navigation. Child theme adjustment may be needed for 6.3 compatibility. Before doing so, you may verify the issue by disabling the child theme.
Thread Starter
Be_New
(@be_new)
Hi Khasis,
thanks for your reply. After disabling the child theme and testing with the parent theme I have seen that the issue remains.
Hello, good morning,
I have the same problem, I am not using a child theme and I have just updated the theme.
https://www.bioconstruible.com/projects/reforma-de-vivienda/
How can I solve this?
Sorry, by chance I have just solved (more or less) the issue: in the customizer settings when I activate the “author box” the duplicated navigation disappears.
It makes no sense but at leaste now it looks as it should.
Kike
Thread Starter
Be_New
(@be_new)
Activating the author Box doesn’t solve the problem in my case.
The Author Box appears under the first navigation
and under the Author Box the duplicate navigation still remains.
-
This reply was modified 2 years, 8 months ago by
Be_New.
Sorry, I made a mistake, I apologize.
Actually, in my site it happens exactly as it does in yours, the duplicated navigation is still there.
I looks like a bug in the Sydney Toolbox plugin.
I am having this problem too. It doesn’t happen on the most recent post, but with all other older posts the duplicated navigation is there.
Just add to your custom CSS and hide first nav:
#main .navigation.post-navigation:nth-of-type(1) {
display: none;
}