Skip Navigation

[Resolved] CRED Edit link not appearing

This support ticket is created 7 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 15 replies, has 2 voices.

Last updated by Shane 7 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#562443

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi David,

You are able to do this by wrapping our conditional shortcode around the code like this.

[wpv-conditional if="( '[wpv-search-term param='content-template-id']' eq '' )"]
[wpv-conditional if="( '[wpv-search-term param='content-template-id']' eq '' )"]
<div class="consultant-single-main">
  <div class="consultant-single-top clearfix">
  <div class="consultant-single-top-left"><a href="<em><u>hidden link</u></em>">MY SAVED CONSULTANTS</a></div>
    <div class="consultant-single-top-right"><a href="<em><u>hidden link</u></em>">BACK TO SEARCH RESULTS</a></div>
    </div>
  <div class="consultant-single-left">
    [types field='consultant-image' size='full' align='none'][/types]
    [favorite_button]
    </div>
  <div class="consultant-single-middle">
    <p class="consultant-single-heading">CONSULTANT NAME</p>
    <p class="consultant-single-value">[wpv-post-title] [toolset_access role="Administrator,Consultant" operator="allow"] [types field='consultant-last-name'][/types][/toolset_access]</p>
        <p class="consultant-single-heading">CONSULTANT RATES</p>
     <p class="consultant-single-value">[types field='consultant-day-rate'][/types]</p>
        <p class="consultant-single-heading">SPECIALIST SECTORS</p>
     <p class="consultant-single-value">[wpv-post-taxonomy type='consultant-business-sector' format='name']</p>
    <p class="button black">[itroclickpopup id="3"]DOWNLOAD CV[/itroclickpopup]</p>
    <a class="button black" href="#">DOWNLOAD TERMS</a>
  </div>
  <div class="consultant-single-right">
        <p class="consultant-single-heading">CONSULTANT DETAILS</p>
     <p>[types field='consultant-description'][/types]</p>
    <p class="button black">[itroclickpopup id="2"]CONNECT WITH CONSULTANT[/itroclickpopup]</p>
  </div>
</div>
[/wpv-conditional]

Thanks,
Shane