Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marcellus
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ashish Pal
marcellus
Commits
a2c9440c
Commit
a2c9440c
authored
Nov 18, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
header update
parent
3595da08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
header.php
wp-content/themes/marcellus/header.php
+14
-3
No files found.
wp-content/themes/marcellus/header.php
View file @
a2c9440c
...
...
@@ -29,7 +29,18 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
</script>
<!-- End Google Tag Manager -->
<script>
document
.
addEventListener
(
'wpcf7submit'
,
function
(
event
)
{
window
.
dataLayer
=
window
.
dataLayer
||
[];
window
.
dataLayer
.
push
({
'event'
:
'Contact Us'
,
'userId'
:
<?php
echo
rand
(
0
,
1000
);
?>
//this number must be replaced with an actual User ID
});
},
false
);
</script>
<link
rel=
"stylesheet"
href=
"
<?php
echo
get_stylesheet_directory_uri
();
?>
/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
bloginfo
(
'template_directory'
);
?>
/css/owl.carousel.min.css"
>
<link
rel=
"stylesheet"
href=
"
<?php
bloginfo
(
'template_directory'
);
?>
/css/owl.theme.default.min.css"
>
...
...
@@ -68,9 +79,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe>
<div
class=
"col-2 col-sm-2 col-md-2 col-lg-7 menu"
>
<div
id=
"navigation"
>
<nav
class=
"main-menu navbar navbar-expand-lg navbar-light bg-light"
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<?php
wp_nav_menu
(
array
(
'sort_column'
=>
'menu_order'
,
'theme_location'
=>
'primary-menu'
)
);
?>
</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