Forum Replies Created
-
AuthorPosts
-
Hi
Do you want still keep opened menu item when click on other menu item ?
Please update this file http://asianafashionfinder.com/wp-content/themes/gecko/assets/js/theme.js at line 117
with my attachment.
Best regards,
Attachments:
You must be logged in to view attached files.Hi,
About point 3, you are inserted below css code in Claue -> Theme Options -> General -> Custom css
.single-product.postid-5532 .jas-container { width: 100%; padding: 0 30px;}
Just remove it if you don’t need. It make this product go fullwidth.
Best regards,
Hi
Please add css code in Claue -> Theme Options -> General -> Custom Css
@media screen and (max-width: 767px) { #jas-footer-menu li { margin: auto 10px;} }
Best regards,
Hi
Please add this css code in Claue -> Theme Options -> General -> Custom Css
.rtl .jas-mini-cart { right: -320px; left: auto;} .rtl.cart-opened .jas-mini-cart { right: 0; left: auto;}
Best regard,
Hi
Please provide for me your site for live check and admin account via private reply.
Best regards,
Hi
I create cart page for you (pages -> cart). Please check.
Best regards,
Hi
You can write hook to function home_url to fix the logo url, but in this case you should open this file
/claude/wp-content/themes/claue/core/libraries/janstudio/hooks/helper.php at line 53 (function jas_claue_logo)
change below code
$output .= '<a class="db" href="' . esc_url( home_url( '/' ) ) . '">';
to
$output .= '<a class="db" href="your url">';
And remember revert this code when you run live site.
Best regards,
Hi
1. To insert icon for header, please go to Claue -> Theme Options -> Header -> Header Left Content
You can use list icon here http://themes-pixeden.com/font-demos/7-stroke/
2. Current theme does not have option to change it, you need to custom code.
3. You can custom content footer in Appearance -> widget. In footer widgets, and you can use icons at point 1.
And about 4 icon box, you can edit in page content by visual composer https://www.wa9lh.com/wp/wp-admin/post.php?post=5139&action=edit
4. About categories width, please add this css code to theme options -> general -> custom css
.rtl .sidebar .widget ul li:before { left: auto; right: 0;} .rtl .sidebar .widget ul li { padding-right: 15px; padding-left: 0;} .rtl .sidebar .widget ul ul {padding-right: 5px; padding-left: 0}
5. What is list you are talking about ? could you take screenshot ?
6. You can disable pin maker and snappt if you do not use them.
Best regards,
Hi
You should write a php function add_action for woocommerce_quickview_after_thumbnail
add_action('woocommerce_quickview_after_thumbnail', 'your_function_name'); function your_function_name(){ echo 'html code'; }
Best regards,
Hi,
1.What do you mean? If you don’t want to use those options, you can disable the menu of them
2.I will consider with my team to check and implement it, I will get back to you soon with any update on this.
3.Please add it in the child theme to custom our theme, Don’t edit anything in core theme to get the update in future.
-
AuthorPosts