Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jeff Starr

    (@specialk)

    That almost reads like a poem or something.

    It sounds like there is some interference, have you tried troubleshooting?

    Thread Starter sonic_crack

    (@sonic_crack)

    hey bro do you understand me
    when a user submits a link with your plugin

    it stays a text link like https://www.hello.com

    but its not clickable so not an hyperlink

    can you please tell me how i can make the link clickable

    thnx

    Thread Starter sonic_crack

    (@sonic_crack)

    i tried to put this in single.php

    <?php echo get_post_meta(get_the_ID(), ‘user_submit_url’, true); ?>

    and the link is showing but not clickable thats my problem

    when a user submits a link
    it stays a text link

    not clickable

    what can i do about this

    thnx

    Plugin Author Jeff Starr

    (@specialk)

    I’m not sure, have you looked at the HTML of the page to see if the “links” are marked up as actual links, you know, with anchor tags <a>.

    Thread Starter sonic_crack

    (@sonic_crack)

    no there are no tags in the html

    so the plugin is not making the html for the links

    Plugin Author Jeff Starr

    (@specialk)

    Well that explains it, USP focuses on front-end submission and doesn’t add any link markup to the submitted posts. Just not a part of the plugin’s native functionality.

    Thread Starter sonic_crack

    (@sonic_crack)

    ok is there a way to fix this cause i google all day and i tried some solutions but its not working

    this is a great plugin but its not really functional when the plugin is not providing a working clickable link

    after submitting a post

    thnx

    Plugin Author Jeff Starr

    (@specialk)

    “this is a great plugin but its not really functional when the plugin is not providing a working clickable link after submitting a post”

    This may be where you are confused. You see, USP doesn’t add anything, or modify, the submitted post. Rather, it simply creates a post using whatever data is provided by the user. So if the user includes a link in the content, it will be included in the submitted post (unless something like a plugin changes that behavior).

    I hope this clarifies the confusion as to what USP does, and what it does not.

    Thread Starter sonic_crack

    (@sonic_crack)

    okay i see but

    you dont have an solution for the problem i have

    ??

    Plugin Author Jeff Starr

    (@specialk)

    Yeah sorry, it’s just a part of anything that the plugin does. You should be able to figure out what is removing the links you are adding by troubleshooting WordPress, the theme, plugins, etc.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘links are showing but not clickable’ is closed to new replies.