Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pfchute Friend
    #137063

    Hi,

    please can someone tell me how to change the content headings, VM category headings and product headings to h1 tags

    Many thanks in advance

    Regards
    Paul

    Sherlock Friend
    #286533

    Dear pfchute !
    You can do it following way below :
    Open default.php file in templatesja_zeolitehtmlcom_contentarticle folder, find following code section at about line 19 :


    <h2 class="contentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
    <?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
    <a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
    <?php echo $this->escape($this->article->title); ?>
    </a>
    <?php else : ?>
    <?php echo $this->article->title; ?>
    <?php endif; ?>
    </h2>

    change to :


    <h1 class="contentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
    <?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
    <a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
    <?php echo $this->escape($this->article->title); ?>
    </a>
    <?php else : ?>
    <?php echo $this->article->title; ?>
    <?php endif; ?>
    </h1>

    pfchute Friend
    #286775

    Thanks Hainn. That is excellent

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pfchute 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum