Weather widget

Posted in: Newspaper
Post count: 98

Hello,

Is possible to have different weather locations for different articles?

Post count: 69

It doesn’t look like it because the weather widget is controlled in the header section and isn’t available in the categories section. It would be a nice feature, though.

Post count: 22421

Hi,

Unfortunately at the moment there is no option for this. Maybe in a future version we will be able to implement more settings for it.

Thank you!

Post count: 135

The weather is on the far left at top of website: http://www.CoronadoTimes.com

How do I modify the code so that it displays on the top right of the website?

Post count: 22421

Hello

Moving the weather will require a bit of coding adjustment. The top menu consists of 2 files together. One is the top menu and the other is the social icons. The weather is found in the top menu file. You will have to move the widget code to the bottom of the file like so: http://screencast.com/t/REFTgwtWpjz2http://screencast.com/t/dHiuajXPdp9 Now you will have to switch the order in which the 2 files mentioned are loaded. Change the order like so: http://screencast.com/t/lPP48XlBmiv
Now use this css in the theme panel->custom ad spot:
.td-header-sp-top-widget{
float:left!important;
}

This was a lucky example. Normally you cannot move thing around so easy. 🙂

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.