Our "SUBMIT A REQUEST" button is not linking to the new request/ticket page...HELP!
답변함Our "SUBMIT A REQUEST" button is all of the sudden not linking to the new request/ticket page. When you click the button it does nothing.
Does anyone have a fix for this? We are using a custom template but it looks like the string is pretty basic
<li>{{link 'new_request' class='submit-a-request'}}</li>
Does this string look right?
Please help.
Thank you!
-
If you try removing the <li> tags from the line, does that do anything?
Do you have a public facing link to your help centre anywhere? It's hard to diagnose without being able to inspect a page from a single line of code.
-
Fyi...link works on mobile but not desktop.Thanks
-
removing the <li> did not do anything.
-
Hey Rick Dunetz
From an inspection of your theme, the button is working fine when checking out the theme on a phone.
However, when using the page on a desktop, the .container-header.mobile class is overlapping the actual menu element. Try adding the following to your CSS file, which will force the menu element to the top of your z-index. :-)
nav.user-nav.menu
z-index: 1001;
}and also add the following, to ensure you remain the look on phone viewport.
@media only screen and (max-width: 600px){
.user-nav#helpsome regards,
Simon Blouner
Solution Architect @ helphouse.io -
That did the trick! Thank you!
댓글을 남기려면 로그인하세요.
5 댓글