kenlbrown
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Category OrderSorry for not being clear bd… on the front page in the posts. The parent and child categories are not showing correctly. The correct order is:
AIR RIDE SUSPENSIONS / AIR COMPRESSORS
AIR RIDE SUSPENSIONS / AIR BAGSBut for some unknown reason AIR VALVES / AIR RIDE SUSPENSIONS and AIR TANKS / AIR RIDE SUSPENSIONS are reversed.
The categories air valves and air tanks display first and I can’t get them reversed unless I put in or take out the function reverse_categories in my functions.php but then they all get reversed.
I’ve been scratching my head on this for a while now :/
Forum: Plugins
In reply to: [WooCommerce] 1 product on 1 row issueancawonka … yes I did ?? The issue was within my CSS. Now I’m just trying to figure out how to get the price, desc, and anything else to the right similar to the single-product template :/
Forum: Plugins
In reply to: [WooCommerce] 1 product on 1 row issueI figured out the thumbnail issue. It was in the styles where as the column width was a %. I added this to my custom CSS to get my thumbs to show as close to 300w as passible.
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 44% !important; }
I’m still trying to find how I can get the price, button and any caption/description aligned to the right of the image. My first instinct is to create 2 div’s for 2 columns and have the thumb in the left and the other parameters in the right. Where can I add this at?
Forum: Plugins
In reply to: [WooCommerce] 1 product on 1 row issueI’m still not sure why the thumbs on https://new.danaydesign.com/storefront/ are not being displayed 300w 300h max… I have the thumb setting in Woo set at these dimensions and set to display 1 item per row. Still trying to figure this out.
As far as the custom layout, I have the template files in my child theme in the woocommerce dir to customize them. I’m trying to get the products to display in a similar fashion as the single-product template displays them; with just the 300×300 thumb aligned left with a caption to the right. Similar to https://new.danaydesign.com/shop/art-and-photo-prints/a-perfect-day/
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsBrilliant! I was looking for category.php since I’ve been used to working with twenty-thirteen for a few years.
Mucho Gracias!
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsGreetings…
I know I have this marked as “resolved” but I ran into an issue with this in the posts categories. It’s dropping the 3rd item down to a second line and because thepost-list .post { width: 33%; float: left; }
controls the categories as well, modifying this CSS affects the layout on the home page.https://airmaxxx.com/ ### is correctly displayed
https://airmaxxx.com/category/air-compressors/ ### drops the 3rd item down a lineNot sure if the width of the sidebar is the issue or the container padding (tried editing those with no success).
Any ideas?
Thanks in advance!
Ken
Forum: Themes and Templates
In reply to: [Hueman] Display html in posts on home page… also, a “read more >>” link would be nice to add at the end of the excerpt
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsAhhhh … good find man, that would have taken me more time to figure out… mucho gracias!
Forum: Themes and Templates
In reply to: [Hueman] Use page category for slider rather than post categoryI’m trying to do something similar but I want to pull in WooCommerce product pages instead… is this doable?
Thanks in advance!