• Resolved fogashoho

    (@fogashoho)


    Hi there!

    I’d like to ask for some help regarding CSS. I’m using the plugin on several of my websites (e.g., http://www.fogashorgaszbolt.hu), but with the same version and identical settings, the “add to favorites” feature appears completely broken on my site http://www.drennanfishing.hu . The icon is too large, and the full text does not appear. What CSS modification could fix this?

    Do you have any suggestions?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Juan Coronel

    (@juaancmendez)

    Hello there,
    thanks for contacting us!

    Please try adding the following code in the functions.php file of your active theme:

    if (!function_exists('yith_wcwl_enqueue_back_required_assets')) {
    function yith_wcwl_enqueue_back_required_assets()
    {
    wp_enqueue_style('yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css', array('jquery-selectBox'));
    }
    add_action('wp_enqueue_scripts', 'yith_wcwl_enqueue_back_required_assets', 100);
    }

    Could you check it, please?

    Best regards.

    Thread Starter fogashoho

    (@fogashoho)

    I have tried it, but nothing has changed. I have tried to clear the cache too.

    Thread Starter fogashoho

    (@fogashoho)

    After downgrading to 3.38.0 version, setting up the customization and than upgrading to the newest version, now it works correctly. I don’t know what was the problem.

    Hello there,

    Perfect, I’m glad everything’s going well now.

    If you run into any problems, please let us know.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS problems’ is closed to new replies.