Home › Forums › WoodMart support forum › Home Page Header and Slider is not working.
Home Page Header and Slider is not working.
- This topic has 6 replies, 2 voices, and was last updated 1 year, 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 6, 2023 at 10:05 am #493585
developer.tamimikbalParticipantHello, Hope you are doing well.
My website home page header and slider are not working. Please help me to solve the issue. Maybe it javascript error.- This topic was modified 1 year, 3 months ago by developer.tamimikbal.
Attachments:
You must be logged in to view attached files.September 6, 2023 at 12:46 pm #493666
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved. I have activated the parent theme on your site and everything is working fine.
Check back your site after completely clearing the browser cache.Best Regards.
September 6, 2023 at 1:10 pm #493683
developer.tamimikbalParticipantThanks for your quick help.
May I know how I can remove only the add-to-cart button and price from the entire website? but I want the variation swatches and quote button (I have added this).How can I change the cart icon in the product loop now we don’t have a cart option only have to read more.
I want the solution in PHP code not in CSS.
Thanks
NOTE: I have applied this add_filter( ‘woocommerce_is_purchasable’, ‘__return_false’ ); and now cart is hide for simple product but not for variation.
Attachments:
You must be logged in to view attached files.September 6, 2023 at 4:43 pm #493800
Aizaz Imtiaz AwanKeymasterHello,
Try to add following custom css code in Theme settings > Custom CSS:
This code hide the add to cart button in the product grid.
.product-grid-item .wd-add-btn { display: none; }
This code hide the price.
span.woocommerce-Price-amount { display: none !important; }
Try to add the following code to change the add to cart icon.
.product-grid-item .wd-add-cart-icon>a:before { content: "\f120"; font-family: woodmart-font; }
Best Regards.
September 6, 2023 at 5:53 pm #493817
developer.tamimikbalParticipantSorry to say, I want the solution in PHP code (WordPress hook or overwrite file ). I mention that
Also, Not only product grids every where example: product loop. single product.
- This reply was modified 1 year, 3 months ago by developer.tamimikbal.
September 6, 2023 at 7:44 pm #493834
developer.tamimikbalParticipantBecause I don’t want that anyone know the CSS and can make visible the add-to-cart button.
September 7, 2023 at 11:20 am #494004
Aizaz Imtiaz AwanKeymasterHello,
You can enable the catalog mode from Theme Settings > Shop > catalog mode.
We would like to inform you that the customization you are seeking requires a level of modification that goes beyond the scope of our standard support policy.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register