Hi all, been trying to solve this issue for a while now, iv got a twitter widget that came with a theme i purchased and a couple of months back it stopped displaying twitters data (my tweets) i have spent countless time surfing trying to resolve the issue with no luck!
Im not to good with the coding of websites (yet)
Due to my type of hosting i have no FTP access.
Im aware i could just download another Twitter plugin but this one (built for the theme) blends perfectly.
The only code iv been able to find from my wordpress CMS is...
/* Twitter widget */
.twitter {
position: relative;
}
.twitter_update_list {
overflow: hidden;
}
.twitter ul li {
list-style-type: none;
margin: 30px 0 0 0;
padding: 0;
}
.twitter ul li:first-child {
margin-top: 0;
}
.twitter ul li .twitt-body {
position: relative;
padding: 23px 29px;
background: #fafafa;
border: 1px solid #e5e4e4;
margin-bottom: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.twitter ul li .twitt-body:before {
display: block;
content: "";
position: absolute;
left: 19px;
bottom: -22px;
width: 21px;
height: 22px;
background: url(images/bulb-arrow.gif) 0 0 no-repeat;
}
.twitter ul li a.timesince {
display: inline-block;
padding: 3px 0 3px 40px;
background: url(images/twitter-icon.png) 0 0 no-repeat;
color: #4e4848;
text-decoration: none;
}
.twitter ul li a.timesince:hover {
color: #1A519C;
}
.twitter .preloader {
position: absolute;
top: 40px;
left: 0;
height: 65px;
line-height: 65px;
padding-left: 30px;
background-position: 0 50%;
background-repeat: no-repeat;
background-image: url(images/loading-twitter.gif);
Not sure if this is the inner workings looks more like the appearence of it? My temporary web address is http://www.uats2.co.uk given to me by the installers of the site (who are fantastic).
Thanks in advance.