Linux 软件免费装
Banner图

Genesis Widgetized Footer

开发者 daveshine
deckerweb
更新时间 2019年2月21日 23:51
捐献地址: 去捐款
PHP版本: 3.2 及以上
WordPress版本: 5.1
版权: GPL-2.0+
版权网址: 版权信息

标签

widget shortcodes widgets footer disclaimer copyright genesis genesiswp deckerweb genesis framework

下载

1.0 1.1 1.2 1.3.0 1.4.0

详情介绍:

New Flexibility plus Enhanced Webmaster Experience Changing the footer 'Copyright/Credits' & 'Return to Top' in Genesis is already easy with the use of Genesis Footer Shortcodes or some other plugins. However, it COULD still be much easier and more flexible with Widgets in WordPress! This plugin just achieves that, and at the same time keeping full Genesis Shortcodes support for the footer section! Yes, it's that cool! ;-) You can use up to two widget Areas! Place one - full-width then - or two (one third/two thirds then) and get back the flexibility you've wanted for this area! Manage your copyright/credits stuff the way YOU want it, without messing up your 'functions.php' file... Just place in a text widget with copyright stuff, another one with logos and/or affiliate links, an additional search widget, recent posts widget, some explanation via text widget... You got it. The possibilities are endless. Finally. A great helper tool for Genesis Child Themes!
Please note: The plugin requires the Genesis Theme Framework, a paid premium product released by StudioPress/ Copyblogger Media LLC (via studiopress.com). Advantages General Features Localization Feedback More

安装:

NOTE: Only works with Genesis Framework as the parent theme. This is a paid premium product by StudioPress/ Copyblogger Media LLC, available via studiopress.com.
  1. Upload genesis-widgetized-footer folder to the /wp-content/plugins/ directory -- or just upload the ZIP package via 'Plugins > Add New > Upload' in your WP Admin
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the "Widgets" admin page and configure your widgets for the "Footer Area #1/#2" and the optional "Footer Disclaimer".
  4. Enjoy & relax, as you can easily manage this now from you Widgets admin :)
Note: The "Genesis Framework" is required for this plugin in order to work. If you don't own a copy it yet, this premium parent theme has to be bought. More info about that you'll find here: http://ddwb.me/getgenesis Own translation/wording: For custom and update-secure language files please upload them to /wp-content/languages/genesis-widgetized-footer/ (just create this folder) - This enables you to use fully custom translations that won't be overridden on plugin updates. Also, complete custom English wording is possible with that, just use a language file like genesis-widgetized-footer-en_US.mo/.po to achieve that (for creating one see the tools on "Other Notes").

