Digital experiences for all disciplines
Forum Replies Created
-
-
March 10, 2015 at 10:13 pm in reply to: Add to Shopping Bag Button style different on Single/Variation products? #156330
Hi Mohammad,
Thanks for all of your ongoing assistance.
I did not have a wording plugin, but as requested I have deactivated all plugins except “WooCommerce” and “Under Construction” because I needed to put my site into maintenance mode with all of the other plugins deactivated so no customers would have an issue on the live site.If you log into the WP backend with the credentials provided earlier you can view the site as it would be “live”.
March 10, 2015 at 10:44 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #156220This reply has been marked as private.March 9, 2015 at 10:39 pm in reply to: Add to Shopping Bag Button style different on Single/Variation products? #156103Hi,
Css doesn’t seem to work.
Does the functions code need to be wrapped in anything? I’m getting an error when I just paste it into the functions.php file. Current content is:
<?php // Use WC 2.0 variable price format add_filter( 'woocommerce_variable_sale_price_html', 'wc_wc20_variation_price_format', 10, 2 ); add_filter( 'woocommerce_variable_price_html', 'wc_wc20_variation_price_format', 10, 2 ); function wc_wc20_variation_price_format( $price, $product ) { $min_price = $product->get_variation_price( 'min', true ); $max_price = $product->get_variation_price( 'max', true ); if ($min_price != $max_price){ $price = sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $min_price ) ); return $price; } else { $price = sprintf( __( '%1$s', 'woocommerce' ), wc_price( $min_price ) ); return $price; } } ?>
I appreciate all of your help Mohammad!
March 9, 2015 at 10:12 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #155895Thank you, it is SO CLOSE to being back how it was…
But the button is still wrong – it should be black, in ‘Oswald’ font, with the message “+ ADD TO SHOPPING BAG” not “ORDER NOW”.
I don’t understand how the update changed everything this much on one product kind but not the other???
March 9, 2015 at 6:36 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #155835Attached.
Attachments:
You must be logged in to view attached files.March 9, 2015 at 6:16 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #155829Thank you this has fixed the qty issue but what about the button on variation page and price location being pushed out 50px?
Please see previous screen shots for example.March 9, 2015 at 1:55 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #155799This has become an issue again since the upgrade, can I get some more help?
Simple product page is mostly fine, just need to remove the qty selection:
http://www.aliciahannahnaomi.com/product/carrion-pendant/
but a variation product is all whacky – the price loads in the wrong poisition (pushed out about 50px) and the “add to shopping bag” button is also styled wrong.
I want it to look exactly the same as the “simple product” page.
I’ve attached screen shots of the current looks, and the way I want them to look (how they used to look before the update).
I use child themes.
Please advise ASAP.
Attachments:
You must be logged in to view attached files.Hey Kyle I’ve fixed it, but my old CSS to make that “From:” is no longer working and I can’t figure out how to change it so the font isn’t HUGE?
I just want it all uppercase, the same size as the price value and in like a #DDD colour?
Okay thanks Kyle.
March 27, 2014 at 10:50 pm in reply to: Add to Shopping Bag Button style different on Single/Variation products? #61887Smaller font, hovers grey on mouseover on all variation products such as:
http://www.aliciahannahnaomi.com/product/elcho-falling-ring/Larger font, no grey mouseover hover on all single products such as:
http://www.aliciahannahnaomi.com/product/anthracite-bangle/I would like to have every product display to have grey mouseover, larger font.
March 27, 2014 at 11:39 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #61629Thank you. Why does it hover grey on variation products but not on single products? Also the fonts are different sizes. How can I control it so they are the same for all products?
This reply has been marked as private.Sorry forgot to mark private.
Sorry that was Woo Commerce settings not Neighborhood I found it.
March 27, 2014 at 2:37 am in reply to: Add to Shopping Bag Button style different on Single/Variation products? #61448This reply has been marked as private. -