Stephan

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Headers throughout theme too large after update #1284918
    Stephan
    Participant

    Resolved the issue. My theme was checking for JavaScript and using a simple replacement for the no-js class:

    <script> document.body.className = document.body.className.replace('no-js','js'); </script>

    This was updating the no-js-tribe class rather than the intended one. Changing the script to check for whitespace before and after the intended class fixed the issue.

    in reply to: Headers throughout theme too large after update #1284905
    Stephan
    Participant

    Found the source of the problem, but no clear fix yet. My theme uses a script element to call document.body.className.replace(‘no-js’,’js’) to indicate the JavaScript is available. Haven’t yet figured out why that script isn’t running, but at least it’s a start.

    in reply to: Time missing in meta on recurring events #1089532
    Stephan
    Participant

    It appears that today’s update to 4.1 resolved the issue. The time now shows up correctly in the meta on recurring events. This fix leads me to believe it was an issue in 4.07.

    in reply to: Time missing in meta on recurring events #1089527
    Stephan
    Participant

    Hmm… That’s surprising to me. Here’s the same event with the Twenty Fifteen theme active and all other plugins except TEC and TEC Pro deactivated:

    http://cl.ly/1G0D3W342I0n

    There are no theme overrides or hooks in use. Please advise.

    in reply to: Time missing in meta on recurring events #1089365
    Stephan
    Participant

    Sorry, I should have been more specific. The issue is with the right sidebar. Here’s a screenshot from the same event:

    http://cl.ly/1R0F0k0T2V36

    in reply to: Time missing in meta on recurring events #1088942
    Stephan
    Participant

    I’ve already tried switching themes and disabling plugins, as the instructions prior to posting asked. The issue still persists.

    in reply to: Events not showing on iOS Private Browsing tab #1012064
    Stephan
    Participant

    I’m sorry to hear that there is no reliable way to detect Private Browsing. I appreciate you forwarding this issue along to the development team–I think this use case is common enough that it warrants further thought.

    Thanks!
    Stephan

    in reply to: Events not showing on iOS Private Browsing tab #1011540
    Stephan
    Participant

    This reply is private.

    in reply to: Events not showing on iOS Private Browsing tab #1011539
    Stephan
    Participant

    Hi George,

    I understand the limitations on providing a fix for the Filter Bar. What I’d suggest instead, though, is a method to detect and turn off filtering when Private Browsing is enabled. I’d rather have our events show without the filtering options than to have our end users see nothing. Would this be possible?

    As for the additional testing, I have confirmed that changing themes and turning off other plugins does not affect this issue. Additionally, turning off the Filter Bar eliminates the problem. I will send my system info in a separate private reply.

    Thanks,
    Stephan

    in reply to: Time of Day filter showing no events #1011128
    Stephan
    Participant

    I’m good. Thanks, Nico!

    in reply to: Time of Day filter showing no events #1011033
    Stephan
    Participant

    Great, thank you! Before reading your reply, I found a way to automate the process by using iMacros in Firefox. I appreciate all your help with this!

    -Stephan

    in reply to: Time of Day filter showing no events #1010263
    Stephan
    Participant

    Thanks, Nico. I have ~350 events that would need to be updated. Not an impossible task to be done manually, but one I’d prefer to avoid. I’ll ask our db guy if he can find a solution.

    in reply to: Time of Day filter showing no events #1009939
    Stephan
    Participant

    Thanks, Nico!

    We are in a bit of a time crunch to get the issue resolved, but I understand that a fix (if it is a bug) will take some time. Do you have any recommendations on how to update the data tables to resolve the issue? We have an experienced database programmer who can make the changes on our side and it would help to know where to start looking.

    Best,
    Stephan

    in reply to: Time of Day filter showing no events #1009438
    Stephan
    Participant

    This reply is private.

    in reply to: Time of Day filter showing no events #1009329
    Stephan
    Participant

    All dates and times are formatted according to ISO 8601. Dates are YYYY-MM-DD and times are HH:MM:SS as per the guidelines in your documentation. Looks like something else is afoul.

Viewing 15 posts - 1 through 15 (of 19 total)