Home › Forums › Gravida Support › Flipbox Link to New Tab
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
February 11, 2019 at 9:19 am #116760
Hello
URL: https://perceptionprofiling.com/perceptiontraining/
On this page I would like the link on the last Flipbox (Training Brochure) to open the link in a new tab.
I tried the following…
[flipbox fliptype=”h” frontimage=”https://perceptionprofiling.com/wp-content/uploads/2019/02/0-PPT-Front-Cover-212×300.jpg” fronttitle=”2019 Training Brochure” frontdescription=” ” backtitle=”Our 2019 Training Brochure” backdescription=”A PDF with all of our standard training offerings, our suggested training pathways and a comprehensive FAQ section” backurl=”https://perceptionprofiling.com/wp-content/uploads/2019/02/Perception-Profiiling-Training-Brochure-2019-Screen-Quality.pdf” target=”_blank” backbutton=”Download”]
But it appears to ignore the Target=”_blank” in the link.
Is it possible for me to open a link in a new tab… if so how do I do that?
Thank You
SteveFebruary 11, 2019 at 11:44 am #116773Hi,
This can only be done via coder.
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveFebruary 11, 2019 at 12:13 pm #116775Hi
As I’ve previously stated my client won’t allow people to make changes to anything on the site unless we know exactly what is being done.
If you send me the modification or post the code then I can make the amendment to the relevant file.
You have already provided solutions for me this way.
Many Thanks
SteveFebruary 11, 2019 at 1:27 pm #116787Hi,
Kindly edit sktframe/core-functions.php file, go to line number 1141 and paste
'target' => '_self',
After that go to line number 1154 and paste
target="'.$target.'"
Check below screenshot and paste the code in place of green mark.
https://imgur.com/a/KgcSUuP
Regards,
DaveFebruary 11, 2019 at 1:44 pm #116788Hi Dave
Before I implement this, is this going to do it just for the specific box I need or is it going to do it for ALL Flip Boxes?
If it going to do it for all Flipboxes then I can’t use it as a solution.
The only reason wee want a new tab for the Training Brochure Flipbox stated at the start of this post is because it links to a large PDF document. The other Flibboxes need to keep within the flow of the website in the existing Tab.
Thanks
SteveFebruary 12, 2019 at 12:50 pm #116845Hi,
It is just an extra option for flipbox shortcode, by default it will open in same window, if you add target=”_blank” in the shortcode then it will open in new tab.
Regards,
DaveFebruary 13, 2019 at 4:25 am #116894Hi
I’ve implemented that and it worked perfectly.
🙂
Thank You
SteveFebruary 13, 2019 at 8:52 am #116900🙂
-
AuthorPosts
- You must be logged in to reply to this topic.