bocajuniors
Forum Replies Created
-
See a temp fix of the plugin here:
Surprised MailChimp didn’t have this fixed before 3.2 rolled out.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Trouble with analytics trackingDitto here.
Email sends fine, but the AJAX confirmation for the web site visitor does not display anymore.
I’ve tried:
on_sent_ok: “pageTracker._trackEvent(‘test’, ‘moretext’, ‘andalabel’);”
and
on_sent_ok: “pageTracker._trackPageview(‘/thanks-for-contacting-us/’);”But no dice.
Forum: Fixing WordPress
In reply to: uploading images to new foldersWould love to see this too!
Forum: Fixing WordPress
In reply to: Display posts in two categoriesThanks so much for the help.
If you (or anyone!) has an idea of what such a WHERE statement would look like it would be greatly appreciated.
I see the category section of query.php, but I’m not sure where/what to drop in.
Thanks again.
Forum: Fixing WordPress
In reply to: Display posts in two categoriesAny idea where in the WP code it does an “OR” rather than an “AND” when it is processing those ?cat=X,Y,Z variables?
Thanks so much! ??
Forum: Fixing WordPress
In reply to: Display posts in two categoriesI am also looking for a way to do this.
Frustrating!
Forum: Fixing WordPress
In reply to: i got rid of raquo in title tag but now there is spaceI used ardamis fix, with one difference: instead of completely eliminating the $sep variable, I just eliminated the spaces to either side.
So, I changed:
$prefix = '';
if ( isset($title) )
$prefix = " $sep ";to
$prefix = '';
if ( isset($title) )
$prefix = "$sep";My title tag now looks like this:
<title><?php if ( is_single() ) { wp_title($sep = ''); ?> :: <?php } ?><?php bloginfo('name'); ?></title>
This gets rid of the extra space and adds a “::” after the title of your post, while maintaining no spaces between “<title>” and your blog name if it is your main page.
Forum: Fixing WordPress
In reply to: 1.5 Help: Logout gives me blank pageI am having the same problem.
Unable to logout.
1.5 w/ Authimage installed.