ChronicD
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Attachments] [Plugin: Auto Attachments] audio mp3 with iPadHi and also thanks for this great plugin!
I have music/lyric contest site (www.lyriquest.com) and am still having the issue of the player not working on Apple devices.
I share your frustration with Apple!
I have the latest version of this plugin but still doesn’t work on iOS. Any suggestions or fix?
Thanks!
Forum: Plugins
In reply to: [Fluency Admin] Menu texts brokenI am having the same problem. I love this plugin but can’t use it with this problem. Any Fix?
OK. This issue is closed as I was able to restore my functions.php file in my wp-includes folder through GoDaddy. Holy Crap! Thank you GoDaddy
Forum: Themes and Templates
In reply to: How to edit TEMPLATEPATHOK. This issue is closed as I was able to restore my functions.php file in my wp-includes folder through GoDaddy. Holy Crap! Thank you GoDaddy
Forum: Themes and Templates
In reply to: Functions.php File ErrorThanks very much Andrew. I appreciate your efforts.
Forum: Themes and Templates
In reply to: Functions.php File ErrorNot sure if the dump should appear in functions.php file or on the web page after the modified file is loaded. Here is from the file:
/*
Get Available CSS
*/
function get_availableCss(){
$result = array();
var_dump(TEMPLATEPATH.”/”);exit; $dir = dir(TEMPLATEPATH.”/”);
while (false !== ($file = $dir->read())) {
if(ereg(“\.css”, $file, $r)){
$result[] = $file;
}
}
$dir->close();
return $result;
}Here is from the site with the modified file loaded.
Warning: dir(TEMPLATEPATH/) [function.dir]: failed to open dir: No such file or directory in /home/content/26/9196326/html/wp-includes/functions.php on line 100
bool(false)Forum: Themes and Templates
In reply to: Functions.php File ErrorHere is what I get.
function get_availableCss(){
$result = array();
$dir = dir(TEMPLATEPATH.”/”); var_dump($dir);exit;
while (false !== ($file = $dir->read())) {
if(ereg(“\.css”, $file, $r)){
$result[] = $file;
}
}
$dir->close();
return $result;
}Forum: Themes and Templates
In reply to: Functions.php File ErrorOK. Modified file per above, replaced existing file on site, re-downloaded but no dump result. Is there something I need to do to execute the command?
Forum: Themes and Templates
In reply to: Functions.php File ErrorNot quite sure how to execute that. Can you provide how-to?
Forum: Themes and Templates
In reply to: Functions.php File Error$dir = dir(TEMPLATEPATH.”/”);
Forum: Themes and Templates
In reply to: Functions.php File ErrorAfter receiving an error from a functions.php edit, i went to replace the problem functions.php file with the original from the theme (which has worked before) and may have inadvertently placed it in the wp-includes dir. I’ve made sure the original functions.php is in the theme directory and have tried to delete functions.php from the wp-includes dir but no luck.
Forum: Themes and Templates
In reply to: Functions.php File ErrorYes. Thanks for your quick response!
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Like Button – Show FacesBased on the other posts here, should I assume that faces will show if they are friends regardless of the setting to show faces or not?
My site shows faces regardless of the setting to not show faces (unchecked).Example is at http://lyriquest.com/2012/07/join-the-quest/
Thanks for any help.
Yes….ditto for me. I think i saw where Matt Kelly said this is a bug and that they are looking into it.