Welcome, Guest
Username Password: Remember me

how to show whole page title or hide it?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: how to show whole page title or hide it?

how to show whole page title or hide it? 12 years, 7 months ago #8574

  • Value
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Please... i have  a problem i installed mobile joomla on my site. i tryed it on some phones and i have a problem with the page title. It shows just the part of the title and it end with three dots.

Can you please tell me how to hide the title or set it up so that the whole title is showing up?

Re: how to show whole page title or hide it? 12 years, 7 months ago #8763

  • diatribe
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
I have the same problem except I do not want to delete the title. I want to show it in full.

I tried the solution in http://www.mobilejoomla.com/forum/9-templates/369-page-title.html i.e

replace this
h1><?php /** @var JSite $app */ $app =& JFactory::getApplication(); echo $app->getCfg('sitename'); ?></h1>

with this
<h1>Any text here</h1>

I did the change in index.php in the mobile_iphone directory, and I cleared cache but it has not worked.

I would appreciate some assistance. Many thanks.
Last Edit: 12 years, 7 months ago by diatribe.

Re: how to show whole page title or hide it? 12 years, 7 months ago #8806

  • diatribe
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Some followup on my initial post:

I implemented the <h1>Any text here</h1> solution but did not meet with success. Maybe this is because I had too many letters in the name of the site.

I found the hack <center><h2>Name of site</h2></center> worked for me because it uses a smaller font.

Re: how to show whole page title or hide it? 12 years, 2 months ago #11875

  • beetlepod
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Remove the line from mobile_iphone/jqtouch-src/themes/apple/theme.min.css .toolbar>h1 {
overflow: hidden;

and the full name will show.
  • Page:
  • 1
Time to create page: 0.07 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.