tjk911
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password-Protect Pages not working in WordPress 3.5.1Yeah, I spent a good part of my morning trying to fix it too and stumbled upon this along the way.
Good luck!
Forum: Fixing WordPress
In reply to: Password-Protect Pages not working in WordPress 3.5.1Okay, so, I had the same problem and I trawled the forums and tried everything. Didn’t work.
And then I contacted my host on the off-chance it was a server-side issue. And voila, it was!
I’m with SurpassHosting and they recently did a maintenance/update and the modsec rules was changed, resulting in the exact error both jtinsky and wizard247 described. I talked to their support member and he had it fixed within minutes.
So, contact your server’s tech support and describe the problem – it should be a server side problem.
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] API Error 100I can create a temp admin account if you need to look into the site more deeply.
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] API Error 100I’ve read through more of your other comments and such, and here are some information that might be helpful.
I’m using the Gazette theme by wordpress, seems like other users using that is rather buggy as well.
The comments function doesn’t seem to work either and I’ve read through your suggestions (can’t even find the function code). On top of that even though it connects to facebook it still requires registration.
And… the Facebook Connect widget is just a greyed out text.
I seriously stink at this. Sorry dude.
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] API Error 100Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] API Error 100A new problem, now the application works but the Facebook Fan Box is down instead. it was appearing fine until then.
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] API Error 100I… cannot believe… that I made that mistake.
I swear I double checked my URLs billions of time. I trawled the internet like the Troll under the bridge.
GAH.
Thanks though. I just feel really silly.
Forum: Themes and Templates
In reply to: Creating a hover effectbump
Forum: Themes and Templates
In reply to: Restrict front page categoriesResolved: Fixed with Advanced Category Excluder plugin.
Forum: Themes and Templates
In reply to: Help needed with Freemium theme.Problem! After I inserted the
<?php query_posts("cat=-13"); ?>line, I cannot view by categories anymore. When I choose categories, the posts that appear are still the ones that I set to be queried.Forum: Themes and Templates
In reply to: Help needed with Freemium theme.Hi Glover,
Thanks for that. After some twiddling I managed to figure out where to put the appropriate line and I just C+P-ed the code I had in my previous theme.
And then I realized that I could actually simplify it a little more with the help of the page you showed me so THANKS!
However, still need more help.
I used to have a “Featured” part of the page where I can “sticky” certain posts to show all the time. I’m planning to have the right sidebar of the theme to be made into something like that but have no idea how I could go about doing that. Any suggestions?
I’m trying to find a widget that could do that, but I’d prefer a code that would allow me to add an image to the specific post too.
Forum: Fixing WordPress
In reply to: Theme does not have italicsI played around with the codes and found out something about it. Apparently it has a custom style associated to it that goes
em { font-weight: bold;}h1, h2, h3, h4
I removed the “em {…..}” part and it doesn’t appear as bold anymore. But it doesn’t appear as anything else either…