Feature Box URL Open In New Tab Missing - Question | JoomShaper

Feature Box URL Open In New Tab Missing

M

martin

SP Page Builder 3 years ago

Hi there,

I have a development site with the following details:

Template: Travelia Helix 3 Joomla 3.9.23 SP Page Builder Pro 3.7.8

However, the open URL in new tab feature is not showing up in Pagebuilder. How can I fix this?

Thank you/

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #249

Hello martin

I have added jQuery code in your Custom Code -> Custom JavaScript to solve this issue. Please check your site. All feature box links will now open in the new tab. For your reference, I have added this code

jQuery(function($) {
  $('.sppb-addon-feature a').attr('target', '_blank');
});

Best regards

0
M
martin
Accepted Answer
3 years ago #311

Hi Ofi,

Thanks for your help!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #413

You are welcome

0