Andrea Whitmer
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Genesis Extend] Can't get rid of author boxStill having this problem on a number of sites… I’ve been removing the author box entirely but that’s not an option for some of my clients. Every function I try either whitescreens the site or has no effect. The one giving me fits now is the News child theme.
Forum: Plugins
In reply to: [Simple Social Icons] Icons are stackingAre you talking about the ones in your header menu? They don’t have enough room to spread out horizontally because of the size of the menu area.
Forum: Plugins
In reply to: [Simple Social Icons] Round icons?If you set the border radius in the widget to half the size of the icons, they’ll be round. So if your icons are 36px, make your border radius 18px.
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Comments broken with GASP 1.5Saving the GASP settings (with no changes) seems to have solved the problem. Will try it on a few other sites and I’ll post back here if there are any problems. Thank you!
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Comments broken with GASP 1.5I’ll submit a ticket, but this is not just happening to certain users – I can’t even comment with my own email address when I’m logged out. No cache plugin in use.
In case it might make a difference, all my sites are running Genesis.
Forum: Plugins
In reply to: [bbPress Genesis Extend] Can't get rid of author boxOops, double posted somehow.
Forum: Plugins
In reply to: [bbPress Genesis Extend] Can't get rid of author boxI’m using the Jade child theme from Restored 316. For now I’ve removed the author box entirely – I’ve tried using the is_bbpress conditional with no luck. I’ll keep trying, though! Thanks for taking the time to respond.
Forum: Plugins
In reply to: [Genesis Grid] Display teaser images before title?Thanks so much, Bill. I don’t know why my brain couldn’t wrap itself around that before, but it’s much appreciated. I think I just spent too much time staring at it. Now everything is working the way it should!
For the record, I finally had it working but in the most convoluted way ever – I’m thrilled to switch to something cleaner and easier to troubleshoot if needed down the road. Thanks again!
Forum: Plugins
In reply to: [Genesis Grid] Display teaser images before title?After a few more hours, I managed to get it working for the most part using this:
// Move Image Above Post Title function be_teaser_thumbnail( ) { if( ! apply_filters( 'is_genesis_grid_loop', false ) ) return; remove_action( 'genesis_post_content', 'genesis_do_post_image' ); add_action( 'genesis_before_post_title', 'genesis_do_post_image' ); } add_filter( 'genesis_pre_get_option_image_size', 'be_teaser_thumbnail' );
However, on page 2 and subsequent pages, the first grid item is displaying the image below the title while the rest display it correctly. Thoughts?
Forum: Plugins
In reply to: [StatCounter - Free Real Time Visitor Stats] Blank screen on WP 3.6In order to enter the project id and security code, I first have to know what the project id and security code are supposed to be. They are found under Dashboard > StatCounter. I have to add the project (which I cannot do because it appears blank) and then the project id and security code are under project settings in Dashboard > StatCounter. Once I have them, I can copy and paste them under Settings > StatCounter.
The problem is that I don’t know what they are when I’m using Chrome because Dashboard > StatCounter appears blank until the project id and security code are entered. It’s a circle – I can’t get the codes because the area that displays them is blank, but I have to enter the codes so that the area that displays them won’t be blank.
Forum: Plugins
In reply to: [StatCounter - Free Real Time Visitor Stats] Blank screen on WP 3.6Dashboard > StatCounter does not let me enter the project id and security code. That is where I am given the project id and security code to enter under Settings > StatCounter. I don’t know how to be any clearer than that.
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spamI installed Captcha on top of GASP and it seems to have stopped for the most part. That isn’t a solution I want to use long term but for right now it’s better than nothing.
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spamSame here. Suddenly the spam comments are absolutely out of control. I’m getting one every few minutes.
Forum: Plugins
In reply to: [StatCounter - Free Real Time Visitor Stats] Blank screen on WP 3.6Well, that’s the thing. I can’t get the to the project id and security code because Dashboard > StatCounter (where I would normally add the project) is blank. I finally broke down and used Firefox, but I just wanted to report the issue in Chrome.
Forum: Plugins
In reply to: [bbPress Genesis Extend] Error on forum pagesThank you, Gary. Now I can finally get this site launched – that worked beautifully!