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
7b564c39
Commit
7b564c39
authored
Oct 01, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change fee structure
parent
9294caaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
3 deletions
+73
-3
product.php
wp-content/themes/marcellus/templates/product.php
+73
-3
No files found.
wp-content/themes/marcellus/templates/product.php
View file @
7b564c39
...
...
@@ -5,11 +5,62 @@
*/
?>
<?php
get_header
();
?>
<!-- satyendra code start -->
<style>
#performance-update
{
border-collapse
:
collapse
;
width
:
100%
;
}
#performance-update
td
:first-child
{
text-align
:
left
;
}
#performance-update
td
,
#performance-update
th
{
border
:
1px
solid
#ddd
;
padding
:
10px
;
text-align
:
center
;
}
.mois
{
color
:
#313131
;
font-size
:
22px
;
font-family
:
"GothamBold"
;
font-weight
:
700
;
display
:
block
;
}
.performance
{
background-color
:
#ffffff
!important
;
font-family
:
"LatoRegular"
;
}
.dblue
{
background-color
:
#34308e
;
font-size
:
18px
;
color
:
#ffffff
;
text-align
:
center
;
}
.lblue
{
background-color
:
#e6e3ff
;
font-size
:
15px
;
color
:
#34308e
;
font-weight
:
bold
;
}
.glight
{
background-color
:
#ececec
;
text-align
:
center
;
}
.btext
{
font-size
:
12px
;
font-weight
:
normal
;
font-family
:
"LatoRegular"
;
margin-top
:
20px
;}
.product-content
ul
li
{
list-style
:
none
!important
;}
</style>
<div
id=
"full-content"
class=
"our-team-page"
>
<section
style=
"background: url('
<?php
echo
home_url
();
?>
/wp-content/uploads/2018/11/our-team-banner-bg.jpg')no-repeat center/cover;"
class=
"media-banner-bg"
>
<div
class=
"container"
>
<h1
class=
"page-title-cus"
>
Portfolio Management Services
</h1>
<h1
class=
"page-title-cus"
>
<?php
the_title
();
?>
</h1>
</div>
</section>
...
...
@@ -34,11 +85,22 @@
</nav>
</div>
</div>
<div
class=
"alert-box"
>
<?php
if
(
!
empty
(
get_field
(
'alert_box'
)))
{
?>
<div
class=
"alert-box"
>
<?php
the_field
(
'alert_box'
);
?>
</div>
<?php
}
?>
</div>
<section
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-8 col-12"
>
<div
class=
"tab-content product-content"
>
<div
class=
"tab-content product-content
pg-single-default
"
>
<?php
if
(
!
empty
(
get_field
(
'section_1'
)))
{
?>
<div
id=
"tab-1"
>
<?php
the_field
(
'section_1'
);
?>
</div>
...
...
@@ -70,10 +132,12 @@
<?php
}
?>
<?php
if
(
!
empty
(
get_field
(
'other_products'
)))
{
?>
<div
class=
"sidebar-box other-products"
>
<h5>
Disclosure Document
s
</h5>
<h5>
Disclosure Document
</h5>
<?php
the_field
(
'other_products'
);
?>
</div>
<?php
}
?>
<!-- <div class="sidebar-box">
<h5>Get in Touch</h5>
...
...
@@ -85,6 +149,12 @@
</div>
<?php
}
?>
<?php
if
(
!
empty
(
get_field
(
'other_marcelus_products'
)))
{
?>
<div class="sidebar-box other-products">
<h5>Explore Other Strategies </h5>
<?php
the_field
(
'other_marcelus_products'
);
?>
</div>
<?php
}
?>
</div>
</div>
<div class="page-content text-justify fontstyle">
...
...
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