SN0WKRASH
Forum Replies Created
-
Forum: Plugins
In reply to: [Google App Engine for WordPress] Featured Image Being CroppedThis is happening to me too! Anyone out there know how I can revert to the way it used to just take the full image?
Forum: Themes and Templates
In reply to: Post excerptsI’ve done this, and it does display the excerpt on the home page, but I wanted to limit the excerpt to 4o words and to have a read more link after the excerpt. I’ve done this in other themes in the past, but it’s not working in twenty fourteen.
Wondering if that means excerpts are set up differently with this theme. Here’s the code I’m using – any help is appreciated – this is in my child theme’s functions.php file:
function custom_excerpt_length( $length ) { return 40; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); function change_excerpt_more() { function new_excerpt_more( $more ) { return ' <a class="read-more" href="'. get_permalink( get_the_ID() ) . '">READ MORE</a>'; } add_filter( 'excerpt_more', 'new_excerpt_more' ); } add_action('after_setup_theme', 'change_excerpt_more');
Forum: Plugins
In reply to: [Easy Google Fonts] Google Fonts not loadingHi, I’m having the same problem. It loads the standard fonts but not the google fonts. It says my API key is good. I’ve hit save several times. I have regenerated the key twice. I am at a loss.
Forum: Plugins
In reply to: [WordPress Font Size] Add ability to change color contrast/scheme?Please do add a settings page – and I love the idea of extending the capabilities of the plugin so visitors can change link colors and maybe a custom item. We have navigation bars that are a solid color meant to complement the link color, at the top, side, footer and heading up the comments. We have a color scheme that half our readers love and half of them hate. It seems that no matter what combination we put together, it works out that way. Our blog is mostly text, so I’d love to be able to change the link color and this “bar” color we use to go with the link color in a complementary way to our visitors.
Thank you!
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spam@james I would use only GASP with nothing else like I have been doing happily if it still worked. It’s useless to me if it doesn’t work anymore, and pairing it with anything else while it’s no longer working isn’t bringing any value to the table.
The only thing I changed for my clients was to upgrade to WordPress 3.6 – 3 of my clients are actually not minifying javascript at the moment because it was causing problems with other things a couple of months ago, so I don’t think it’s a minification issue. Two of those clients are very bare-bones blogs with only two or three other plugins none of which they have in common.
My concern is that it is either the upgrade that broke it, or that suddenly the minds behind these autobots have figured out a way to render the plugin useless. I don’t think anything else could be the cause. I am hoping that it is the former – the upgrade that broke it and that the author can troubleshoot and post an update. I hope that the cause is not the latter.
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spamSadly, I had to move my clients back to akismet. I’ll check this board on occasion to see if the plugin has been fixed or if the author has anything to say.
Thanks
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spamThis started happening when I upgraded to WordPress 3.6
Is it a coincidence? Did all of you upgrade too?
I’m getting spam every few minutes now, too. My clients are losing their minds.
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Help! My site is once again beset my spamSame here ?? I changed the checkbox name twice, and now I’ve deleted and re-installed the plugin – getting spam comments twice an hour
Forum: Plugins
In reply to: [Growmap Anti Spambot Plugin] Seems to have stopped working lately?I’m having this same problem – it suddenly stopped working, and I changed the name of the checkbox field (twice over two days), but the spam is still coming.
Anyone with any ideas?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Removing fit-to-screen functionalityI put backticks on that code don’t know why it didn’t show up as code, sorry
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Removing fit-to-screen functionalityI commented this out in the header file of my child theme and it magically worked:
<!--meta name="viewport" content="width=device-width" /-->
Keep in mind, I had developed the twentytwelve child theme with fixed widths so it all magically appears like the desktop site on tablets and phones now that I have commented that out.
Forum: Themes and Templates
In reply to: How does Twenty Twelve Nav Menu Work?WTecUK.net that worked for me – I hate that there’s no way to do this in the stylesheet for the child theme but if it’s the only thing I have to remember to do every time I update then so be it. I hate the responsive menu buttons that much and so do my clients.
Really bad form for WP to force something like that upon us without any way of disabling or removing it without modifying a core theme file.
I would like to try 007webby’s answer, as it looks like a long-term solution, but the client’s site had launched and needed a quick fix.
Thank you.
Forum: Themes and Templates
In reply to: Search results page pagination leading to 404 errorI’m having this exact same problem – WooThemes Canvas – I’ll log in to that support area and see what I find.
Hello,
Turns out that in the Twitter app settings you need to be sure the radio button for “Post” is checked, not “Get” like mine was.Hope this helps someone.
Forum: Plugins
In reply to: [Plugin – Tweetable] XML error for code not thereI also have this same exact problem on WP 3.1.2 – haven’t even posted yet – this error is on the Tweet page all the time and we haven’t even tried to post yet – then when we tried to post, it didn’t work and the error remained on the page.
Dumping this plugin for a different one since support and a fix seems impossible.