Forum Replies Created

Viewing 10 posts - 531 through 540 (of 1,457 total)
  • Author
    Posts
  • in reply to: Menu #12486

    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.
    in reply to: Help need urgently please #12484

    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,

     

     

    in reply to: Sticky Menu #12483

    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,

    in reply to: Mini Cart from right #12478

    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,

    in reply to: Claue with Polylang and Hyyan WooCommerce Polylang #12476

    Hi

    Please provide for me your site for live check and admin account via private reply.

    Best regards,

    in reply to: No cart and no checkout on my template #12475

    Hi

    I create cart page for you (pages -> cart). Please check.

    Best regards,

    in reply to: Product page #12474

    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,

     

    in reply to: some Questions #12473

    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,

    in reply to: How Can i add short code here? #12472

    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,

    in reply to: Template options and other requests? #12451

    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.

     

Viewing 10 posts - 531 through 540 (of 1,457 total)