blitz999
Forum Replies Created
-
I can confirm that code works, also as described by the plugin author.
judodesign, it is a good idea to have an actual contact form (or at least contact details) on the contact page for those who don’t get the modal form. Otherwise they’ll get a blank page!
Hi Eric, thanks for the swift response.
I think you mean wp_nav_menu…
I’ve copied in the code from the header.php (I’m not using a sub-navigation).
`<?php
if(function_exists(‘wp_nav_menu’)) {
wp_nav_menu( array( ‘theme_location’ => ‘main’, ‘menu_class’ => ‘sf-menu’,’sort_column’ => ‘menu_order’, ‘container_class’ => ‘main-navigation’, ‘fallback_cb’ => ‘display_home’ ) );
wp_nav_menu( array( ‘theme_location’ => ‘sub’, ‘sort_column’ => ‘menu_order’, ‘container_class’ => ‘sub-navigation’, ‘fallback_cb’ => ‘display_none’ ) );
} else {
echo ‘<div class=”main-navigation”><ul class=”sf-menu”><li><a href=”‘.get_bloginfo(‘url’).'”>Home</a></li>’;
wp_list_categories(‘title_li=’);
echo ‘</ul></div>’;
}
?>`This is how it outputs (just showing the contact page li):
<div class="main-navigation"><ul id="menu-main-menu" class="sf-menu"><li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-16"><a href="(myurl)/contact/">Contact</a></li></ul></div>
Any ideas?
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] No tweet on new postTo clarify, 2.4 DID work a few times, but now doesn’t. No changes were made to the site except for adding posts. I knew something was up when the tweet pane disappeared from the new post page, but I’m unable to establish why this would be.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] No tweet on new postJust to confirm that, yes the latest update just broke it. The Twitter panel no longer appears on a new post. The Tweet page in Dashboard does not send tweets. I have disconnected and reconnected. It worked a couple of times when I first created the API details, but has not worked in a week now.
Forum: Plugins
In reply to: [Plugin: wp Time Machine] No Upload to DropboxHi there,
I have had the plug in working a couple of times, but not in the last four or five updates. I have reset the dropbox password and double checked this. I was never able to use the directory field. I created a dropbox folder called backups, only ever backup to the top level of the dropbox.
It was brilliant when it worked and I actually used an archive to restore a site in a real life data corruption incident.
Forum: Plugins
In reply to: [Plugin: Facebook Shared Comments] Incomplete instructions?Thanks sirgt for your comprehensive walkthrough. It can take a while for the new app to work on the FB side of things – about 20 minutes in my case, but all good now.
Forum: Plugins
In reply to: [Fotobook] [plugin fotobook] Can’t get albumsNot sure if this is a Fotobook problem…
Facebook’s own iPhoto exporter also does not find the galleries/albums now. I think they changed the API very recently, but no one seems to understand what the implications are (even Facebook, obviously!).
Forum: Plugins
In reply to: Best way to replace built-in comments with Facebook ones?I get what you mean – show your photos with the FB comments underneath.
I’m not sure FB provide an API to actually fetch those comments to your own site – just the images – as Fotobook and FB Photo Fetcher do.
If I’m wrong about this, someone let me know!
Forum: Plugins
In reply to: Someone want to pick up my work? WP gallery to FB album uploaderHi there,
I might be interested in refining this.
Forum: Fixing WordPress
In reply to: Facebook Photo Fetcher: Text Widget QuestionI’ve got this connected to FB. My correct ID is showing, but when I press search, it says ‘none found’.
Some of my galleries have privacy settings. I made one available to everyone (in FB) to see if this would help – still nothing.
Any ideas?
Forum: Fixing WordPress
In reply to: Microsites and SubdomainAs far as I understand, WPMU creates new domains that are independent of the the initial one?
Forum: Plugins
In reply to: wp Time Machine FeedbackHi there Paul, yes looking good now – all working. Thanks for letting me know.
One question, why does the the zip file contain another zip file inside? On the server I use the folder structure ends up about 20 folders deep.
It isn’t a problem, just a lot of directory navigation!
Forum: Plugins
In reply to: wp Time Machine FeedbackI cannot get the content files zip to open as it says there Error 1 operation not permitted.
Forum: Plugins
In reply to: [Plugin: wp Time Machine] No Upload to DropboxIt seems the the time machine does not save the dropbox password properly, or remember paths.
If I add Backups/folder name, it simply backs up into the top folder.
Also, more seriously, has anyone managed to unzip a content files zip? I get permission errors.
Will post this seperately too
Forum: Plugins
In reply to: [Plugin: WP Google Weather] doesn’t show the weatherFYI, the undefined function error is (probably) if your site is on PHP4 as simpleXML came into play with PHP5