Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Greg Ross

    (@gregross)

    Thanks, I hadn’t noticed that, I’ll take a look, it should be a relatively easy fix.

    Thread Starter Epiphora

    (@epiphora)

    Awesome, thank you!!

    Thread Starter Epiphora

    (@epiphora)

    Hey Greg, I’m still using your plugin virtually every day but longing for an update to address the link issue.

    Plugin Author Greg Ross

    (@gregross)

    I’ve started working on the update but it has proven more difficult than I original expected.

    Thread Starter Epiphora

    (@epiphora)

    Thanks for the update, Greg! I’m just happy you’re working on it!

    Hello guys,

    I would like to propose a simple solution for this issue, as follows below:

    File:
    /just-writing/4.3/just-writing-editor.4.3.php
    PS: you can edit this file using the wordpress editor or you may change it manually

    Change the line 133
    if( $JustWritingUtilities->get_user_option( ‘link’ ) == ‘on’ ) { $buttons[‘link’] = array( ‘title’ => __(‘Insert/edit link (Alt + Shift + A)’), ‘onclick’ => “jQuery(‘.mce-i-link’).parent().parent().click();“, ‘both’ => false ); }

    For this code
    if( $JustWritingUtilities->get_user_option( ‘link’ ) == ‘on’ ) { $buttons[‘link’] = array( ‘title’ => __(‘Insert/edit link (Alt + Shift + A)’), ‘onclick’ => “wpLink.open();“, ‘both’ => false ); }

    Justification: Use the native wordpress function named “wpLink.open();” in order to open the Link PopUP. Once that the TyneMCE editor is used by both applications (just writing and the default wp editor) it works properly.

    I also translated this plugin for Portuguese-BR, but it is ‘hard coded’. Please let me know if you would like to make it available for other uses in the next version, so I can send you the files.

    Best regards,
    barbosalm

    Plugin Author Greg Ross

    (@gregross)

    Thanks @barbosalm, I’ll update the plugin and push out a new version today.

    As for the translation, I’ll take a look at the code and make sure it supports translate.www.remarpro.com so you can use add your translation there.

    Thread Starter Epiphora

    (@epiphora)

    Hi Greg and barbosalm,

    Thanks for the update! This is better than nothing. However, support for WordPress’ new link box would be ideal, so I can search for a post. I would also appreciate proper support for Ctrl + K — right now that keyboard shortcut doesn’t bring up the linking dialogue box when using this plugin.

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Inserting links no longer works due to new version of WordPress’ is closed to new replies.