Welcome, Guest
Username Password: Remember me

How to remove page name under toolbar
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How to remove page name under toolbar

How to remove page name under toolbar 12 years, 3 months ago #7061

  • Sasnel
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I want to remove the site name that is under the toolbar because the logo is already in the toolbar. I can't find where to change this. 
My site is www.kasias.nl 
Can somebody please help me ?

Re: How to remove page name under toolbar 12 years, 3 months ago #7122

To change your page name go to /Yoursite/templates/mobile_iphone/index.php

Adjust this row
<h1><?php /** @var JSite $app */ $app =& JFactory::getApplication(); echo $app->getCfg('sitename'); ?></h1>
Delete the php stuff or Insert a image, or write your own Title.

I see that your "back" and "Home" buttons are still blue, while your toolbar color is black.

Try this Photoshop file!
Here you can cange color and gradients to the buttons and cut them out and export them to your site.
The buttons for Iphone is availebel here:
/yourSite/templates/mobile_iphone/jqtouch-src/themes/apple/img/
replace them, but with the same name.

The file is made in adjustable Vector format (no pxels, when rezising)

http://www.teehanlax.com/blog/iphone-4-gui-psd-retina-display/

www.teehanlax.com/blog/iphone-4-gui-psd-retina-display/

Last Edit: 12 years, 3 months ago by Blip Blop 75.

Re: How to remove page name under toolbar 12 years, 2 months ago #7723

  • Wicko
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
You might want to remove the bar as well as the title copy.

Remove '<div class="toolbar">
<h1><?php
$app =& JFactory::getApplication();
echo htmlspecialchars_decode($app->getCfg('sitename'));
?></h1>' - lines 45-49
+ remove
'</div>' - line 54

This worked for me
  • Page:
  • 1
Time to create page: 0.09 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.