Skip Navigation

[Resolved] url raw output doesn't work

This support ticket is created 6 years, 2 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Christian Cox 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1173479

I am trying to:
make buttons work
Link to a page where the issue can be seen:
hidden link < this page the buttons don't work
hidden link < this is virtually the same page and buttons do work

#1173488

the code for the buttons on both sites is:
[button shape="rounded" size="small" float="none" target="blank" info="none" info_place="top" info_trigger="hover" href="[types field="website" output="raw"][/types]" title="[types field="name" id=""][/types]" info_content="Click to visit the website"]Visit Site[/button]

#1173527

Hi, I'm not able to log in using the credentials you provided so I'm not able to take a closer look. My first suggestion is to add the output='raw' attribute to the name field shortcode. Then, you should always nest single quotes inside double quotes. Try this instead:

[button shape="rounded" size="small" float="none" target="blank" info="none" info_place="top" info_trigger="hover" href="[types field='website' output='raw'][/types]" title="[types field='name' output='raw'][/types]" info_content="Click to visit the website"]Visit Site[/button]

If this doesn't solve the problem, I'll take a closer look if you can provide updated login credentials.