I have a few links on my page using an Icon Box. They work great, but there is no option to force the links into new windows?
Am I missing where this is enabled? Or it is not possible on the Icon Box links?
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Please send us your site url and section using icon box link, we will help you find a solution.
Thank you.
Please
- set as below image
https://i.imgur.com/Sp0PPBj.png
- add class target-blank for icon box links to new page.
- add js code to file js of theme:
Where do I need to add that into the md_avendor.js file?
I tried adding it at the bottom of the file but it is still not working with the "target-blank" placed in the Icon Box CSS tag area
You can please add code into
$(document).ready()
or
Drupal.behaviors.custom_content = {
attach: function(context, settings) {
That did it. Much thanks.