Status
Not open for further replies.

p.team

Active Member
43
2017
7
0
Hello administrators and moderators of wjunction,

first of all let us say that the template created for this forum is awesome. Nice logo, fonts, color schema, organization and also the responsive part.

We have noticed a small bug on the desktop version ( tested also with different screen size and browser ), please check the screenshot below:

1ae79d18c78042a5a7131be54bf01769.png


As you can see, when you click on a section of the menu the forum redirects you on the home at the selected section. In our example we have clicked on hangout and the site redirect us to http://www.wjunction.com/forum.php#webmaster-hangout.

The "error/bug" that appears is not a "big problem" or something very important but can be frustrating for those that love a clean and perfect design because the site goes under a few more pixels than necessary ( exactly 65 ). This happen because the header is fixed and solve this is very easy.

Below we propose our solution to fix this issue, but there are many different solutions:

Please note that we use the webmaster-hangout section for our example ( id="cat12" )
Code:
[B]1)[/B] on forum.php before "<li class="forumbit_nopost link L1" id="cat12">" add the following span: "<span class="wj_anchor" id="webmaster-hangout_fix"></span>"

[B]2) [/B]on the menu link now to the [B]#webmaster-hangout_fix[/B] instead of [B]#webmaster-hangout[/B]

Code:
[I]Style:
[/I]
.wj_anchor {
         
        display: block;
        height: 65px;
        margin-top: -65px;
        visibility: hidden;
}

69c1534f67544991a357b021422992e9.png


Regards,
p.team

__________________
Added after 10 minutes:

This solution can be also used for the entire forum to fix problems like this:

c3ffd7927fc8430a8681f78a8ed1532c.png
 
Last edited:
1 comment
Status
Not open for further replies.
Back
Top