Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default HELP! I ready need help with some modifications

    I have been search for couple days here for these questions that I have, I have many posts but none of them helps with my issues.

    here are the things that need help with:
    1. I add new image for my search, but now my search box and button are not in alignment any more.

    2. there is a horizontal line within my categories, how do I remove that?

    3. is there any way that I hind cart contents (not shown)?

    4. which file should I modify to allow my "Shopping Cart" (image/sidebox) visible, even there is nothing in the cart.

    here is my site: http://www.the4thmuse.com
    Thanks


  2. #2
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    Hi, I can answer one of your questions. You can get rid of that solid line in the sidebar by editing your css at this line:

    .sideBoxContent HR {
    border-bottom: 1px solid #000000;
    }

    You can replace the 1pxetc with "none."

  3. #3
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    Quote Originally Posted by ilsita View Post
    Hi, I can answer one of your questions. You can get rid of that solid line in the sidebar by editing your css at this line:

    .sideBoxContent HR {
    border-bottom: 1px solid #000000;
    }

    You can replace the 1pxetc with "none."
    Thank you so much, but that did not solve my issue, it did take out the bar but leave a blank space here.
    however I did solve it by using Admin developers tool to located the code.
    in case you would like to do the same, here is what I have done:

    if (SHOW_CATEGORIES_BOX_SPECIALS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_NEW == 'true' or SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
    // display a separator between categories and links
    if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') {
    //$content .= '<hr id="catBoxDivider" />' . "\n";
    $content .= '' . "\n";
    }
    if (SHOW_CATEGORIES_BOX_SPECIALS == 'true') {
    $show_this = $db->Execute("select s.products_id from " . TABLE_SPECIALS . " s where s.status= 1 limit 1");
    if ($show_this->RecordCount() > 0) {
    $content .= '<a class="category-links" href="' . zen_href_link(FILENAME_SPECIALS) . '">' . CATEGORIES_BOX_HEADING_SPECIALS . '</a>' . '<br />' . "\n";
    }


    I comment out the RED (in case I will use it later)
    and replace it with GREEN (new version)

    it took out the bar and closed the space.

    oops I forgot to tell you what file:
    \includes\templates\YOUR_TEMPLATE\sideboxes\tpl_categories.php
    Last edited by missinglife; 3 Oct 2009 at 01:40 AM. Reason: more infor

  4. #4
    Join Date
    Sep 2009
    Posts
    95
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    OK, sorry! I was dumb. This is easy:

    In your admin, go to "configuration" then go to "layout settings" and set "Categories Separator between links Status" to 0.

    That will do the trick. Sorry for sending you on that wild goose chase.

    ilsita

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: HELP! I ready need help with some modifications

    3. I don't understand the question.

    4. Admin - Configuration - Layout Settings - Shopping Cart Box Status

  6. #6
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    Thank you so much...it solve my issue.
    as for #3, when a buy select an item to buy, it will add the item to the shopping cart, and it will also shown at the sidebox.

    is there a way not to show the cart content(s) in the sidebox?

    Thanks

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

    Default Re: HELP! I ready need help with some modifications

    You want to always show the shopping cart sidebox, but not show what is in it? This doesn't seem to make sense - can you clarify exactly what you do want to see there?

  8. #8
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    it did seems make no make sense hun...

    what I am trying to do is to have a clean look, I dont want added contents to shown in shopping cart sidebox (left), only when a buyer click the image (shopping cart), it will take buyer to http://the4thmuse.com/index.php?main_page=shopping_cart

    hope this will clear it up a bit.
    Thanks

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

    Default Re: HELP! I ready need help with some modifications

    I wanted clarification before suggesting this blanket solution, in case there was some part of the content (like total) you did want to show.

    Add to your stylesheet

    #shoppingcartContent {display: none;}

  10. #10
    Join Date
    Apr 2009
    Location
    Portland, OR
    Posts
    106
    Plugin Contributions
    0

    Default Re: HELP! I ready need help with some modifications

    Oh...Thank you so much...Glenn

    this is exactly what I wanted
    you just make my day

    now I can move on the get my attributes to display the way I want...

 

 

Similar Threads

  1. I'm almost ready to go live and need help with a problem...
    By strugglingnovice in forum General Questions
    Replies: 11
    Last Post: 11 Dec 2011, 11:10 PM
  2. need some help with quanity
    By hootienchyna in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Oct 2009, 02:00 PM
  3. Need some help with my layout
    By kagen in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Feb 2009, 07:53 PM
  4. Layout modifications - Need help
    By NoWhErE in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Oct 2008, 09:14 PM
  5. Need some help with my Categories?
    By guscott in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Dec 2006, 07:17 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