Home Forums Themes Support Claue HI i have 3 questions. Pls reply thanks

Viewing 9 reply threads
  • Author
    Posts
    • #25132

      Hi there

      I would like to know how to open the items in different tab? For now all dosent open in a different tab.

      And how to display  instagram in all square shape without the pic becoming blur?Because when i change 320X320. the pictures are blur.

      At the shopping cart page the number of items bar is too big and how do i make it smaller like the add to cart button?

    • #25149

      Hi,

      1. Could you tell me which link you want open on new tab?

      2,3. Could you send me your site url?

      Thanks

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

    • #25154

      1. I want  the products to open in a new tab once they click  on the product.

      2.https://whitecamelboots.com

       

    • #25167

      Hi,

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

      add_action( 'wp_footer', 'claue_scripts' );
      function claue_scripts() {
      ?>
      <script type = "text/javascript">
          jQuery(document).ready(function(){
              jQuery('.product-image a, .product-title a').attr('target', '_blank');
          });
      </script>
      <?php
      }

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

      .jas-sc-instagram .item img {
      height: 320px;
      max-width: inherit;
      width: auto;
      }

      And select size 640 x 640 for Instagram images
      Regards

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

    • #25177

      HI harry

      how to access the claue chid > functions.php. pls let me know thanks

    • #25178

      Hi,

      Please download file claue-main-file from ThemeForest and extract to get claue-child.zip

      After that you can install claue-child.zip in Appearance > Theme > Add new like install parent theme and go to Appearance > Editor to access functions.php and style.css

      Kind regards

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

    • #25187

      Hi harry

      Thanks for the info apprieciated. i would like to know. The curency base is usd for now. how can i have the curency to auto change according to the customer location ?

    • #25189

      Hi Prajs,

      Please use this plugin https://wordpress.org/plugins/woocommerce-product-price-based-on-countries/

      Kind regards

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

    • #25355

      HI harry

      Pls respond my website is down due to the code i put in

      Now i have no idea to  how to activate it

      it says syntax error at line 14

      so frustrating

      pls help to settle it asap

       

    • #25357

      Hi,

      Could you send me your site link and temporary admin account. We will check and help you solve problem.

      Thanks

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

Viewing 9 reply threads

You must be logged in to reply to this topic.