Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    I’m not sure what is going on. I do not have the same issues on my site.

    Could you create a private ticket here: https://metaphorcreations.ticksy.com/ and provide admin and FTP access to your site so I can check it out?

    Hi,

    I’m having the same problem with my site — any luck figuring out the issue?

    Thanks!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    No, I have not looked into yet… I need to be able to check it out on one of your sites to see what is going on, as it is not happening to me.

    Could you create a private ticket here: https://metaphorcreations.ticksy.com/ and provide admin and FTP access to your site so I can check it out on your site?

    Thread Starter Bernat

    (@theredflea)

    Hello, I provide you the info with a new private ticket,
    thanks

    Hi,

    If you could please post the outcome here that would be great!

    Thanks,

    Sophia

    Plugin Author metaphorcreations

    (@metaphorcreations)

    I have looked into this and, I believe, the issue is stemming from a javascript error that the Multilingual CMS is generating:

    Uncaught TypeError: Object [object Object] has no method ‘dialog’ post-edit.js?ver=3.1.4:105

    I took a look at the file that is causing the error, but I can not figure out how to resolve it. I have put a support emal into WPML to look at is, as they know the ins and outs of their plugins.. It would take me a long time to break-down their plugin and figure out why this error is popping up.

    It is possible that there are more things going on than just this at the moment, but until this javascript error is resolved, there’s no way to know.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Ok, I found a support thread on WPML that deals with this issue, which is due an error in their plugin code: https://wpml.org/forums/topic/urgent-javascript-error-in-post-edit-page/#post-371002

    You need to modify the “sitepress-multilingual-cms” plugin to fix this bug… hopefully they’ll release an update with a fix for this as well. But, I will paste the response that you need to follow to resolve this issue:

    #1
    Please try to find sitepress.class.php file in your /wp-content/plugins/sitepress-multilingual-cms folder.

    #2
    In the sitepress.class.php file, please find line 2372 which should looks like this one:

    wp_enqueue_script( 'sitepress-post-edit', ICL_PLUGIN_URL . '/res/js/post-edit.js', array( 'jquery-ui-autocomplete', 'autosave' ), ICL_SITEPRESS_VERSION );

    #3
    Please change that line to:

    wp_enqueue_script( 'sitepress-post-edit', ICL_PLUGIN_URL . '/res/js/post-edit.js', array( 'jquery-ui-dialog', 'jquery-ui-autocomplete', 'autosave' ), ICL_SITEPRESS_VERSION );

    The only difference is that we have added ‘jquery-ui-dialog’ to the array.

    Thank you so much! Worked like a charm ?? Hopefully the next update will include a fix for this.

    Thanks again!

    Thread Starter Bernat

    (@theredflea)

    Not working for me. I make this change but ticker have same problem. You have my ftp and WP access, can try you?
    thanks!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    @bernat – I’ll check it out for you.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    @bernat – I just checked out your admin and it looks like you did resolve the issue. You’ll have to remove the malformed ticks that where saved before as that data is saved, but the functionality has returned.

    Thread Starter Bernat

    (@theredflea)

    Ah ok, I try and now works perfect!!! Thanks!!!
    Only a one more question: You can see the ticker takes several seconds to appear. How to make it appear immediately?
    Tancks!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    As of right now it can’t, as it waits for the jQuery script to startup and set the placement of the ticks. I have a task list of updates I want to make, which includes dealing with this issue, but I have not had time to work it out yet.

    Thread Starter Bernat

    (@theredflea)

    ok thanks

    Thread Starter Bernat

    (@theredflea)

    ticket solved an closed, thanks!

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Not compatible with WPML new version’ is closed to new replies.