• Resolved edkratz

    (@edkratz)


    I have been working on a site for the last several months and the plugin was working fine.
    We recently updated the plugin, and now the css seems to not be compiling. We got the error about it needing 24M of memory and we have increased this sites memory to 768M and verified that, additionally we have installed the wp memory tester plugin and it shows 68.87 of 768. We closed the message about the 24M of memory and it never returns, but the calendar page is a mess as well as the widgets.

    I’ve seen posts about recompiling the css by loading the themes from the dashboard but there is no Events menu in the dashboard, the only way I can do anything is by going to the settings link from the plugins dashboard menu, but there is nothing there about themes.

    In Chrome dev tools I get a console error as follows when loading the frontend calendar.

    Failed to load resource: the server responded with a status of 404 (Not Found) https://ccn.cookwheelwright.com/wp-content/plugins/all-in-one-event-calendar/cache/6ac43951_ai1ec_parsed_css.css?ver=2.3.4

    This site is/was about to go live in a couple days but this has really set us back.

    Any help is appreciated greatly!!

    Thanks

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter edkratz

    (@edkratz)

    I got to the theme options by copying the link after /wp-admin/ from another site I have the plugin on, so that recompiled the css and the frontend is working. But the dashboard menu still doesn’t show up.

    Thread Starter edkratz

    (@edkratz)

    OK, it was another plugin setting it’s menu position in the config, interestingly it only seems to happen when the position is set to 5, does all in one set it’s menu position? Just curious, it’s all working now.

    Hi,

    When this happens, you can change the menu position, edit: all-in-one-event-calendar/lib/post/custom-type.php

    On line 76, you should see:

    ‘menu_position’ => 5,

    Change this to:

    ‘menu_position’ => 7,

    Take care,
    Ben

    Thread Starter edkratz

    (@edkratz)

    Thanks Benjamin, I changed the other plugin, but this is great to know for the future!

    Benjamin

    (@bsokic)

    No problem ??

    Take care,
    Ben

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dashboard not showing Events menu and css is not loading’ is closed to new replies.