Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1088882
    nadrima
    Participant

    Hi guys,
    here is my blog page: http://dimonatheater.com/%D7%91%D7%9C%D7%95%D7%92/

    im using the renew stack..

    i managed to remove the permalink from the post title, but not from the featured image..

    at the bottom line i just want the page to show the posts with no way to enter the post page.

    hope you could help,
    Niko.

    #1088901
    nadrima
    Participant

    forgot to say that i looked for some answers before in this forum.. because its defines via wordpress settings i cant use cornerstone hense i cant put custom css there..

    #1089051
    Joao
    Moderator

    Hi There

    Please add the following code to Appereance Customizer Custom CSS

    .blog .entry-thumb img {
    display: none;
     }

    Can you describe with more details what problemas you are facing with Cornerstone?

    Thanks

    Joao

    #1089753
    nadrima
    Participant

    Hi! thank you Joao,
    im afraid its not the solution i was looking for…

    as you can see here:
    http://dimonatheater.com/%D7%91%D7%9C%D7%95%D7%92/

    it deleted the img itself.. i want just to disable the link 🙂
    so i could see the image but not press on it..

    about cornerstone the problem is that i cant use it on this specific page, because i defined an empty page as a “posts page” via the wordpress settings.. and as i read in this forum, you cant edit it with cornerstone 🙂

    thank you,
    Niko.

    #1089758
    Thai
    Moderator

    Hi Niko,

    Please add the following CSS instead:

    .entry-featured a {
        pointer-events: none;
        cursor: default;
    }

    Hope it helps 🙂

    #1089765
    nadrima
    Participant

    it does! thank you so much!

    #1089769
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1088882 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>