Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2006
    Posts
    8
    Plugin Contributions
    0

    Default Previous/Next Navigation Buttons

    Is there a way in 1.3.01 to have the previous/listing/next buttons on one line, instead of in a column?

    I know there used to be a table code in /includes/classes/split_page_results.php, and also in the /includes/templates/template_default/templates/tpl_products_next_previous.php files, but I can't find it in this version.

    Any help would be appreciated!

    Thanks!

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Previous/Next Navigation Buttons

    Do you have an URL that we could peek at?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Previous/Next Navigation Buttons


  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Previous/Next Navigation Buttons

    Switch to Classic for a minute ...

    Does that fix it?

    If so, go fix your template ... this could be the files or stylesheet ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Previous/Next Navigation Buttons

    Nope - I switched to classic, and the buttons are still arranged in the same way.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Previous/Next Navigation Buttons

    Not sure what all files you may have touched but that is not how it displays in the original code in any version of Zen Cart ...

    Perhaps you could download a clean v1.3.0.1 and see what files you might have changed ... perhaps you changed the core files and are altering this for everything ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Feb 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Previous/Next Navigation Buttons

    I had checked this earlier - since the buttons displayed the same way in classic, I assumed that was the default & I'd be able to change them. I'll check the code & see what I did.

    Thanks for your quick reply!

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Previous/Next Navigation Buttons

    Let us know if you find the solution to this one ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Feb 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Previous/Next Navigation Buttons

    Woooohoooo! Success!

    In mytemplate\stylesheet.css, I had:

    a img{
    border: none;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    line-height:10px;
    letter-spacing:.1em;
    text-decoration: none;
    display: block;
    padding:8px 6px 10px 26px;
    background: url("mm_arrow.gif") 14px 45% no-repeat;
    }

    I changed it to:

    a img{
    border: none;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    line-height:10px;
    letter-spacing:.1em;
    text-decoration: none;
    display: inline;
    padding:8px 6px 10px 26px;
    background: url("mm_arrow.gif") 14px 45% no-repeat;
    }

    The only difference is "display: block" was changed to "display: inline" - that fixed it!

    Thanks for your help!

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Previous/Next Navigation Buttons

    Thanks for the update ... always a help to others ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Previous / Next navigation links
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Sep 2010, 04:13 PM
  2. Next/Previous Split Navigation
    By ru812 in forum General Questions
    Replies: 0
    Last Post: 15 Aug 2008, 02:04 PM
  3. Previous/Next Navigation Position Right
    By utopiko in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Apr 2008, 10:15 PM
  4. Remove Previous/Next Navigation?
    By Rydel in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Jul 2007, 05:13 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