Forum Replies Created

Viewing 15 posts - 12,886 through 12,900 (of 13,042 total)
  • Author
    Posts
  • in reply to: Customizing Account Menu #1771

    Hi there,

    I have just checked your site. OTP login show in login page https://themeatery.in/index.php/my-account/
    I disable the hover account form and when clicking the icon account, it’ll go to the login page.
    I think it’s ok. Please check your site and let me know if you need to help.

    Thanks and have a nice weekend

    in reply to: uploading theme #1770
    This reply has been marked as private.
    in reply to: How Disable Mobile Woocommerce Menu #1744

    Hi again,

    I fixed it for you. Please check again.

    Our team will check and update config in the next version.

    Thanks and have a nice weekend

    in reply to: Mobile colophon #1743

    Hi again,

    To translate, please install Loco translate plugin
    View guide at: https://localise.biz/wordpress/plugin/beginners

    in reply to: Demo Import #1730

    Hi again,

    So sorry about all your issues.

    We just support with issues from our theme. With a custom theme, maybe, you can fee for service custom.

    #1. WPC Variations Radio: Ok, I checked and it has done.
    #2. 14 items/row: Elementor just supports max 10 columns/row, so that, I clone 1 row and setup into 7items/row.
    Please check: https://prnt.sc/vmmdxt

    #3, #4: I fixed it for you.

    Hope will help you and have a nice day!

    in reply to: How Disable Mobile Woocommerce Menu #1729

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

    in reply to: Freshio Filter Products by atribute – add read more #1728

    Hi there,

    About your issue, please send Admin web account for me, I will check and help you

    in reply to: How Disable Mobile Woocommerce Menu #1725

    Hi there,

    Option 1: If you don’t use Woocommerce plugin, please deactive it.
    Option 2: If you use Woocommerce plugin.
    Please add code and paste into file functions.php – child-theme:

    function freshio_handheld_footer_bar() {
    		return;
    	}
    in reply to: Login widget problem #1724

    Hi there,

    Please send for me your admin web account, I will check and help you.

    About your issue, we will update on the next version.

    in reply to: Mobile colophon #1723

    Hi there,

    Please go to file functions.php in child-theme and paste code:

    1. Shop

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

    2. My Account

     */
    	function freshio_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', 'freshio' ) . '</span></a>';
    	}

    3. Search

    function freshio_handheld_footer_bar_search() {
    		echo '<a href=""><span class="title">' . esc_attr__( 'Search', 'freshio' ) . '</span></a>';
    		freshio_product_search();
    	}

    4. Wishlist

    function freshio_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', 'freshio' ); ?></span>
                    <span class="count"><?php echo esc_html( yith_wcwl_count_all_products() ); ?></span>
                </a>
    			<?php
    		}
    	}

    Then edit label in code

    in reply to: Elementor Update Error #1722

    Hi @Nuzhatenterprise,
    Please check your site,I fixed for you.
    Try to add menu to Vertical Menu: https://prnt.sc/vmjvf0

    Let me know if you need to help. And don’t forget vote 5 stars for our team.

    Thanks

    in reply to: Disable ‘Downloads’ from account dropdown #1721

    Hi again,

    Please send Admin web account and Cpanel or FTP account for me, I will check and help you.

    Hi there,

    You can use plugin Discount Rules for WooCommerce for your idea.

    in reply to: Slider Revolution Sliders not imported #1712
    This reply has been marked as private.
    in reply to: Demo Import #1690
    This reply has been marked as private.
Viewing 15 posts - 12,886 through 12,900 (of 13,042 total)