lbkelly99
Forum Replies Created
-
Same problem. And it occurred on 2.9.8 update. I contacted Ninja Forms support and they said the 2.9.9 update would fix it. Apparently it hasn’t.
Got a response back from Ninja forms already:
This is a result of your site being on a very old version of PHP. We are adjusting our code to account for this and will release an update shortly. If your site is not operational, you can delete the ‘ninja-forms’ folder from your ‘wp-content/plugins directory’ and it should restore site access. Ninja Forms 2.9.9 will release imminently to resolve this issue. We’re very sorry for the trouble!I have the same problem. And the form doesn’t submit (no submission shows up) either.
I deactivated all other plug-ins, and the problem still persisted.
I also tried creating a brand new form, and the same problem occurs.Forum: Themes and Templates
In reply to: [Smpl Skeleton] Conflict in Header with Events Calendar plug-inFixed the problem via the plug-in.
https://ww.wp.xz.cn/support/topic/disables-links-in-header-areaForum: Plugins
In reply to: [The Events Calendar] Disables links in header areaFound a ticket with the same problem listed on the Event Calendar PRO support page from July. http://tri.be/support/forums/topic/links-in-template-header-are-blockeddisabled-on-event-page/
So I added to my child css file:
#tribe-events-pg-template {
padding-top: 150px !important;
}
And that fixed the problem for all browsers. I also removed the earlier fix I did for Chrome with single-event.php as this new fix corrected it as well.Forum: Plugins
In reply to: [The Events Calendar] Disables links in header areaThis is where I am seeing the problem with IE and Firefox-
http://test.tc2host.com/events/And help is greatly appreciated.
Forum: Plugins
In reply to: [The Events Calendar] Disables links in header areaI deactivated all the other plug-ins and the problem remains. Also, I now discovered that the problem exists with FireFox too. I am running FireFox 33 and IE 11 (both newest).
I believe the support ticket titled “Menu Lock Up” from last week is describing the same problem. https://ww.wp.xz.cn/support/topic/menu-lock-up
Considering that I was able to fix one part of this problem by editing the events plug-in code, it would lead me to believe this is an inherent problem with the Events Calendar.
Forum: Plugins
In reply to: [The Events Calendar] Disables links in header areaFound a problem with views/single-event.php. The following code is missing from single-event.php, but is found in the month/list/day views.
<?php do_action( ‘tribe_events_before_template’ ) ?>
and
<?php do_action( ‘tribe_events_after_template’ ) ?>This addition fixes the problem of links in header not working on single event pages.
I still have issues with IE though. All the events pages (month or single event) still disable the links in header area.
I switched back to Version 3 and this fixed the problem.