Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Help with Newletter Subscribe-only mod

    I've installed the mod and it's worked perfectly. However, it's added the word "subscribe" to the site title and at the bottom of the main content area. I removed all the files however the subscribe: keep appearing

    How do I get rid of that?! (see site here: http://www.ironsightsfirearms.com

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

    Default Re: Help with Newletter Subscribe-only mod

    You've got your work cut out for you. Those store-bought templates can be a

    This one is fairly easy, but it's NOT going to get better.

    For now, you can remove all the listings for #indexDefaultHeading around line 806 of your stylesheet and replace it with display: none;

    Make sure this doesn't break something else in the process.

    NOTE TO ALL: Mods found in the Free Software Add Ons are generally tested to work with a standard install. Searching the forum, you'll find many horror stories of how they will not work with most store-bought templates.

    Caveat Emptor!
    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
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help with Newletter Subscribe-only mod

    Thanks for the reply, what you mean is to replace

    #indexDefaultHeading {
    margin: 0;
    padding:0;
    }

    with display: none; or just the word indexDefaultHeading

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

    Default Re: Help with Newletter Subscribe-only mod

    #indexDefaultHeading {
    margin: 0;
    padding:0;
    }
    becomes
    #indexDefaultHeading {
    display: none;
    }
    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
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help with Newletter Subscribe-only mod

    I changed the #indexDefaultHeading to

    #indexDefaultHeading {
    display: none;
    }

    however, I still have the " subscribe" on the site title. Is there something else that needs to be change. Once again, thanks for your help.

  6. #6
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help with Newletter Subscribe-only mod

    Never Mind...I found the problem. Thanks again.

 

 

Similar Threads

  1. v151 Newletter Subscribe checkbox on Shipping, Payment and Confirmation Pages
    By gilby in forum Managing Customers and Orders
    Replies: 0
    Last Post: 1 May 2013, 04:53 AM
  2. Problems with Newletter...Please help
    By jjmondoro in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2013, 12:55 PM
  3. Help with Newsletter-only mod - added "subscribe" to page title
    By littleturtlemama in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Jan 2008, 02:30 AM
  4. Newletter Subscribe Mod Email Template Problems
    By gunnerdaddy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 20 Nov 2007, 11:55 PM
  5. Replies: 0
    Last Post: 14 Mar 2007, 04:47 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