-
AuthorPosts
-
June 10, 2018 at 12:50 pm #970758
Hello,
it seems after last theme updates some quick CSS to remove links to itself from post titles and post images doesn’t work anymore.
I had:
.single .post-title.entry-title {
pointer-events: none !important;
}
.single .page-title.entry-title {
pointer-events: none !important;
}
.single-post .big-preview.single-big { pointer-events: none; }
How can I fix that? I’d like to have h1 titles for posts and pages without any link, featured images without link and possibly post title in header, instead of blog page title. I set everything this way, but after the update I can’t find a solution anymore.Thank you
June 10, 2018 at 10:02 pm #970884Hey cocoguido2,
This solution works on my localhost, Please include the url to the page in question so we can take a closer look why it’s not working for you..single .post-title.entry-title { pointer-events: none !important; } .single .page-title.entry-title { pointer-events: none !important; } .single-post .big-preview.single-big { pointer-events: none !important; }
Best regards,
MikeJune 11, 2018 at 4:05 pm #971267Hi Mike,
thank you for your reply. Well it worked perfectly, but after the update I have all titles and images clickable.
My site is https://www.seduzioneolistica.it/You can check a random post or page: it works on pages, not on blog posts
https://www.seduzioneolistica.it/seduzione/come-fare-colpo-su-una-ragazza/ (post)
https://www.seduzioneolistica.it/percorso-sciamanico-dimenticare-amore/ (page)Thank you
June 11, 2018 at 7:56 pm #971364Hi,
Did you make sure to add Mike’s code to quick css? If so it should have been protected from updates.
Best regards,
Jordan ShannonJune 12, 2018 at 12:11 pm #971647Hi Jordan,
the code was in quick CSS and the update didn’t modify it, but simply after that it doesn’t work anymore and I have titles and featured images clickable.When I installed the theme I made some changes in function.php and function-enfold.php as described in this thread:
I should have used a Child Theme to protect them from update, but I didn’t and now I don’t find the same strings in php code to make the changes again, so I though the update modified function.php and the way these matters are managed by the theme.
June 12, 2018 at 1:49 pm #971671Hi,
I tested your post & page links above and found that the images & titles are not clickable for me, are you saying that these are clickable for you?
Please try clearing your browser cache & trying again,
otherwise, please include a admin login in the private content area so we can take a closer look.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.