Suggestion to make forum more mobile friendly.

Get help with forum issues or make a suggestion.
Post Reply
User avatar
Shane Gowland
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~
Posts: 1430
Joined: 19 May 2014, 22:42
Location: Adelaide
Contact:

Hi All, particularly Diane.

I do most of my web browsing on my mobile, on which the forum is difficult to read because the header image doesn't resize dynamically. The page content is forced into half the page making all the text tiny. See below image.

Image

I come bearing a solution!

In the template file, replace

Code: Select all

<img src="./styles/prosilver/imageset/Site_logo.png" width="1200" height="200" alt="" title="">
with

Code: Select all

<img src="./styles/prosilver/imageset/Site_logo.png" style="max-width: 1200px; width: 100%;" title="Aussie Finch Forum">
and the header will look exactly the same on desktop computers, but resize correctly on mobile phones.
User avatar
Mickp
^^^^^^^^^^^^^^
^^^^^^^^^^^^^^
Posts: 2809
Joined: 09 Nov 2008, 19:03
Location: Yenda NSW
Location: Yenda NSW

Shane, pm sent
Mick.
Finch addict and rodent hater.
BluJay

Good suggestion Shane. Regards.
User avatar
Diane
..............................
..............................
Posts: 7402
Joined: 05 Apr 2009, 14:23
Location: Northern 'burbs of Adelaide
Location: Northern 'burbs of Adelaide

I dont access the forum on the mobile so I cant say for sure but I believe the latest upgrade done in the last few days has addressed this.
Diane
The difference between Genius and Stupidity is, Genius has it’s limits
User avatar
Shane Gowland
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~
Posts: 1430
Joined: 19 May 2014, 22:42
Location: Adelaide
Contact:

The issue is still present after the recent upgrade.
User avatar
gomer
...............................
...............................
Posts: 4484
Joined: 23 Nov 2008, 17:41
Location: Victoria
Location: Victoria Australia

Hopefully we can work through these teething problems and come up with solutions that fix these. Any offers of help or suggestions to Mick would be of benefit with regard to upgrades.
Keeper of Australian Grass Finches
Tricky
...............................
...............................
Posts: 62
Joined: 16 Sep 2014, 22:03
Location: Brisbane

Hi all
I'm a tradesmen & I use my mobile to check the forum at lunch , also I use my phone 95% of the time now rather than a laptop it's the way things are evolving . The more younger people join will more be like me . So all things to help with mobs will keep people interested. Read my quote below !
If you always do , What you always done. You'll always get , What you always got !
User avatar
Shane Gowland
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~
Posts: 1430
Joined: 19 May 2014, 22:42
Location: Adelaide
Contact:

In the file overall_header.html (in styles\prosilver\template - save a backup copy first) remove lines 103through to 108.

Code: Select all

<div id="site-description">
				<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
and replace them with:

Code: Select all

<div id="site-description" align="center">
    <a href="./index.php" title="Board index" id="logo">
        <img src="./styles/prosilver/imageset/Site_logo.png" style="width: 100%; max-width: 1200px;" title="Aussie Finch Forum" />
    </a>
    <p class="skiplink" align="left" style="padding-top: 5px;"><a href="#start_here">Skip to content</a></p>
</div>
User avatar
finchbreeder
^^^^^^^^^^^^^^
^^^^^^^^^^^^^^
Posts: 11495
Joined: 27 Jun 2009, 20:00
Location: Midwest of West. Aust. Coast
Location: Midwest of West.Aust.Coast

Shane that can be interpreted 2 ways. :think: If you have always insisted on the best effort and the best quality and you continue to do so, you will continue to get the best. :thumbup: That's how my and hubbys business and work ethics have always been. PS he's an electrician too.
LML
LML
Post Reply

Return to “Forum Issues, Feedback & Suggestions”