1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>

IT TheLodge 2 We are proud to announce the release of our January 2012 Premium Joomla Template IT TheLodge 2
A complete hotel based template that accepts instantly your website bookings, even through PayPal..

View Demo or Read More

Welcome, Guest
Please Login or Register.    Lost Password?

[CLOSED] April Template - IT Newsy
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 1234
TOPIC: [CLOSED] April Template - IT Newsy
Re:April Template - IT Newsy | PHP date 3 Years, 9 Months ago #56
Oh, I should have guessed. Thanks


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
andwall
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Re:April Template - IT Newsy | PHP date 3 Years, 7 Months ago #166
Thanks for this information. This is a great forum.

B&B in Stratford-Upon-Avon


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Teri

Reply Quote
 
Re:April Template - IT Newsy 3 Years, 7 Months ago #168
I'm also having a little IE problem - I turned off the weather [would like to have it but the cities are not relevant for our site, if I could change the cities I'd love to use it], left search, font size and link colors on. Works fine in FF but in IE 7 there are the error messages you mentioned previously BUT the search doesn't work and the font colors options comes in as two lines and then settles into one line. Font size does work despite the error message. Can this be fixed?

As a test I turned the weather back on but the link colors still come in and go out as 2 rows, but settle to one row in order to make a choice. Even with the weather turned back on, the search does not respond at all. In FF everything works just perfectly [if only the world worked that good!]

Thanks for any assistance with the fix for IE and if possible for info on how to change the cities in the weather.

TY TY TY
Ron


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
DefileMetal
Ice Theme is my FAV Joomla! Club
Posts: 161
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Lorna Adams Automatic Writer Location: Las Cruces, NM USA Birthday: 04/05
"In a world where death is the hunter, my friend, there is no time for regrets or doubts. There is only time for decisions." - Carlos Castaneda (Journey to Ixtlan)
Reply Quote
 
Re:April Template - IT Newsy 3 Years, 7 Months ago #173
Hello
Please reply me the cities or better the 5 digit zip codes and i will provide you the correct code.

Well, about the 2 row bug on IE6 im sorry but i havent find a solution for that.

Can you please provide me your url so i can check in why the search dont work on IE6?


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Alvin
Posts: 2267
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male alvini_icetheme IceTheme Location: Tirana Albania
Alvin Konda
-------------------
IceTheme
CEO
Reply Quote
 
Re:April Template - IT Newsy 3 Years, 7 Months ago #177
alvini wrote:

Hello - Please reply me the cities or better the 5 digit zip codes and i will provide you the correct code.
WOW - that's very cool of you Alvini - thanks much!! can 1. be the first on the left?

1. Buckingham, VA - 23921
2. Washington DC - 20001
3. Charlotte - 28201
4. New York can remain
5. Chicago - 60290
6. San Francisco - 94101
7. Toronto can stay
can the report be in F instead of C?

Very kind of you to go to that trouble, thanks.
Well, about the 2 row bug on IE6 im sorry but i havent find a solution for that.
Not a big deal at all - thanks
Can you please provide me your url so i can check in why the search dont work on IE6?
www.yogaville.org/ice - don't mind the mess LOL

Greatly appreciate your ongoing help which is above and beyond

Ron


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
DefileMetal
Ice Theme is my FAV Joomla! Club
Posts: 161
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Lorna Adams Automatic Writer Location: Las Cruces, NM USA Birthday: 04/05
"In a world where death is the hunter, my friend, there is no time for regrets or doubts. There is only time for decisions." - Carlos Castaneda (Journey to Ixtlan)
Reply Quote
 
Re:April Template - IT Newsy 3 Years, 7 Months ago #190
Hello
Sorry for the late reply

Open templates/it_newsy/index.php

Find:
----
Code:

<ul id="weather">
             <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNY0996&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=ITXX0067&u=c'); ?></li>  
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=JAXX0085&u=c'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CHXX0049&u=c'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=RSXX0063&u=c'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=SPXX0050&u=c'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CAXX0504&u=c'); ?></li>
                <li class="last"><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=UKXX0085&u=c'); ?></li> 
            </ul> 



Replace with:
--------------
Code:

 <ul id="weather">
             <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USVA0105&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USDC0001&u=f'); ?></li>  
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNC0121&u=f'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USIL0225&u=f'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USCA0987&u=f'); ?></li>
                <li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNY0996&u=f'); ?></li>
                <li class="last"><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CAXX0504&u=f'); ?></li> 
            </ul> 




I have saw the search with IE6 and is working fine

Alvin


Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Alvin
Posts: 2267
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male alvini_icetheme IceTheme Location: Tirana Albania
Alvin Konda
-------------------
IceTheme
CEO
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1234
Moderators: Andel, juljan, Brunilda, Tomi

Earn 20% of every sale that is generated from your website and generate and extra income! Join Affiliate Program

Newsletter Subscribe

Subscribe to our newsletters to be notified about our important news.