https://github.com/jpkcom/jpkcom-is-lc-friendly
Enables lc_theme_is_livecanvas_friendly().
https://github.com/jpkcom/jpkcom-is-lc-friendly
bootstrap livecanvas wordpress wordpress-plugin wordpress-theme
Last synced: about 1 month ago
JSON representation
Enables lc_theme_is_livecanvas_friendly().
- Host: GitHub
- URL: https://github.com/jpkcom/jpkcom-is-lc-friendly
- Owner: JPKCom
- License: gpl-2.0
- Created: 2025-03-26T12:18:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T12:32:03.000Z (about 1 year ago)
- Last Synced: 2025-03-26T13:33:51.316Z (about 1 year ago)
- Topics: bootstrap, livecanvas, wordpress, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage: https://www.jpkc.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPKCom Theme is LiveCanvas friendly
**Plugin Name:** JPKCom Theme is LiveCanvas friendly
**Plugin URI:** https://github.com/JPKCom/jpkcom-is-lc-friendly
**Description:** Enables lc_theme_is_livecanvas_friendly().
**Version:** 1.0.3
**Author:** Jean Pierre Kolb
**Author URI:** https://www.jpkc.com
**Contributors:** JPKCom
**Tags:** LiveCanvas, Bootstrap, Theme
**Requires Plugins:** livecanvas
**Requires at least:** 6.7
**Tested up to:** 6.8
**Requires PHP:** 8.3
**Stable tag:** 1.0.3
**License:** GPL-2.0+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.txt
Enables lc_theme_is_livecanvas_friendly().
## Description
Adds the following features:
```
function lc_theme_is_livecanvas_friendly(){}
```
```
function lc_theme_bootstrap_version() {
return 5.3; //for latest Bootstrap, or
//return 5; //for Bootstrap 5.0 .. 5.2 , or
//return 4; //for Bootstrap 4
}
```
For more details visit: https://docs.livecanvas.com/which-themes-with-livecanvas/
## Installation
1. In your admin panel, go to 'Plugins' > and click the 'Add New' button.
2. Click Upload Plugin and 'Choose File', then select the Plugin's .zip file. Click 'Install Now'.
3. Make sure 'LiveCanvas' plugin is activated.
4. Click 'Activate' to use the plugin right away.
5. Create a subdirectory called `page-templates` in your theme folder.
6. In this folder, create a file called `empty.php` with the following code:
```