Skip Navigation

[Resolved] https

This support ticket is created 8 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 8 years, 2 months ago.

Assisted by: Minesh.

Author
Posts
#370426

I am trying to: fix my https

for that code

<a href="[wpv-post-url]">[types field="featured-image" width="340px" height="450px" align="center" id="featured"][/types]</a>

<a href="hidden link">
<img alt="" class="aligncenter"
src="http *** here, the https is not working*** ://designersbridalgowns.com/wp-content/uploads/2014/05/InesDiSantoStraplessIvoryMermaidGown-wpcf_340x450.jpg" /></a>

I visited this URL:
hidden link

I expected to see:

src="hidden link

Instead, I got:

src="hidden link

it is for those 2 images bellow title

#370472

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

With image field, we have attribute: "no_protocol" using this attribute you can switch protocol.

Please refer to follwoing link for more info:
https://toolset.com/documentation/customizing-sites-using-php/functions/#image

no_protocol:
"true" | "false" (default)
Display URL without protocol “http:// and hidden link.

#370771

is that correct?

  • [types "true" field="multiple-images"][/types]
  • [types "true" field="multiple-images" size='thumbnail'][/types]
  • #370879

    Minesh
    Supporter

    Languages: English (English )

    Timezone: Asia/Kolkata (GMT+05:30)

    Opps - you just missed the parameter name to pass.

    Please try to use following:

    <li>[types no_protocol="true" field="multiple-images"][/types]</li>
    <li>[types no_protocol="true" field="multiple-images" size='thumbnail'][/types]</li>
    

    I hope above code will help you to resolve your issue.

    This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.