Home Forums Themes Support Claue Need help for a few changes

Topic Resolution: Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #26924

      Hi,

       

      I have the latest version of WordPress and Claue theme.

      Few things I’d like to do:

      1. Products > “Categories” page

      I’d like to add a banner at the top of each category page. Between the header and the products. How do I do this? When I go to edit the “Categories” and add an image in the “Description” box. It does not appear in the category page.

      2. Product page

      Our product page is where the description is Sticky. As I scroll, the stickiness only shows the product description and what’s below. I’d like the stickyness to include the product name and price which is above the product description. How do i achieve this?

      3. Shop page

      When I mouse-over a product, it will show the available sizes at the bottom of the mouse-over image. I’d like to remove that. How do I do this?

       

      Thanks!!

    • #26935

      Hi,

      1. Please go to Claue > Theme Option > WooCommerce > General Settings > Page Title > On

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

      .admin-bar .header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck,
      .header-sticky + #jas-content .wc-single-4 .entry-summary.is_stuck {
      padding-top: 180px;
      }

      3. Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Products Attribute On Product List and uncheck all.

      Regards

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

    • #26943

      Hi,

      Thanks for the quick reply! Below is my follow up

      #1 When i turn on the Page Title, it shows like the image attached 1-2.png. However I’d like it to look like 1-1.png.
      I tried to create a page and use the woocommerce shortcode for page category (image 1-1.png), it limits to only 12 products being displayed. So that doesn’t work for me either…

      #2 and #3 worked perfectly fine! Thanks!

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

      Also, I’d like to create this page http://janstudio.net/claue/demo/home-3/ for my home page. How do I copy the format/code so that I can apply it on my home page and replace the images?

       

      Thanks!

    • #26948

      I don’t want to do the “Install Sample Data” import because that deletes my entire site.

    • #26949
      This reply has been marked as private.
    • #26954

      Hi,

      1. You can change setting of background like this screenshot http://prntscr.com/llfwaq to full layout or add below code to Claue > Theme Option > General Layout > Custom CSS to like you want

      .page-head {
      	width: 1170px;
      	margin: 0 auto;
      }

      2. To change number of product on category please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Number per page

      3. Please download attach file, extract and import via Tools > Import > WordPress Import

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

      #jas-footer .footer__top {padding: 50px 0;}

      and change 50 as your number.

      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

    • #26959
      This reply has been marked as private.
    • #26964

      Hi,

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

      .page-head::before {
      	background: none;
      }

      2. Please extract file first before import.

      Regards

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

    • #26984

      Everything works, thanks so much!

    • #27056
      This reply has been marked as private.
    • #27061

      Hi,

      Because your banner has small height when the image responsive on mobile it will show small height http://prntscr.com/lnp5i0 it not good. So we keep height for both desktop and mobile and responsive only width.

      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.