Plugin Directory

Changeset 1072808


Ignore:
Timestamp:
01/21/2015 07:33:12 PM (11 years ago)
Author:
Jenst
Message:
  • CSS inline option - Use only if file and folders are not writable
  • If no breakpoint set, it will be set to 600px
Location:
mobile-navigation
Files:
15 added
7 edited

Legend:

Unmodified
Added
Removed
  • mobile-navigation/trunk/readme.txt

    r1070884 r1072808  
    11=== Mobile Navigation ===
    22Contributors: Jenst
    3 Donate link: http://example.com/
    43Tags: mobile, navigation, menu, responsive, nav
    54Requires at least: 4.1
    65Tested up to: 4.1
    7 Stable tag: 1.4
     6Stable tag: 1.5
    87License: GPLv2
    98License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1211
    1312== Description ==
    14 
    15 A responsive fullscreen mobile menu navigation. Activate it for your custom made theme to save some time.
    1613
    1714Settings:
     
    2623* Hide on scroll, on or off
    2724* Custom CSS
     25
     26If you don't want the HTML to go through the action wp_footer, place this somewhere after the beginning of your body-tag: `<?php do_action('mn_nav'); ?>`. It might be better for readability and perhaps SEO.
    2827
    2928== Installation ==
     
    4544= Why doesn't it work? =
    4645
    47 Make sure you have the actions wp_head() and wp_footer() in your theme. Also, make sure that you have chosed a menu containing items. If you have too large screen compared to the breakpoint in your settings the menu is not shown.
     46Make sure you have the actions wp_head() and wp_footer() in your theme. If you have too large screen compared to the breakpoint in your settings the menu is not shown.
    4847
    4948= Why is the CSS generated as file?
     
    6059
    6160== Changelog ==
     61
     62= 1.5 =
     63* CSS inline option - Use only if file and folders are not writable
     64* If no breakpoint set, it will be set to 600px
    6265
    6366= 1.4 =
Note: See TracChangeset for help on using the changeset viewer.