-
-
Hi,
how can I remove the link funtion from a service icon?
See screenshot:
https://img5.fotos-hochladen.net/uploads/unbenanntqs274kha0u.jpgOr try here:
https://multiplex-knowledge-transfer.com/e-education/I you click on a service icon it reloads the page because the is no link…
I only want to use the service icon as some kind of heading without any links…Many thanks!
-
Hello,
Please go to file vc_templates\services_medium.php and find this line:
$output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
replace with this:
$output .= '<h4><'.esc_html($title).'</h4>';
Save file.Best regards!
-
If I do this all Service icons will not have the link function right?
But I only need to remove them on a specific page, not on all pages…
-
-
Which “url” or “id” do I have to put in in the link section of a icon if i want to link to a secific section of anoter page?
it does not work if i use “extra class name” …
extra class name only works if the link is on the same page…
many thanks for your efforts!
-
Hello,
What service element are you talking about? In the services that allow linking, you should set the link (either external, with https:// or internal: #section_id) in the ‘Link’ text box.
The ‘Extra Class Name’ is used to add new css class or in One Page sett up.Best regards!
-
-
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>how and where can i define the section id?</span>
-
Hello,
Here you can add section id at Extra Class Name field at row settings. It does work.
Please check again and let us know if you still need help.
Best regards!
-
You must be logged in to reply to this topic.