Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
229109e6
Commit
229109e6
authored
Jul 31, 2017
by
Nahla Shiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
single
parent
92525705
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
single-product.php
wp-content/themes/nap/woocommerce/single-product.php
+11
-7
No files found.
wp-content/themes/nap/woocommerce/single-product.php
View file @
229109e6
<?php
//include('header.php'); ?>
<div
id=
"product"
class=
"clearfix"
>
<div
id=
"product"
class=
"clearfix"
>
<div
class=
"product-images row animated"
>
<div
class=
"product-images row animated"
>
<div
class =
"btn-wrapper abs close-panel"
>
<div
class =
"btn-wrapper abs close-panel"
>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<div
class=
"image element-slider easyzoom easyzoom--with-toggle"
data-color =
"yellow"
data-slick-index =
"5"
>
<div
class=
"image element-slider easyzoom easyzoom--with-toggle"
data-color =
"yellow"
data-slick-index =
"5"
>
<img
src=
"img/slide2.jpg"
alt=
""
title=
""
>
<img
src=
"img/slide2.jpg"
alt=
""
title=
""
>
</div>
</div>
</div>
<!-- /slides -->
</div>
<div
class=
"gallery clearfix"
>
<div
class=
"gallery clearfix"
>
<div
class=
"gallery-content clearfix"
>
<div
class=
"gallery-content clearfix"
>
<span
class=
"close-btn"
></span>
<span
class=
"close-btn"
></span>
...
@@ -98,10 +98,15 @@
...
@@ -98,10 +98,15 @@
</figure>
</figure>
</article>
</article>
</div>
</div>
</
div
>
<!--
/
gallery
-->
</div>
</
div
>
<!--
/
slides
-
wrapper
-->
</div>
</
div
>
<!--
/
product
-
slides
-->
</div>
</div>
</div>
<?php
while
(
have_posts
()
)
:
the_post
();
?>
<?php
wc_get_template_part
(
'content'
,
'single-product'
);
?>
<?php
endwhile
;
// end of the loop. ?>
<
div
class
="
product
-
details
full
-
height
row
right
clearfix
transition
">
<
div
class
="
product
-
details
full
-
height
row
right
clearfix
transition
">
<div class="
list
row
list
-
color
left
border
-
l
">
<div class="
list
row
list
-
color
left
border
-
l
">
<div class="
product
-
header
center
font
-
small
">
<div class="
product
-
header
center
font
-
small
">
...
@@ -149,7 +154,7 @@
...
@@ -149,7 +154,7 @@
</div>
</div>
<div class="
product
-
info
row
center
left
border
-
l
">
<div class="
product
-
info
row
center
left
border
-
l
">
<div class="
info
-
content
">
<div class="
info
-
content
">
<!--<h2 class="
crete
">Abricot</h2>-->
<h2 class = "
crete
-
italic
font
-
small
" >Serviettes Céli-ouate</h2>
<h2 class = "
crete
-
italic
font
-
small
" >Serviettes Céli-ouate</h2>
<h3 class = "
crete
-
italic
font
-
small
" >39x39 abricot</h3>
<h3 class = "
crete
-
italic
font
-
small
" >39x39 abricot</h3>
<div class="
details
font
-
small
">
<div class="
details
font
-
small
">
...
@@ -222,4 +227,3 @@
...
@@ -222,4 +227,3 @@
</div>
</div>
</div><!--END product -->
</div><!--END product -->
<?php // include('footer.php'); ?>
\ No newline at end of file
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