Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi there,
I was wondering if it is possible to open te link in a new tab or lightbox? I can’t add html code to the Specular options?
Hello,
Sorry for the late reply.
Please show us what link do you need to open in new tab and i’ll give you the proper code to edit.
Best regards!
Hi Mihaila,
In the header we have a button which links to: https://mendrix.chain-logistics.nl/WorldLink/WL2_PageLogin
You can check out the button on http://www.chain-logistics.nl
Hello,
In file header.php, i edited this line:
<a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a>
to this:
<a target="_blank" href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a>
Please check your site.
Best regards!
You must be logged in to reply to this topic.