Links do not open from click, only in new tab [closed]

I would guess that some javascript is running on that page (in your theme) and preventing the default action of click event.

Disable all plugins you have and then theme to narrow down the cause. If disabling a plugin or reverting the theme fixes it, then you have found your culprit.

Also look for javascript errors in console. Browser > Right click > Inspect Element > Console tab