Changeset 1981386
- Timestamp:
- 11/27/2018 03:35:18 PM (7 years ago)
- Location:
- gosign-background-container/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (1 diff)
-
readme.md (modified) (3 diffs)
-
src/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gosign-background-container/trunk/plugin.php
r1981365 r1981386 6 6 * Author: Ahmed Ramzan - Gosign.de 7 7 * Author URI: https://www.gosign.de/team/ 8 * Version: 2.2. 48 * Version: 2.2.5 9 9 * License: GPL3+ 10 10 * License URI: https://www.gnu.org/licenses/gpl.txt -
gosign-background-container/trunk/readme.md
r1981324 r1981386 2 2 Contributors: ahmedcassini, malikzohaib42,mansoor1,mohsinkhan1,awaiskhalid0,ahsan21 3 3 Tags: Parallax background, video container, background section, color section, Background Section Block, gutentberg background section, gutenberg color section, gutenberg container, Gosign - Background Container 4 Stable tag: 2. 04 Stable tag: 2.2.5 5 5 Requires at least: 4.9.8 6 6 Tested up to : 4.9.8 … … 14 14 15 15 ### English 16 16 17 This plugin creates a background container which holds all kinds of elements with 40+ background options in WordPress 5 (Codename: Gutenberg). It has all the necessary options that will help you with background elements i.e. parallax, background color, background images, overlay in background inside container options and many more. 17 18 18 19 #### Tested with Themes 19 * [Demo](https://www.karlinder.com/gosign-background-container-block/) 20 21 - [Demo](https://www.karlinder.com/gosign-background-container-block/) 20 22 21 23 #### Features: 22 * Creates background container block 23 * Full width and limited width options 24 * Parallax effects 25 * Parallax mouse effects 26 * Add background video 27 * Add background colors 28 * Add background images 29 * Background overlay with opacity 30 * Beautiful borders around grid (diagonal, arrows, shadows) 31 * Inside container styling options 32 * Custom margins and paddings 33 * Automatic and defined height options 34 * Multiple options to customise inside content elements 35 * PHP 7.2-support 36 * Full WordPress 5 (Codename: Gutenberg) support 24 25 - Creates background container block 26 - Full width and limited width options 27 - Parallax effects 28 - Parallax mouse effects 29 - Add background video 30 - Add background colors 31 - Add background images 32 - Background overlay with opacity 33 - Beautiful borders around grid (diagonal, arrows, shadows) 34 - Inside container styling options 35 - Custom margins and paddings 36 - Automatic and defined height options 37 - Multiple options to customise inside content elements 38 - PHP 7.2-support 39 - Full WordPress 5 (Codename: Gutenberg) support 37 40 38 41 Easy To Use All features. 39 42 40 43 #### Features coming soon: 41 * Just write us what you want.42 44 43 ----------------------------- 45 - Just write us what you want. 46 47 --- 44 48 45 49 ### Note: We are trying to give our best to Test this Plugin with the WordPress 5 Plugins and Themes. We will be thankfull if you can give us feedback about your Tests. So we can extend the bottom list. 46 50 47 51 #### Tested with Themes 48 * [GutenType](https://themeforest.net/item/gutentype-gutenberg-wordpress-blog-theme/22486033) 52 53 - [GutenType](https://themeforest.net/item/gutentype-gutenberg-wordpress-blog-theme/22486033) 49 54 50 55 #### More WordPress 5 (Gutenberg) Content Elements / Content Blocks: 51 * [Masonry Post Block](https://wordpress.org/plugins/gosign-masonry-post-block/) 56 57 - [Masonry Post Block](https://wordpress.org/plugins/gosign-masonry-post-block/) 52 58 53 59 == Screenshots == … … 60 66 61 67 == Installation == 68 62 69 ### English 70 63 71 1. Upload \"gosign-background-container\" to the \"/wp-content/plugins/\" directory. 64 72 2. Activate the plugin through the \"Plugins\" menu in WordPress. 65 73 3. Add the Gosign - Background Container to the post or page where you want to add beautiful content. 66 74 67 68 75 == Changelog == -
gosign-background-container/trunk/src/init.php
r1981365 r1981386 46 46 wp_enqueue_script( 47 47 'paralax codes for fe', // Handle. 48 plugins_url( '/src/js /parallax.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack.48 plugins_url( '/src/jslibs/parallax.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack. 49 49 array( 'wp-blocks', 'wp-i18n', 'wp-element', 'jquery' ), // Dependencies, defined above. 50 50 // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.build.js' ), // Version: filemtime — Gets file modification time.
Note: See TracChangeset
for help on using the changeset viewer.