Skip Navigation

[Resolved] can’t open edit link in new window _blank

This thread is resolved. Here is a description of the problem and solution.

Problem:
can't open edit link in new window _blank

Solution:
you should use target='blank' without underscore.

You can find the proposed solution, in this case with the following reply:
https://toolset.com/forums/topic/cant-open-edit-link-in-new-window-_blank/#post-1212953

Relevant Documentation:
https://toolset.com/documentation/user-guides/cred-shortcodes/#toolset-edit-post-link

This support ticket is created 5 years, 8 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)

This topic contains 2 replies, has 2 voices.

Last updated by malagaS 5 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#1212921

I am trying to: open edit link in _blank [toolset-edit-post-link content_template_slug="task-edit" target="_blank"]<i class="fa-pencil-alt fas button-icon-left">[/toolset-edit-post-link][wpv-post-title]: [types field='task-description'][/types]

Link to a page where the issue can be seen:

I expected to see:

Instead, I got: opens in same page

#1212953

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - can you please try to use the following shortcode - you should use target='blank' without underscore:

[toolset-edit-post-link content_template_slug="task-edit" target='blank']<i class="fa-pencil-alt fas button-icon-left">[/toolset-edit-post-link][wpv-post-title]: [types field='task-description'][/types]
#1212955

that works - thank you!!