*

Lucasdelton

  • ***
  • 53 posts
the employer to add a link or email to be clickable
« on: November 15, 2020, 07:12:08 PM »
Hi, I want to know how I make it possible for the employer to add a link or email to be clickable, I want this in the '' Advertiser Contact person ". please

my site: https://maisemprego.net/

Marked as best answer by frosticek on November 16, 2020, 08:59:02 AM
*

MB Themes

Make email clickable on listing page
« Reply #1 on: November 16, 2020, 07:52:27 AM »
@Lucasdelton
If you take it as osc_contact_email() function - so email that user has entered, not one in description, then change:
Code: [Select]
<?php echo osc_contact_email(); ?>
into:
Code: [Select]
<a href="mailto:<?php echo osc_contact_email(); ?>"><?php echo osc_contact_email(); ?></a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lucasdelton

  • ***
  • 53 posts
Re: the employer to add a link or email to be clickable
« Reply #2 on: November 16, 2020, 08:32:52 AM »
I want the link or email to be only clickable on the item page in the advertiser under Contact person

*

MB Themes

Re: Make email clickable on listing page
« Reply #3 on: November 16, 2020, 08:59:08 AM »
@Lucasdelton
If you take it as osc_contact_email() function - so email that user has entered, not one in description, then change:
Code: [Select]
<?php echo osc_contact_email(); ?>
into:
Code: [Select]
<a href="mailto:<?php echo osc_contact_email(); ?>"><?php echo osc_contact_email(); ?></a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lucasdelton

  • ***
  • 53 posts
Re: the employer to add a link or email to be clickable
« Reply #4 on: November 16, 2020, 01:22:20 PM »
and where to find this code? I looked in item.php and contact.php I can't find the excerpt

*

MB Themes

Re: the employer to add a link or email to be clickable
« Reply #5 on: November 16, 2020, 02:22:27 PM »
@Lucasdelton
If theme does not show contact email, you will not find it in item.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots