• Resolved thompsonaire

    (@thompsonaire)


    I have the Events Calendar on two sites. I have gone down the complete list of settings to make them match yet they still look different. What am I doing wrong? Where do I go to get the calendar on the site above to match the look of the calendar on the other site?

    I hate this blocks thing. Every time I try to insert an image its a (&U#$* Nightmare..

    https://aviation-ranch.com/image/CalendarSettings.png

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • joneiseman

    (@joneiseman)

    The calendar on the left is probably related to the problem reported in the following thread: https://wordpress.org/support/topic/can-only-display-small-calendar-in-latest-version-6-4-4/

    Thread Starter thompsonaire

    (@thompsonaire)

    I believe you may be correct. Too bad there is no way for me to be able to do as you have suggested. I wish I had an older version of the app that I could upload. When I open up the file you suggested by using my FTP there is no line numbers. I have tried to count the lines to get to 609 but loose track over and over. Then even if I could find that line I would more than likely mess it up. Is there a way I can download the working version from the site that works and upload that to the other pages that are not working?

    Thank you for trying to help.

    Thread Starter thompsonaire

    (@thompsonaire)

    I have been trying to figure out how to fix this issue. I have found many who have had problems and several talk about Rolling Back the version. How does that work? How do you “Roll Back” the update and get the old version back? Cause now I have two sites that are not working the way I want.

    joneiseman

    (@joneiseman)

    joneiseman

    (@joneiseman)

    You can use the following code snippet to fix the problem,:

    add_filter( 'em_calendar_get_default_search', function( $atts ) {
    $new_atts = $atts;
    unset( $new_atts['calendar_size'] );
    return $new_atts;
    } );

    You can use the Code Snippets plugin to add this code snippet.

    Thread Starter thompsonaire

    (@thompsonaire)

    just so you know. I am a 65 year old stroke survivor. I can barely remember how to find my way to the bathroom. I do not understand code and unless you give me a specific step by step set of instructions I can not do anything you are suggesting.

    So you gave a small piece of code above. You said I could use that but to do that I have to download another app. And then you also said about using a roll back app of some sort. But that is another app i would have to download.

    Too much. Brain hurts. Sorry.

    Thread Starter thompsonaire

    (@thompsonaire)

    I tried. Clicked on the roll back link. Took me to a site where I had to click on three more things to find a download link. Then I downloaded the file and moved it over into a folder from the download folder. The I went to the CP for the site and uploaded the zip file. I see the app in the list of apps but I do not know how to make it work. I clicked on the link “Roll back” and it wants to roll back my word press thing. So I do not understand how to get it to roll back a specific app or widget or plugin thing

    Thread Starter thompsonaire

    (@thompsonaire)

    I GOT IT!!! OMG.. The roll back thing. I went to try to do the code sindbits thing you talked about and noticed that there was a “Rollback” link now behind all of the apps. So I clicked on it for the events manager and selected the 6.7.4.3 or what ever the last one was and POOF! It worked! So now i have to go check my other sites.

    Thank you for tolerating me.

    Plugin Author Marcus

    (@msykes)

    @thompsonaire we’ve added a new option in our dev version 6.4.10.1 which you can safely update to, which adds a new option in Settings > Formatting > Calendar

    Upgrading to dev version is easy as per these instructions.

    If you change that setting to ‘Large’, it’ll force calendars to show as large in all pages. You can override this option in other areas such as shortcodes or widgets.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.