digigirl
Forum Replies Created
-
I’m using BackWPup on most of my sites now.
I have one or two sites where this plugin is still working, but several others where it has quit working entirely – no longer connecting with Amazon S3. I was never able to correct the scheduling problem.
I have moved on to other solutions for most sites. It’s a shame. This was a great plugin when it was being supported.
Sorry, no I haven’t. I’ve shelved this project for now. Would love to see the author reply.
deleted inadvertent duplicate post
2 months and no reply. This seems to be an intermittent problem – sometimes the image is huge, other times it displays a thumbnail properly. Occasionally it does not show an image at all.
Sure would love to get some support on this topic. If there were another plugin offering this same functionality, I’d switch, but as it is, I’m kinda stuck.
Forum: Plugins
In reply to: [Pinterest Image Pin] [Plugin: Pinterest Image Pin] Great idea!I would second this request. The plugin is attaching a PinIt button to every single image – including things that aren’t appropriate for pinning. How do I identify images that I don’t want pinned?
Okay – correction. It seems to be working on other posts with Ziplist, just not this one image.
However, it IS messing with my formatting. Note how the text next to the top image in this post is now running into the image, and the image that won’t pin (the second image with the 3 cakes), is pushed off to the right and down.
How can I fix this?
Same problem here – unable to delete cache either way and it is not recognizing any new pages. If I disable it, delete the cache, then re-enable, it still shows the old page.
Forum: Plugins
In reply to: [jQuery Hover Footnotes] [Plugin: jQuery Hover Footnotes] Doesn't work for meI went with http://wordpress.org/extend/plugins/footnotes-for-wordpress/, which does have a sort of similar action, but not as slick.
You can see it in action here: http://sirguillaume.com/real-knights-real-chivalry-or-if-they-were-so-genteel-how-come-they-had-swords/ (the footnotes numbers are a little hard to see, I need to work on some CSS to make it stand out more.)
I don’t love the big, obvious footnote boxes at the bottom of the page, but I’m sure that can be corrected with some CSS. I’ll get to it eventually.
Good luck!
Forum: Plugins
In reply to: [jQuery Hover Footnotes] [Plugin: jQuery Hover Footnotes] Doesn't work for meNope. I ended up using a different plugin.
Got it! Here is the final code, if anyone else wants to do this. This produces a grid style archives page for any category or tag that is clicked:
<?php if (function_exists('fpg_show')) { $args = array_merge( $wp_query->query, array( 'orderby' => 'title', 'order' => 'ASC', 'showposts' => '', 'category__in' => array(get_query_var('cat')) ) ); echo fpg_show($args); }?> <?php if (function_exists('fpg_show')) { $args = array_merge( $wp_query->query, array( 'orderby' => 'title', 'order' => 'ASC', 'showposts' => '', 'tag__in' => get_query_var('posttag') ) ); echo fpg_show($args); }?>Okay, I’ve managed to get this to correctly do categories, but not tags. Here is the code I’m using. Can anyone tell me how to fix this so it will work with both categories and tags?
I just used the same code for the category, subbing in tag, but it’s not working, so it must need to be different.
Thanks for any help. I really don’t know PHP at all – this is just me chimping.
`<?php if (function_exists(‘fpg_show’)) {
$args = array_merge( $wp_query->query, array( ‘showposts’ => ”, ‘category__in’ => array(get_query_var(‘cat’)) ) );
echo fpg_show($args);
}?><?php if (function_exists(‘fpg_show’)) {
$args = array_merge( $wp_query->query, array( ‘showposts’ => ”, ‘tag__in’ => array(get_query_var(‘tag’)) ) );
echo fpg_show($args);
}?>Since the author does not seem to be responding to any questions, I created a page template to use the template code for this page – so that second link above will no longer show the problem.
But I sure would like to hear the answer. It’s certainly easier to use the shortcode in a page than to have to create template everytime!
Forum: Plugins
In reply to: Adding Sharebar to blog postsIt depends on your theme, but most likely it would be the single.php file.
Forum: Plugins
In reply to: [Social Profiles Widget] [Plugin: Social Profiles Widget] – needs PinterestSeconded! Please add Pinterest!