Overflow
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] AEC and WP Mobile PackSame here.
Wish it would work because other theme switchers are not compatible with wp super cache.
Forum: Themes and Templates
In reply to: same template for desktop and mobileAh, that’s pretty cool, but i guess what i’m really trying to do is get rid of my normal nav on the desktop version and replace it with a dropdown like you see with twenty eleven category selection.
so –
if its a desktop, show normal nav
else if mobile show the dropdown.
thanks in advance.
Forum: Plugins
In reply to: WP Super Cache – Wrong home pageI take that back. Just upgraded to 3.3 and the problem came back. 🙁
Forum: Plugins
In reply to: WP Super Cache – Wrong home pageDonncha,
Your latest release works for me now; showing my true homepage. It still states in your FAQ’s that this is an issue, but not sure if you reworked it.
Awesome plugin thanks.
I get a, “login to your paypal to use your sandbox” page.
It would be great to have more documentation on this.
Forum: Plugins
In reply to: WP Super Cache – Wrong home pageI’d let you have access to mine if you want to dive in… because you can’t reproduce. Didn’t see a contact form on your website though.
Forum: Plugins
In reply to: WP Super Cache – Wrong home pageYeah, i tried all 3.
You’re talking about this one, right > “Use PHP to serve cache files.”
Is their any to turn it off for the homepage, and just cache all the others? Is there something about the server I use? I’m on Godaddy Premium. Is it everyone who uses a static homepage? Cause then i might reconfigure future websites. Thanks in advance.
Forum: Themes and Templates
In reply to: Mega dropdown fails in WordPress environmentSorry perryb.
I just got lucky. i started over and recoded. must have been a missing div closing tag or something.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 "Failed to send"Sure. Apparently some bots were using my “send email” or whatever it’s called on the godaddy servers, which is limited to a finite # each day. so when it hit the limit, it stopped. By adding the Captcha to my forms i was able to keep those non humans out and not exceed my limit. no problems since then.
hope that helps.
@bionicsquid , link to the problem? Want to paste your functions?
Forum: Themes and Templates
In reply to: how to edit comments?You can change that by editing your comments.php file.
Go find:
<?php comment_author_link() ?> Says, < change to whatever.Forum: Themes and Templates
In reply to: Disclaimer Page In Footer Only?I’ve resolved this by making sure no extra returns or lines are on the page after the last closing php tag “?>” in your functions.php file
It just doesn’t like extra spaces/lines after it closes a function.
Hope that resolves your issue!
Forum: Fixing WordPress
In reply to: admin panel white screen of deathi would try the functions file again and make sure no “returns” or blank spaces follow the closing php tag. thats been my experience anyway. good luck
Forum: Fixing WordPress
In reply to: How To Change Blog Title?Change your title to this in your header.
<title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?></title>