Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1302390

    Hi there,
    we would like to unlink all blog post titles from the blog posts themselves since we use buttons to external PDFs (created by the client himself) instead. It would be great to have the opportunity to display blog posts in grid layout (or multi-author-blog) in the title/text excerpt/read more-fashion with the heading/title being no clickable item itself at all and the read-more-button functioning as an external link.
    That way we could have parts of the content to be easily maintained/updated by the client in form of creating new blog posts for jobs, news etc. without interfering with the whole site build…

    Thanks in advance,
    Sascha

    #1302660

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .post-title a,
    .big-preview a,
    a.small-preview {
        pointer-events: none;
    }
    

    Best regards,
    Yigit

    #1302778

    Hi Yigit,
    thanks for the code!
    The titles are not clickable anymore but they still have a hover state. Could that be fixed/eliminated also?
    Thanks again for your kind support,
    Sascha

    #1302900

    Hi,

    Add this to quick css:

    .post-title:hover a,
    .big-preview:hover a,
    a.small-preview:hover {
       color: #333333!important;
    }

    Best regards,
    Jordan Shannon

    #1303185

    Hi Jordan,
    thanks for looking into this.
    Unfortunately it only changed the color of the title but the hovering still remains…

    Best,
    Sascha

    #1303189

    or: prevent the creation of these links: if you are on single post

    see: https://kriesi.at/support/topic/remove-permanent-link-from-the-post-h1-title/#post-1220155

    sadly the hover style is correlated not to the anchor but to that class .post-title:
    so set it to 1

    .html_elegant-blog #top .post-entry .post-title:hover, 
    .html_elegant-blog .avia-content-slider .slide-entry-title:hover {
        opacity: 1;
    }
    #1303197

    Hi,

    Please refer to @guenni007’s post above.

    @guenni007
    Thanks as always :)

    Regards,
    Yigit

    #1303327

    by the way @Yigit – I mention it here again now; this should actually be the standard behavior. It makes no sense when you are in the single post to set the link that leads to itself. Maybe you pass this on as a suggestion to Günter.

    #1303400

    Hi Sascha,

    Please add the code @Guenni007 shared here – https://kriesi.at/support/topic/unlink-all-blog-post-titles/#post-1303189


    @Guenni007
    Thanks for your help! I will pass it to Günter :)

    Best regards,
    Yigit

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