Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1494465

    Hello,
    Using Yith booking, suddenly after last enfold update calendar arrows disappeared.
    https://myjapanguide.com/booking/sumo-morning-training

    ui-icons_444444_256x240.png is an icon image used in jQuery UI themes. So I placed it the plugin directory and use CSS

    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }
    But it doesn’t work. But when logged as admin, the arrows show.

    Is there a way to pull this png from Enfold or where is it in enfold? I couldn’t find it in Jquery

    Thank you

    #1494487

    Hey koomo,

    I’m not sure how this is theme related, but the location of the image is in the code that you posted:

    /wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png

    Go to the root of your WordPress installation using FTP, then follow the folder structure in the code.

    Best regards,
    Rikard

    #1494725

    Hi Rikard,
    Apologies for late reply.

    Using this code
    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }

    The file is at on server and accessible

    I just don’t understand why it doesn’t appear.

    #1494741

    Hi,

    Thanks for the update. I’m still not sure how this is theme related, did you try reaching out to the plugin developers for further help?

    Best regards,
    Rikard

    #1495003

    Hi Rikard,
    My apologies for not explaining well.
    Is there a way to pull it from Enfold jqueries?

    Or is the css code wrong ?
    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }

    Xavier

    #1495021

    Hi,

    I’m not sure what you mean by pulling it from Enfold. The image in question is not a theme resource.

    Best regards,
    Rikard

    #1495036

    Hi Rikard,
    OK.

    But is the code correct?

    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }

    Thank you

    #1495052

    Hi,

    If the URL of the image is working, then yes.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.