Viewing 8 replies - 1 through 8 (of 8 total)
  • yixiy

    (@yixiy)

    Exactly the same experience except we purchased the premium version. ‘Shortcode creator’ No longer functions, the ‘e’ symbol no longer responds from within page/post editor. Please update ASAP EasyReservations.

    https://wordpress.org/plugins/easyreservations/

    Thread Starter droopy57

    (@droopy57)

    Hi yixiy

    As you purchased the premium version, you can report the bug on the forum easyreservations?
    here

    I’ve reported here

    Thanks

    Aurelien

    (@tonioverzeworld)

    Got the same problem, plugin borken please update, but i’m not sure they’re still updating several mothes without anything

    Thread Starter droopy57

    (@droopy57)

    It’s already fixed for premium members but not for free version. 🙁
    here easyreservations.org/beta.

    Aurelien

    (@tonioverzeworld)

    Yes got the same answer from the easyReservation Website, so I installed on my computer locally a 3.8 version of wordpress, done a copy paste of the short code and adapted to my new website and it’s working well

    Karen

    (@dragondesign)

    Can someone tell me if there is a list of the shortcodes available?
    I found how to do the calendar, but I would like to be able to do a booking form

    The problem is in the tinyMCE_shortcode_add.js

    Replace all with this :

    (function() {

    tinymce.create(‘tinymce.plugins.easyReservations’, {

    init : function(ed, url){
    // Register example button
    ed.addButton(‘easyReservations’, {
    title : ‘easyReservations’,
    cmd : ‘mceOpenReservation’,
    image: url + “/logo.png”,
    onclick : function() {
    ed.windowManager.open({
    file : url + ‘/tinyMCE_shortcode_add.php’,
    width : 670,
    height : 420,
    inline : 1
    }, {
    plugin_url : url // Plugin absolute URL
    });
    }
    });
    ed.addCommand(‘mceOpenReservation’, function() {
    ed.windowManager.open({
    file : url + ‘/tinyMCE_shortcode_add.php’,
    width : 600,
    height : 420,
    inline : 1
    }, {
    plugin_url : url // Plugin absolute URL
    });
    });
    },

    getInfo : function() {
    return {
    longname : ‘easyReservations Shortcodes’,
    author : ‘Feryaz Beer’,
    authorurl : ‘http://www.feryaz.de’,
    infourl : ”,
    version : “1.2”
    };
    }
    });

    tinymce.PluginManager.add(‘easyReservations’, tinymce.plugins.easyReservations);

    })();

    You’re welcome 🙂

    Thread Starter droopy57

    (@droopy57)

    Hi Kzr-Data

    Thank you very much! It works perfectly!
    I saw where was the problem, but I could not fix it.

    Thank you again.
    I contact easyreservations to inform them of the correction

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘incompatibility with wordpress 3.9’ is closed to new replies.