Forum Replies Created
-
AuthorPosts
-
there is no add to cart button. Only this is showing now it just takes me to product detail page, not add product to cart
Thought it would be more like this.
I see around the internet it looks like it has to be coded in? what did you do for the change above? i need to know because this is test site, and i have to put changes on another site when they work. The one below i’m told change has to be made to theme functions.php file
REMOVE this section of code:
//* Remove Add to Cart on Archives
add_action( ‘woocommerce_after_shop_loop_item’, ‘THEMENAME_remove_add_to_cart_buttons’, 1 );
function THEMENAME_remove_add_to_cart_buttons() {remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
}But this is not in my code
if you mean here, it is enabled but not showing on shop pages. https://sexyleggingsusa.com/shopallproducts/
ok I think I’m close but need a little help. When I unhide the size attribute on shop pages and hover over size small attribute, I get:
When I actually select size small I get this. (see attached)
div.zoo-cw-attribute-option.zoo-cw-active
Isn’t there a way to write this in so it defaults to size small all the time?
Again the author of plugin is no help at all. This code you gave me hides the size on shop pages which is perfect. when I remove it I can see that sizes are not defaulted or preselected and when I select it then the image change works. Is there no way to code in preselected size “S” SMALL and use code below to hide it so we don’t have to see it?
.archive .attribute_pa_size {display: none;}
One thing i noticed with Clever Swatches is that they have a setting called
“CSS class Wrapper jQuery Selector” that the default setting is “.images” and they say to do this:
Enter custom wrapper jQuery selector of product gallery if the default setting is not working. Default selector: .images
Does CLAUE have another selector setting that might make it work? It works on product detail page, but not on shop pages and I think i was wrong its not working on mobile device either on shop page
the code you sent for hiding the size swatches here worked perfect! thanks so much. On mobile device, if i click one of the “color” swatches on the shop page here, it switches the main image to that color which is great. But on desktop it doesn’t do anything. Do you have a fix for that? I’m not sure if its the theme or the plugin because it works on other theme for desktop.
widget in right pane fixed. again just need remove size swatches from shop pages
I got the size of color swatch to be 60px on detail page. so just need help to remove the size swatches from shop pages
Just noticed that something, not sure if its this plugin is putting these size attribute text on cart items widget on right pane of shop pages. maybe if you can remove it from the shop page it will take it from here also?
Ok I’m gonna try to make best with “Cleversoft Plugin” It seems to get me the closest to what I need. I just need your help with a 2 things.
This is the product detail page:
ALO Yoga Sexy Moto Yoga Leggings High Waisted Sexy Pilates Leggings Black
1. can you give me css to make the color swatche squares 60px like before. these are too small
This is the shop page. First product.
https://sexyleggingsusa.com/?s=moto&post_type=product
2. can you help get rid of the size attribute. i only need color swatches on shop pages.
The only other thing i wanted was for the <span style=”text-decoration: underline;”>size attributes on product detail page to look like link below.</span> This from your WPAddon plugin, which doesn’t work on my shop page, but if you can’t get the label to work, first 2 items above would be great to have done.
https://bestfitbybrazil.com/product/dynamite-brazil-shorts-sh400-pushup-blue-moon-booty-shorts/
Otherwise that’s all i need. Author could not help with shop page at all. And product detail, they believe they will break something if they create css and said i should have them author create this.
By the way. what is a P tag?
thanks
-
AuthorPosts