Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Help EZ Pages (Previous-Home-Next buttons)

    Hi there.

    A stupid question.

    The navigation buttons to move in the different chapters of EZ Pages (Prev-Home-Next) are aligned in the center in column form. I want to align them in the center but in horizontal form.

    The code in includes/templates/teplates_deafult/templates/tpl_page_default.php is:


    <?php if (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='2' and $counter > 1) { ?>
    <div id="navEZPageNextPrev">
    <a href="<?php echo $prev_link; ?>"><?php echo $previous_button; ?></a>
    <?php echo zen_back_link() . $home_button; ?></a>
    <a href="<?php echo $next_link; ?>"><?php echo $next_item_button; ?></a>
    </div>
    <?php } elseif (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='1') { ?>
    <div id="navEZPageNextPrev"><?php echo zen_back_link() . $home_button . '</a>'; ?></div>
    <?php } ?>

    <?php

    What causes that the buttons are centered in vertical form. I can not change it to a horizontal line.

    Thank you

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Help EZ Pages (Previous-Home-Next buttons)

    Change the CSS from display: inline; to display: block; for that ID or class.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: Help EZ Pages (Previous-Home-Next buttons)

    Thank you, but I was not lucky. I believe it is a problem with the CSS buttons module
    I will tell it to the author

 

 

Similar Threads

  1. v139h Previous / Next buttons of product Info Pages do not work right... out of order
    By lolwaut in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Jan 2012, 04:49 PM
  2. Next/Previous Buttons don't work?
    By AmirGTR in forum Addon Templates
    Replies: 1
    Last Post: 9 Feb 2010, 11:51 AM
  3. next previous return to product list buttons help
    By MachaNeko in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 May 2008, 05:29 PM
  4. Previous/Next Navigation Buttons
    By garciax4 in forum Basic Configuration
    Replies: 9
    Last Post: 19 May 2006, 03:30 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