Forum Replies Created

Viewing 15 posts - 661 through 675 (of 1,101 total)
  • Author
    Posts
  • in reply to: Shop Page List View #2538

    Hi,

    Our theme don’t support header sticky, but we can custom for you, please send Admin web account for me, I will check and help you.

    in reply to: Accessibility Check Known Problems #2536

    Hello,

    I don’t know what your check tool is supposed to solve, but I find its error messages unreasonable.

    We use the w3c validator to check Markup Validation and we also had to pass the themeforest team’s extremely rigorous testing to be able to sell this theme on themeforest.

    Therefore, I do not think our theme has a problem with your testing tool, all notices are for reference only.

    in reply to: Demo Content Import problem #2533

    HI you,

    I have just imported demo for you, please recheck and let me know if you need to help.

    in reply to: Shop Page List View #2530

    Hi you,

    Please send Admin web account for me, I will check and try to help you.

    in reply to: Short description on category pages #2526

    Ok, let me know if you need to help and hope you will vote 5 stars for our team.

    in reply to: Regarding elementor page builder issue #2524

    Hi you,

    I checked your site and it’s still working normally, please recheck.

    in reply to: Swatches in product page is not working #2523

    Hi you,

    Please follow guide at Variable Product

    in reply to: Short description on category pages #2522

    Please copy and paste this code to file functions.php( child-theme):

    add_action('woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 30);

    in reply to: Footer Bar for mobile view is not editable #2521

    Please go to Edit footer bar -> Responsive Mode -> Tablet or Mobile -> Edit Widget Icon -> Edit link: https://prnt.sc/1r37ev2

    in reply to: can’t found all widgets for home25 #2514

    Hi again,

    I resolved all issues for you, please recheck

    in reply to: Whatsapp social share #2511

    I fixed this issue, but please check your code, whatsapp link not working.

    in reply to: can’t found all widgets for home25 #2507

    Sorry for late response.

    #2. I fixed this issue, please recheck.

    #3.
    – Issue: https://prnt.sc/1qgq3iu: I fixed this issue.

    – Issue: https://prnt.sc/1qgqc43: I don’t find this issue, please send this link for me.

    in reply to: Footer bar menu #2505

    Hi you,

    We use function template for this menu. To edit them, you need to override this template functions.

    #1. To change text on menu mobile, please copy code and paste into file functions.php on child-theme

     – Shop:

    function woncep_handheld_footer_bar_shop_link() {
            echo '<a href="' . esc_url(get_permalink(get_option('woocommerce_shop_page_id'))) . '"><span class="title">' . esc_attr__('Shop', 'woncep') . '</span></a>';
        }

    – My account:

    function woncep_handheld_footer_bar_account_link() {
            echo '<a href="' . esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))) . '"><span class="title">' . esc_attr__('My Account', 'woncep') . '</span></a>';
        }

    – Search:

    function woncep_handheld_footer_bar_search() {
            ?>
            <a href=""><span class="title"><?php echo esc_html__('Search', 'woncep'); ?></span></a>
            <div class="site-search">
                <?php the_widget('WC_Widget_Product_Search', 'title='); ?>
            </div>
            <?php
        }

    – Wishlist:

    function woncep_handheld_footer_bar_wishlist() {
            if (function_exists('yith_wcwl_count_all_products')) {
                ?>
                <a class="footer-wishlist" href="<?php echo esc_url(get_permalink(get_option('yith_wcwl_wishlist_page_id'))); ?>">
                    <span class="title"><?php echo esc_html__('Wishlist', 'woncep'); ?></span>
                    <span class="count"><?php echo esc_html(yith_wcwl_count_all_products()); ?></span>
                </a>
                <?php
            } elseif (function_exists('woosw_init')) {
                $key = WPCleverWoosw::get_key();
                ?>
    
                <a class="footer-wishlist woosw-check" href="<?php echo esc_url(WPCleverWoosw::get_url($key, true)); ?>">
                    <span class="title"><?php echo esc_html__('Wishlist', 'woncep'); ?></span>
                    <span class="count"><?php echo esc_html(WPCleverWoosw::get_count($key)); ?></span>
                </a>
                <?php
            }
        }

    #2. To disable mobile menu:

    function woncep_handheld_footer_bar() {
    return;
    }
    in reply to: Demo Importaion not working #2504

    Hi you,

    Please send Admin web account for me, I will check and try to help you.

    in reply to: Product image is square on homepge #2499
Viewing 15 posts - 661 through 675 (of 1,101 total)