mspecian
Forum Replies Created
-
This issue isn’t resolved yet. There still has been no explanation for the “Generating…” issue described above.
The above solution requires using V2 only. However, one who uses V2 loses the ability to use custom CSS to format the comments box. Is there a solution which also works with V1?
Forum: Plugins
In reply to: [URL Shortener] "Generating…" error occursThanks, that worked exactly as described!
Forum: Plugins
In reply to: [URL Shortener] "Generating…" error occursHow do I remove shortlinks for individual posts?
Forum: Plugins
In reply to: [URL Shortener] "Generating…" error occursI’m using it on bit.ly.
I tested it on a page yesterday and it worked fine. I tested it on a new post this afternoon and it also worked fine. Strange. Check my homepage https://www.mikespecian.com/ for the three posts on and preceding July 31, 2011 and you’ll see what happened.
The only thing I did differently with the post that worked (as far as I can tell) is that I waited a few moments before I clicked on “view post” to see my newly published article and associated short link.
I’m having the same problem. I’m also not receiving email notifications of new comments.
Forum: Fixing WordPress
In reply to: Cannot Log into or Access Website At AllI think this is a lost cause. There must be something wrong with the theme itself. Making a change that it syntactically incorrect, trying to save, then undoing the changes causes the entire site to freeze up. Devoting more energy to this is likely to be pointless. I’ve switched to a different theme, but my original problem remains. I would simply like to remove the text heading “The Personal Website of Mike Specian” at https://www.mikespecian.com, and replace it with a jpg. Can you assist?
Forum: Fixing WordPress
In reply to: Cannot Log into or Access Website At AllEverything’s backed up. I just nuked the entire theme. I don’t know why it wouldn’t restore to its original state when I restored the syntax. My goal was to take this function:
function do_heading()
{
$output = “”;if(is_home()) $output .= “<h1>”; else $output .= “<h4>”;
$output .= “” . get_bloginfo(‘name’) . “ <span>” . get_bloginfo(‘description’) . “</span>”;
if(is_home()) $output .= “</h1>”; else $output .= “</h4>”;
return $output;
}which creates a masthead with the name of my website with this code which replaces that with a banner:
function do_heading()
{
$output = “”;if(is_home()) $output .= “<h1>”; else $output .= “<h4>”;
$output .= “” . get_bloginfo(‘name’) . “ <span>” . get_bloginfo(‘description’) . “</span>”;
if(is_home()) $output .= “</h1>”; else $output .= “</h4>”;
return $output;
}This didn’t work and when I attempted to replace the old code the entire theme crashed and couldn’t be fixed.
Forum: Plugins
In reply to: [Magic Gallery] [Plugin: Magic Gallery] Cannot get gallery to displayI’m having the same problem. I don’t even get a box.