Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    26
    Plugin Contributions
    0

    Default Removing the back button

    All I could find was old posts on this. I could have sworn I saw the option in the Admin panel.

    A back button appears on my info pages. Is there a way to remove that without having to go through each page individually?

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Removing the back button

    Trying to see what you're talking about but your site link no longer works.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Removing the back button

    hi dbltoe

    I will like to know how to remove all the back buttons on the info pages (eg Shipping & returns, Privacy Notice, Conditions of use) basically all the pages on my left column., under the categories.

    I have included a link for your ref. This is the link to Shipping & returns info page with the orange back button at the bottom

    http://www.ragdoll.sg/store/index.ph...e=shippinginfo

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Removing the back button

    You have some serious coding problems there. Don't know where you got the template, but it's miss several standard items and stylesheets. And there is an unclosed div on your pages.

    Your back buttons are coded incorrectly as they should be going to the main page.

    Any assistance we'd try to give would be hit or miss with this template.

    You might try looking for buttonRowback using the developer's tool kit in the admin.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: Removing the back button

    You could try modifying your /includes/templates/custom_premium/css/stylesheet.css file to add (towards the bottom):

    Code:
    #shippingInfo .buttonRow {
      display: none;
    }
    That will "hide" the button from display on the shippinginfo page. You can then expand this to look like:

    Code:
    #shippingInfo .buttonRow, #xxxx .buttonRow {
      display: none;
    }
    where you repeat the segment in red, replacing xxxx with the ID of the 'class="centerColumn"' DIV for the page you want to hide the back button. That CSS tells the browser to "not display" anything with a "class=buttonRow" (i.e. your Back button) within an HTML element with an id="xxxx".

    You can use the FireFox addons FireBug and/or Web Developer to view the HTML and styling that your pages generate.

 

 

Similar Threads

  1. v139h Removing the Back Button
    By traytray in forum General Questions
    Replies: 3
    Last Post: 9 Jun 2013, 06:00 PM
  2. How can I "flip" layout of Back to Shopping button with the Shipping Estimator button
    By MarleneF in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 May 2010, 09:38 PM
  3. Removing or moving back button
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Apr 2010, 04:35 PM
  4. The Back Button
    By ginginca in forum General Questions
    Replies: 3
    Last Post: 5 Dec 2006, 03:56 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