Home › Forums › Themes Support › Claue › Need help for a few changes
- This topic has 11 replies, 2 voices, and was last updated 5 years, 11 months ago by Harry.
-
AuthorPosts
-
-
November 21, 2018 at 3:22 pm #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!!
-
November 21, 2018 at 5:48 pm #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 -
November 22, 2018 at 10:04 am #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. -
November 22, 2018 at 11:10 am #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!
-
November 22, 2018 at 11:50 am #26948
I don’t want to do the “Install Sample Data” import because that deletes my entire site.
-
November 22, 2018 at 12:35 pm #26949This reply has been marked as private.
-
November 22, 2018 at 1:13 pm #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 -
November 22, 2018 at 4:18 pm #26959This reply has been marked as private.
-
November 22, 2018 at 8:22 pm #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 -
November 23, 2018 at 5:02 pm #26984
Everything works, thanks so much!
-
November 27, 2018 at 5:21 pm #27056This reply has been marked as private.
-
November 28, 2018 at 12:10 am #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
-
-
AuthorPosts
You must be logged in to reply to this topic.