Home > CSS Help > Wordpress CSS Drop-down Menu | Zack Design

Wordpress CSS Drop-down Menu | Zack Design

March 20th, 2009

Wordpress CSS Drop-down Menu | Zack Design



I have created a three-level drop-down menu plugin for Wordpress. It uses Stu Nicholl’s final drop-down code which is a complete CSS solution - no

Source


Similar Posts

    WordPress " Wordpress CSS Drop-down Menu " WordPress Plugins

    I have created a THREE-level drop-down menu for Wordpress. … exclude, Browser, down, drop, page, plugin, wordpress, menu, dropdown, CSS …

    Source

    Drop Down Menu Software - GodMoon CSS Drop Down Menu, AllWebMenus Pro …

    GodMoon CSS Drop Down Menu - a free cross browser drop down menu. … JDDM is a drop down menu java applet, a comprehensive solution for website navigation. …

    Source

    How to Fix WordPress Feedburner Plugins After Converting to Google Feedburner

    Feedburner API

    I ran into (yet another) Feed Count + Feedburner problem recently, shortly after writing my last article on accounting for Feedburner’s subscriber count mistakes. And since I heard from a few people who are also using the Feed Count plugin, I thought I should share this info.

    The Backstory

    As I’m sure all you Feedburner users out there are well aware, Google purchased Feedburner quite some time ago. But until recently, that didn’t mean much: the same people were working on the code, your information was stored in the same place and was represented the same way, and so on.

    But recently Google has begun bringing Feedburner more fully into the fold. As a result, all Feedburner users are being required to convert their Feedburner accounts into Google accounts. That created quite a few headaches for lots of people (including myself) right off the bat, as it took a good week for Google to nail down my subscriber numbers with any accuracy – one day I would have thousands of subscribers, the next I might have zero, and the day following only a few hundred.

    A New Problem

    However, even once Google started reporting my Feedburner numbers correctly, I still had a problem: my Feed Count plugin no longer grabbed my subscription statistics. Now, this wasn’t as huge a problem as it could have been, because I had my jQuery Feeburner fix in place… but I still wanted my real subscriber stats back at some point.

    After a bit of digging, I found the problem: as part of their conversion from Feedburner to “Google” Feedburner, Google changed the location of their API. Thus, any plugins that used the old Feedburner API ceased functioning once that user’s account was successfully ported to Google.

    The Solution

    Long-term, the best solution would be for the plugin developers to update and release new versions of their plugins. But as of now, the Feed Count plugin has not been updated – and since it hasn’t seen an update since last July, I’m not going to hold my breath on a new version. So I decided to take matters into my own hands and edit my copy of the Feed Count plugin.

    Note: this solution is specific to the Feed Count plugin, but any brave souls out there could probably modify and use this information to update other plugins as well.

    I opened up my copy of the Feed Count plugin file (feedcount.php) and found this function:

    function mapelli_fc_get_defaults() {
    	return array(
    			'map_fc_feedurl' => '',
    		  'map_fc_queryurl' =>'http://api.feedburner.com/awareness/1.0/GetFeedData?uri=',
    			'map_fc_lastcount' => 'N/A',
    			'map_fc_lastupdate' => 0,
    			'map_fc_updateinterval' => 60, // 1 h
    	    'map_fc_error_updateinterval' => 5, // 5 min
    		  );
    }

    This function mostly sets all the plugin defaults, but it also sets the “queryurl” – the website that the plugin hits to find your subscriber count information. This URL is not customizable anywhere inside Wordpress, and since this URL has now changed, we’re forced to edit the plugin itself.

    All I had to do was change the “map_fc_queryurl” line to read this instead:

    'map_fc_queryurl' =>'https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=',

    Then I saved the plugin, uploaded it to my server, and my stats started showing up again! However, it’d still recommend putting something like this JavaScript fix in place for those random times when Feedburner drops the ball (and your subscriber count).

    Note: Your stats probably won’t start showing up again instantly. You’ll have to wait for the duration of your “update interval,” which can be configured in WordPress under Settings -> Feed Count:

    feedcount update interval

    If you’re using a different plugin and have run into this same problem, please give this solution a try and let people know in the comments if it worked. Thanks!

    Read More

    CSS for code: Wrap long lines | Weblog Tools Collection

    If you post code on your Wordpress blog, you could use a code beautifier plugin such as syntax highlighter or you could include your code in <pre> tags.

    Source

    CSS Drive- 2-level CSS Drop Down Menu

    This is a two level CSS Drop Down menu powered entirely by CSS- well, almost. … Are there any mulit level CSS drop down menus…anywhere? Any close relatives? …

    Source

    Free CSS Drop-Down Menu Framework | display:inline

    CSS Drop-Down Menu Framework adalah sebuah drop down menu gratis dan bekerja … Free Form WordPress Themes jQuery CSS Menu WordCamp Indonesia Free Magz Logo IE8 …

    Source

    Creating a CSS Drop down Menu - Joomla! Documentation

    Creating a CSS Drop down Menu. From Joomla! Documentation. Jump to: navigation, search … An often used solution is the drop down menu called “suckerfish” …

    Source

    Tutorial - How To Create a Pure CSS Drop Down Menu

    We created our pure css drop down menu based on Gibson Research new public … Steve provided us with, you can create a customized drop down menu in Pure CSS. …

    Source

    Cross-Browser CSS Drop-Down Menu Framework

    CSS Drop-Down Menu Framework is a free & cross-browser solution to create good looking menus. … Website: http://lwis.net/free-css-drop-down-menu …

    Source

    Dynamic Drive CSS Library- Horizontal CSS Menus

    … Image Maker. Button Maker. Ribbon Rules … jQuery Multi Level CSS Menu #2. This is a multi-level horizontal CSS menu created using a regular nested HTML …

    Source