The page labels are too large

Permalink
The word "Home" on the home page is too large. In fact, I would like to eliminate these labels on all of the pages, if possible.

Does anyone know how I can minimize or eliminate these labels?

 
Mnkras replied on at Permalink Reply
Mnkras
Can you please elaborate?

This doesn't really describe what exactly your issue is, what theme are you using? (screenshots are helpful)
thenursingresource replied on at Permalink Reply
Hi,

I am using the Gutzo theme.
Along top are the tabs labeled Home, About Us, and so on.
One each of the prospective pages the same label appears, Home, About Us, Blog, Search . . . and so on.

http://www.thenursingresource.com/...

The word Home, About Us, Blog, and Search are way too large.

I would prefer not to have them there at all.

Is there a way I can alter/eliminate them?

Thanks
Mnkras replied on at Permalink Reply
Mnkras
you are going to have to go into /packages/cutzo/themes/cutzo/elements/header.php (this is a guess on the path so it may not be exact) and find a line like:

<h1><?php echo $c->getCollectionName()?></h1>
or
echo '<h1>'.$c->getCollectionName().'</h1>';

and delete it
thenursingresource replied on at Permalink Reply
Sorry, I did not find "/packages/cutzo/themes/cutzo/elements/header.php " anywhere.

I cannot find it anywhere in the dashboard in any area.

Please be more specific.
Mnkras replied on at Permalink Reply
Mnkras
it is NOT in the dashboard, you have to edit the file in the filesystem, so you will have to use ftp
thenursingresource replied on at Permalink Reply
What is ftp?
wagdi replied on at Permalink Reply
wagdi
FTP (File Transfer Protocol) is a speedy and convenient way to transfer files over the Internet.

For more info, check out the beginners guide to ftp from filetransferplanet.com - http://www.filetransferplanet.com/ftp-guides-resources/...
Mnkras replied on at Permalink Reply
Mnkras
Thank you wagdi.
On Dec 27, 2011 6:18 PM, "concrete5 Community" <discussions@concretecms.com>
wrote:
thenursingresource replied on at Permalink Reply
These are the only codes I found under statewide settings under the debug tab:

# concrete5 Version
5.4.2.2

# concrete5 Packages
Cuzto Theme (1.0), Dreamy (1.0), Fluidity (1.0), Galleria image gallery (2.0), LoadFooV2 (1.0), Mint Chocolate Chip (1.0), Natural Essence (1.0), Neuphoric (1.0), Orange Sunset (1.2), Pluralism (1.1), Squarely Theme (1.0), Yosemite (1.0).

# concrete5 Overrides
blocks/php.ini, controllers/php.ini, elements/php.ini, helpers/php.ini, jobs/php.ini, js/php.ini, css/php.ini, languages/php.ini, libraries/php.ini, mail/php.ini, models/php.ini, single_pages/php.ini, themes/php.ini, tools/php.ini

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.2.17

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dbase, dom, exif, filter, ftp, gd, gettext, gmp, hash, iconv, imap, ionCube Loader, json, ldap, libxml, mbstring, mcrypt, mhash, mime_magic, mysql, mysqli, ncurses, odbc, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, posix, pspell, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, SQLite, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
memory_limit - 128M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - /usr/bin
safe_mode_gid - Off
safe_mode_include_dir - no value
sql.safe_mode - Off
suhosin.log.phpscript.is_safe - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 100000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
keiooz replied on at Permalink Reply
FTP is the most convenient way of transferring files from one place to another. It is the most used software especially when you have multiple websites.<img src="http://imagicon.info/cat/0/vbulletin-rolleyes.gif">
thenursingresource replied on at Permalink Reply
Well, this has been a long road.

I got the ftp and found the header info.

Unfortunately, I am unable to deleat anything. The program does not have a deleat button. It will only allow me to deleat the entire header php.

Here is what I have so far:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<?php Loader::element('header_required'); ?>

<!-- CSS -->
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" />
<link rel="stylesheet" media="print" type="text/css" href="<?php echo $this->getStyleSheet('print.css')?>" />

<!-- RSS -->
<link rel="alternate" href="" title="RSS Feed" type="application/rss+xml" />

<!-- JavaScripts -->
<script src="<?php echo $this->getThemePath()?>/js/jquery.tooltip.js" type="text/javascript"></script>
<script src="<?php echo $this->getThemePath()?>/js/DD_roundies_0.0.2a-min.js" type="text/javascript"></script>

<script src="<?php echo $this->getThemePath()?>/js/cufon-yui.js" type="text/javascript"></script>
<script src="<?php echo $this->getThemePath()?>/js/font.js" type="text/javascript"></script>

<script src="<?php echo $this->getThemePath()?>/js/viva.js" type="text/javascript"></script>

</head>

<body>
<br /><br />
<div id="wrapper">

<div id="header">

<div id="navigation">

<h1 id="logo"><!--
--><a href="<?php echo DIR_REL?>/" class="tooltip" title="Take me Home!" ><?php
$block = Block::getByName('My_Site_Name');
if( $block && $block->bID ) $block->display();
else echo SITE;
?></a><!--
--><div class="logo-shadow"></div></h1>

<?php
$a = new Area('Header Nav');
$a->display($c);
?>

</div>

</div>
thenursingresource replied on at Permalink Reply
Well, I did it now.

I have ruined it!

I deleated the header php and now the site is ruined!
thenursingresource replied on at Permalink Reply
How do I get this back?
thenursingresource replied on at Permalink Reply
Can you please repost the contents of the distributed header.php file so I can cut and paste it?

Thanks!