Home Forums Themes Support Claue Quick view pop up

Viewing 11 reply threads
  • Author
    Posts
    • #24939

      Hi Harry,

      I think I have asked before but it happening again when I click images on quick view they moving to the left, how can I stop it?

      Also how can I reduce margin between title and review stars as on the pic attached

      tried this but didn’t work

      .product-quickview .woocommerce-product-rating .star-rating {
      margin-left: 0;
      margin-top: 0;
      }
      .product-quickview .product h1{
      margin-bottom: 0;
      }

       

      and how can I insert short code in this window? [wcst_low_stock]  I have inserted in in product description and it is working there but I don’t know where to insert in to show on quick view.

       

      Thank you

       

      thank you

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

      Hi,

      Please add below code

      .product_title {
      	margin-bottom: 0px !important;
      }
      .product-quickview .jas-col-md-7 { padding-right: 0;}
      .p-thumb .slick-list, .p-thumb .p-item {
      	padding: 4px 0 4px 4px;
      }

      Regards

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

    • #24954

      and how can I insert short code in quick window as it seems to be a script?

      [wcst_low_stock]  I have inserted it in product description and it is working there but I don’t know where to insert in to show on quick view in which file?

      Could you please show an example? Thank you

    • #24960

      Please copy file content-quickview-product.php t child theme and put your code to this file.

      Kind regards

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

    • #24967

      Hi Harry, I have tried the code below but it only moves stars on product page not changing position on quick view

      .product_title {
      margin-bottom: 0px !important;
      }
      .product-quickview .jas-col-md-7 { padding-right: 0;}
      .p-thumb .slick-list, .p-thumb .p-item {
      padding: 4px 0 4px 4px;
      }

       

      tried to add but dodn’t help

      .product-quickview .product_title {
      margin-bottom: 0px !important;
      }

      2.  and this file content-quickview-product.php  I tried to put in  /var/www/one/wp-content/themes/claue-child   or /var/www/one/wp-content/themes/claue-child/woocommerce  but not working  I added line in the file

      <?php echo do_shortcode(“[wcst_low_stock]”); ?>

    • #24976

      Hi Mag,

      1. Please add more code

      .product-quickview .entry-summary .price-review {
      	margin-top: 0;
      }

      2. Could you send screenshot where you add code in file content-quickview-product.php

      <?php echo do_shortcode( '[wcst_low_stock]' ); ?>

      I try to check code on your site but can’t edit code.

      Regards

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

      • #26277

        hello Harry sorry for the late reply here I attach file from

        I tried to put in  /var/www/one/wp-content/themes/claue-child /woocommerce/content-quickview-product.php

        line 105 I added code <?php echo do_shortcode(“[wcst_low_stock]”); ?>

        It works in other parts of wordpress but not showing on the quickview.

        Could you please let me know I can add it below the review stars on quick view.

         

        Thank you.

        Best regards,

        Mag

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

      Hi Mag,

      I activate the product status but it also doesn’t work on product detail page. http://prntscr.com/le4wyw

      Could you please contact with plugin author.

      Regards

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

      • #26293
        This reply has been marked as private.
    • #26301

      Hi,

      Could you arrange permission. The account you send can’t edit code and edit product.

      Regards

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

    • #26392
      This reply has been marked as private.
    • #26399

      please check again there might have been disk space issue I have increased the disk space

    • #26403

      Hi,

      I mean “editor” menu that i can check code http://prntscr.com/lfp2ln

      Regards

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

      • #26414

        OK I see now, thank you for the screen shot it really helped.

         

        I have googled and it is because I installed iThemes Security Pro after my site has been hacked and it add this code to wp-config.php

        // BEGIN iThemes Security – Do not modify or remove this line
        // iThemes Security Config Details: 2
        define( ‘DISALLOW_FILE_EDIT’, true ); // Disable File Editor – Security > Settings > WordPress Tweaks > File Editor
        // END iThemes Security – Do not modify or remove this line

         

        So I have unticked this setting and you can see the editor now, hope it will help.

         

        Best regards,

        Mag

    • #26464

      Hi Mag,

      I added below code to claue-child > functions.php

      function custom_stock_status() {
          echo do_shortcode('[wcst_low_stock]');  
      }
      add_action( 'woocommerce_quickview_after_summary', 'custom_stock_status', 10 );

      It show shortcode but doesn’t work. Could you try contact to plugin author.

      Regards

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

Viewing 11 reply threads

You must be logged in to reply to this topic.