Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey just an update to this request, you can set the comment reply level to one higher than what you need and then hide the reply link in the CSS at the desired reply level limit. On the site I’m managing I want only 4 levels of replies, so I set it to 5 and I added this to the CSS:

    li.comment.depth-4 a.comment-reply-link {
    display: none;
    }

    That worked for me. The reply link is gone, but the Report Comment link is still there. Hope it works for you!

    Thread Starter uptownbrent

    (@uptownbrent)

    I wanted to update my own ticket to let everyone know that I resolved the issue. It was not an Events Manager issue or a MailChimp issue. It was an issue with the recurring events. I was setting them to have extremely far future end dates on the recurring event cycle. I didn’t want to run out of dates in the recurring events any time soon. This resulted in hundreds of dates being created. When the RSS feed was trying to load in the browser and in MailChimp it was taking extremely long to aggregate and the servers timed out.

    So I went into Events > Settings > Formatting > RSS and under RSS Limit I set it to 30 and under RSS Scope I set it to Future Events.

    That fixed the issue with the server timing out. The feed validated with MailChimp and all is right in the world.

Viewing 2 replies - 1 through 2 (of 2 total)