Results 1 to 10 of 10
  1. #1
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Remove "more" link from under New Products Sidebox Title

    I am using an image as the header here and the text looks funny under it. How can I make that "more" link go away?

    Thanks!!

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by digidiva-kathy View Post
    I am using an image as the header here and the text looks funny under it. How can I make that "more" link go away?

    Thanks!!
    Di,
    A link to the site would help me big time
    Mark
    Hare Do

  3. #3
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by digidiva-kathy View Post
    I am using an image as the header here and the text looks funny under it. How can I make that "more" link go away?

    Thanks!!
    includes/ languages/ english.php
    1. copy the file and save to includes/ languages/ your_template/ english.php
    2. search for [more]
    3. line 71
    4. you can open that file in a good text editor and change the [more], or eliminate it leaving only the two single quotes ''. Those must stay.
    Mark
    Hare Do

  4. #4
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by haredo View Post
    includes/ languages/ english.php
    1. copy the file and save to includes/ languages/ your_template/ english.php
    2. search for [more]
    3. line 71
    4. you can open that file in a good text editor and change the [more], or eliminate it leaving only the two single quotes ''. Those must stay.
    Thanks, Haredo, I had already done that. I just want the space there to go away. I'm attaching a little screenshot of it.

    Thanks!
    Attached Images Attached Images  

  5. #5
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by digidiva-kathy View Post
    Thanks, Haredo, I had already done that. I just want the space there to go away. I'm attaching a little screenshot of it.

    Thanks!
    I will research for you if you like
    Last edited by haredo; 12 Apr 2008 at 03:07 PM.
    Mark
    Hare Do

  6. #6
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by digidiva-kathy View Post
    Thanks, Haredo, I had already done that. I just want the space there to go away. I'm attaching a little screenshot of it.

    Thanks!
    Just double checking..

    includes/ languages/ your_template/ english.php

    //text for sidebox heading links THIS IS WHERE [MORE] WAS
    define('BOX_HEADING_LINKS', '');
    Mark
    Hare Do

  7. #7
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Yep, I got that...but there's a space for it which makes my image for that sidebox further away than all the others. I really want to get rid of that space.

    Thanks!

  8. #8
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    Quote Originally Posted by digidiva-kathy View Post
    Yep, I got that...but there's a space for it which makes my image for that sidebox further away than all the others. I really want to get rid of that space.

    Thanks!
    D,
    Have you tried this:
    includes/ templates/ your_template/ css/ stylesheet.css

    h3#whatsnewHeading a {display: none;}

    Can you place a link to the site please, or pm the link to me please
    Last edited by haredo; 12 Apr 2008 at 04:12 PM.
    Mark
    Hare Do

  9. #9
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Remove "more" link from under New Products Sidebox Title

    If anyone is looking for this in the future, choose the appropriate file from these two, located in the /includes/templates/template_default/common folder:

    tpl_box_default_left.php

    or

    tpl_box_default_right.php

    and remove the code between the two orange lines:

    PHP Code:
    // choose box images based on box position
      
    if ($title_link) {
        
    $title '<a href="' zen_href_link($title_link) . '">' $title BOX_HEADING_LINKS '</a>';
      }
    // 
    That worked for me.

  10. #10
    Join Date
    Dec 2008
    Posts
    35
    Plugin Contributions
    2

    Default Re: Remove "more" link from under New Products Sidebox Title

    Had a similar problem.

    My custom box... its heading on the right side became a link and the left side displayed perfectly fine.. i.e. no link... especially not to the shopping cart anymore :S weird.


    Solution....


    in:
    Code:
    includes\modules\sideboxes\
    your php sidebox file

    add the following line

    PHP Code:
    $title_link false
    just under
    PHP Code:
    $title =  BOX_HEADING_SHIPPING_MAP
    Works for me.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 27 Jun 2014, 10:34 PM
  2. how to disable "new products" and "all products" from category sidebox?
    By phingoc in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Mar 2014, 12:40 AM
  3. How do I remove the "new products" box under my content?
    By bparker in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Sep 2009, 09:06 PM
  4. Remove "New Products" Link From Categories Box
    By andoverit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Mar 2009, 10:38 AM
  5. Removing "All Products" & "New Products" from Categories Sidebox
    By MattBUK in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Feb 2009, 09:39 AM

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