• Resolved enricocs

    (@enricocs)


    Hello Again good work with the plugin and the evolution .

    I want to mention like in a previous ticket about another issue, the add-on plugin : Food Store – Store & Service Hours, conflicts with some Java/Ajax with the plugin itself and also the contact form 7.

    Please fix has alot of us use Elementor

    Thank You in advance

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello @enricocs

    Sorry for the inconveniences. I understand this is serious issue. We are working on the fix that will enable the assets related to Service & Store hours only on menu page. As soon as the fix is ready, the new version will be released.

    Thanks & Regards,
    Team WP Scripts

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @enricocs

    New version for Store & Service Hours has been released with the above fix. Please do check it out and let us know if this version solves your problem or not.

    Thanks & Regards,
    Team WP Scripts

    Thread Starter enricocs

    (@enricocs)

    ok the contact form works now , but your own popup to select pickup or delivery does not work.

    If i try it in ANY other THEME that does use ELEMENTOR your popup works , but any theme with ELEMENTO your POPUP selection stay on default PICKUP .

    When you try to select DELIVERY then nothing happens.

    Thank You

    waiting for your reply

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    This is mostly because when the shortcode is used in pagebuilders like elementor, the system is unable to detect the shortcode used inside it and hence not applying the condtion to load the assests.

    add_filter( ‘wfs_is_foodstore_page’, ‘elementor_food_store_page’ );
    function elementor_food_store_page( $shortcode_found ) {

    global $post

    if ( isset( $post->ID ) && $post->ID == ‘YOUR PAGE ID HERE’ ) {
    return true;
    } else {
    return $shortcode_found;
    }
    }

    In above code place your page id and it should dix the problem.

    Regards,
    Team WP Scripts

    Thread Starter enricocs

    (@enricocs)

    It gives me an error in the script ….

    see here

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @enricocs

    Sorry for the trouble. There is a semicolon missing in the code that I provided. Please add a semicolon at the end on line 4 of your screenshot after $post.

    Do let me know if that solves the issue or not.

    Regards,
    Team WP Scripts

    Thread Starter enricocs

    (@enricocs)

    Hello Again ,

    I don’t want to be anoying but the error went away the code snippet looks good now, I added my Page ID and still not working …

    Please help
    Thank you

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Can you reach us on skype at [email protected]

    Thanks & Regards,
    Team WP Scripts

    Thread Starter enricocs

    (@enricocs)

    I will contact you by email

    Thank you

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    We hope you have found the solution. As there has not been any response, we are closing this ticket. Do let us know if you have any other concerns.

    Regards,
    Team WP Scripts

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Add-on not working well with ELEMENTOR’ is closed to new replies.