Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2005
    Posts
    17
    Plugin Contributions
    0

    Default Featured Items sidebox

    Hi
    I am trying to edit the featured items sidebox so that there is no 'Featured [more]' link instead I would like just a header.
    Also i would like to remove the image from the feature sidebox leaving just a title link.

    Could anyone give me the template I need to edit and which code have to delete to remove the image?

    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Featured Items sidebox

    Joe,
    Use the powerful internal search tool in your admin panel!!

    Admin panel/ tools/ web developers tool kit
    A. do a search for [more] and you will find the english.php file to edit..

  3. #3
    Join Date
    Aug 2005
    Posts
    17
    Plugin Contributions
    0

    Default Re: Featured Items sidebox

    Thanks - I found the line to remove the [more] text in the link.

    Any idea which part of the code I need to delete in the features sidebox template to remove the image? I deleted the reference to the image in the code below but it just shows as a broken link box so I know I need to delete somethibg else but am not sure which part!

    <?php
    $content = "";
    $featured_box_counter = 0;
    while (!$random_featured_product->EOF) {
    $featured_box_counter++;
    $featured_box_price = zen_get_products_display_price($random_featured_product->fields['products_id']);
    $content .= '<div class="sideBoxContent centeredContent">';
    $content .= '<a href="' . zen_href_link(zen_get_info_page($random_featured_product->fields["products_id"]), 'cPath=' . zen_get_generated_category_path_rev($random_featured_product->fields["master_categories_id"]) . '&products_id=' . $random_featured_product->fields["products_id"]) . '">' . zen_image(DIR_WS_IMAGES . $random_featured_product->fields['products_name']);
    $content .= '<br />' . $random_featured_product->fields['products_name'] . '</a>';
    $content .= '<div>' . $featured_box_price . '</div>';
    $content .= '</div>';
    $random_featured_product->MoveNextRandom();
    }
    ?>

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Featured Items sidebox

    Joe,
    Right mouse click on the image and click on properties!
    This will show you the path. :)

 

 

Similar Threads

  1. v151 Remove Featured Items Sidebox from Featured Items Page
    By mutinyzoo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Nov 2013, 07:20 PM
  2. v150 repeat items in both featured items and what's new
    By buildingblocks in forum Basic Configuration
    Replies: 12
    Last Post: 29 Jun 2012, 10:11 PM
  3. Featured items or Special Items REFUSE to display on main / home page
    By masmat in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 13 Aug 2010, 06:29 PM
  4. Manufacturers Dropdown Items Linked To Featured Items?
    By macentyre2000 in forum General Questions
    Replies: 3
    Last Post: 8 Oct 2009, 10:39 PM
  5. Featured Sidebox, increase items?
    By dwessell in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 20 Aug 2008, 07:21 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