Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
17c9b9df
Commit
17c9b9df
authored
May 10, 2018
by
nadeem.qasmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
today fixes, location and button css
parent
28492b8a
Pipeline
#515
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
12 deletions
+16
-12
lms.css
...A/wp-content/plugins/apex_global_lms/template/css/lms.css
+10
-3
download-now.php
...content/plugins/apex_global_lms/template/download-now.php
+5
-8
thank-you-download.php
...t/plugins/apex_global_lms/template/thank-you-download.php
+1
-1
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/css/lms.css
View file @
17c9b9df
...
@@ -1113,6 +1113,9 @@ p:empty { display:none; }
...
@@ -1113,6 +1113,9 @@ p:empty { display:none; }
.bootstrap-iso
.e-learning-heading
h2
{
.bootstrap-iso
.e-learning-heading
h2
{
padding-top
:
55px
;
padding-top
:
55px
;
}
}
.bootstrap-iso
.learning-home-button
{
padding
:
5px
16px
;
}
}
}
@media
(
max-width
:
480px
){
@media
(
max-width
:
480px
){
...
@@ -1168,7 +1171,8 @@ p:empty { display:none; }
...
@@ -1168,7 +1171,8 @@ p:empty { display:none; }
padding
:
5%
;
padding
:
5%
;
}
}
.bootstrap-iso
.learning-home-button
{
.bootstrap-iso
.learning-home-button
{
font-size
:
6px
!important
;
padding
:
5px
7px
;
letter-spacing
:
0px
;
}
}
}
}
...
@@ -1226,7 +1230,8 @@ p:empty { display:none; }
...
@@ -1226,7 +1230,8 @@ p:empty { display:none; }
padding
:
3%
;
padding
:
3%
;
}
}
.bootstrap-iso
.learning-home-button
{
.bootstrap-iso
.learning-home-button
{
font-size
:
6px
!important
;
padding
:
5px
3px
;
letter-spacing
:
0px
;
}
}
}
}
...
@@ -1283,7 +1288,8 @@ p:empty { display:none; }
...
@@ -1283,7 +1288,8 @@ p:empty { display:none; }
padding
:
3%
;
padding
:
3%
;
}
}
.bootstrap-iso
.learning-home-button
{
.bootstrap-iso
.learning-home-button
{
font-size
:
4px
!important
;
padding
:
2px
2px
;
letter-spacing
:
0px
;
}
}
}
}
\ No newline at end of file
WWW_DATA/wp-content/plugins/apex_global_lms/template/download-now.php
View file @
17c9b9df
...
@@ -396,12 +396,6 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
...
@@ -396,12 +396,6 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
<option
value=
"ZW"
>
Zimbabwe
</option>
<option
value=
"ZW"
>
Zimbabwe
</option>
</select>
</select>
</div>
</div>
<?php
$ip
=
file_get_contents
(
'https://api.ipify.org'
);
//echo "My public IP address is: " . $ip;
?>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
@@ -409,14 +403,17 @@ $ip = file_get_contents('https://api.ipify.org');
...
@@ -409,14 +403,17 @@ $ip = file_get_contents('https://api.ipify.org');
var
ips
=
'00'
;
var
ips
=
'00'
;
ips
=
'
<?php
echo
(
$ip
);
?>
'
;
$
.
getJSON
(
'https://json.geoiplookup.io/api?callback=?'
,
function
(
data
)
{
//console.log(data.ip);
console
.
log
(
ips
)
;
ips
=
data
.
ip
;
$
.
getJSON
(
"https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip="
+
ips
,
function
(
response
){
$
.
getJSON
(
"https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip="
+
ips
,
function
(
response
){
$
(
'#country_code'
).
val
(
response
.
geoplugin_countryCode
);
$
(
'#country_code'
).
val
(
response
.
geoplugin_countryCode
);
});
});
});
});
});
</script>
</script>
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/thank-you-download.php
View file @
17c9b9df
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12"
>
<div
class=
"col-sm-12"
>
<div
class=
"text-center linkpad"
>
<div
class=
"text-center linkpad"
>
<a
href=
"
<?php
echo
get_page_link
(
get_page_by_path
(
'lms'
));
?>
"
class=
"learning-home-button"
>
Back to e-learning home
</a>
<a
href=
"
<?php
echo
get_page_link
(
get_page_by_path
(
'lms'
));
?>
"
><button
class=
"learning-home-button"
>
Back to e-learning home
</button>
</a>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment