Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Location
    Austin, TX USA
    Posts
    48
    Plugin Contributions
    0

    Default page overlap problem

    I have two product types, the Product - General and Document - General

    I am using the Document - General for free pdf downloads. I had some customization done for this but unfortunately the developer did not test how things would look. The PREV/NEXT split page navigation is at the top of the page and clobbers the main product image.

    As a temporary fix I'd like to disable the split page navigation only on the Document - General products OR move the buttons below the description. The top/bottom/both setting within the Configuration->Product Listing settings will not work since there is no price or quantity to hold the place on the page. In other words the PREV/NEXT is always at the top because there is nothing above it.

    I've looked at the tpl_document_general_info_display.php (in the templates override area) and found an area that looks promising but my attempts aren't working. I've also poked at the stylesheet.css but it seems there's only a generic display that is common to all pages, .navSplitPagesResult {}.

    I'd like to fix this in the most appropriate place. Does anyone have any ideas?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: need to disable split pages navigation on documents general

    Probably, if we could see the site. Styling questions are almost impossible to answer without seeing the problem in action.

  3. #3
    Join Date
    Feb 2014
    Location
    Austin, TX USA
    Posts
    48
    Plugin Contributions
    0

    Default Re: need to disable split pages navigation on documents general

    Absolutely! Site is linniedarling.com

    a free download product (Document - General) with the buttons up high and banging into the photo: http://linniedarling.com/knit-croche...-free-download

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: need to disable split pages navigation on documents general

    If your image/content height is consistent for this product type, or has a definite maximum, you can just add this rule to your stylesheet:
    Code:
    #docGeneralDisplay .navNextPrevWrapper {position: absolute; top: 32em; left: 50%;}
    Adjust to taste.

  5. #5
    Join Date
    Feb 2014
    Location
    Austin, TX USA
    Posts
    48
    Plugin Contributions
    0

    Default Re: need to disable split pages navigation on documents general

    Many thanks gjh42! That did the trick.

 

 

Similar Threads

  1. Gift Certificate Account Box overlap on Checkout Success page
    By NJka in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Apr 2012, 06:17 AM
  2. v139h CSS border overlap problem
    By SethF in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 11 Mar 2012, 02:36 AM
  3. Field overlap on Contact page
    By peanut in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Aug 2007, 11:48 AM
  4. Sideboxes overlap problem
    By beast666 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 17 Jun 2007, 10:54 PM
  5. problem with tell-a-friend page in IE - textarea overlap
    By tbrides in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Dec 2006, 03:41 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