Results 1 to 7 of 7
  1. #1
    Join Date
    May 2008
    Location
    Alconbury, UK
    Posts
    27
    Plugin Contributions
    0

    Default Disabling titles of pages?

    I was wondering if it's possible to disable or hide the titles of pages displaying underneath the breadcrumbs? I would like to create image titles that will be displayed at the top of some pages via html, and the titles just clutter the page (especially since you can see what it is in the breadcrumbs). I looked through the admin area and didn't see it - is this something that must be done via code?

  2. #2
    Join Date
    Mar 2004
    Location
    Finland
    Posts
    488
    Plugin Contributions
    3

    Default Re: Disabling titles of pages?

    Quote Originally Posted by crashley1784 View Post
    is this something that must be done via code?
    or with some clever CSS ...

    You might try this list I've made by parsing for Heading fields through the default template.

    Works for me when I want to set common style to all Headings (since the headings don't have any common style set)

    PHP Code:
    #accountDefaultHeading,
    #accountHistoryDefaultHeading,
    #acctNewslettersDefaultHeading,
    #accountNotificationsHeading,
    #addressBookDefaultHeading,
    #addressBookProcessDefaultHeading,
    #advSearchDefaultHeading,
    #advSearchResultsDefaultHeading,
    #checkoutConfirmDefaultHeading,
    #checkoutPayAddressDefaultHeading,
    #checkoutPaymentHeading,
    #checkoutShipAddressDefaultHeading,
    #checkoutShippingHeading,
    #checkoutSuccessHeading,
    #conditionsHeading,
    #cookieUsageDefaultHeading,
    #createAcctDefaultHeading,
    #createAcctSuccessHeading,
    #customerAuthDefaultHeading,
    #discountcouponInfoHeading,
    #downloadTimeOutHeading,
    #maintenanceDefaultHeading,
    #featuredDefaultHeading,
    #gvFaqDefaultHeading,
    #gvRedeemDefaultHeading,
    #gvSendDefaultHeadingDone,
    #gvSendDefaultHeadingConfirm,
    #gvSendDefaultHeadingSend,
    #indexCategoriesHeading,
    #indexDefaultHeading,
    #productListHeading,
    #shoppingCartInfoHeading,
    #loginDefaultHeading,
    #logoffDefaultHeading,
    #pageTwoHeading,
    #pageThreeHeading,
    #pageFourHeading,
    #ezPagesHeading,
    #pageNotFoundHeading,
    #privacyDefaultHeading,
    #allProductsDefaultHeading,
    #newProductsDefaultHeading,
    #productReviewsDefaultHeading,
    #reviewsInfoDefaultHeading,
    #reviewsWriteHeading,
    #reviewsDefaultHeading,
    #shippingInfoHeading,
    #cartDefaultHeading,
    #siteMapHeading,
    #specialsListingHeading,
    #sslCheckHeading,
    #timeoutDefaultHeading,
    #unsubDefaultHeading,
    .centerBoxHeading {
       
    displaynone;

    Working with Zen Cart since 2003 :: www.prr.fi
    Author of the original Finnish language pack for Zen Cart since 2004

  3. #3
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Disabling titles of pages?

    you might want to adapt that slightly to:

    visibility:hidden;
    display:none;

    Just to make sure that every browser gets the point!

  4. #4
    Join Date
    May 2008
    Location
    Alconbury, UK
    Posts
    27
    Plugin Contributions
    0

    Default Re: Disabling titles of pages?

    Thanks! That worked beautifully

  5. #5
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    Default Re: Disabling titles of pages?

    Hi,
    I just got here and I realised that your advice would help me a lot... but I don't know where I have to put that code. Can you help me with some stepts? Thank you!
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  6. #6
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Disabling titles of pages?

    It goes in includes/templates/YOURTEMPLATE/css/stylesheets.css

  7. #7
    Join Date
    Mar 2004
    Location
    Finland
    Posts
    488
    Plugin Contributions
    3

    Default Re: Disabling titles of pages?

    To make things simpler, create a new stylesheet in the css folder and paste it there...
    Working with Zen Cart since 2003 :: www.prr.fi
    Author of the original Finnish language pack for Zen Cart since 2004

 

 

Similar Threads

  1. disabling sidebox for SSL pages
    By iwantone in forum General Questions
    Replies: 2
    Last Post: 21 Jan 2010, 06:33 AM
  2. Define Custom Page Titles for Individual Pages - not custom titles for site wide use
    By antonyx in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 May 2008, 06:35 PM
  3. INformaton sidebox pages NOT disabling?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Mar 2008, 12:08 AM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 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