Plugin Author
tuxlog
(@tuxlog)
Hi,
if you go to the admin dialog you find a number of checkboxes at the right bottom. Just avtivate the first three checkboxes for night and day and you should see three days again.
Sorry, for any inconvience, I used some old functions which are not allowed anymore and had to change this.
Thread Starter
TheViv
(@octotoot)
No, what I meant was 3 across horizontally. On the same row. It doesn’t appear to look at all like it did before. I’d like it to be in my footer.
I am also glad this plugin is back. And i have the same question..
Plugin Author
tuxlog
(@tuxlog)
Good to hear, you missed wp-forecast 🙂
There is a .css file for the horizontal presentation in the plugin directory.
The name is wp-forecast.css.horizontal.
Please rename it to wp-forecast.css and see if it works. Sometimes it depends on the theme if it is looking good. Then we have to adjust settings a bit.
Hope it helps.
Thread Starter
TheViv
(@octotoot)
I did that. While it looks okay in the sidebar widget, it doesn’t look right in the footer widget.
It has the title correct, but even with nothing except weather in the footer, it doesn’t go across.
Take a look at the staging site: https://hattie-test.littledropup.com/
Plugin Author
tuxlog
(@tuxlog)
Please try to remove the float:left; from
div.wp-forecast-curr-head
and
div.wp-forecast-curr-left
It is about line 33 and line 45 in the file wp-forecast.css
This way it is not to high and keeps the footer a bit smaller.
I hope I guessed correctly what you want to achieve