• Resolved Cameron Jones

    (@cameronjonesweb)


    I’ve just installed Stream onto a dev site and I must say I’m liking it. I’ve noticed a few things though.

    Firstly, I made an exclude rule, but there was no option that I could see to hide previous records matching that rule like there is in the video. Is this something that should be there?

    I’m trying to change the settings to permanently store the records instead of only keep them for the default 30 days. However I tried saving with the field blank and it wiped all the previous records and it’s still set to 30 days.
    Note: setting it to 0 doesn’t wipe the records, I just hope that it keeps for more than 24 hours.

    Finally, I’ve noticed that if you have no internet connection (ie working on a localhost like I am) and you load up the stream a datepicker appears at the bottom as in this screenshot. From a quick look that would probably be because you’re loading in jQuery UI from Google and not locally, and the CSS that sets it to display:none; is therefore not loaded. What I’ve done for loading up FontAwesome from a CDN on this same site because I work on it on the go is: if(file_get_contents($your_cdn_file)){ wp_enqueue_style($handle,$your_cdn_file); } else { wp_enqueue_style($handle,$your_local_file); } so maybe you could do something like that. Edge case I know, sorry.

    I haven’t had too much of a play around yet but I must say I’m pretty impressed so far. Excellent job.

    https://ww.wp.xz.cn/plugins/stream/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Some bugs’ is closed to new replies.