busterland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Add product description under image productHi Amit, thanks for your help again ! ??
I tried your code but the description tab go under the price.
I would like to put the description under the image.I tried this code but the description take all the page size :
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_before_single_product_summary', 'woocommerce_output_product_data_tabs', 30 );
I would like to get description under the image and half screen to get the description beside the price, the add to cart button … (as my first screenshot)
Regards
Forum: Themes and Templates
In reply to: [OceanWP] Show variation on archive pageHello,
Do you have the time to check this ?
Tell me if you have question.
Forum: Themes and Templates
In reply to: [OceanWP] Show variation on archive pageOkay so I have added these 2 plugins (free version) :
WooCommerce Variation Swatches : To get variation on my products
WooCommerce Additional Variation Images : To get images on my variationsThen I have added some variation on one product :
– On the tab Product -> Attribute : create one attribute with type = Image
– On this attribute, click on “Configure terms” on the right and add a new term.
– On the product: edit it and go to Attribute, select your attribute and check box “Used for variation”. Then in the tab Variation, add the variation term created.To finish I have added the code you can see before in my function.php file in child theme.
I hope I didn’t forget a step. Tell me if you need more informations.
Thanks a lot for your help !
Forum: Themes and Templates
In reply to: [OceanWP] Show variation on archive pageHello,
The problem is that I have made these modifications on localhost. The modifications are not on the production website because of these errors.
What do you need to check?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Block into Import is in progressHello,
It’s working with a different browser.
I have imported a file and it works.
But I still can’t with the different browser.Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Block into Import is in progressAny help?
I’m still blocked at the same stepForum: Themes and Templates
In reply to: [OceanWP] Adding review on productThanks, it’s working when I add !important
I didn’t known this !Forum: Themes and Templates
In reply to: [OceanWP] Adding review on productForum: Themes and Templates
In reply to: [OceanWP] Adding review on productYes the child theme is activated.
My other custom css that I have added in style.css is working correctlyForum: Themes and Templates
In reply to: [OceanWP] Adding review on productThanks a lot it’s working like this ??
But a question, when I add this code in Appearance > Customize > Custom CSS section it works
But when I add this code in my style.css file in my child theme it doens’t workDo you know why?
Forum: Themes and Templates
In reply to: [OceanWP] Adding review on productHi,
That’s correct this is my query.
I would like to show the stars constantly between “price” and “add to cart” or before the product title but I didn’t success.
I founded this code and the stars are printed before the product image :add_action('woocommerce_after_shop_loop_item_title','change_loop_ratings_location', 2 ); function change_loop_ratings_location(){ remove_action('woocommerce_after_shop_loop_item_title','woocommerce_template_loop_rating', 5 ); add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_loop_rating', 15 ); }
Thanks
Forum: Themes and Templates
In reply to: [OceanWP] Background image product pageHello,
Thanks a lot it works !!
Regards,
Forum: Themes and Templates
In reply to: [OceanWP] Disable sidebar for shop pagePerfect thanks !!
Forum: Fixing WordPress
In reply to: Style.css doesn’t loadHi
I downloaded the zip here and it works now :
https://github.com/oceanwp/oceanwp-child-themeThx