屏幕截图:

  • Genesis Widgetized Footer: two additional widget areas (sidebars) - here with some example Text Widgets placed in... ([Click here for larger version of screenshot](https://www.dropbox.com/s/1gctvhul6hk3zx7/screenshot-1.png))
  • Genesis Widgetized Footer: the plugin in action on a live site - displaying three widget areas here: 'Footer Area #1' (left side, one third width), 'Footer Area #' (right side, two thirds width) plus the optional 'Footer Disclaimer' widget at the bottom (full-width). Shown here with my "Autobahn" child theme. ([Click here for larger version of screenshot](https://www.dropbox.com/s/6povxabgfoqe3ck/screenshot-2.png))
  • Genesis Widgetized Footer: plugin's optional Shortcodes in action for a post. ([Click here for larger version of screenshot](https://www.dropbox.com/s/7bdtcteb45p0hse/screenshot-3.png))
  • Genesis Widgetized Footer: plugin's help tab. ([Click here for larger version of screenshot](https://www.dropbox.com/s/wf9bmu0u09mje7f/screenshot-4.png))

升级注意事项:

1.4.0 Several additions & improvements: Metro child theme support; Shortcode. Some code & documentation optimizations and improvements. Also updated .pot file for translators plus German translations. 1.3.0 Maintenance release: Improvements for the Widgets API. Minor code & documentation improvements. Also updated .pot file for translators plus German translations. 1.2.0 Maintenance release: Added Landinge Page Template support (no widget!). Improved CSS styling for disclaimer area. Minor code improvements. Also updated .pot file for translators plus German translations. 1.1.0 Several improvements: Performance/Code improvements. Added little help tab, corrected typos and extended readme.txt documentation. Also updated .pot file for translators plus German translations. 1.0.0 Just released into the wild.

常见问题:

I already use "Genesis Simple Edits" so why in the world do I need this plugin?

If you're satisfied with your configuration there's no need for this plugin. Never change a running system :). Otherwise you might find this plugin useful as it also supports all of the Genesis Footer Shortcodes! And you might have even more possibilities then.

Are there any limitations of this plugin?

Yes. If a child theme has repositioned its footer or done other things with that, my plugin cannot work. It relies on the default footer hook of Genesis which is used unchanged by almost all official child themes! For the slightly different footer functions in "Prose", "Pretty Young Thing" and "Modern Blogger" child themes is already full support included, though!

Where do I find the Genesis Footer Shortcode reference?

All of the seven available shortcodes are listed and explained here: Genesis Footer Shortcodes

How can I reposition the Disclaimer widget after the footer, just at the very bottom of the page?

This is possible and the plugin already comes with a handy helper function for that. Just use the following code in your child theme's functions.php file or in your functionality plugin: /** Genesis Widgetized Footer: Reposition Disclaimer Widget to the Very Bottom */ add_action( 'genesis_before', '__gwfoot_footer_disclaimer_bottom' ); --> Explanation: This helper function just fires through the 'genesis_before' hook to catch the right priorities for loading stuff but places the whole widget area in the 'genesis_after' hook! Note: This function is fully compatible with the "Prose" child theme, as it does various checks.

How does the styling work?

Same as before using this plugin. The plugin does NOT touch any theme styles. Still it can be neccessary to tweak some styles, for example if you're using a search form in the footer you might change the button color or font size or whatever a bit. For extended styling of the new widget areas there a few IDs and classes included. These are:

  • 'Footer Area #1':
  • ID wrapped around whole area: #gwfoot-footer-one-area
  • area class full-width case: .gwfoot-footer-one-full-width
  • area class one third case: .gwfoot-footer-one-one-third
  • Widgets, before widget: .gwfoot-footer-one
  • 'Footer Area #2':
  • ID wrapped around whole area: #gwfoot-footer-two-area
  • area class full-width case: .gwfoot-footer-two-full-width
  • area class two thirds case: .gwfoot-footer-two-two-thirds
  • Widgets, before widget: .gwfoot-footer-two
  • 'Footer Disclaimer':
  • ID wrapped around whole area: #gwfoot-footer-disclaimer-area
  • area content class: .gwfoot-footer-disclaimer-content
  • Widgets, before widget: .gwfoot-footer-disclaimer
If that's still not enough, you can even enqueue your own style, an action hook is included for that: gwfoot_load_styles -- This hook fires within the WordPress action hook wp_enqueue_scripts just after properly enqueueing the plugin's styles and only if at least one of the three widgets is active, so it's fully conditional!

For Landing Page Templates, how can I re-add one or both Footer Widget Areas?

Since plugin version 1.2.0+ both areas are hidden for all known landing page templates of official plus market/community child themes. Re-adding them is possible via your child theme's functions.php file or a functionality plugin. Just add this code: /** Genesis Widgetized Footer: Re-add Footer Widget Areas for Landing Pages */ define( 'GWFOOT_REMOVE_LANDING_FOOTER', FALSE );

For Landing Page Templates, how can I remove the Dislaimer Area?

Since plugin version 1.2.0+ removing is possible via your child theme's functions.php file or a functionality plugin. Just add this code: /** Genesis Widgetized Footer: Remove Disclaimer for Landing Pages */ define( 'GWFOOT_LANDING_DISCLAIMER', FALSE );

Can I completely remove Disclaimer Widget Area?

Yes, this is possible since plugin version 1.3.0! Just add this code to your child theme's functions.php file or a functionality plugin: /** Genesis Widgetized Footer: Remove Disclaimer Widget Area */ define( 'GWFOOT_NO_DISCLAIMER_WIDGET_AREA', TRUE );

Could I disable the Shortcode support for widgets?

Of course, it's possible! Just add the following constant to your child theme's functions.php file or to a functionality plugin: /** Genesis Widgetized Footer: Remove Widgets Shortcode Support */ define( 'GWFOOT_NO_WIDGETS_SHORTCODE', TRUE ); Some webmasters could need this for security reasons regarding their stuff members or for whatever other reasons... :).

What are parameters of the plugin's own Shortcodes?

(1) Parameters for [gwfoot-widget-area] Shortcode:

  • area -- ID of the Widget area (Sidebar) (default: none, empty)
  • The following values are accepted: footer-one OR footer-two OR footer-disclaimer
(2) Parameters for [gwfoot-lastupdated] Shortcode:
  • date_format -- Date format (default: format you've set via "General Settings")
  • wrapper -- HTML wrapper tag (default: p (paragraph))
  • class -- Additional custom CSS class for the wrapper (default: none, empty)
  • text_before -- Text string, displayed before the date (default: Latest update date:)
  • text_after -- Text string, displayed after the date (default: none, empty)

Could I completely remove the plugin's Shortcode features?

Of course, that's possible! Just add the following constant to your child theme's functions.php file or to a functionality plugin: /** Genesis Widgetized Footer: Remove Shortcode Features */ define( 'GWFOOT_SHORTCODE_FEATURES', TRUE );

How can I customize the widget titles/strings in the admin?

I've just included some filters for that - if ever needed (i.e. for clients, branding purposes etc.), you can use these filters: gwfoot_filter_footer_one_widget_title - default value: "Footer Area #1" gwfoot_filter_footer_one_widget_description - default value: "This is the first widget area (%s) within the Genesis Footer." (where the %s placeholder defaults to the gwfoot_filter_footer_two_widget_title) gwfoot_filter_footer_two_widget_title - default value: "Footer Area #2" gwfoot_filter_footer_two_widget_description - default value: "This is the second widget area (%s) within the Genesis Footer." (where the %s placeholder defaults to the gwfoot_filter_footer_two_widget_title) gwfoot_filter_footer_disclaimer_widget_title - default value: "Footer Disclaimer" gwfoot_filter_footer_disclaimer_widget_description - default value: "This is the widget area of the search not found content section." Example code for changing one of these filters: ` add_filter( 'gwfoot_filter_footer_one_widget_title', 'gwfoot_custom_footer_one_widget_title' ); /**

All the custom & branding stuff codes above can also be found as a Gist on GitHub: https://gist.github.com/2497456 (you can also add your questions/ feedback there :)

How can I use the advantages of this plugin for multilingual sites?

(1) In general: You may use it for "global" widgets. (2) Usage with the "WPML" plugin: Widgets can be translated with their "String Translation" component - this is much easier than adding complex footer credits logic for a lot of languages to your functions.php... You can now also place the "Language Switcher Widget" at the bottom of your site :). You can use the awesome "Widget Logic" plugin (or similar ones) and add additional paramaters, mostly conditional stuff like is_home() in conjunction with is_language( 'de' ) etc. This way widget usage on a per-language basis is possible. Or you place in the WPML language codes like ICL_LANGUAGE_CODE == 'de' for German language. Fore more info on that see their blog post: http://wpml.org/2011/03/howto-display-different-widgets-per-language/ With the following language detection code you are now able to make conditional statements, in the same way other WordPress conditional functions work, like is_single(), is_home() etc.: ` /**

  • WPML: Conditional Switching Languages
  • @author David Decker - DECKERWEB
  • @link http://twitter.com/deckerweb
  • @global mixed $sitepress */ function is_language( $current_lang ) {
global $sitepress; if ( $current_lang == $sitepress->get_current_language() ) { return true; } } *Note:* Be careful with the function name 'is_language' - this only works if there's no other function in your install with that name! If it's already taken (very rare case though), then just add a prefix likemy_custom_is_language()`. --> You now can use conditionals like that: if ( is_language( 'de' ) ) { // do something for German language... } elseif ( is_language( 'es' ) ) { // do something for Spanish language... }

更新日志:

1.4.0 (2013-05-08) 1.3.0 (2012-12-15) 1.2.0 (2012-08-20) 1.1.0 (2012-04-27) 1.0.0 (2012-04-25)