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
81d01537
Commit
81d01537
authored
Feb 01, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui fixes
parent
97b6a79a
Pipeline
#253
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
23 deletions
+25
-23
large-banner.html
.../plugins/apex_global_lms/admin/includes/large-banner.html
+2
-2
lms.css
...A/wp-content/plugins/apex_global_lms/template/css/lms.css
+17
-12
it-course.php
...wp-content/plugins/apex_global_lms/template/it-course.php
+6
-9
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/admin/includes/large-banner.html
View file @
81d01537
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"container"
style=
"margin-top: 40px;"
>
<div
class=
"row"
style=
"margin-bottom: 40px;"
>
<div
class=
"col-sm-12"
>
<div
class=
"e-learning-heading"
>
<h4>
[[BANNER_HEADING]]
</h4>
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/css/lms.css
View file @
81d01537
...
...
@@ -38,7 +38,7 @@
width
:
100%
;
padding-top
:
100px
;
padding-bottom
:
100px
;
margin-top
:
20px
;
/*margin-top: 20px;*/
}
.bootstrap-iso
.e-learning-heading
h2
{
font-size
:
30px
;
...
...
@@ -313,21 +313,21 @@
padding-right
:
0px
;
}
.bootstrap-iso
.download-course-box
{
width
:
100%
;
width
:
150px
;
height
:
150px
;
float
:
right
;
background-color
:
#219ff2
;
padding-top
:
34px
;
padding-bottom
:
33px
;
padding-left
:
15px
;
padding-right
:
15px
;
padding
:
45px
15px
;
cursor
:
pointer
;
}
.bootstrap-iso
.download-course-box
:hover
{
width
:
100%
;
width
:
150px
;
height
:
150px
;
float
:
right
;
background-color
:
#f5ae4f
;
padding-top
:
34px
;
padding-bottom
:
33px
;
padding-left
:
15px
;
padding-right
:
15px
;
padding
:
45px
15px
;
cursor
:
pointer
;
}
.bootstrap-iso
.inquire-box
{
width
:
100%
;
...
...
@@ -615,7 +615,7 @@
color
:
white
;
}
.bootstrap-iso
.e-learning-link
{
margin-top
:
5%
;
margin-top
:
2.
5%
;
}
.bootstrap-iso
.lms-learner-remove
{
...
...
@@ -716,3 +716,7 @@
width
:
100%
;
height
:
100%
;
}
.bootstrap-iso
h3
.lms-excerpt
{
text-align
:
center
;
color
:
#fff
;
}
\ No newline at end of file
WWW_DATA/wp-content/plugins/apex_global_lms/template/it-course.php
View file @
81d01537
<?php
get_header
();
$page
=
get_page_by_path
(
'lms-courses'
);
$tax
=
get_query_var
(
'course'
);
$args
=
array
(
...
...
@@ -19,6 +18,8 @@ while($courses1->have_posts()) {
echo
"<script> crsList = "
.
json_encode
(
$crsList
)
.
" </script>>"
;
$page
=
get_page_by_path
(
'lms-courses'
);
?>
<div
class=
"bootstrap-iso"
>
...
...
@@ -27,7 +28,7 @@ echo "<script> crsList = " . json_encode($crsList) . " </script>>";
<div
class=
"row"
>
<div
class=
"e-learning-heading"
>
<h2>
<?php
echo
$page
->
post_title
?>
</h2>
<h3>
<?php
echo
$page
->
post_excerpt
?>
</h3>
<h3
class=
"lms-excerpt"
>
<?php
echo
$page
->
post_excerpt
?>
</h3>
</div>
</div>
</div>
...
...
@@ -44,11 +45,11 @@ echo "<script> crsList = " . json_encode($crsList) . " </script>>";
<div
class=
"col-sm-8"
>
<?php
while
(
$courses
->
have_posts
())
{
$courses
->
the_post
();
?>
<div
class=
"course-box"
>
<div
class=
"col-sm-3 col-padding"
>
<div
class=
"col-sm-3 col-padding"
style=
"line-height: 0;"
>
<?php
the_post_thumbnail
(
'thumbnail'
)
?>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"course-heading"
style=
"max-height: 105px; overflow: hidden;"
>
<div
class=
"col-sm-6
col-padding
"
>
<div
class=
"course-heading"
>
<h3>
<?php
the_title
();
?>
</h3>
<?php
the_content
();
?>
</div>
...
...
@@ -58,10 +59,6 @@ echo "<script> crsList = " . json_encode($crsList) . " </script>>";
<div
class=
"course-heading"
>
<h4><a
href=
"
<?php
echo
'/download-all/?course='
.
get_the_ID
();
?>
"
>
Download
<br>
course list
</a></h4>
</div>
<div
class=
"text-center"
>
</div>
</div>
</div>
<div
class=
"clear"
></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