inchwormwv
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Plugin is Screwing up my PayPal ButtonsThank you very much for your detailed and helpful reply. I should be able to get up and running quickly.
- This reply was modified 4 years ago by inchwormwv.
Forum: Plugins
In reply to: [WooCommerce] New Product Category not Displaying on Shop PageThank you Lorro, it is a primary category with no parent.
Forum: Fixing WordPress
In reply to: Editing Phone Number on Bottom Left of SiteHi, The address and phone numbers are in div.navbar-info, you might look in the functions file to see if it is created there. If you use the firefox browser, the firebug addon can help you find the names of parts of the page. Good luck.
Forum: Themes and Templates
In reply to: H1 tags appear twice on homepageTry this in your style sheet
div.archive-description {
display : none;
}if you need to move the larger title up after that you would modify h2.entry-title
If you are using firefox you can install firebug to help identify what tags you need to edit. https://www.youtube.com/results?search_query=using+firebug
Forum: Themes and Templates
In reply to: [Storefront] Product rows appear all over the place?Hi Nic,
You might need to do two things – set thumbnail size and also align the add to cart buttons to the bottom of the li.
To set thumbnail size go to woocommerce > settings and click the product tab, then choose the display link at the top. You may also have to set thumbnail size in Settings > Media. I had to use the force regenerate thumbnails plugin after that to make it work. Here are a couple of useful links
https://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/ and https://www.skyverge.com/blog/woocommerce-align-add-to-cart-buttons/ and https://www.cbdweb.net/woocommerce-and-image-sizes/You want the add to cart button to align at the bottom, otherwise it floats up and down depending on how long the product title is. Start here: https://www.skyverge.com/blog/woocommerce-align-add-to-cart-buttons/
Good luck.
Thanks! You saved me a lot of time and frustration ??
Thanks Takayuki – I deleted the radio buttons and recreated them and it is working – I believe it was something with my cut and paste approach that was flawed. Love your plugin!!!
Forum: Plugins
In reply to: [Contact Form DB] 2 cf7 forms, but I only want 1 to be written to dbOk, nevermind I found the setting in DAtabase Options. Great Plugin, donation coming your way!