Viewing 1 reply thread
You must be logged in to reply to this topic.
Is it possible to hyperlink to an individual FAQ (created using Specular Blocks FAQ element) Ideally, the link would open the FAQ element
The Element ID option field appears to to be the way to define a HTML anchor but it doesn’t work for me
Appreciate any insights
Pete
Hi, please try this.
Go to vc_templates/faq.php
Replace line:
$output .= '<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion'.esc_attr($nr).'" href="#toggle'.esc_attr($id).'">';
with:
$output .= '<a class="accordion-toggle" href="'.get_permalink().'">';
Let me know if this works
Thanks
You must be logged in to reply to this topic.