Menu link
Website: www.rehvid123.eu
I have one small issue with the menu links that I don't know how to solve.
[Links visible only for registered users]
However, once I save my custom menu, the link changes to the link below.
[Links visible only for registered users]
If you can see there are two brackets [ ] [ ] that dissappear. This means that the link does NOT send me to MY products, but send me to a General search on that webpage.
I have done everything correctly in creating a menu. And I could swear that the link worked fine a couple of days ago. I am using WPML plugin, and the main language right now is a translation, if it might have to do anything with it. Maybe there is a css that makes the website not touch my link? I am using this link also in a slider button, which opens correctly.
Thank you in advance!
Comments
Theme does not change how WordPress save links in Custom Menus. Also CSS styles do not affect links but only the styles for HTML elements
Please swich to default WP Theme and check if it works
Thanks!
In the default WP theme the link menu item does not show at all for some reason.
I added the link (in the code below) to the "Navigation label", and the link now works correctly. However, it changed the style of the menu item, and it is now lower than the other items when scrolling down. Maybe a css code to keep it in line? hehe...
<a href="[Links visible only for registered users]"><i style="font-size: 120%;" class="icon-basket"></i> REHVIDEMÜÜK</a>
Thank you in advance!
This is not the best solution, but this code should help in this case
#menu-item-100 a:first-child { display: none !important;}Thanks;Thanks, it worked like a charm!