• With ‘nolink=”true”‘ (or false) in the shortcode, the page shows, for each entry, “For more information please visit” and the URL entry from the iCal file. Is there a way to hide that? Installed yesterday, updated tonight, same issue.

    Otherwise, so far so good!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author room34

    (@room34)

    The nolink setting pertains specifically to the URL data field in the feed. What you’re describing sounds like something that is included in the DESCRIPTION field of the feed. You can set eventdesc="false" to hide the descriptions altogether, but this sounds like something you may need to edit out of those descriptions in your source calendar. Or, if it’s something that’s getting added to the events automatically and you can’t edit it, then you may need to use one of the filters described on the Developer page for some advanced modifications of your feed content.

    Thread Starter wp4steve

    (@wp4steve)

    (Sigh) You are right and I am mistaken. It is on the far right end of the line added on to the DESCRIPTION tag. That same URL was also listed as the URL line so I did not realize it was in the file twice.

    Thread Starter wp4steve

    (@wp4steve)

    fastest ticket resolution ever ??

    Thread Starter wp4steve

    (@wp4steve)

    For posterity, in my case:

    section.ics-calendar div.eventdesc p:nth-child(2) {
    	display: none;
    }
    Thread Starter wp4steve

    (@wp4steve)

    Or, since events can have a middle paragraph: ???

    section.ics-calendar div.eventdesc p:last-child {
    	display: none;
    }

    @room34 I seem to be having the same issue. Here is an excerpt from my ICS feed:

    SUMMARY:Arena Booking - Horse Name
    DESCRIPTION:First Name: Horse\nLast Name: Name\nE-mail: *****+fina
    [email protected]\nPhone Number: +44 *******\n
    LOCATION:********
    TRANSP:OPAQUE
    ATTENDEE;CN=Horse Name;CUTYPE=INDIVIDUAL;EMAIL=********+finaltest@gma
    ?il.com:mailto:******[email protected]
    BEGIN:VALARM
    TRIGGER;RELATED=START:-PT0S
    ACTION:DISPLAY
    DESCRIPTION:Reminder
    END:VALARM
    END:VEVENT
    BEGIN:VEVENT
    UID:****046328fb7b
    DTSTART;VALUE=DATE-TIME:20230819T130000Z
    DTEND;VALUE=DATE-TIME:20230819T210000Z
    DTSTAMP:20230726T135343Z
    LAST-MODIFIED:20230726T135721Z
    URL;VALUE=URI:https://******/?option=com_vikappoin
    ?tments&view=order&ordnum=**&ordkey=***99V***97D3

    As you can see the URL seems to be outside of the description, but using “nolink=”true” ” it still seems to show up.

    I have done a temp fix using CSS ( .eventdesc .eventurl {display:none} ) but I would prefer the URL isn’t in my HTML in the first place. Any help gratefully received.

    Plugin Author room34

    (@room34)

    @michaelehowe I think I may need to see the full context of this situation to be able to help you. Can you please fill out the Pro Support Request form? (Doesn’t matter if you are a Pro user or not.) Be sure to include the URL of your calendar page, the full content of the shortcode, including your feed URL, and your System Report. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘nolink=true shows URL’ is closed to new replies.