Cannot access some forum boards
3 posters
Page 1 of 1
Cannot access some forum boards
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : Yourself
When the problem appeared : I added a couple of threads, then went back to the homepage. Tried refreshing a few times.
Forum link : http://hogwartsswwroleplay.forumotion.com/
Description of problem
I added a couple of threads to my forum, then went back to the homepage. I scrolled down to get to the staff board section, and the links are unclickable. I checked to make sure I was logged in, and I am. So then I attempted to refresh the page. I did it several times but to no avail. I rechecked the admin panel and I'm still supposedly able to access and mod these boards.Last edited by Elisabeth McNight on November 1st 2015, 10:57 pm; edited 1 time in total
Re: Cannot access some forum boards
Hi @Elisabeth McNight,
After checking over the forum I noticed that the who is online image is the problem. Find this rule in your stylesheet ( or one similar to it ) :
It's making the who is online image 1000x1000px and the negative margin is causing the image to block the categories.
After checking over the forum I noticed that the who is online image is the problem. Find this rule in your stylesheet ( or one similar to it ) :
- Code:
.img-whois {
border-radius: 200px 0 0 200px;
border-right: 0 solid #000;
float: none;
margin-left: -130px;
margin-right: 5px;
margin-top: -900px;
width: 1000px;
}
It's making the who is online image 1000x1000px and the negative margin is causing the image to block the categories.
Re: Cannot access some forum boards
Find this CSS in your stylesheet and remove it :
That should fix the overlapping on the who is online section. Just have to say though, whoever made the base theme did some wonky things.
- Code:
#i_whosonline + p {
font-family: calibri;
margin-left: -130px;
margin-top: -100px;
position: relative;
text-align: center;
width: 1000px;
}
That should fix the overlapping on the who is online section. Just have to say though, whoever made the base theme did some wonky things.
Re: Cannot access some forum boards
Topic solved and archived ~ brandon_g
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» Previous Forum data to be transfered over or portable hardrive data zip flled into main boards
» Opt out of Forum Boards?
» Setting Up Categories and Forums
» Unable to access one thread in a forum, yet rest of forum works fine.
» Request complete forum deletion (No access to forum)
» Opt out of Forum Boards?
» Setting Up Categories and Forums
» Unable to access one thread in a forum, yet rest of forum works fine.
» Request complete forum deletion (No access to forum)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum