Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Main Page - Heading Text Question

    Is it possible to combine the Heading text in the main page with the Body text as picture below? Seems like a wired question, but ive seen it somewhere.

    Attached Images Attached Images  

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Main Page - Heading Text Question

    in tpl_index_default.php this is the default layout:

    PHP Code:
    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE?></h1>

    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php ?>

    <!-- deprecated - to use uncomment this section
    <?php if (TEXT_MAIN) { ?>
    <div id="" class="content"><?php echo TEXT_MAIN?></div>
    <?php ?>-->

    <!-- deprecated - to use uncomment this section
    <?php if (TEXT_INFORMATION) { ?>
    <div id="" class="content"><?php echo TEXT_INFORMATION?></div>
    <?php ?>-->

    <?php if (DEFINE_MAIN_PAGE_STATUS >= and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <?php
    /**
     * get the Define Main Page Text
     */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php ?>
    change it to
    PHP Code:
    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE?></h1>

    <?php if (DEFINE_MAIN_PAGE_STATUS >= and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <?php
    /**
     * get the Define Main Page Text
     */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php ?>

    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php ?>

    <!-- deprecated - to use uncomment this section
    <?php if (TEXT_MAIN) { ?>
    <div id="" class="content"><?php echo TEXT_MAIN?></div>
    <?php ?>-->

    <!-- deprecated - to use uncomment this section
    <?php if (TEXT_INFORMATION) { ?>
    <div id="" class="content"><?php echo TEXT_INFORMATION?></div>
    <?php ?>-->

  3. #3
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Main Page - Heading Text Question

    Thanks Clyde..that really does something. But what i'm trying to do is not about changing positions. But combining both Heading text and the Define Main Page text. My apologies for not being clear with the question. Here's the example:

    1.Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    [FONT=Tahoma]
    [/FONT]
    2.Main Page Sample Text ...
    This section of text is from the Define Pages Editor located under Tools in the Admin.
    To remove this section of the text, delete it from the Define Pages Editor.
    Is it possible to make it looks like this?
    [FONT=Tahoma]Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution. - [/FONT]Main Page Sample Text ...This section of text is from the Define Pages Editor located under Tools in the Admin. To remove this section of the text, delete it from the Define Pages Editor.
    Thanks..

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Main Page - Heading Text Question

    could be like this..

    Congratulations! - Main Page Sample Text ...This section of text is from the Define Pages Editor located under Tools in the Admin. To remove this section of the text, delete it from the Define Pages Editor.

 

 

Similar Threads

  1. v138a Heading on Main Page
    By MandyMac in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jul 2014, 04:04 AM
  2. space between heading on main page
    By maxy007 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Feb 2011, 08:24 PM
  3. Remove Category Heading/Image from Main page
    By Wildthing in forum Setting Up Categories, Products, Attributes
    Replies: 13
    Last Post: 23 Apr 2010, 01:12 AM
  4. Stupid question about editing welcome text on main page
    By musicfreer in forum General Questions
    Replies: 3
    Last Post: 15 Jan 2009, 05:34 PM
  5. Quick question about text colour for "New Products" on main page
    By monkeybrains in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Aug 2006, 06:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg