Forum Replies Created

Viewing 15 replies - 1 through 15 (of 59 total)
  • Forum: Plugins
    In reply to: [Contact Form 7] whitespace
    Thread Starter antioch

    (@antioch)

    i guess the blind folks may be out of luck. thx all.

    Forum: Plugins
    In reply to: [Contact Form 7] whitespace
    Thread Starter antioch

    (@antioch)

    found the culprit. it was the screen-reader-response div. setting it to display: none; returned to expected behavior. im guessing this will break some screen reading feature?

    Thread Starter antioch

    (@antioch)

    ahh, yes. i added that after i posted. however, i did so on the first shortcode instead of the second. does it make any difference?

    Thread Starter antioch

    (@antioch)

    had to change the css around to acheive displaying 6, 9 and 12. probably a more elegant way of doing it, by i know just enough to be dangerous.

    TAGS:

    [tk_event_weather lat_long='36.7084888,-94.4672261' start_time='2017-03-01T18:00:00-06:00' end_time='2017-03-01T21:00:00-06:00' class='tkeventw-widget']
    
    [tk_event_weather lat_long='36.7084888,-94.4672261' start_time='2017-03-02T00:00:00-06:00' end_time='2017-03-02T01:00:00-06:00' class='tkeventw-widget']

    CSS:

    .tk-event-weather__wrapper.tkeventw-widget {
      color: #000000;
      display: inline-block;
      vertical-align: top;
    }
    
    .tk-event-weather__wrapper.tkeventw-widget .template-hourly_horizontal__item {
      display: none;
    }
    
    .tk-event-weather__wrapper.tkeventw-widget .template-hourly_horizontal__item:nth-of-type(3n+1) {
      display: inline-block;
    }

    im using no event calendar for this site as its only purpose is to promote a single event. for my other sites ive used timely’s in the past, but am transitioning to modern tribe’s as ive found a conflict with timely’s and contact form 7 that neither party seems interested in fixing.

    Thread Starter antioch

    (@antioch)

    indeed multiple hours worth of output is what im after ultimately. however im just not sure i need an hour-by-hour forecast as itll chew up a lot of space. the event im currently using ur plugin for starts in the early evening and goes until the last person is too drunk to stand upright (or even sit in a chair for that matter).

    so i was thinking about a 6pm, 9pm and 12am report. however, thats three calls to the api if implemented as we’re currently thinking. perhaps an additional shortcode parameter along the lines of “interval” might be better? that way its one api call but the plugin filters the output based on the specified interval parameter.

    though in my case it would still be 2 api calls, as im needing output for midnight too. and i would need the “same” method u speak of to achieve my lone midnight forecast. a shame u cant span days in a single call…

    Thread Starter antioch

    (@antioch)

    ahh, now i understand the issue and why i wasnt seeing it when i first posted – it was still dst then.

    review updated appropriately.

    got another question ill save for a separate topic.

    Thread Starter antioch

    (@antioch)

    ha! if u think thats something, im sitting in my hotel room at 31st and memorial typing this. small world…

    as for the output, i would expect 9 hourly reports starting at 6pm and running thru 2am.

    my timezone is set to chicago.

    Thread Starter antioch

    (@antioch)

    sorry for trashing ur rating. but i was just hoping to get ur attention. ill be more than happy to revise my review!

    found the setting. resolved that issue.

    but now that i play with it a bit more, ive noticed another output issue. `[tk_event_weather lat_long=”36.7084888,-94.4672261″ start_time=”2017-10-28T18:00:00-06:00″ end_time=”2017-10-28T23:59:00-06:00″]
    [tk_event_weather lat_long=”36.7084888,-94.4672261″ start_time=”2017-10-29T00:00:00-06:00″ end_time=”2017-10-29T02:00:00-06:00″]` produces the expected output, save for 11pm. it is missing entirely.

    Thread Starter antioch

    (@antioch)

    ive since replied, but everything i post to wp.org has to be moderator approved for some dumb reason.

    Thread Starter antioch

    (@antioch)

    message received. au revoir! 🙁

    Thread Starter antioch

    (@antioch)

    …hosted on an ubuntu 16.04 box…

    guessing from the lack of reply in weeks that i should just move onto the next calendar and contact form plugins?

    Thread Starter antioch

    (@antioch)

    some additional info regarding the hosting environment: php 7.0.13-1, mysql 5.7.16.

    Thread Starter antioch

    (@antioch)

    ur plugin conflicts with the most popular contact form in the repository and ur not interested in fixing it? nice!

    Thread Starter antioch

    (@antioch)

    disabling All-in-One Event Calendar by Time.ly seems to make the issue go away.

    [Moderator note: Please, no bumping.]

    Thread Starter antioch

    (@antioch)

    no, to answer my own question.

Viewing 15 replies - 1 through 15 (of 59 total)