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
97b6a79a
Commit
97b6a79a
authored
Jan 25, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login btn fix
parent
4ddcd448
Pipeline
#233
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.php
...t/plugins/apex_global_lms/template/dependencies/index.php
+1
-1
e-learning.php
...p-content/plugins/apex_global_lms/template/e-learning.php
+1
-1
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/dependencies/index.php
View file @
97b6a79a
...
@@ -4,7 +4,7 @@ add_action('wp_enqueue_scripts', 'register_third_party_styles');
...
@@ -4,7 +4,7 @@ add_action('wp_enqueue_scripts', 'register_third_party_styles');
function
register_third_party_styles
()
{
function
register_third_party_styles
()
{
$version
=
'1.1.
2
'
;
$version
=
'1.1.
3
'
;
wp_enqueue_style
(
'vq-chosen-css'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.min.css'
,
''
,
$version
);
wp_enqueue_style
(
'vq-chosen-css'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.min.css'
,
''
,
$version
);
wp_enqueue_script
(
'vq-chosen-js'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.jquery.min.js'
,
'jQuery'
,
$version
);
wp_enqueue_script
(
'vq-chosen-js'
,
plugin_dir_url
(
__FILE__
)
.
'/chosen/chosen.jquery.min.js'
,
'jQuery'
,
$version
);
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/e-learning.php
View file @
97b6a79a
...
@@ -11,7 +11,7 @@ $course_categories = get_terms( array(
...
@@ -11,7 +11,7 @@ $course_categories = get_terms( array(
<div
class=
"bootstrap-iso"
>
<div
class=
"bootstrap-iso"
>
<div
class=
"e-learning-banner"
style=
"position: relative; background-image: url(
<?php
echo
get_the_post_thumbnail_url
(
$page
);
?>
)"
>
<div
class=
"e-learning-banner"
style=
"position: relative; background-image: url(
<?php
echo
get_the_post_thumbnail_url
(
$page
);
?>
)"
>
<a
href=
"https://www.learn.apexgloballearning.com/"
class=
""
style=
"position: absolute; top:
5
%; right: 9%;"
>
<a
href=
"https://www.learn.apexgloballearning.com/"
class=
""
style=
"position: absolute; top:
-1
%; right: 9%;"
>
<img
style=
"width: 80%;"
src=
"
<?php
echo
plugin_dir_url
(
__FILE__
);
?>
imgaes/E-learning-login.png"
alt=
""
>
<img
style=
"width: 80%;"
src=
"
<?php
echo
plugin_dir_url
(
__FILE__
);
?>
imgaes/E-learning-login.png"
alt=
""
>
</a>
</a>
<div
class=
"container"
>
<div
class=
"container"
>
...
...
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