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

Home Forums Themes Support Claue Error in related products

Viewing 4 reply threads
  • Author
    Posts
    • #40375
      smohdsalimansari
      Support Expired

      kindly check my product details page is showing error in related products.

    • #40384
      Harry
      Support Expired

      Hi,

      The issue related to the code you added in child theme. When i switch to parent theme the error code disappear.

      Kind regards

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

    • #40388
      Harry
      Support Expired

      Hi,

      Please check the code you added and remove the code cause error in claue-child > functions.php

      The Whatapp share will include for the next update.

      Kind regards

      • This reply was modified 3 years, 3 months ago by Harry.

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

    • #40396
      Harry
      Support Expired

      Hi,

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

      .btn-quickview::after {
      	text-indent: 0;
      	position: absolute;
      	font-family: 'Pe-icon-7-stroke';
      	content: "\e618";
      	top: 0;
      	right: -3px;
      	color: #fff;
      	font-size: 24px;
      }
      .product-image:hover .product-btn {
      	opacity: 1;
      	visibility: visible;
      	top: 30px;
      	right: 12px;
      	left: auto;
      	transform: inherit;
      }
      .btn-quickview {
      	margin: 5px 0 0;
      	background: none;
      	text-indent: -999em;
      	position: relative;
      	display: inline-block;
      }

      Kind regards

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

    • #40412
      Harry
      Support Expired

      Hi,

      Please change code to

      .btn-quickview:after {
      	text-indent: 0;
      	position: absolute;
      	font-family: 'Pe-icon-7-stroke';
      	content: "\e618" !important;
      	top: 0;
      	right: -3px;
      	color: #fff;
      	font-size: 24px;
      }
      .product-image:hover .product-btn {
      	opacity: 1;
      	visibility: visible;
      	top: 30px;
      	right: 12px;
      	left: auto;
      	transform: inherit;
      }
      .btn-quickview {
      	margin: 5px 0 0;
      	background: none;
      	text-indent: -999em;
      	position: relative;
      	display: inline-block;
      }
      @media only screen and (max-width: 1024px) {
      .yith-wcwl-add-to-wishlist ~ .product-btn {
      	top: 30px !important;
      	left: auto;
      	right: 30px;
      }}

      Kind regards

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

Viewing 4 reply threads

You must be logged in to reply to this topic.