Thread: Help...

Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Help...

    Hi everyone. I have an issue that I'm trying to resolve but I'm not finding how to change what I need to change. You can see the issue by going here:
    http://tranquillas.com/biz/index.php...e=products_all

    I don't want the gradient bars to show on this page. It's fine on this page:
    http://tranquillas.com/biz/index.php...=index&cPath=5
    for example...

    Anyone have any ideas? I'm sure it's staring me right in the face but I don't see how to fix the issue.

    Any help appreciated...

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

    Default Re: Help...

    I can't test this because backgrounds disappear in the Web Developer "Edit CSS", but try this:

    Code:
    #allProductsDefault .productListing-odd, #allProductsDefault .productListing-even {
        background-image: none;
        }

  3. #3
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Help...

    Quote Originally Posted by gjh42 View Post
    I can't test this because backgrounds disappear in the Web Developer "Edit CSS", but try this:

    Code:
    #allProductsDefault .productListing-odd, #allProductsDefault .productListing-even {
        background-image: none;
        }
    Hi Glenn,

    Thanks for the help but that did not work. Seems like it should, but it didn't. Here is the code that puts the images on the allProductsDefault page:

    .productListing-odd td, .productListing-even td {
    vertical-align: top;
    padding: 0.5em;
    margin-bottom: 1em;
    border-bottom: 3px double red;
    background-image: url(../images/box-title-bg.jpg);
    }

    If I remove that the images no longer show on the allProductsDefault page but I also lose it on all the other pages. Seems like I need some code that's like this:

    If Not allProductsDefault_page then
    show_images
    end if

    Just trying to figure out what's going on. If you come up with anything else to try please let me know.
    Thanks

  4. #4
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Help...

    Hi Glenn,

    Just figured out what to do about my situation. Here's the change I made to the code that you suggested:

    #allProductsDefault .productListing-odd td, #allProductsDefault .productListing-even td{
    background-image: none;
    }

    I had to add the "td" keyword to your code in the CSS file. This solved the problem. Now I have all my other pages that will display the image but it doesn't show on the "allProductsDefault" page. Thanks for pointing me in a direction.

 

 

Similar Threads

  1. Help Help Help! I cannot login to Admin
    By cjayosburn in forum General Questions
    Replies: 17
    Last Post: 21 Mar 2011, 04:52 PM
  2. Help help help please site not working !
    By symmo in forum General Questions
    Replies: 1
    Last Post: 15 Jan 2010, 10:18 PM
  3. HELP! HELP! HELP! Price Different in Express Checkout
    By Craig Robbo in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 15 May 2009, 06:55 PM
  4. HELP HELP HELP!!! I accidentally deleted english.php
    By whiteblazer01 in forum General Questions
    Replies: 2
    Last Post: 6 Mar 2009, 01:11 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