Commit f647034d by Muhammad Usman

final changes

parent 6478b74b
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
.field label{ .field label{
width: 110px; width: 110px;
} }
\ No newline at end of file
...@@ -482,7 +482,7 @@ function vq_apex_custom_taxonomies() { ...@@ -482,7 +482,7 @@ function vq_apex_custom_taxonomies() {
function vq_add_lms_navigation($items, $args) function vq_add_lms_navigation($items, $args)
{ {
$items .= '<li id="menu-item-786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-786"><a href="' . site_url('lms') . '">E-Learning</a></li>'; $items .= '<li id="menu-item-786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-786"><a href="' . site_url('lms') . '" style="color: #2ea3f2" >E-Learning</a></li>';
return $items; return $items;
} }
......
<?php <?php
$lmsVersion = "0.7"; $lmsVersion = "0.8";
add_action('wp_enqueue_scripts', 'enqueue_admin_css'); add_action('wp_enqueue_scripts', 'enqueue_admin_css');
add_filter('template_include', 'use_lms_template', 99); add_filter('template_include', 'use_lms_template', 99);
......
.download-span{
position: absolute;
top: -14px;
font-size: 12px !important;
color: red;
}
.bootstrap-iso .e-learning-banner { .bootstrap-iso .e-learning-banner {
background-image: url(../imgaes/e-learning-banner.jpg); background-image: url(../imgaes/e-learning-banner.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -82,7 +91,7 @@ ...@@ -82,7 +91,7 @@
} }
.bootstrap-iso .e-learning-heading p { .bootstrap-iso .e-learning-heading p {
font-size: 14px; font-size: 14px;
text-align: justify; text-align: left;
color: #b7b8ba; color: #b7b8ba;
line-height: 30px; line-height: 30px;
padding-top: 15px; padding-top: 15px;
......
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
}; };
learners.push(lerner); learners.push(lerner);
renderLearnersPage();
} }
function initEvents() { function initEvents() {
......
...@@ -49,7 +49,7 @@ $categories = get_terms( array( ...@@ -49,7 +49,7 @@ $categories = get_terms( array(
while (have_posts()): while (have_posts()):
the_post(); the_post();
?> ?>
<form name="payserv" id="payserv" method="post" action="https://apexlms.vqode.com/thanks/"> <form name="payserv" id="payserv" method="post" action="<?php echo get_site_url().'/thanks'?>">
<input type="hidden" name="paymentrequest" id="paymentrequest" value="" /> <input type="hidden" name="paymentrequest" id="paymentrequest" value="" />
</form> </form>
<div class="bootstrap-iso"> <div class="bootstrap-iso">
...@@ -84,7 +84,7 @@ while (have_posts()): ...@@ -84,7 +84,7 @@ while (have_posts()):
<center>Loading...</center> <center>Loading...</center>
</div> </div>
<div class="col-sm-8 col-sm-offset-4 col-padding "> <div class="col-sm-8 col-sm-offset-4 col-padding ">
<button type="submit" id="lms-add-learner" class="add-course-button">Add more <button type="buttton" id="lms-add-learner" class="add-course-button">Add more
Learners</button> Learners</button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment