gComm
Forum Replies Created
-
looking forward for your help …
Forum: Plugins
In reply to: [WooCommerce] Hide div if cart are are less than 1Any help ?
Forum: Plugins
In reply to: [WooCommerce] Enable product image slider on category pages.Any help ?
Forum: Fixing WordPress
In reply to: change checkbox to buttonI tired a while back via the CSS ::after input:checked and content selectors and i t worked but now i have forgotten how i achieved it.Any help would be nice ! Thanks !
Forum: Plugins
In reply to: [WooCommerce] Simple shortcode customizationThanks for the quick reply. Actually i do want to add an href value the final HTML i want to add if this :
<div class=”button” style=”cursor: pointer;” onclick=”window.location=’/next-page/?{product SKU goes here}’;” class=”sbutton”> HELLO </div>
As you can see from the HTML above i want to add an href value and then pass a variable into the url which will be the sku of the product being shown. Please can you give me code snippit that i can use the create new short code to achieve this ? Thanks !
Forum: Themes and Templates
In reply to: [Storefront] conditional add to cart textThanks alot ! Works like a charm ! Thanks again !
Forum: Themes and Templates
In reply to: [Storefront] conditional add to cart textThanks for the reply !
I tried to put the code in code snippet plugin. and it gave this error …
The snippet has been deactivated due to an error on line 10:
syntax error, unexpected ‘in’ (T_STRING)Please help !
Now it’s working ?? but I’d there a way to turn height auto via cash on all grids. I have created lots of grids and it’s difficult to go and change all heights again ?
waiting for your reply …. ?
Thanks for the quick truly. I tried and now white space is gone on desktop but is still there on mobile …. ?
Thanks Riaan ?? I do understand that this can pe done by hiring someone but i am short on budget ! Currently i am using the snippet below to replace the the available on back order text. Is it possible to somehow customize it to solve the problem in my first post ?
function backorder_text($available) { foreach($available as $i) { $available = str_replace('Available on backorder', '40% OFF - Available on pre order, arrives in 1-3 weeks', $available); } return $available; } add_filter('woocommerce_get_availability', 'backorder_text');
- This reply was modified 7 years, 11 months ago by gComm.
Forum: Themes and Templates
In reply to: [Storefront] 2 columns on mobile !OH ! I tried it and its working ! Thankyou for reminding me that james had already given me code for this ?? Once again thanks for taking the time to help out ! Really appreciate it !
Forum: Themes and Templates
In reply to: [Storefront] 2 columns on mobile !Again really appreciate the time you have taken out to help me ! ?? Actually my store is for cosmetics and makeup and i have seen all large store in this niche like lulalove.com sephora e.t.c doing 2 columns on mobile that i why. 1 Column is good for clothing and other stuff but not for cosmetics
I really want to do this, is there a way around this ?
Forum: Themes and Templates
In reply to: [Storefront] 2 columns on mobile !Thanks for the quick reply! I tired the plugin method but it is only affecting desktop view, number of coloums remains 1 on mobile regardless of what i tell plugin to do.
Can you please guide me to apply function.php method in a way that it only affects mobile view. Looking forward to your help !
Forum: Plugins
In reply to: [WooCommerce] White space b/w product category pages !Hi Mike !
Thanks for the quick reply – is there any way i can fix this myself ? i cannot contact the author because my support has expired and i will have to pay $58 to renew support. Is there any way to fix this without spending $58 ?
Thanks in advance !
Cheers!