alfateam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.5 big problems after update.Unfortunately none of the posted solution work for my theme. The widgets cant be draged. If I change the theme it work.
Forum: Fixing WordPress
In reply to: WordPress 3.5 big problems after update.Well , I contacted hosting company and they restored ALL file together with database from the last backup which was few hours before I made the update. That way my wordpress went back to 3.4.2 .
I will try what you say Josh. Thank you.
up
Forum: Themes and Templates
In reply to: I can't manage to make one logo shown.I think this counts rss subscribers , maybe the link is wrong ?
if (isset($rss) && $rss != ”)
{
$fburl=’https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=’ . $rss;
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $fburl);
$stored = curl_exec($ch);
curl_close($ch);
$grid = new SimpleXMLElement($stored);
$rss_count = $grid->feed->entry[‘circulation’];
if ($rss_count == 0) $rss_count = ”;
}
Forum: Themes and Templates
In reply to: I can't manage to make one logo shown.I have changed with :
f (is_numeric($twitter_count)) $output .= ‘rss‘ ;
Now logo and link is there ,
but will not show the total count of all social subscribers ( all but rss) :
$output .= ‘<span class=”link-readers”>’ . $total_count . ‘ Readers</span>’;
It looks like my feedburner account does not pass this if ($rss_count != ”) . Why ? What this script say ? My feedburner its fresh made with a single subscriber. Should I activated something in my feedburner account ?
Forum: Fixing WordPress
In reply to: My site is running slow only on my pc. A laptop beside works great.It was my fresh bitdefender installation.
Anyway, would any cache cleaner help me in anyway ? My site its working perfectly right now. Are usefull those plugin ? I dont really understand the purpose of those. When many people acces my site simulataneus its better to have that type of plugin installed or what ?
Forum: Fixing WordPress
In reply to: How insert wordpress in HTML website – link to.Thank you, I will follow tutorial. So that is the reason for this error I get :
Fatal error: Call to undefined function get_header() in /homewp-content/themes/PlayFootball/index.php on line 1