Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Feb 2009
    Posts
    81
    Plugin Contributions
    0

    Default Re: Deleting "Information Sidebar" Items

    hi
    can anyone tell me here
    http://www.mgdezigns.com/printables/...n_page=privacy
    under "information" in left box content , all my links appear so close like privacy notice is adjoined with contact us and contact us with newsletter
    how do i make each appear on each line?
    Thanks

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

    Default Re: Deleting "Information Sidebar" Items

    In a stock Zencart installation, those are list items in an unordered list. It looks like your template designer has removed that for some reason. I would look through the template files to see where that was done (probably includes/templates/trublu/sideboxes/tpl_information.php), or you might be able to find the privacy link in includes/modules/sideboxes/trublu/information.php and add a <br /> in the proper places.

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

    Default Re: Deleting "Information Sidebar" Items

    Odd... your template designer appears to have taken about an eight-year step backwards in coding and turned all of the sideboxes into tables. They also as stevesh notes eliminate the <li> structure from the content of this box. You can fix it very easily by adding to your stylesheet (anywhere)
    Code:
    #information-content>a {display: block;}

  4. #14
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Deleting "Information Sidebar" Items

    Not surprising, I guess, since that template was written for Zencart version 1.3.6 in 2007.

  5. #15
    Join Date
    Feb 2009
    Posts
    81
    Plugin Contributions
    0

    Default Re: Deleting "Information Sidebar" Items

    "face palm" i edited the template to match my site , i think I will download a fresh copy and add what you just told me :)
    Thanks! Stevesh and gjh42 :)

    EDIT : thank you soooooooo much gjh42 I added that line and it fixed it up perfectly
    Last edited by maria82g; 13 Mar 2014 at 08:34 PM.

  6. #16
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Deleting "Information Sidebar" Items

    Using the Developers Tool Kit, I found three entries -- SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true' -- but did not find where it was set 'TRUE'.

    Any clues to set it to false??

  7. #17
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Deleting "Information Sidebar" Items

    What I did for now is cheat. In the /includes/modules/sideboxes/information.php file;

    I changed -- if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true')

    to -- if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK != 'true')
    Last edited by IATIA; 1 Nov 2016 at 04:10 AM.

  8. #18
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Deleting "Information Sidebar" Items

    When you see those values that are UPPERCASED, they're (usually) constants of some form ... including the constants that reflect database-related settings.

    In your Tools->Developers Toolkit, enter that constant (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK) in the very-top search entry on that page and you'll get a display that shows you that the value is, in fact, a configurable item and will include a link to allow you to change that value.

  9. #19
    Join Date
    May 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Deleting "Information Sidebar" Items

    Quote Originally Posted by lat9 View Post
    When you see those values that are UPPERCASED, they're (usually) constants of some form ... including the constants that reflect database-related settings.

    In your Tools->Developers Toolkit, enter that constant (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK) in the very-top search entry on that page and you'll get a display that shows you that the value is, in fact, a configurable item and will include a link to allow you to change that value.
    Thanks so much lat9 for pointing that out. That it includes a link to allow you to change that value sure saves time finding the correct admin->Configuration page

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  2. Deleting "Information" categories
    By solotripper in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Nov 2010, 05:28 PM
  3. "deleting variant" in stock by attrib. vs. "deleting attribute" in attrib. controller
    By hboospumpkin in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 7 Jun 2007, 08:26 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR