Viewing 5 replies - 16 through 20 (of 20 total)
  • mlustig – and anyone else who can’t find the jquery url call in their themes, it could be because the url is slightly incorrect – its not https – but http (at least it is in the case of my theme).

    So – search in your theme for https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

    and replace with…

    https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

    Then it should work. This is easier to do within an authoring program that allows you to search the entire local site directory. In Dreamweaver for example, using Ctl F key and selecting ‘Entire Local Site’ will search through all theme and plugin files.

    It definitely works

    Hello,

    I cant find that string in my homepage files. I download all files and search with Win7 search “inhalt:https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js” and also with just some parts, it dont work.

    if I just search in the source code of my homepage I see in line 35 header area “<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=2.4.4′></script&gt;`

    I dont know what I shoudl do. I also re-install, nothing changed.

    Other webside, same webspace, also wordpress, also with ajex calender works well.

    Maybe somewhere have a idea?

    Thread Starter chris1407

    (@chris1407)

    Search only for this string: jquery.min.js

    And try this tool. https://www.wingrep.com/

    I searched also just for this string, but I cant found. I tried today again with deactivating plugin.

    First I deactivate all, and set theme to standart, then Calendar works. Then I set to my Theme, Calendar works. Then I activate each plugin and check calendar.

    I found “WP Socializer” make the problems. I deactivate and delete it, now all things are fine. I just nit understand, before it works fine all together, just since some days calendar stop working because of that.

    I will try your tool to find the string.

    Thanks for now

    Hey folks,

    I have now a problem with WP Calendar, javasript and some ajax hack I have spent too much time on. I just cant seem to fix this crap, and I’m not a hardcore programmer.

    The graphical calendar is not showing, just the table headers.

    I think I have found the problem, but I just cant understand how the H this is happening. I have other WP plugins loaded to, but deactivating them doesn’t help.

    Some ajax tries to get loaded in the header, but the path in the code looks like this:

    /* <![CDATA[ */
    var WPCalendar = {"ajaxUrl":"http:\/\/www.moneel.no\/wp-admin\/admin-ajax.php"};
    /* ]]> */

    What’s up with the trailing slashes!?

    Hope some of you knows something about this,
    thanks,

    Johnny.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Calender dont show since yesterday’ is closed to new replies.