Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #970884

    Hey 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,
    Mike

    #971267

    Hi 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

    #971364

    Hi,

    Did you make sure to add Mike’s code to quick css? If so it should have been protected from updates.

    Best regards,
    Jordan Shannon

    #971647

    Hi 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.

    #971671

    Hi,
    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?
    2018-06-12_074047
    2018-06-12_074216
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.