Changeset 3041924
- Timestamp:
- 02/27/2024 12:58:59 PM (2 years ago)
- Location:
- osom-modal-login
- Files:
-
- 2 edited
-
tags/1.4/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osom-modal-login/tags/1.4/README.txt
r3041914 r3041924 112 112 No at the moment. We will explore to add support on future updates. 113 113 114 115 #### Follow Along:116 117 * [Visit the OsomPress site](https://osompress.com/)118 * [Follow on X/Twitter](https://twitter.com/osompress)119 120 121 114 == Screenshots == 122 115 -
osom-modal-login/trunk/README.txt
r3041914 r3041924 5 5 Requires at least: 5.0 6 6 Tested up to: 6.4 7 Stable tag: 1. 3.17 Stable tag: 1.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 39 39 For example: [osom-login] Custom text [/osom-login] 40 40 41 = Quick Setup Videos = 42 43 [In classic themes](https://youtu.be/0LJGYnq6G3o): 44 45 https://youtu.be/0LJGYnq6G3o 46 47 [In block themes](https://youtu.be/y0GOzfNsptI): 48 49 https://youtu.be/y0GOzfNsptI 50 51 If you want more info about the setup and configuration you can check the tutorials below. 52 41 53 = Tutorials = 54 42 55 * [How to add button styles to Login/out Block in a WordPress Block Theme](https://osompress.com/add-button-styles-login-out-block-wordpress-block-theme/) 43 56 * [Add a login modal/pop-up window to a WordPress block theme](https://osompress.com/add-login-modal-pop-up-window-wordpress-block-theme/) … … 45 58 * [How to add a login popup modal in WordPress classic themes](https://osompress.com/show-the-login-form-in-modal-window/) 46 59 47 = Dev Feature = 48 The plugin uses Vanilla JavaScript so you can use it even if you dequeue WordPress jQuery. It's always nice to keep the dependencies to the minimum. 49 50 #### Follow Along: 51 52 * [Visit the OsomPress site](https://osompress.com/) 53 * [Follow on X/Twitter](https://twitter.com/osompress) 60 = Dev Features = 61 * The plugin uses Vanilla JavaScript so you can use it even if you dequeue WordPress jQuery. It's always nice to keep the dependencies to the minimum. 62 * Conditional asset loading. In block themes, the plugin only loads the script and the css styles if the login/out block it's present. 54 63 55 64 == Installation == … … 102 111 103 112 No at the moment. We will explore to add support on future updates. 104 105 113 106 114 == Screenshots == … … 109 117 2. Front-end modal window in a classic theme 110 118 3. Dashboard plugin view in a block theme 111 4. Front-end modal window in a block theme112 119 113 120 == Changelog == 114 121 122 = 1.4 = 123 * Improve conditional loading of styles and scripts. On block themes it will only load the style and script files if the login/out block is present. 115 124 = 1.3.1 = 116 125 * Improve modal behaviour on block themes.
Note: See TracChangeset
for help on using the changeset viewer.