-
AuthorPosts
-
January 29, 2026 at 4:13 am #1494465
Hello,
Using Yith booking, suddenly after last enfold update calendar arrows disappeared.
https://myjapanguide.com/booking/sumo-morning-trainingui-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
January 29, 2026 at 8:36 am #1494487Hey 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.pngGo to the root of your WordPress installation using FTP, then follow the folder structure in the code.
Best regards,
RikardFebruary 5, 2026 at 7:30 am #1494725Hi 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.
February 5, 2026 at 1:05 pm #1494741Hi,
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,
RikardFebruary 11, 2026 at 11:06 pm #1495003Hi 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
February 12, 2026 at 10:29 am #1495021Hi,
I’m not sure what you mean by pulling it from Enfold. The image in question is not a theme resource.
Best regards,
RikardFebruary 12, 2026 at 10:54 pm #1495036Hi 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
February 13, 2026 at 8:49 am #1495052 -
AuthorPosts
- You must be logged in to reply to this topic.
