Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi Suhiro,
    Can you tell me more details about it? Any screenshot will be useful.

    Please note that, only when you select your texts then the Insert Hyperlink button will be active and clickable, otherwise you cannot click this button.

    Regards

    Thread Starter suhiro

    (@suhiro)

    Thanks for reply!
    No need to do a screenshot. I select a text and then press hyperlink button and just nothing happens, it is simply doesn`t work. Btw, in previous versions pressing the hyperlink button cleared all the text form, now it just do nothing

    Plugin Author DesignWall

    (@designwall)

    Hi Suhiro,
    We are using the latest version of our plugin on designwall.com/question. As you can see, the Insert Hyperlink button works fine on our site (a popup should be opened when you click Insert Hyperlink button). Can you give me your site URL for checking?

    Thread Starter suhiro

    (@suhiro)

    I see now, I don`t have any popups after clicking the button. Here is a link https://feetch.com/ask

    Plugin Author DesignWall

    (@designwall)

    As you can see in this screenshot https://i.imgur.com/RIvISoZ.png, we have a javascript error which comes from your feetch theme. This error breaks all js functions on your site so please remove it and check your editor again.
    Regards

    Thread Starter suhiro

    (@suhiro)

    Thanks a lot!

    I can not able to change the url in single question page.I want it like “home url/forum/how-to-fetch-post-category in wordpress” to “home url/question/how-to-fetch-post-category in wordpress”.When I changed it from plugin settings page,it also changes the breadcrumb to question from forum.I have added this code to change the bresdcrumb to “Forum”:

    $forum_url=home_url().’/?page_id=2126′;
    if ( get_post_type() == ‘dwqa-question’ ) {
    printf($link, $forum_url, ‘Forum’ );
    } else if (!empty($portfolio_page_id)) {
    echo ‘‘.get_the_title($portfolio_page_id).’‘;
    } else {
    printf($link, get_post_type_archive_link( $post_type -> name ), $label);
    }

    I want breadcrumb and url to to show forum instaed of question.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Insert Hyperlink doesn`t work’ is closed to new replies.