Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2212

[3.3.x] Support Forum • Re: Links stopped being clickable

$
0
0
I don't know why I can't click the post links anymore but I tried disabling all extensions but that didn't help
An extension isn't the problem in this case, but rather your changes to Prosilver (Dark Edition) 1.1.5. The cause lies in this file:

styles/prosilver_dark/theme/content.css

Original:

Code:

dl.row-item dt {background-repeat: no-repeat;background-position: 5px 95%;/* Position of topic icon */background-size: 17px;}
Your change:

Code:

dl.row-item dt {background-repeat: no-repeat;background-position: 5px 18px;/* Position of topic icon */background-size: 17px;        position: relative;}
The problem is position: relative;, which "somehow" moves the last column to another layer, which means links no longer function as such, neither on hover nor on click. Strangely, the effect only occurs in the last column. But I don't know why; a CSS Jedi will have to answer that. ;)

This bastard of a CSS error cost me an hour and a half. ^^

Statistics: Posted by LukeWCS — Sat Apr 12, 2025 1:57 pm



Viewing all articles
Browse latest Browse all 2212

Trending Articles