Menu link
Hi,
Website: www.rehvid123.eu
I have one small issue with the menu links that I don't know how to solve.
Website: www.rehvid123.eu
I have one small issue with the menu links that I don't know how to solve.
I want the menu item "REHVIDEMÜÜK" to send me to the link below. This is very crucial.
http://www.auto24.ee/products/search_result_product.php?r=1&pcid=1&cid=64&ad_type=&vehicle_type_id=&cat[64][sellers_id]=1555
However, once I save my custom menu, the link changes to the link below.
http://www.auto24.ee/products/search_result_product.php?r=1&pcid=1&cid=64&ad_type=&vehicle_type_id=&cat64sellers_id=1555
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!
http://www.auto24.ee/products/search_result_product.php?r=1&pcid=1&cid=64&ad_type=&vehicle_type_id=&cat[64][sellers_id]=1555
However, once I save my custom menu, the link changes to the link below.
http://www.auto24.ee/products/search_result_product.php?r=1&pcid=1&cid=64&ad_type=&vehicle_type_id=&cat64sellers_id=1555
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="http://www.auto24.ee/products/search_result_product.php?r=1&pcid=1&cid=64&ad_type=&vehicle_type_id=&cat[64][sellers_id]=1555"><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 Thanks;
Thanks, it worked like a charm!