Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #347190

    Hallo Support-Team,
    gibt es eine Möglichkeit, dass die Artikel/Beiträge zwar über ihre jeweilige Kategorie angezeigt werden, aber nicht als einzelner Post anklickbar und somit darstellbar sind?

    Wenn ja, was darf ich wo ändern?

    Fragt der begeisterte enfold-user

    dreisatz

    #347473

    Hey dreisatz!

    was genau meinst du? bitte poste einen Link zu deiner Website.

    Gruß,
    Andy

    • This reply was modified 10 years ago by Andy.
    #347602

    Hallo Andy,

    hier der Link .

    Die Posts/Beiträge werden in der Kategorie “Referenten” aufgelistet. Das ist gut und richtig so. Allerdings möchte ich, dass man dan den einzelnen Beitrag, z.B. Bross in diesem Fall nicht einzeln aufrufen kann (Single Post). Was muss ich also wo ändern? Ist es die Datei includes/helper-post-format.php? Und wenn ja, wie bekommen ich da diesen link-aufruf raus?

    Und noch eine kleine Bitte: wie bekomme ich diese Animation über den Thumbnails abgeschaltet? Oder ändert sich das automatisch, wenn die obige Frage gelöst ist?

    Ach so viele Fragen, freue ich auf eure fachkundige Unterstützung,

    beste grüße

    dreisatz

    #347619
    #348113

    Hi!

    Thank you for the link.

    I’m sorry but I’m only using google translate so from what I understand, you want to disable the link to single post pages from the category page. Is that correct? Try to add this on Quick CSS or custom.css:

    .category h2.post-title.entry-title a {
    pointer-events: none;
    }

    Disable the overlay or animation with this:

    span.image-overlay.overlay-type-extern {
    display: none !important;
    }

    I’ll ask Andy to check it again.

    Regards,
    Ismael

    #348151

    Dear Ismael,

    thanks a lot for your help. It works fine – well done – that was exactly my wish.

    Unfortunately do the thumbnail still link to the single post – any solution that they don´t do that anymore?

    Kind regards,

    dreisatz

    #348331

    Hi!

    thanks @Ismael!
    If you want to remove the link of the image, than please go to the post and remove the link in the editor. See screenshot:

    Regards,
    Andy

    #348334

    Hello Andy,

    i want to remove the link from the thumbnail not an image in the post.

    For example: http://westdeutscher-vertriebskongress.de/wp-wdvk/category/referenten/ -> if you click on the portrait (thumbnail) from “Bross”, you´re directed to the single post, which i don´t want. The solutions from Ismael disables the post-title linking to the single post – again well done – but the thumbnail still (german: beitragsbild) directs to the single post …

    so, is there chance to prevent this?

    hopefully,

    dreisatz

    #348336

    Hey!

    I know that you want to remove the link of the thumbnail which redirects to a single post entry. That’s why I showed you a way how to do it. Please follow the instructions of my post before.

    Cheers!
    Andy

    #348342

    hey,

    the instruction in your post before are useful if i would use an image in the post, which i would have imported or inserted via “datei hinzufügen” (don´t know engl. impression here). the thumbnail (german: beitragsbild) of the post can´t be edited this way …

    so unfortunately again my question: is there chance to turn off the linking of the thumbnails

    hopefully again,

    dreisatz

    #348344

    me again,

    it seems i used the wrong term, sorry for that – the problem to be solved is: How-To disable the Featured-Image-link to the single post.

    hope it´s more clearly,

    dreisatz

    #348391

    Hey!

    Now I get it. Try this one:

    .main_color .rounded-container, #top .main_color .pagination a:hover, .main_color .small-preview, .main_color .fallback-post-type-icon {
    pointer-events: none;
    }
    

    Regards,
    Andy

    #348453

    YES! that works fine.

    one more thing – i´m sorry – is there a chance to not display the date, category and author? I mean the row under the post-title? i´ve already checked and unchecked the boxes in enfold theme options -> blog layout -> Blog meta elements, but this does not work.

    I suppose i´m on the wrong the way …

    May i request your support again,

    dreisatz

    #348455

    Hi!

    use this:

    .post-meta-infos {
    display: none;
    }
    

    Cheers,
    Andy

    #348479

    splendid!

    again, thank you very much for your support.

    cheers,

    dreisatz

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Kategorien -> blog-post sollen nicht auf Single-post verweisen’ is closed to new replies.