Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi there, similar problem as my last problem with image link not working.
If you go here:
Scroll down to the 3 services: Catalog | Certificates | Global Examples
I have added a link to the service – Catalog
The link should be:
https://grmaustralia.com.au/grena/grenamat-catalog.pdf
But only links to:
Hello,
You have to add the service link to the services as an element and not at the column.
Now if you check it is ok.
Regards!
Oh yes I see, ok thank you.
Can this link be set to open in new window/tab?
Glenn
Hello,
The only way to do that is to edit the file: /wp-content/themes/handel/includes/codeless-builder/shortcodes/cl_service.php
if( $service_link != '' )
$output .= '<a href="'.esc_url($service_link).'">';
replace with:
if( $service_link != '' )
$output .= '<a target="_blank" href="'.esc_url($service_link).'">';
Regards!
You must be logged in to reply to this topic.