Changeset 3041914
- Timestamp:
- 02/27/2024 12:44:03 PM (2 years ago)
- Location:
- osom-modal-login
- Files:
-
- 1 deleted
- 2 edited
-
README.txt (deleted)
-
tags/1.4/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osom-modal-login/tags/1.4/README.txt
r3036944 r3041914 62 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. 63 63 64 #### Follow Along:65 66 * [Visit the OsomPress site](https://osompress.com/)67 * [Follow on X/Twitter](https://twitter.com/osompress)68 69 64 == Installation == 70 65 … … 116 111 117 112 No at the moment. We will explore to add support on future updates. 118 113 114 115 #### Follow Along: 116 117 * [Visit the OsomPress site](https://osompress.com/) 118 * [Follow on X/Twitter](https://twitter.com/osompress) 119 119 120 120 121 == Screenshots == -
osom-modal-login/trunk/README.txt
r3036944 r3041914 5 5 Requires at least: 5.0 6 6 Tested up to: 6.4 7 Stable tag: 1. 47 Stable tag: 1.3.1 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/0LJGYnq6G3o46 47 [In block themes](https://youtu.be/y0GOzfNsptI):48 49 https://youtu.be/y0GOzfNsptI50 51 If you want more info about the setup and configuration you can check the tutorials below.52 53 41 = Tutorials = 54 55 42 * [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/) 56 43 * [Add a login modal/pop-up window to a WordPress block theme](https://osompress.com/add-login-modal-pop-up-window-wordpress-block-theme/) … … 58 45 * [How to add a login popup modal in WordPress classic themes](https://osompress.com/show-the-login-form-in-modal-window/) 59 46 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. 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. 63 49 64 50 #### Follow Along: … … 123 109 2. Front-end modal window in a classic theme 124 110 3. Dashboard plugin view in a block theme 111 4. Front-end modal window in a block theme 125 112 126 113 == Changelog == 127 114 128 = 1.4 =129 * 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.130 115 = 1.3.1 = 131 116 * Improve modal behaviour on block themes.
Note: See TracChangeset
for help on using the changeset viewer.