URL Tool Not Behaving Right

This topic contains 13 replies, has 3 voices, and was last updated by  Paolo 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #493865

    Jeff Adams
    Free User
    Post count: 1780

    When adding/editing a listing, the URL/link tool in the description opens in such a way that I cannot see the “Open in new window” and it’s showing a bunch of other stuff…

    #493870

    Jeff Adams
    Free User
    Post count: 1780

    More specifically it’s the “Inser/Edit Link” in the HTML button.

    #493873

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #493897

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #493909

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #493910

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #493912

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #493914

    Jeff Adams
    Free User
    Post count: 1780

    The more I look at it the more I think it should not have “Or link to existing content” because it’s offering links to invoices and all kinds of things. I’ve Googled searched a little and it seems others have had to disable this.

    Using the Snippet Plugin I added the following code to remove the remove “Or link to existing content” field.

    add_action( ‘after_wp_tiny_mce’, function( $settings )
    {
    // Check for the ‘wplink’ editor plugin
    if( isset( $settings[‘content’][‘plugins’] )
    && false !== strpos( $settings[‘content’][‘plugins’], ‘wplink’ )
    )
    echo ‘<style>
    #link-selector > .howto, #link-selector > #search-panel { display:none; }
    </style>’;
    } );

    This worked in that now I can access the open in new window! 🙂

    But, now I want to remove that box below it that says “No search term specified. Showing recent items.” with all the site links that you can scroll through. I don’t think that is necessary at all and could be misused…

    #493923

    Jeff Adams
    Free User
    Post count: 1780

    Ugggghhhh, I just added a listing and went to change the URL to open in a new window and it’s back to the problem of being covered again 🙁

    #494027

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #494059

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #494060

    Jeff Adams
    Free User
    Post count: 1780
    This reply has been marked as private.
    #494063

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #494064

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket