Hello.
After searching for any term, in my search page titles are inactive. I should be able to click on a link, but there is none.
In your demo titles are linked.
What can I do to fix it?
Thank you.
Hey rimlightstudio!
Remove the code from your functions.php file. It works fine when the parent theme is activated correct?
Regards,
Elliott
I’ve removed this code and same story. This code is same code from your original function but without “Permanent Link”. This is live site so I can’t switch styles.
Also as you ca see under first element I have categories, but under other titles categories are missing.
Can you help me please?
Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hello.
Ok, in another try, I’ve removed code from my functions.php (https://kriesi.at/support/topic/remove-permanent-link-using-filter-in-child-theme/ ) and looks like links are working now. But this code is removed so my fix for Permalink text is not working. Can you give me code to remove or way to translate “Permalink to” text on mouse hover?
Thank you.
Ok, another try :)
This code was responsible for removilg links in search:
.post-title {
pointer-events: none !important;
}
So is there a nice way to remove/translate “Permalink to ”
Thanks
Hey!
We modified the avia_title function a bit so you have to copy the whole avia_title function again in the child theme’s functions.php file. Change the text on this line:
if(!empty($link) && !empty($title)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
A link to the actual site will help.
Best regards,
Ismael