Home Forums Themes Support Claue Child Theme

Topic Resolution: Resolved
Viewing 23 reply threads
  • Author
    Posts
    • #15240

      Hi Harry,

      If I customize the woocommerce or change the font of wordpress dashboard,

      Can I put the changed file in the child theme to not missing the customization after updating wordpress or woocommerce?

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15245

      Hi Rahim,

      Yes, you can customize woocommerce and put to child theme to prevent your customize code when update.

      Best regards!

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

    • #15252

      Hi Harry,

      Can you please have a look at my https://look.ir ?

      When I press the buttons of the slider for sliding the products, every press pass one block ,

      is there any chance to pass 2 or 3 products with one press of the arrow button?

      And when I take the product with mouse and want to pass the slider , when I do that the slider goes back !

       

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15255

      Harry,

      I have hide the second field of address on the user dashboard and wordpress checkout.

      I want to know is there any chance to hide ” – ” in the fields of address?

       

      Attachments:
      You must be logged in to view attached files.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15258

      Harry,
      How can I redirect users after login via theme to the homepage not to the dashboard?

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15266

      Hi Rahim,

      1. Please copy file product-thumbnails.php from claue > libraries > vendors > woocommerce > templates > single-product to claue > woocommerce > single-product

      find “slidesToScroll”: 1 and change 1 as number you want.

      2. You mean hide Shipping Address field?

      3. You can use a plugin. please use this plugin https://wordpress.org/plugins/login-and-logout-redirect/

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

    • #15269
      This reply has been marked as private.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15270

      Is there any chance to add some codes to functions.php of the theme for redirecting users after login?

      I have added some codes for redirecting after LOG OUT :

      add_action(‘wp_logout’,’auto_redirect_after_logout’);
      function auto_redirect_after_logout(){
      wp_redirect( home_url() );
      exit();
      }

      I prefer not to use a plugin for this simple pursuit.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15272

      And also the plugin that you gave me only works when I use wordpress login page. (/wp-admin)

      I mean it does not work when the user logs in via theme! The user still redirects to the dashboard!

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15277

      Hi,

      1. Sorry i mean copy to claue-child > WooCommerce > Single-product to override

      2. Yes, it better if you use function than use a plugin. Please add to claue-child > functions.php

      Best regards

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

    • #15304
      This reply has been marked as private.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15305
      This reply has been marked as private.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15307

      Harry,

      Is there any chance for the user if he searches something via the search icon , he finds related searched items from blog too , not only the products?

       

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15308

      Hi Harry,

      How can I deactivate the gray color of mouse hover?

      I want that to stay white when i put mouse cursor on that!

       

      Attachments:
      You must be logged in to view attached files.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15314

      Hi Rahim,

      1. Please add below code to redirect to homepage after login

      add_filter('woocommerce_login_redirect', 'wc_login_redirect');
       
      function wc_login_redirect( $redirect_to ) {
          $redirect_to = home_url();
          return $redirect_to;
      }

      2. Sorry I wrong file, please extract attach file to claue-child > woocommerce > loop and find “slidesToScroll”: 2, change 2 as number you want.

      3. Sorry this default function only support search by product

      4. Please add custom code in Claue > Theme Option > General Layout > Custom CSS

      .product-image a.db::before {background: none;}

      Best regards

      Attachments:
      You must be logged in to view attached files.

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

    • #15327

      Dear Harry,

      Thank you, all of your helps worked.

      Just a simple question. Is there any chance for the slider to work like this :

      When I press the arrow button ( left & right ) the slider passes 2 products , but when I leave it, the automatic pass

      becomes 1 ?

      2 blocks with arrows, and 1 block itself.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15336

      Harry,

      Can you please have a look to my website : https://look.ir

      If you attention the footer area 2 , the widget title has the instagram link!

      How can I remove the link?

      I didn’t find anywhere to put or remove the link!

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15339

      Hi Rahim,

      1. Sorry it doesn’t support feature as you want

      2. You can change it Appearance > Widgets > Footer Area#1

      Best regards

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

    • #15340

      Harry,

      I am talking about widget area 2 that the title has the link!

      The blog categories title that has hyperlink

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15347

      I mean this attachment.

      Attachments:
      You must be logged in to view attached files.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15352

      Hi,

      Please check the footer contact of your site it doesn’t have close link tag  “</a>”

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

    • #15357
      This reply has been marked as private.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15363

      Hi,

      I help you fixed this issue. I mean you lost close tag in footer#1

      Best regards

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

    • #15368

      Harry,

      Now I got your meaning.

      Thank you for the help. Perfect now.

      Rahim Vaziri
      CEO & Founder at Look.ir

Viewing 23 reply threads

You must be logged in to reply to this topic.