brettjo5
Forum Replies Created
-
Forum: Themes and Templates
In reply to: E-Commerce Hide Elements on Products PageThanks for the help everyone. I was able to get the desired results but throwing this into my style.css file.
.default_product_display form.product_form{ display: none; }
Forum: Themes and Templates
In reply to: E-Commerce Hide Elements on Products PageOh ok sorry about that! What do I need to add to my header.php to specify a page ID?
Forum: Themes and Templates
In reply to: E-Commerce Hide Elements on Products PageWPyogi:
I inherited this project from a developer that only half finished the website. I am not sure where he got this from, I assume he built it himself off of some templates he previously made.Andrew:
Yes I was using the google chrome developer tool, what I mean is once I find the class that could only be on this page, how do I change the style.css?Right now I know that my default products page is referenced like this “wpsc_default_product_list”. So how do I format the code to do this:
.wpsc_display_variation_forms{ display: none; }
but only in the wpsc_default_product_list?
Forum: Themes and Templates
In reply to: E-Commerce Hide Elements on Products PageOk, sorry for my ignorance but once I find that, what would the css code look like?
Forum: Themes and Templates
In reply to: E-Commerce Products Page FormattingThis problem has been resolved. I put this code into my style.css file.
.wpsc_default_product_list { float: left; width: 600px; } .wpsc_category_grid { float: right; width: 650px; }
Forum: Themes and Templates
In reply to: E-Commerce Products Page FormattingHi Andrew, the category listing is currently working the way it should be, as seen in your screen shot. But if you navigate down when the page actually shows products(products page–> diagnostics –> mirrors) you will see that the products get pushed down below the sidebar.
And I am assuming that this is happening on this page because the content area that displays the products is too wide, because you can see the add cart button on the far right of the screen.
As for how wide I would like it to be, I just need it to be about 30%-40% less then its current so the sidebar and products can be contained on the same line.