andymiller
Forum Replies Created
-
Forum: Plugins
In reply to: [Flickr Photostream] No picturesI got an error message (while on flickr) to say that my API Key had expired. So I created a new one, but that hasn’t helped.
I’ve also tried deleting the cache as well as creating a fresh gallery to check whether I had disabled something on the gallery pages, but that produced the same result.
Hi Benjamin
The Post Snippets button simply disappears (along with some others). Here are two screenshots:
The other buttons that disappear are buttons that I’ve added using the Extensible HTML Editor buttons plugin.
As far as the Better Link Search plugin is concerned instead of getting the search results from the plugin I get the less good search results from the WordPress core. I could provide screenshots if you need further explanation.
Forum: Plugins
In reply to: [Download Monitor] Can I use the new plugin without losing the old dataForum: Plugins
In reply to: [Download Monitor] Open download link in New WindowI think the answer might be to create a new content template with the magic target=”_blank” added to the link. The instructions are here:
https://github.com/mikejolley/download-monitor/wiki/Content-Templates
you’ll need to read to the end of that section. I haven’t tried this.
Forum: Plugins
In reply to: [GTmetrix for WordPress] Next Report: 1 January 1970 1 h 00 minI’ve got the same problem – except that the next report is 1 January 1970 12 00am.
I’m using WP 3.8.1
Forum: Networking WordPress
In reply to: How to Activate New User?Thanks. I’d done the same thing and then forgotten – so your thread helped me.
Forum: Plugins
In reply to: [Use Google Libraries] Using with non WordPress jquery scriptsEDIT (except that I can’t edit my post). Googling around it looks like I’d need to amend the functions.php, along the lines of:
if (!is_admin()) add_action(“wp_enqueue_scripts”, “my_jquery_enqueue”, 11);
function my_jquery_enqueue() {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) . “://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”, false, null);
wp_enqueue_script(‘jquery’);
}Does this in effect replace what the plugin does? Does the plugin do this anyway?
Thanks again – sorry if these are daft questions.
Forum: Plugins
In reply to: [Gamma Gallery] Swipebox includedDoes it include swipebox? I was hoping to find a plugin that used swipebox – but
swipebox swipes – and Gamma Gallery doesn’t (or at least the demo doesn’t) and there’s no reference to swipebox in the article the author links to. The tiled gallery is impressive and the carousel is at lest as good as Jetpack so far as I can see.Here’s a link to the swipebox page so people can compare:
Forum: Plugins
In reply to: [Redirection] compatible with WordPress 3.8 yet?I’m using with 3.8.1 and it seems to be working fine.
Forum: Plugins
In reply to: [WP Easy Responsive Tabs to Accordion] How to apply this plugin in wordpressAn alternative – just copy and paste this into your post or page (in html editor obviously):
<div id="demoTab"> <ul class="resp-tabs-list"> <li>First tab name</li> <li>Second tab name</li> <li>third tab name</li> </ul> <div class="resp-tabs-container"> <div>first tab contents</div> <div>second tab contents</div> <div>third tab contents</div> </div> </div>
You can add extra tabs simply by adding new list items and divs.
The ‘demoTab’ id is important – I tried renaming it and it stopped working.
Forum: Plugins
In reply to: [Better Internal Link Search] Include draft postsWow, thank you.
Forum: Plugins
In reply to: [Better Internal Link Search] Include draft postsHi Brady
I have a similar request. I use the private publication setting to prepare a batch of related posts before making them public. It would e useful if I could cross-link between them ore easily. (But it’s not a big issue and in the meantime I can use the scheduled publication settings).
Thanks for a really useful plugin.
Thanks very much Darren (sorry about the late response – I’ve been away).
Forum: Themes and Templates
In reply to: remove twentytwelve mobile menu – ubermenuI’m using Responsive Select Menu but this is what seems to work for me:
#site-navigation h3.menu-toggle { display: none; }
Wow – thanks for the fast response. I should have considered the possibility of an extra long link.
Thanks for the really useful plugin.