Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 3,134 total)
  • Author
    Posts
  • in reply to: Back end restaurant #2924
    in reply to: Elementor Problem #2920

    Sorry, we don’t support the WooFood plugin for this theme.

    in reply to: PageSpeed #2917

    Hi there,

    Please try to read tips at https://www.wpbeginner.com/wordpress-performance-speed/

    in reply to: Elementor Problem #2916

    Hi there,

    #1. Footer edit: I don’t understand this issue, please take a photo screenshot about this issue, I will check again.

    #2. Cart link on mailchimp form: I fixed this issue.

    #3. Woofood plugin: please take a photo screenshot about this issue, I will check again.

    #4. We don’t support Elementor Pro, if you want to use, you need to purchase this plugin.
    Revolution Slider: We bought an extended license to be able include it in our theme, and we own only one license key (as well as in case with single license), theme buyers are not allowed to use that key.

    To update the new version, please deactivate the current plugin, download the new plugin at and re-install.
    Link download: http://source.wpopal.com/plugins/new/revslider.zip

    in reply to: mobile menu #2912

    Hi there,

    You need to create new menu -> Select menu location: Handheld Menu: https://prnt.sc/12vx65p

    I tried to create the menu for you but there seems to be a problem with your website. Please re-enable cloudflare for your website.

    • This reply was modified 2 years, 11 months ago by SupporterSupporter.
    in reply to: Text Translate #2910

    Hi,

    I have just fixed this issue, please recheck.

    in reply to: WooCommerce #2908

    Ok, I fixed this issue, please recheck.

    in reply to: WooCommerce #2906

    Hi again,

    These are the 4 default fields that woocommerce has set up, it is used to calculate the temporary shipping fee on the shopping cart page, not the official checkout page with full information. The lack of the street address field does not affect the ship fee function here, you can complete the information at the checkout page. In case you still want to add this field, you need to overwrite the cart / shipping-calculator.php file in the woocommerce template folder.

    in reply to: WooCommerce #2904

    Hi there,

    About this issue, you need to use code and add into file functions.php ( child-theme):

    add_filter( 'woocommerce_checkout_fields' , 'milano_remove_checkout_fields' );
    function milano_remove_checkout_fields( $fields ) {
    unset($fields['billing']['billing_state']); 
    
    return $fields; 
    
    }

    List field you can remove:

    unset($fields['billing']['billing_first_name']);
    unset($fields['billing']['billing_last_name']);
    unset($fields['billing']['billing_company']);
    unset($fields['billing']['billing_address_1']);
    unset($fields['billing']['billing_address_2']);
    unset($fields['billing']['billing_city']);
    unset($fields['billing']['billing_postcode']);
    unset($fields['billing']['billing_country']);
    unset($fields['billing']['billing_state']);
    unset($fields['billing']['billing_phone']);
    unset($fields['order']['order_comments']);
    unset($fields['billing']['billing_email']);
    unset($fields['account']['account_username']);
    unset($fields['account']['account_password']);
    unset($fields['account']['account_password-2']);
    in reply to: Elementor Pro #2902

    Hi there,
    We have updated plugin for you
    Please have a look!

    Thanks and let us know if you get any issue, we will give you the best solution to resolve them.

    in reply to: Slider #2899

    Ok, keep contact with us when you need to help.

    in reply to: Red frame #2898

    Hi again,

    I have just remove this item for you, please recheck.

    in reply to: Wishlist #2897

    Hi there,
    We have translated for you
    Thanks and have a nice day

    Hi there,
    We have imported sample data for you.
    If you want to install the homepage as you like, please visit the link: http://www.uniformetamara.com/home/wp-admin/themes.php?page=merlin&step=content

    Hope this help!
    If our help can make your site perfect now, You can delete 1 star for us, we will be very grateful for this.

    Thanks and have a nice day!

    • This reply was modified 2 years, 12 months ago by SupporterSupporter.
    in reply to: Slider #2889

    Hi there,
    we have set it to primary color. You can edit it in the global color of the elementor.

    Thanks,

Viewing 15 posts - 3,091 through 3,105 (of 3,134 total)