- This topic has 3 replies, 3 voices, and was last updated 10 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Tagged: link, website link
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!
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
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.
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
Stay up to date on web design and development trends. Also receive updates on video tutorials, services, deals, products, and discounts offered by the BePro Software Team. to sign-up for our newsletter today.