styks1987
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Unique Id for Tracking EmailsGuess not… unfortunate
Forum: Plugins
In reply to: [Infinite-Scroll] Unable to set featured image with infinate scroll activatedWordPress 3.5.1
All in One SEO Pack Version 2.5.7
Contact Form 7 Version 1.6.15.3
Disqus Comment System – Version 1.0.1
Infinite Scroll Version 4.2.8
mobble Version 2.6.1
Redirection Version 1.1
Regenerate Thumbnails Version 2.2.13
Reveal Template Version 2.2.4
Types Version 2.3
WP Example Content Version 1.1.3.4Forum: Plugins
In reply to: [Infinite-Scroll] Unable to set featured image with infinate scroll activatedI have the exact same problem.
Forum: Plugins
In reply to: [Contact Form 7 Analytics by Found] email only shows short codeMe too
Forum: Plugins
In reply to: [Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Broken after upgradeI am seeing this same problem. I am getting ReferenceError: duration is not defined
Forum: Plugins
In reply to: [Clicky by Yoast] [Plugin: Clicky by Yoast] Help: Invalid argument suppliedThis looks like it is happening in conjunction with their admin bar implementation. I fixed it by adding a conditional just before the foreach loop. My guess is that the remote get does not return anything.
Line 272 in the clicky.php file found in /wp-content/plugins/clicky/ directory.
if(is_array($xml->type->date)){ foreach($xml->type->date as $value) { foreach($xml->type->date[$i]->item->value as $art)//nested loop for multiple values in tag { $data=(int)($xml->type->date[$i]->item->value[$j]);//$i and $j is used to iterate multiples of both tags respectively array_push($values,$data); $j=$j+1; $k++; if ($k == 48) break 2; } $j=0; //so that in next item it starts from 0(zero) $i++; } }Forum: Plugins
In reply to: [Clicky by Yoast] [Plugin: Clicky by Yoast] Help: Invalid argument suppliedI am getting the same error….
Forum: Fixing WordPress
In reply to: Custom Fields Disappeared/Missingya know, I wonder how many things I would not have problems with if I actually read them from top to bottom. I did the alternative and did not even check the screen options.
Love the hair.
thanks,
Michael-fixed
Forum: Fixing WordPress
In reply to: Custom Fields Disappeared/Missingthank you for your response. I did everything on that list. I am using the same theme on two different sites. Both have 3.1. One has the custom fields and one does have anything(discussion, author, custom fields, ect) below the post except some fields that are generated by plugins.
Forum: Fixing WordPress
In reply to: Custom Fields Disappeared/MissingI am getting this same issue after updating to 3.1. The custom fields worked previously. What changed?
thanks,