Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
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
Raj Shah
makura-2025
Commits
c653f90b
Commit
c653f90b
authored
Feb 05, 2025
by
jhukal9@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the minor changes like conclusion margin and light gallery for the gallery slider
parent
24be585c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
61 additions
and
24 deletions
+61
-24
style.css
assets/css/style.css
+0
-0
script.js
assets/js/script.js
+6
-4
portfolio-text-image-section.php
blocks/portfolio-text-image-section.php
+35
-8
_portfolio.scss
dev/sass/pages/_portfolio.scss
+1
-0
_responsive.scss
dev/sass/pages/_responsive.scss
+14
-12
_sticky-tab.scss
dev/sass/pages/master-portfolio/_sticky-tab.scss
+5
-0
No files found.
assets/css/style.css
View file @
c653f90b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
assets/js/script.js
View file @
c653f90b
...
...
@@ -90,11 +90,11 @@
var
sliderId
=
$
(
this
).
attr
(
"id"
);
var
$slider
=
$
(
"#"
+
sliderId
);
$slider
.
owlCarousel
({
loop
:
tru
e
,
loop
:
fals
e
,
margin
:
8
,
nav
:
true
,
dots
:
false
,
slideBy
:
3
,
slideBy
:
2
,
autoplay
:
true
,
autoplayHoverPause
:
true
,
responsive
:
{
...
...
@@ -122,13 +122,15 @@
$slider
.
trigger
(
"next.owl.carousel"
);
});
});
$
(
".gallery-item"
).
lightGallery
({
selector
:
"img"
,
$
(
".gallery-slider"
).
each
(
function
()
{
$
(
this
).
lightGallery
({
selector
:
".gallery-item a"
,
thumbnail
:
true
,
download
:
false
,
zoom
:
true
,
share
:
false
,
});
});
});
/** GALLERY LIGHT BOX AND DYNAMIC SLIDER ENDS HERE */
})(
jQuery
);
blocks/portfolio-text-image-section.php
View file @
c653f90b
...
...
@@ -109,27 +109,54 @@ if(have_rows('content')):
</
div
>
</
div
>
<
div
class
="
gallery
-
slider
-
wrapper
slide
-
up
">
<div class="
gallery
-
slider
owl
-
carousel
owl
-
theme
" id="
ui
-
ux
-
gallery
">
<div class="
gallery
-
slider
owl
-
carousel
" id="
ui
-
ux
-
gallery
">
<div class="
gallery
-
item
">
<img src="
<?
php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png" alt="" class="img-fluid">
<a data-src="
<?
php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-11.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-11.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-11.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-12.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-12.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-12.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-13.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-13.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-13.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-14.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-14.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-14.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-15.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-15.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-15.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png" alt="" class="img-fluid">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-11.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-11.png" alt=""
class="img-fluid">
</a>
</div>
<div class="gallery-item">
<a data-src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png">
<img src="
<?php
echo
get_parent_theme_file_uri
()
?>
/assets/img/placeholder-10.png" alt=""
class="img-fluid">
</a>
</div>
</div>
</div>
...
...
dev/sass/pages/_portfolio.scss
View file @
c653f90b
...
...
@@ -401,6 +401,7 @@
font-weight
:
400
;
line-height
:
28px
;
letter-spacing
:
-0
.5px
;
margin-bottom
:
0
;
}
}
}
...
...
dev/sass/pages/_responsive.scss
View file @
c653f90b
@media
(
max-width
:
575px
)
{
.PROJECT-CONCLUSION
{
.percentage-box
{
&
:last-child
{
.inner-wrapper
{
p
{
margin-bottom
:
24px
;
}
}
}
}
}
}
@media
(
max-width
:
767
.98px
)
{
.py-80
,
.py-60
,
...
...
@@ -289,18 +303,6 @@
}
}
.PROJECT-CONCLUSION
{
.percentage-box
{
&
:last-child
{
.inner-wrapper
{
p
{
margin-bottom
:
0
;
}
}
}
}
}
.ONLY-TEXT-SECTION
,
.PROJECT-CONCLUSION
{
h1
,
...
...
dev/sass/pages/master-portfolio/_sticky-tab.scss
View file @
c653f90b
.sticky-tab
{
position
:
sticky
;
top
:
0
;
background-color
:
$white
;
z-index
:
9
;
.st-content
{
ul
{
li
{
...
...
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