Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Moving teext on main page display

    Hi
    On my first Zen site "www metalpix DOT co DOT uk" I have a couple of paragraphs of text that displays at the top of the page. This text is held in the "define_main_page"

    What I NEED is this text to display BELOW the "new products" and/or "featured products" ie:at the bottom of the page display.

    The text is alread well indexed with Google so I don't want to loose it, but as it is I'm loosing visitors and I think it's due to the heavy read before they see the products.

    How would I set this up?

  2. #2
    Join Date
    Oct 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Moving teext on main page display

    You have to edit the tpl_index_default.php from the templates folder and move this code
    Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <?php
    /**
     * get the Define Main Page Text
     */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php } ?>
    below ..

  3. #3
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Moving teext on main page display

    Sorry but that didn't do it

  4. #4
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Moving teext on main page display

    Ok
    I tried again (on a local test site) and yes it does work... Thanks.

    Only problem now is that the scroller also gets moved to the bottom of the page.

    I just want the text at the bottom if that is possible somehow.

    Thanks

  5. #5
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Moving teext on main page display

    You can use that same file you edited and manually put the code in - it won't be dynamic, but it might make it easier for you to move it wherever you want it.

    If you start having problems with the layout getting screwed up that will usually mean you have messed up a div tag somewhere.

 

 

Similar Threads

  1. moving main page
    By johnybravo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 Jun 2011, 01:07 PM
  2. moving photo to left on main page
    By sweet sodypop in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Jul 2008, 02:33 PM
  3. Moving the top bar on main page
    By waru in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 May 2007, 02:46 AM
  4. Moving Featured Products on Main Page?
    By fourpoints in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Mar 2007, 06:54 PM
  5. Moving links around on the main page
    By HandcraftedUK in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 19 Oct 2006, 03:27 PM

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