Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Add rel="me" Link to stock social media widget #88987
    SantaDroid
    Participant

    Never mind. I just added the code between the body and head tag and deleted it after Mastodon verified the rel=”me” status.

    in reply to: Add rel="me" Link to stock social media widget #88985
    SantaDroid
    Participant

    Do you see any other easy way to add an invisible something Link to the main page which would serve the same purpose?

    in reply to: Add rel="me" Link to stock social media widget #88983
    SantaDroid
    Participant

    That’s unfortunate 🙁

    in reply to: Add Mastodon Social Icon #88981
    SantaDroid
    Participant

    Thx, it worked flawlessly 🙂

    in reply to: Add Mastodon Social Icon #88846
    SantaDroid
    Participant

    Just to clarify: I added it the same way you showed me with the email icon but added the mastodon font awesome code (f4f6) and everything seems to work except the icon doesn’t show.

    Also: hovering over it doesn’t change the color, which means that the icon turning white simply looks like its disappearing into the white circle (same with the mail icon).

    in reply to: Add "mailto" Social Icon to the social menu #62715
    SantaDroid
    Participant

    Thank you. Works perfectly!

    in reply to: Delete "more" tag #62654
    SantaDroid
    Participant

    Hey again,

    I think I fixed it myself by simply adding

    function modify_read_more_link() {
        return '<a class="more-link" href="' . get_permalink() . '"> </a>';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );

    into my child themes functions.php and just filling in a -space- where the modified text is supposed to go.

    I’ll leave it here in case it is of use for someone else.

Viewing 7 posts - 1 through 7 (of 7 total)