• Resolved Kev

    (@kevquirk)


    I added a link to an admin reply, but the Guestbook doesn’t make it a clickable link. I tried to then mark it up with HTML in the hope that this would work, but the Guestbook removed all my markup and reverted it to plaintext again.

    Is there anyway for me to add a clickable link to an admin reply?

    Thanks!

    Oh, also, is there a way for me to donate to this project? I’m getting a lot of use from it, so I’d like to add some small amount of support.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi Kev,
    You can go to Guestbook > Settings > Form-settings and enable the Visual editor. That will give you a BBcode iconset for the editor.

    And thank you 🙂
    If you want to donate, you could buy the add-on, as often as you like 🙂
    You can also just donate on Paypal to marcel@timelord.nl
    Thank you for mentioning it works good for you.

    Thread Starter Kev

    (@kevquirk)

    Thanks I bought the Addon. 🙂

    WRT to the visual editor, when I enable it, the icons don’t display correctly for some reason.

    At the back-end everything is fine: https://imgur.com/a/VY2N29J

    But at the front-end the icons are all wrong: https://imgur.com/a/ONGB827

    Plugin Author Marcel Pol

    (@mpol)

    Hi Kev,
    Often that has to do with a theme that has CSS that interferes.
    I checked your website, currently BBcode is disabled again. If you enable it again I can take a look and most probably write some custom CSS for you, or even improve the CSS of the plugin to work with more themes.

    There are thousands of themes and it is not always straightforward to have something working across all themes.

    Thread Starter Kev

    (@kevquirk)

    Sorry for the delay on this. I’ve just enabled the visual editor again. I had a look on dev tools, but can’t find anything obvious that messing with the CSS.

    Thanks for looking at this.

    Plugin Author Marcel Pol

    (@mpol)

    No problem.
    This custom CSS should do:

    .gwolle-gb .markItUpHeader ul a {
        background-size: 20px 20px;
    }

    You can add it under Appearance > Customizer > Custom CSS.
    You could also put it in the file /frontend/markitup/style.css. In the next update it will be overwritten with the next version that already includes this, that way you don’t have old code as custom CSS.

    Thread Starter Kev

    (@kevquirk)

    You sir, are a legend. Thanks Marcel!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding links’ is closed to new replies.