Skip Navigation

[Resolved] Pay Now buttons are not visible

This support ticket is created 4 years, 9 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by LisaA1200 4 years, 9 months ago.

Assisted by: Waqar.

Author
Posts
#1588923

I just noticed the pay now buttons are not there. I had someone a year ago, update the toolset script I was using. Everything was in a module I think. Look at another site for this lady and you can see what I'm talking about.
fosterstinyyorkies.com

#1589505

Hi Lisa,

Thank you for contacting us and I'll be helping you with this ticket.

To include a read more link to the single post pages ( at hidden link ), you can use the "wpv-post-url" shortcode:
( ref: https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-post-url)

The content is coming from the view "Dogs For Sale View" ( hidden link ) and you can include a row for this read more link, like this:
( screenshot: hidden link )


<div class="row">
	<div class="col-sm-3 first-col">&nbsp;</div>
	<div class="col-sm-9 second-col read-more"><a href="[wpv-post-url]">Read more</a></div>
</div>

As for the single pages for the dogs on sale ( e.g. hidden link ), I noticed that they're already showing a "Make a Deposit" link.

( screenshot: hidden link )

I hope this helps and please let me know if you need any further assistance around this.

For a new question/concern, please open a new ticket.

regards,
Waqar

#1590983

My issue is resolved now. Thank you!