Home Forums WoodMart support forum Booked plugin conflict

Booked plugin conflict

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

    chiarelliarreda
    Participant

    Dear staff, from your last theme update and patcher the “booked by boxystudio” plugin don’t works. The problem is that the calendar feeds don’t donwload the .ics or update Apple/Google Calendar. I contacted the plugin support and thay sayd there are no problem with own plugin, in fact when change the theme the plugin works fine.

    This plugin have a personal link feed where you can add it on calendar subscrition and every time a client set an appointment the calendar update with it.

    Attached plugin staff reply:

    I successfully download your .ics file as per below screencast. As I had advised earlier it appears the conflict is coming from the theme since when I changed to the default WordPress theme the service works as is. Kindly contact your theme developer for further assistance on what might be blocking the feed from performing as it should.

    https://www.awesomescreenshot.com/video/7836791?key=b2deac94c999217a933cb33c9981e8c4

    #359993

    Artem Temos
    Keymaster

    Hello,

    Please, send us your FTP access so we can check the problem and try to help you.

    Kind Regards

    #359995

    chiarelliarreda
    Participant

    Ok, staging site is sviluppo.chiarellicenter.it

    #360118

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action( 'woodmart_get_layout_id', function($main_class) {
    	if ( ! class_exists( 'Shop_Archive' ) ) {
    		$main_class->include_files();
    	}
    } );
    #362591

    chiarelliarreda
    Participant

    Hi there, no don’t work 🙁

    #362619

    Artem Temos
    Keymaster

    Please, update to the latest version 6.3.3 and test how it works.

    #362620

    chiarelliarreda
    Participant

    Yes, WORKS! Thanks!

    #362623

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any further questions.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Booked plugin conflict’ is closed to new replies.