Home Forums Themes Support Claue Hide Date, Add Buy Now Button and Infinite Scroll

Viewing 23 reply threads
  • Author
    Posts
    • #27490

      Hi,

      Could you please help me with these modifications?

      Blog Page Header

      How to hide date and category?

       

      Blog Related Posts

      How to hide date?

      http://support.janstudio.net/wp-content/uploads/hm_bbpui/27490/r6z5rl4uybds3kt879fk17qalbaiujib.png

      Shop Page

      How to add a BUY NOW button and change the font size in this page as shown below?

      Related Posts – Product Page

      How to add an infinite scroll?

       

      Thanks in advance for your usual support!

    • #27496

      Hi Leandro,

      1. Blog page: Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .single .page-head time,
      .single .page-head .mt__10,
      .post-related .item .f__libre {display: none;}

      2. Shop page: Could you send me your site, we will check and help you.

      3. Related product: Sorry it can’t.

      Regards

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

    • #27543
      This reply has been marked as private.
    • #27554

      Hi Leandro,

      Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable add to cart button > On

      And copy below code to Claue > Theme Option > General Layout > Custom CSS

      .product-btn {
      	top: auto;
      	left: auto;
      	-webkit-transform: inherit;
      	transform: inherit;
      	opacity: 1;
      	visibility: visible;
      	right: 0;
      	bottom: 0;
      }

      and download attach file, extract and put in claue-child > woocommerce

      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

    • #27558

      Hi Harry,

      Thanks for your quick reply!

      The button was added but it’s being displayed over the thumbnail.

      I uploaded the file content-product.php to claue-child > woocommerce folder.

      Did I miss anything?

      Thanks in advance for your support!

    • #27563

      Did you try activate claue-child in Apperance > Themes?

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

    • #27580
      This reply has been marked as private.
    • #27593

      Hi,

      I help you fixed this.

      Regards

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

    • #27620

      Thank you very much Harry!

      One last thing, how can I change the font-size of the description in the shop page only (not site wide) ?

      I know the we can access Claue > Theme Options > Typography  and change the font size in the “Body Font Settings”, but this will affect the font size site wide.

      Thanks in advance for your usual support!

    • #27631

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .product-info h3.product-title {font-size: 14px;}
      .product-info div p {font-size: 12px;}

      And change 14 and 12 with your number

      Regards

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

    • #27644

      Thanks Harry!

      Can you help me with the “check it out” button in the related products? Also, how to hide the date (“as of December 3, 2018, 7:22 pm”) in the example below?

      Thank you and have a great day!

    • #27649

      Hi,

      1. I help you fix checkout button on related product.

      2. Please add below code to Claue > Theme Option > General Layout > Custom CSS to fix date

      .price .WooZone-price-info {
      	display: none;
      }

      Regards

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

    • #27650

      Thank you very much Harry for all your support! You’re the man !!!

    • #27654

      Could you help me give our theme 5 stars rating and good review at https://themeforest.net/downloads.

      Thank and have a great day!

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

    • #27656
      This reply has been marked as private.
    • #27657

      Thank you so much and have a great day!

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

    • #27795

      Hi Harry,

      Is it possible to set the blog page thumbnails with the same size?

      And one last thing, website shop page seems not to be responsive on iPhone, check out buttons over thumbnails ;-(

      Thanks in advance for your support!

    • #27800

      Hi,

      1. Please try go to Settings > Media > Thumbnail and check in “Crop thumbnail to exact dimensions”

      2. Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1024px) {
      .product-btn {
      	top: auto !important;
      }}
      @media only screen and (max-width: 736px) {
      .product-btn {
      	bottom: -40px;
      }}

      Kind regards

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

    • #27839

      Thanks for all your support Harry!

    • #27840

      You’re welcome.

      Could you help us give our theme 5 stars rating and good review at https://themeforest.net/downloads

      Thank you and have a great day!

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

    • #27912
      This reply has been marked as private.
    • #27915

      Hi,

      I fixed issue on your site.

      Kind regards

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

    • #27920

      Thanks for your usual support Harry!

      Could you please help me hide the date of the products displayed in the sidebar (widget)?

      Thanks in advance for your usual support!

    • #27924

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .widget_products .WooZone-price-info {display: none;}

      Kind regards

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

Viewing 23 reply threads

You must be logged in to reply to this topic.