0
Welcome Guest! Login
0 items Join Now

Quasar article title is H2?

    • Jono Cowdery's Avatar
    • Jono Cowdery
    • Rocketeer
    • Posts: 54
    • Thanks: 0
    • Christian, webdesign

    Quasar article title is H2?

    Posted 12 years 3 months ago
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Quasar article title is H2?

    Posted 12 years 3 months ago
    • Hi, you'll need to edit the content files. In your template directory, go into the html folder, then com_content. The folders in here are for all the different content type. To edit the article layout, go into article->default.php. Change <h2 class="title"> to <h1 class="title">. You can repeat that on any other layouts you need in the com_content folder. Hope that helps.
    • The difficult we do immediately, the impossible takes a little longer.
    • Jono Cowdery's Avatar
    • Jono Cowdery
    • Rocketeer
    • Posts: 54
    • Thanks: 0
    • Christian, webdesign

    Re: Quasar article title is H2?

    Posted 12 years 3 months ago
    • Hi Cliff, thank you very much for the answer. That's great.

      Sorry for taking a while to respond - somehow I didn't get the notification that there was a reply.
    • Web design for Australian small business at www.protoncreative.com.au
    • radek's Avatar
    • radek
    • Elite Rocketeer
    • Posts: 928
    • Thanks: 20

    Re: Quasar article title is H2?

    Posted 10 years 9 months ago
    • Cliff Pfeifer wrote:
      Hi, you'll need to edit the content files. In your template directory, go into the html folder, then com_content. The folders in here are for all the different content type. To edit the article layout, go into article->default.php. Change <h2 class="title"> to <h1 class="title">. You can repeat that on any other layouts you need in the com_content folder. Hope that helps.

      Hello, I have in this file template>html>com_content>article>default.php only this:
      defined('_JEXEC') or die;
      $gantry_lib_path = JPATH_SITE . '/libraries/gantry/gantry.php';
      if (!file_exists($gantry_lib_path)) {
           echo 'This template requires the Gantry Template Framework.  Please download and install from <a href="http://www.gantry-framework.org/download">http://www.gantry-framework.org/download</a>';
           die;
      }
      include(JPATH_LIBRARIES.'/gantry/gantry.php');
      $gantry->init();
      include JPATH_SITE.'/templates/'.$gantry->getCurrentTemplate().'/html/base_override.php';

      where I found the right file? I want to change article title to H1.
    • Brousse's Avatar
    • Brousse
    • Newbie
    • Posts: 8
    • Thanks: 1

    Re: Quasar article title is H2?

    Posted 10 years 4 months ago
    • radek wrote:
      Hello, I have in this file template>html>com_content>article>default.php only this:
      defined('_JEXEC') or die;
      $gantry_lib_path = JPATH_SITE . '/libraries/gantry/gantry.php';
      if (!file_exists($gantry_lib_path)) {
          echo 'This template requires the Gantry Template Framework.  Please download and install from <a href="http://www.gantry-framework.org/download">http://www.gantry-framework.org/download</a>';
          die;
      }
      include(JPATH_LIBRARIES.'/gantry/gantry.php');
      $gantry->init();
      include JPATH_SITE.'/templates/'.$gantry->getCurrentTemplate().'/html/base_override.php';

      where I found the right file? I want to change article title to H1.
      Hi,
      I have the same problem with Graffito.
      I want to delete <H1>. Then replace the title <H2> in <H1>
      How to do that?

      Thierry
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Quasar article title is H2?

    Posted 10 years 4 months ago
    • this thread is about Quasar ... you ask about Graffito.
      I suggest to post in the Graffito forum.

Time to create page: 0.062 seconds