• Resolved mcxg46

    (@mcxg46)


    Great calendar plugin!

    But I was hoping to remove the ‘repeat every week(s) info from the event popups, by adding an appropriate display:none line in css. (Users can see that it repeats in the calendar view.)

    However, the element doesn’t appear to have its own class or id, and I am not confident editing the actual plugin php.

    Can you help?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Thanks for the feedback!

    Please try to use the following CSS code:

    div#dayevent > div:nth-child(3) {
    display: none;
    }

    Thanks. Have a nice day.

    Thread Starter mcxg46

    (@mcxg46)

    Thanks for your reply.

    But sadly that didn’t seem to work.

    Plugin Support Suzie

    (@suziekh)

    Hi,

    Please, try the following.

    Go to functions_for_xml_and_ajax.php file and search for Week(s) and perform the actions shown in

    GIF1
    GIF2

    This should fix the issue.

    Thanks and have a nice weekend!

    • This reply was modified 6 years, 1 month ago by Suzie.
    Thread Starter mcxg46

    (@mcxg46)

    Thanks Suzie – that worked perfectly.

    Thanks for your help – much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing repeat details from popup’ is closed to new replies.