-
AuthorPosts
-
December 29, 2015 at 12:04 am #557891
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.
December 29, 2015 at 2:17 am #557909Hey rimlightstudio!
Remove the code from your functions.php file. It works fine when the parent theme is activated correct?
Regards,
ElliottDecember 29, 2015 at 12:14 pm #558062I’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?
December 30, 2015 at 7:59 am #558371Hi,
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,
RikardJanuary 8, 2016 at 8:11 pm #562185Hello.
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.
January 8, 2016 at 10:57 pm #562224Ok, 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
January 11, 2016 at 9:24 am #562995Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
