Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter ramshacklegenius

    (@ramshacklegenius)

    OH also,

    I had a WordFence update for May 26th that said files had been changed. I didn’t know if that was something that I had done or if it was hacked. Here are the files that were reported changed:

    Modified File
    May 26, 2015 7:42pm
    php_mail.log
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/screenshot-6.png
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/em-shortcode.php
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/includes/fonts/em-admin-icon.svg
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/em-events.php
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/includes/fonts/em-dashicons.eot
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/em-bookings.php
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/widgets/em-events.php
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/widgets/em-locations.php
    May 26, 2015 7:42pm
    wp-content/plugins/events-manager/screenshot-4.png

    Same issue here… it was working fine but now the events do not appear on the event list in the back end

    Are either of you guys using Divi 2.4 from Elegant Themes?

    Whoa! are you a mind reader? Indeed I am… did they break something??

    Checked the elegant themes forums so I guess they’ll fix it in future updates… All i care is that it is fixable and that it’s not gonna break everything… Thanks Caimin!

    We’ve also got this code snippet which should provide a fix if you paste it in the functions.php file of your theme:

    http://pastebin.com/9EeWz30P

    Thread Starter ramshacklegenius

    (@ramshacklegenius)

    Yup.

    Does it matter where the code is pasted in the functions file? Should I put this in the child theme folder?

    Thanks!!!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    Thread Starter ramshacklegenius

    (@ramshacklegenius)

    Thanks for the link! I’m stoked to be learning this…however, I’m not sure if I’m doing it correctly.

    I chose the second option:

    “Create a file within mu-plugins folder. This is not so well known, but if you create a folder called mu-plugins inside your wp-content folder (same level as your plugins folder), any php files inserted there will be executed every time and can’t be activated/deactivated. This applies to multisite sites too, the file is executed for any network blog. WordPress calls these plugins “Must Use” plugins, meaning they must be used each time. Therefore, it is often convenient to just create a single php file and add your functions there.”

    I created a new file, pasted the code you gave me into it and named the file “eventfix.php” and put it inside the wp-content folder.

    The code shows up at the top of my backend pages….next to “hello dolly” quotes, but doesn’t fix the event backend trouble. Am I supposed to have any additional code in the php file?

    Thank you thank you!!!!

    Thread Starter ramshacklegenius

    (@ramshacklegenius)

    I also tried to paste it at the top of the existing functions.php file and received an error code on the top of a blank page when trying to get back into the site.

    Any tips?

    Thanks!!!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you can try at the bottom instead? and what is the error you are getting ?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘events not listed on backend’ is closed to new replies.