A website I help manage uses MuraCMS. It was brought to my attention that many links are opening in the same tab instead of opening a new one. The target is properly set to _blank so I am not sure what is causing this. Please help! These are normal links to other pages of the site so they shouldn't be encountering anything weird.
Asked
Active
Viewed 45 times
0
-
Can you show us an example of the link code? If the target is being set correctly then this is a browser issue. Once the link is generated by Mura and sent to the browser it is all client-side (browser). – Miguel-F Oct 05 '17 at 20:42
-
for example: Link Name I got rid of the actual link because I don't want to give away where I work. – CSRenA Oct 05 '17 at 20:46
-
If that is your link then something is happening on the browser end to stop the functionality. Try different browsers. Check your settings. – Miguel-F Oct 06 '17 at 01:53
-
The only other thing I can think of is that you have some JavaScript code that is catching the click event and preventing it from firing. Do you have JavaScript code binding to click events on these pages as well? We will really need to see some code to help with this. What you have told us thus far should work. – Miguel-F Oct 06 '17 at 12:16
-
This is why I'm very confused. There's no javascript happening in the background that should bother the links. The only javascript is for the header on the page. – CSRenA Oct 11 '17 at 19:18