Support » Plugin: Simple Calendar - Google Calendar Plugin » Creating live links to websites

  • Im looking to create live hyperlinks to external websites in the calendar events descriptions. Is this possible through either Google calendar (which it is linked) or through the backend of the wp website itself?

    Thx in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jonesyb84

    (@jonesyb84)

    BUMP

    Yeah, I am wondering, too. Is it Simple Calendar or is it Google Calendar that makes a link invisible, and how can we fix it? All I can seem to do is to put in an unclickable link.

    @jonesyb84, you might give this a go:

    (In my case, the link was invisible when it was live, so I did an Inspect Element to see if it showed in the code, and it did. Turns out there was some css making it not display, so I put in this css in the customizer, and it now shows up.)

    .simcal-tooltip-content a {
    display: inline;
    }

    That is after making a live link in Google Calendar.

    • This reply was modified 5 years, 8 months ago by Anita Hill. Reason: more clarity
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating live links to websites’ is closed to new replies.