Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    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', '');

  2. #2
    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!

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    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.

  4. #4
    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.

  5. #5
    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

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