• Resolved cezi

    (@cezi)


    hi joe,
    maybe this has not so much to do with my calendar but i can’t figure out what’s going on;
    after the recent big update of my calendar there are 2 pages on my website that can not be reached any longer:
    https://www.nesepe.nl/tafel-historie/
    https://www.nesepe.nl/tafel-muziek/
    i am sure these pages exist and look good but if you type the url in a browser (or use an internal link) the browser displays the page
    https://www.nesepe.nl/my-calendar/
    i have checked the wordpress menu settings several times, they look good;
    what may cause the browser to go to the my-calendar page in these cases?

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

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

    (@joedolson)

    That’s…weird. The only thing in My Calendar that does a redirect is the private event redirect, which redirects the user to the My Calendar page if an event is marked private.

    That’s not a new function, and didn’t change in the recent release, so I don’t know why it would start running for those pages now.

    I can see in the network inspector that the URL is issuing a 301 and a 302 redirect, eventually landing at /my-calendar/; My Calendar issues only a 302 redirect, so even if that is coming from My Calendar, I don’t know where the 301 is coming from.

    It’s possible that there’s some relationship here with the My Calendar update, but I can’t tell what it might be.

    Thread Starter cezi

    (@cezi)

    i am struggling with it for 2 days now, triple checking settings;
    what’s also weird: in my favourite browser (vivaldi) there is no problem at all,
    vivaldi is also the browser i use to build the pages in wp;
    it looks like a redirect indeed,
    you can tell by what’s happening in the url: for a moment the url of the correct page appears but immediately after that the my calendar url takes its place;
    i have done nothing with redirects, never do;
    also, within wp the page looks fine when i test view it; things go wrong when a browser tries to load the page after publication;

    i don’t know what to do;
    tomorrow i might add a new page to the site to replace the failing page, see what happens if i add that to the menu to replace the old one;

    Plugin Author Joe Dolson

    (@joedolson)

    That is particularly strange, if it isn’t happening in some browsers. I suggest disabling plugins to see if a specific plug-in or plug-in combination is causing this. I somewhat assume you’ve already tried disabling My Calendar to verify that, but it could be the result of a combination of factors, too.

    Plugin Author Joe Dolson

    (@joedolson)

    I’ll note, as well, that if you’re using ‘agenda’ as your primary calendar page, then you don’t have any need for the ‘my-calendar’ page to exist, anyway.

    Thread Starter cezi

    (@cezi)

    changed the status of the my calendar page tot ‘concept’
    now clicking on a link gives the result: this page does not exist;
    which of course makes sense since ‘something’ makes it go to the mc page;

    i’ll give up for today, tomorrow is another day;
    thanks for your suggestions!

    Thread Starter cezi

    (@cezi)

    hi joe,
    sorry to bother you again with the issue of the redirects;
    hopefully the last time;
    contacted my host if there was anything weird they could see and their response was that the my calendar plugin was the culprit;
    after going back to version 3.1.9 the redirect problem was gone, fortunately; so i will stay with 3.1.9 for the time being;

    however, the agenda page does not look complete anymore: event detail text and images are gone; by the way, what i did after returning to 3.1.9 was deleting the additional CSS you sent me for version 3.3:

    .mc-list-details.all-events {
    	text-align: left;
    	display: inline-block;
    	text-transform: none;
    }

    every event now shows a Lees Meer (Read More) link that was never there before and is not needed; not sure if deleting the CSS has anything to do with it but my only care is: how can i get back the event details in https://www.nesepe.nl/agenda/

    Plugin Author Joe Dolson

    (@joedolson)

    You’ll need to review your settings for the version you’re on to adjust anything there; updating to 3.3.0 would have altered the output settings, since those are structured differently in 3.3.0 than they were in previous versions.

    Thread Starter cezi

    (@cezi)

    hi joe,

    since i have moved back to 3.1.9 (for the time being) and reviewed the settings everything seems fine;
    there is only only item that does not appear in the list view of an event: name of the location; it has been there before, together with date and time but now it’s gone; i have no idea which (CSS?) setting takes care of this;
    have you got a hint?
    nesepe.nl/agenda/?cid=mc-bea8afce9ee4348fc15f69e906525c6b&month=4&yr=2022

    Thread Starter cezi

    (@cezi)

    joe,
    GOOD NEWS!!: we solved the redirect issue; 2 mc concept events with the exact names of 2 pages made the browser jump to the page my-calendar;
    i am glad i can finally upgrade to version 3.3 but there is one more lay-out issue in the new version: in the list view (the only one i use) in the lower right corner the location name is pushing the date/time field of the next event to the left; you can check this on the test site:
    https://www.nescezi.nl/agenda/

    is there extra css code needed to correct this issue?
    i would really appreciate if you could help me out with this
    cezi

    Plugin Author Joe Dolson

    (@joedolson)

    Try adding

    .list-event {
     clear: both;
    }

    Thanks for following up!

    Thread Starter cezi

    (@cezi)

    thank you, that almost fixed the issue!
    only the location field of the last event of a day is still overlapping the next day section:

    https://www.nescezi.nl/agenda/

    cezi

    Plugin Author Joe Dolson

    (@joedolson)

    You can expand it to this:

    li.mc-events,.list-event {
       clear: both;
    }
    Thread Starter cezi

    (@cezi)

    Thank you but that did not solve the issue: the location box in the bottom right corner of the last event of a day is still a little too low but fortunately it’s not disturbing the lay-out of the next day.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘my-calendar page replaces other webpages’ is closed to new replies.