Forum Replies Created
-
AuthorPosts
-
October 23, 2016 at 11:58 am in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181640
Lynn Shield
ParticipantThat video got me pointed in the right direction. Disabling the cache plugin was not enough, it required turning off all of the caching functions and manually clearing the cache. Now we’re back in business.
Thanks Zach, I really appreciate your help.
October 21, 2016 at 5:57 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181072Lynn Shield
ParticipantHey, that’s going above & beyond! I’ll take a look at that. Thanks Zach!
October 21, 2016 at 4:57 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181058Lynn Shield
ParticipantOk, I’ll poke around in there and see if I can make any headway. I’m on my own on this one, but we learn by doing, right?
October 21, 2016 at 4:14 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181036Lynn Shield
ParticipantThis reply is private.
October 21, 2016 at 4:09 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181026Lynn Shield
ParticipantThis reply is private.
October 21, 2016 at 3:34 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1181008Lynn Shield
ParticipantThis reply is private.
-
This reply was modified 9 years, 6 months ago by
Lynn Shield.
October 21, 2016 at 1:11 pm in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1180904Lynn Shield
Participantprivate reply sent with link to site & wordpress login url.
this bug also seems to be effecting the functioning of the plugin; when I click on an event in the calendar grid, the link opens the home page.
October 21, 2016 at 11:24 am in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1180823Lynn Shield
ParticipantThis reply is private.
October 21, 2016 at 10:36 am in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1180785Lynn Shield
Participantdeleted and downloaded/installed the event calendar and event calendar pro 4.3.11. made no difference.
-
This reply was modified 9 years, 6 months ago by
Lynn Shield.
October 21, 2016 at 10:11 am in reply to: Fatal error from Events calendar pro, renaming plugins is not allowing login. #1180758Lynn Shield
ParticipantHey Zach
I deleted the plugin folder and it made no difference.
September 16, 2015 at 2:49 pm in reply to: Plugin conflict effecting nav menu on event calendar & event pages #1005803Lynn Shield
ParticipantPROBLEM SOLVED! Plugin Logic plugin allows me to activate the wiki plugin only where needed.
Thanks for taking a look at this for me anyway!
September 16, 2015 at 1:10 pm in reply to: Plugin conflict effecting nav menu on event calendar & event pages #1005749Lynn Shield
Participant#2 should read
<script src=”http://maps.google.com/maps-api-v3/api/js/22/5a/main.js”> (line 92)
changes to
<script src=”http://maps.googleapis.com/maps-api-v3/api/js/22/5a/main.js”>
#6 should read
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp%3A%2F%2Famadorchamber.com%2Fcalendar%2F&callback=_xdc_._psc7q8&token=10634″> (line 118)
goes away completely
September 16, 2015 at 1:02 pm in reply to: Plugin conflict effecting nav menu on event calendar & event pages #1005746Lynn Shield
ParticipantOK, here’s what I did:
I copied the source code down to the closing head tag with the wiki plugin activated and then deactivated and compared both. I found 6 differences:
#1
with wiki plugin disabled, html has:
<script type="text/javascript">
(on line 26)(no closing script tag!)enabled, changes to:
<script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/amadorchamber.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.3"}}; !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script>#2
<script src="http://maps.google.com/maps-api-v3/api/js/22/5a/main.js">
changes to
<script src="http://maps.googleapis.com/maps-api-v3/api/js/22/5a/main.js">#3 thru 5
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.google.com/maps-api-v3/api/js/22/5a/common.js”>
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.google.com/maps-api-v3/api/js/22/5a/util.js”>
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.google.com/maps-api-v3/api/js/22/5a/geocoder.js”>changes to
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.googleapis.com/maps-api-v3/api/js/22/5a/common.js”>
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.googleapis.com/maps-api-v3/api/js/22/5a/util.js”>
<script type=”text/javascript” charset=”UTF-8″ src=”http://maps.googleapis.com/maps-api-v3/api/js/22/5a/geocoder.js”>#6
<script type="text/javascript" charset="UTF-8" src="http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp%3A%2F%2Famadorchamber.com%2Fcalendar%2F&callback=_xdc_._psc7q8&token=10634">
this one goes away completely when the wiki plugin is activated-
This reply was modified 10 years, 7 months ago by
Lynn Shield.
-
This reply was modified 10 years, 7 months ago by
Lynn Shield.
September 15, 2015 at 3:52 pm in reply to: Plugin conflict effecting nav menu on event calendar & event pages #1005443Lynn Shield
ParticipantI have a directory plug in that has maps and is vital to the site but it is set to not load the maps api.
Google Maps API
Do not include Google Maps API at frontendSome themes and 3rd party plugins include Google Maps API – this may cause conflicts and unstable work of maps at the frontend.
Do not include Google Maps API at backend
Some themes and 3rd party plugins include Google Maps API – this may cause conflicts and unstable work of maps at the backend.
—
I also have a map plugin for one specific map. I’ve just deactivated it for troubleshooting purposes. Made no difference. I’ll leave it off for now.
Searching through the source code of the events calendar page I only find one instance of maps.googleapis.com
My debug plug in shows no errors for this. It did until I turned off the directory api settings.
-
This reply was modified 10 years, 7 months ago by
Lynn Shield.
September 15, 2015 at 10:24 am in reply to: Plugin conflict effecting nav menu on event calendar & event pages #1005337Lynn Shield
ParticipantThis reply is private.
-
This reply was modified 9 years, 6 months ago by
-
AuthorPosts
