ablackburn85
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Forms] Can’t Stop NotificationsYou can take a look at it. https://njaasc.org/ it is in the footer. I have the captcha turned all the way up in settings, I don’t understand how they are getting through either. I don’t have this problem on other forms on our site. What information do you need from me.
I understand what you are saying about pushing the emails through too, but it would be really nice to have like a “I understand by selecting this option I may not capture all subscribers.” We have legitimate ones that are being added to the list.
Forum: Plugins
In reply to: [Easy PayPal & Stripe Buy Now Button] popup block disabling redirect?Does anyone have any answers to this?
Forum: Plugins
In reply to: [The Events Calendar] Next Month Link Not ShowingSo previous month will work without pagination but next month won’t? I tried switching to other templates, no luck. I’ve done custom themes for this plugin before without this issue which is why it seems so strange. I have confirmed that it is pulling the default surrounding code, it’s just not printing the link for the next month.
<ul class="tribe-events-sub-nav"> <li class="tribe-events-nav-previous" aria-label="previous month link"> <a data-month="2018-05" href="https://****.******.com/events-calendar/2018-05/" rel="prev"><span>?</span> May </a> </li> <!-- .tribe-events-nav-previous --> <li class="tribe-events-nav-next" aria-label="next month link"> </li> <!-- .tribe-events-nav-next --> </ul>
Forum: Plugins
In reply to: [The Events Calendar] Next Month Link Not ShowingIt didn’t work. The link for the next month isn’t appearing at all for me, but I can switch between months just fine using the date picker.
I checked the code and it seems like something is preventing the link from being called correctly as it’ not hidden with CSS or anything, it’s just not there.