Tagged: link, website link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3170
    nocholas
    Participant

    Hello,

    I had an issue with the website link in the details section. The link would be underlined and in blue, however when I clicked it it would try to redirect me to the directory of the list followed by the website I entered
    ex. If the listing is found at “http://www.mywebsite.com/listing001/

    The website link in the details would direct to “http://www.mywebsite.com/listing001/www.myothersite.com”

    I was able to fix it;

    In the file bepro_listings_frontend.php, around line 910 the following code:

    $website = "<span class='item_label'>".__("Website", "bepro-listings")."</span> - <a href='".$item->website."'>".$item->website."</a>";

    had to be changed to:

    $website = "<span class='item_label'>".__("Website", "bepro-listings")."</span> - <a href='http://".$item->website."'>".$item->website."</a>";

    Hope this helps!

    • This topic was modified 9 years, 6 months ago by nocholas.
    #3173

    Hi Nocholas,

    Thanks for bringing this to our attention. The suggested fix needs a little more glue before it can be released to everyone. Our team will make a few tweaks and add the fix to the core plugin in the next update

    Regards.
    ___
    BePro Software Team

    #3721
    dcsenterprise
    Participant

    Gosh, it would be so nice to have this fixed in the plugin. It’s a pain to have to do this after each update.

    #3725

    Hi,

    This issue should be fixed in the latest release 2.1.79. Let us know if you continue to experience issues.

    Regards
    ___
    BePro Software Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.