Commit 25d2952 1 parent 47c11b4 commit 25d2952 Copy full SHA for 25d2952
File tree 2 files changed +16
-1
lines changed
wp/wp-content/themes/lgm2018/js
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,21 @@ All "standard" plugins and themes are installed through the Wordpress UI:
27
27
- WP Libre Form: for the registration, the call for participation and the reimbursements.
28
28
- qTranslateX for having a spanish and and english version
29
29
30
+ Some plugins that are not in the wordpress repository are / will be in this repository
31
+
32
+ - [ wplf export] ( https://github.com/libreform/export/archive/master.zip ) (does not work with a custom url / a wp not at the root of the server)
33
+
34
+ ## Installing locally
35
+
36
+ - Install Wordpress
37
+ - Move Wordpress to the wp directory
38
+ - make sure that all the "wp-content" directory is writable for the web server (to install plugins)
39
+ - add ` define('FS_METHOD', 'direct'); ` to ` wp-config.php ` to allow installing plugins to the local filesystem.
40
+ - Copy the content of the front page
41
+ - In "Settings > Reading" Set the front page to "Front"
42
+ - Remove all the widgets from "Appearance > Widgets"
43
+ - If you have qTranslate installed, add the "qTranlsate Language Chooser" to the "Blog sidebar"
44
+
30
45
## Licensing
31
46
32
47
All the WordPress related parts (the files included in * plugins* and * themes* ) are released under the GNU General Public License v2.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var map = L.map('map', {
6
6
scrollWheelZoom : false ,
7
7
} ) . setView ( [ 37.4064714 , - 5.9892440 ] , 15 ) ;
8
8
9
- L . tileLayer ( 'http ://{s}.tile.osm.org/{z}/{x}/{y}.png' , {
9
+ L . tileLayer ( 'https ://{s}.tile.osm.org/{z}/{x}/{y}.png' , {
10
10
attribution : '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
11
11
} ) . addTo ( map ) ;
12
12
You can’t perform that action at this time.
0 commit comments