• Resolved maltew

    (@maltew)


    Seems like the something is wrong with this plugin or SIS changes something in their structure.
    after generating a link with the code generator no data could be received.

    any idea or fix how to solve this issue?

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    can you please provide the used code you have problems with?

    Greetings Felix

    Thread Starter maltew

    (@maltew)

    HI @welly2103

    WOW! fast response! Thanks for this.
    At least with every code i get from the generator:

    1. log into WP-Admin
    2. goto SIS-CodeGenerator
    3. Receive: [sishandball type=”standings” league=”001519418000000000000000000000000022000″]
    4. paste code directly into WordPress-Page
    5. “no data available

    does this help?

    Greets

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    thank you for the information. I will work this out, seems to be a change in the data provided by SIS.

    Greetings Felix

    Thread Starter maltew

    (@maltew)

    Hi @welly2103

    i suspected so. thank you very much for your support
    pls give me an update as soon as you find a solution.

    greets

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    please update your setup to version 1.0.39 and try again. I just updated the data fetching.

    Greetings Felix

    • This reply was modified 6 years, 6 months ago by Felix W..
    Thread Starter maltew

    (@maltew)

    Hi @welly2103
    that was really fast.
    in generell, the interface seems to be working.

    i got standings for and match overview for HBL

    only thing which is not working are the filters for a special team.
    ([sishandball marked=”THW Kiel” sorting=”asc” type=”team” league=”001520000000000000000000000000000001000″])

    any chance to check why this is not working.

    Greets!

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    great to hear that the main functionality is working again. I’ll have a look at the “marked” problem next week and will come back to you.
    Have a nice weekend.

    Greetings Felix

    Thread Starter maltew

    (@maltew)

    HI @welly2103
    sorry for my late reply. i was already of to the weekend πŸ™‚
    Thank you very much for your support! did not expected it in this speed .

    really looking forward for your fix

    Greets

    Thread Starter maltew

    (@maltew)

    @welly2103 btw: i think there is more than just a “marked” issue. if i request the plan for only one team, the code always responds the plan for the complete league.

    any chance to check this, too?

    Greets

    Thread Starter maltew

    (@maltew)

    @welly2103 … forget my last comment… i took the wrong league ID πŸ˜‰

    but i have an RFE:
    – if i only want to display 1 “last game” and 1 “next game” it would be good, if i can hide the “show x more” option

    and another BUG:
    – seems to me if there is a time issue of “Zeit” when fetching it out of the last games table

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    Topic: Show More
    the “show x more” section at the end of each table will only be displayed if the “Lazy load limited tables” option in general plugin settings is activated. Just deactivate the option, and the section will disappear.

    It’s also a faked lazyloading. If activated the whole table is loaded, but all other rows are hidden. If you really only want to display a single row, just deactivate the option completely, so no unneeded DOM structure is loaded.

    Topic: Time issue
    Can you be a bit more precise, I don’t really know what you mean by this.

    Thank you.

    Greetings Felix

    Thread Starter maltew

    (@maltew)

    Hi @welly2103

    Topic: Show More
    thanks for this hint. but this will avoid in having different views in different pages. for example:
    – complete season plan on page 1
    – last game in homepage

    Topic: Time issue
    no problem. if you load a table with all columns, you will have
    – date+time in first column
    – time in second
    just compare those times and you will see a difference between both values.

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    Topic: “marked” problem
    I definitely had some bugs in this, so the selected teams now always gets marked in next games (type=”next”) tables. In tables with type “games” or “team” the marked parameter is also selected to mark which team has won the game. I added the marking of the complete table row in this case, and winning teams also get marked bold.

    As you already noticed, the marked parameter does not filter anything, it just adds styles to tables. All filtering is done previously by choosing the right id. If you want more specific / custom data output, you could use the provided filter functions, as described in the plugin overview page.

    Topic: Show More
    I got your point, but I don’t think many people need this and I need to provide backwards compatibility, so I added an additional parameter for this. Just use ignore-lazy-loading as additional parameter on a single shortcode, so the lazy loading will be ignored.
    Full example:
    [sishandball limit="1" type="next" league="001520000000000000000000000000000001000" additional_params="ignore-lazy-loading:'1'"]

    Topic: Time issue
    I fixed this.

    All fixes will be released within version 1.0.40

    Greetings Felix

    Thread Starter maltew

    (@maltew)

    @welly2103

    WOW!! Great performance!

    Topic: Show More
    solved! good idea!

    Topic: β€œmarked” problem
    could you please check in table “standings”

    greetz

    Plugin Author Felix W.

    (@welly2103)

    Hi @maltew

    I rechecked the marked problem and hopefully the latest fix version 1.0.41 will do the trick.

    Greetings Felix

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

The topic ‘No Data available’ is closed to new replies.