• Hello there,
    I need some help with the remove button not showing only on mobile version. I use Flatsome theme latest version. I tried with deactivation of all plug ins but it didnt make any difference.
    For the moment my site is not visible because I am still working on it. I could give you access but could you tell me where because this message is visible to everyone.
    Thank you in advance ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well! ??

    Please, add this custom code in the functions.php of your active theme:

    if (!function_exists('yith_wcwl_add_custom_fontawesome')){
        function yith_wcwl_add_custom_fontawesome(){
            wp_enqueue_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.min.css', array(), '4.7.0' );
        }
        add_action( 'wp_enqueue_scripts', 'yith_wcwl_add_custom_fontawesome', 9999 );
    }

    Flatsome theme doesn’t include the Font Awesome icons. With this code, now it should appear a trash icon to delete the item.

    Let us know.

    Have a great day!

    Thread Starter lubo2019

    (@lubo2019)

    Thank you for your support.
    Unfortunately it doesnt work. Everything is the same. Cleared cache and its the same.
    Regards,
    LP

    Thread Starter lubo2019

    (@lubo2019)

    Hello again,
    This the message from Flatsome support team. Please help me out with this issue.

    Michael replied
    Dec 30, 1:11pm
    Hi there.

    Thanks for writing in again.

    I have logged in and investigated the issue. It seems that the problem is occurring in the latest version of YITH woocommerce wishlist v3.0.5. I have tested in the previous version, YITH woocommerce wishlist v2.2.12, the remove button works okay and is visible on mobile as shown in the screenshot I sent you earlier.

    You might need to contact the author of the plugin to assist you, since they are the creators of the plugin, have access to its code and know how best it works and ask them to check their CSS code that is used to display wishlist remove button and ensure it is enabled for mobile:

    a.remove_from_wishlist{
    display:block !important;

    }

    I hope this helps.

    Best regards.

    Thread Starter lubo2019

    (@lubo2019)

    Hello,
    Could you please let me know how to proceed.
    Regards,
    LP

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    Regarding Flatsome support team answer, it is very strange that they suggest the problem could be related to CSS of the plugin, since they completely dequeue any style from our plugin in the theme:

    function flatsome_wishlist_integrations_scripts() {
        global $integrations_uri;
    
        wp_dequeue_style( 'yith-wcwl-main' );
        wp_deregister_style( 'yith-wcwl-main' );
        wp_dequeue_style( 'yith-wcwl-font-awesome' );
        wp_deregister_style( 'yith-wcwl-font-awesome' );
        [...]
    

    Unfortunatley it is very difficult for me to help without acutally checking your site
    Do you think you could set up a temporary public online demo, where I can check the problem? This would be of great help understanding the issue, and providing a solution

    Thread Starter lubo2019

    (@lubo2019)

    Hello again,
    IT turns out the Flatsome team gave me a temporary solution regarding a Fonts that are missing and some custome CSS.
    I will try them and see what happens.
    For now I am using the previous ver of your plug in and everything is working ok.
    If the problem presists I will let you know.
    Thank you very much for your support and have a greay day ??
    Regards,
    LP

    osama

    (@ohamed094)

    hello, i am using oceanwp theme and have the same issue can any one help me here.

    osama

    (@ohamed094)

    i can’t even reach that there is a remove button that is invisible or a font that doesn’t work. like it is not in the files for the mobile table at all

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove button on mobile not visible’ is closed to new replies.