Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Change product page

Topic Resolution: Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #32549
      purplemedia
      Support Expired

      Hi,

      I have some questions about my product page: http://185.104.28.45/~zz/product/harry-the-projector/.
      The product page has to be look like attachment zazu-web.jpg.

      1. Could you move the text under product title > to under the blue add to cart button (In winkelwagen)?
      2. Could you change add to cart button text to an cart icon? (see attachment zazu-web.jpg)
      3. Could you set the accordion row with ‘Beschrijving’ always on active/open, so I can build like attachment zazu-web.jpg?
      4. Could you set accordion row with give product review above the accordion row ‘Beschrijving’?
      5. Could I add awards to display on a product page? (see attachment zazu-web.jpg)

      Thanks!

      Attachments:
      You must be logged in to view attached files.
    • #32558
      Harry
      Support Expired

      Hi,

      1, please add below code to claue-child > functions.php

      remove_action(‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20);
      add_action(‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 35);

      2. Please add below code to claue-child > style.css

      .single_add_to_cart_button::after {
      	content: ;
      	font-family: 'Pe-icon-7-stroke';
      	content: '\e66e';
      	text-indent: 0;
      	position: absolute;
      	display: block;
      	top: 50%;
      	left: 50%;
      	color: #fff;
      	font-size: 26px;
      	transform: translate(-50%, -50%);
      }

      3. I’m sorry it can’t set. please change accordion to tab in Theme Option > WooCommerce > Product Detail Settings

      4,5 sorry it need more advance custom code please contact expert at https://bit.ly/2Loo6ke

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32566
      purplemedia
      Support Expired

      Hi, thanks!

      1. This code doesn’t work?
      2. It works but the text ‘In winkelmand’ is still visible. See http://185.104.28.45/~zz/product/harry-the-projector/
      3. Done, thanks!
      4, 5. Okay!

    • #32567
      purplemedia
      Support Expired

      6. Could you place product reviews under the price? (see attachment)

      Attachments:
      You must be logged in to view attached files.
    • #32572
      Harry
      Support Expired

      Hi,

      1. Sorry, please change code to

      remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
      add_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 35);

      2. Please add more code

      .single_add_to_cart_button {
      	text-indent: -999em;
      }

      6. Please add below code to claue-child > style.css

      .price-review {
      	flex-direction: column;
      	align-items: flex-start;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32577
      purplemedia
      Support Expired

      7. Can I add content under the product description? so that it will automatic visible on every product page.

    • #32578
      purplemedia
      Support Expired

      8. On productpage, could you give the category a specific class? On my homepage, you fixed it.
      (see product page http://185.104.28.45/~zz/product/harry-the-projector/)

      9. On productpage, could you move the category between the product title en product price?

    • #32579
      Harry
      Support Expired

      Hi,

      Please go to Theme Option > WooCommerce > Product Detail Settings > Extra Content and add your content there.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32580
      purplemedia
      Support Expired

      Thanks!

      8. On productpage, could you give the category a specific class? On my homepage, you fixed it.
      (see product page http://185.104.28.45/~zz/product/harry-the-projector/)

      9. On productpage, could you move the category between the product title en product price?

    • #32581
      purplemedia
      Support Expired

      10. On this page (http://185.104.28.45/~zz/innovative-childhood-3/) , the Instagram doesn’t work. Could you set it to https://www.instagram.com/zazu_kids/?

    • #32583
      Harry
      Support Expired

      Hi,

      8.9.

      Please add below code to claue-child > functions.php

      add_action('woocommerce_single_product_summary', 'category_single_product', 5);

      10. You should update Instagram UserID with number of Access Token http://prntscr.com/ohan7x the number before “.” https://www.youtube.com/watch?v=DAdDqnB-VGY

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32586
      purplemedia
      Support Expired

      Hi, thanks!

      10. Updated it but still doesn’t work. Could you fix?

    • #32589
      Harry
      Support Expired

      Did you view the video. you have to copy number from Access Token to User ID

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 12 reply threads

You must be logged in to reply to this topic.