how to show whole page title or hide it?

Value
12 years, 8 months ago
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?
diatribe
12 years, 7 months ago
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.
diatribe
12 years, 7 months ago
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.
beetlepod
12 years, 2 months ago
Remove the line from mobile_iphone/jqtouch-src/themes/apple/theme.min.css .toolbar>h1 {
overflow: hidden;

and the full name will show.

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.