Forum Replies Created
-
AuthorPosts
-
September 27, 2023 at 9:53 pm in reply to: How to move category description text before products listings #44100
Hi Cata,
Please add below code to claue-child > functions.php
/* move category description below products */
add_action( ‘wp_head’, ‘remove_my_action’ );
function remove_my_action(){
remove_action( ‘woocommerce_before_main_content’, ‘jas_claue_wc_page_head’, 15 );
}function jas_claue_child_wc_page_head() {
if ( ! cs_get_option( ‘wc-enable-page-title’ ) || ( class_exists( ‘WCV_Vendors’ ) && WCV_Vendors::is_vendor_page() ) ) return;
$title = cs_get_option( ‘wc-page-title’ );
$output = ‘<div class=”page-head pr tc”><div class=”jas-container pr”>’;
if ( is_search() ) {
$output .= ‘<h1 class=”mb__5 cw”>’ . sprintf(__( ‘Search Results for: %s’, ‘claue’ ), ‘<span>’ . get_search_query() . ‘</span>’ ) . ‘</h1>’;
} elseif ( is_shop() ) {
$output .= ‘<h1 class=”mb__5 cw”>’ . esc_html( cs_get_option( ‘wc-page-title’ ) ) . ‘</h1>’;
$output .= ‘<p class=”mg__0″>’ . do_shortcode( cs_get_option( ‘wc-page-desc’ ) ) . ‘</p>’;
} else {
// Remove old position of category description
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
$output .= ‘<h1 class=”cw”>’ . single_cat_title( ”, false ) . ‘</h1>’;
//$output .= do_shortcode( category_description() );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 40 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_product_archive_description’, 40 );
}
ob_start();
$output .= ob_get_clean();
$output .= ‘</div></div>’;echo wp_kses_post( $output );
}
add_action( ‘woocommerce_after_main_content’, ‘jas_claue_child_wc_page_head’, 15 );Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYes, please keep the claue-child to keep your customize code and you can replace “claue” folder.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please follow this topic to update https://support.janstudio.net/forums/topic/updating-the-theme/ or backup current theme, delete current version on your site and upload to install new version.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Cair,
We can’t refund the support, the Envato system only support refund when you did new purchase.
The plugin WPML is individual not related theme. No theme include WPML in package.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 17, 2023 at 7:37 am in reply to: Error 500 – Add to Cart button Woocommerce – Subscription #44085Hi Cesar,
The plugin Simple Subscription doesn’t support ajax add to cart, Please go to Dashboard > WooCommerce > Settings > Products > Add to cart behavior and uncheck 2 fields related to Ajax.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Do you want build your site for multilingual?
If you want your site for multilingual you should buy WPML
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
i check the page it now use home agency layout. Now you need edit page and change with your content (images, text).
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Cairs,
Please go to Setting > Reading > Homepage and select Home Agency and set this page as homepage. You also need update all plugins and theme to latest version.
kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Maria,
Thank you for choose our theme.
- For the pages you can change title for each page when edit any page and scroll down to “Page Layout Option” https://tppr.me/YLeYE . For WooCommerce’s shop page you can change in Claue > Theme Option > WooCommerce > General Setting https://tppr.me/g02T3
- You can change page title background by change page’s featured image https://tppr.me/rZXGQ
- You can change size àn background color of page title by add custom CSS code in Claue > Theme Option > General Layout > Custom CSS
.page-head {padding: 10px 0;}
.page-head::before {background: rgba(0, 0, 0, 0.5);}
And increase or decrease 10 as your number, change 0,0,0 as RGB color and 0.5 as opacity from 0.0-1.0
4. You can change font style in Claue > Theme Option > Typography. By default, have some browser support Helvetica not all browser support. If you want, you have to change it to webfont and customize css code
5. You can turn on categories in Appreance > Customize > WooCommerce >Product Catalog> https://tppr.me/qWffQ
And add sidebar in Claue > Theme Option > WooCommerce > Product listing setting https://tppr.me/XM0oA
5. You can change category’s title and sub-title for products page by edit in dashboard> products > Categories https://tppr.me/u051o
6. To set image for menu you need a mega-menu to use it https://vi.wordpress.org/plugins/megamenu/
Kind regards
- This reply was modified 1 year, 4 months ago by Harry.
- This reply was modified 1 year, 4 months ago by Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Your issue need customize code, you need hire a freelancer to help you do it.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts