Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author avdude

    (@avdude)

    You will need to edit the PHP code that generates the event popup.

    Thread Starter twinsforheat

    (@twinsforheat)

    Thanks for getting back to me . . . but could you be a bit more specific? Which file is it and where, and how do I edit it?

    Thanks . . . I’d love to use your plug-in, but the big calendar icon (and the real estate it consumes) is a deal-breaker for my client.

    Thread Starter twinsforheat

    (@twinsforheat)

    You call this “resolved”? Really? I am so disappointed with the support on this. ??

    Please, will you give me a bit more information, per above? You response was like telling me if my car doesn’t start to fix the engine.

    I hope you will help me.

    Plugin Author avdude

    (@avdude)

    Go to the public folder and look for this file: evr_event_colorbox_pop.php.
    Copy the file to your local machine and make a backup of the file in case you make an error in the file editing.
    Edit the file, by removing lines 12 & 13, the code looks like:

    <span style="float:right;"><a href="<?php echo EVR_PLUGINFULLURL."evr_ics.php";?>?event_id=<?php echo $event_id;?>">
                            <img src="<?php echo EVR_PLUGINFULLURL;?>images/ical-logo.jpg" /></a></span>

    Save the file and upload the modified file into the public folder, overwriting the original.
    Repeat the exact same process for the file evr_event_popup_pop.php

    Thread Starter twinsforheat

    (@twinsforheat)

    Wow, those instructions were great and exactly what I was looking for. Thank you! That’s the good news. The bad news is that even though I did this and removed the specified code lines in both files, the calendar still shows up! I cleared my cache, deactivated and then re-activated the plug-in, and refreshed all my pages. Still, though, there it is! Any more thoughts or suggestions?

    Again, thanks.

    I had the same problem. Go to evr_public-show_event_list.php in the public folder and change/comment out lines 180 and 181:

    $codeToReturn .='<a href="'.EVR_PLUGINFULLURL.'evr_ics.php?event_id='.$event_id.'">
    <img src="'.EVR_PLUGINFULLURL.'images/ical-logo.jpg" /></a></span>';

    Worked for me.

    Thread Starter twinsforheat

    (@twinsforheat)

    You are awesome! THANK YOU x 1000!

    It worked! Poof! The banner is gone!

    I am so appreciative of your helping me out! Big applause for the Support Forum!

    Thread Starter twinsforheat

    (@twinsforheat)

    Drat! It was gone . . . and now it is back!

    Any more suggestions or ideas? I checked the 3 pages indicated, and the code is gone from all of them.

    This is driving me nuts . . . and it is a deal-breaker for the site I am working on!

    Help would be greatly appreciated!

    Thanks.

    In the public folder there are actually 4 files having the ‘images/ical-logo.jpg’:
    evr_event_colorbox_pop.php lines 11-14
    evr_event_popup_pop.php lines 11-14
    evr_public-form.php lines 54-56
    evr_public-show_event_list.php lines 180,181
    I commented them all out, and don’t have the logo any longer.

    I tried the suggestion from KlausGuo but after editing the eve_public-show_event_list.php file, the registration form is no longer visible on my test page.

    Follow up. I can no longer access any of the php files except the ‘event_popup’ file. Also the entire plug-in is no longer accessible from the back end of my site.

    https://www.mississaugacanoeclub.ca/wp-admin/admin.php?page=event-registration/EVNTREG.php

    Well, it seems like the change i made has taken my site down and I am in need of some immediate assistance.

    I just double cheecked. Line 180/181 have to look like this:

    //                $codeToReturn .='<a href="'.EVR_PLUGINFULLURL.'evr_ics.php?event_id='.$event_id.'">
    //                                <img src="'.EVR_PLUGINFULLURL.'images/ical-logo.jpg" /></a></span>';

    I have an active event running with 80+ registrations and it works fine.

    Likely made an error when commenting out the code for the ical logo but after disabling all plugins, my site is still giving 500 error on front and back end.

    I have tried all the suggested ‘fixes’ and next step is to do a fresh install of WP and see if i can restore my content to that.

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Get rid of the "Add to Calendar" icon and link in Event Registration’ is closed to new replies.