Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5 version changes #24

Merged
merged 48 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
0947ecb
plus button in child block
aniketcoolplugins007 Aug 21, 2023
28cefbd
font family issue
aniketcoolplugins007 Aug 21, 2023
af88536
back to timeline settings
aniketcoolplugins007 Aug 23, 2023
c6bcbd2
readme file update
aniketcoolplugins007 Aug 24, 2023
5fc9c82
Deprecated block migration
aniketcoolplugins007 Nov 3, 2023
934f8cf
minor changes
aniketcoolplugins007 Nov 3, 2023
dfd71c2
added horizontal layout. replace old static css with variable based css
aniketcoolplugins007 Nov 4, 2023
d0d025c
minor changes
aniketcoolplugins007 Nov 4, 2023
a6e3c89
deprecated block add gif image
aniketcoolplugins007 Nov 7, 2023
1eaee41
add new design in horizontal layout
aniketcoolplugins007 Nov 9, 2023
592cf53
minor change
aniketcoolplugins007 Nov 9, 2023
b1d6796
design changes
aniketcoolplugins007 Nov 9, 2023
32cb1f5
fixed swiper reinit issue
aniketcoolplugins007 Nov 9, 2023
a6ae8fb
style & swiper issue
aniketcoolplugins007 Nov 9, 2023
6223d39
horizontal simple design bug fixing
aniketcoolplugins007 Nov 16, 2023
04d62ed
code improvement
aniketcoolplugins007 Nov 16, 2023
2db0f76
fixed preview console error
aniketcoolplugins007 Nov 17, 2023
e3fd3c2
fixed major migration issues
aniketcoolplugins007 Nov 17, 2023
16c2f44
minor changes
aniketcoolplugins007 Nov 17, 2023
1c4ca99
minor changes
aniketcoolplugins007 Nov 18, 2023
48d87f4
Timeline Block Migration with cool timeline block
aniketcoolplugins007 Nov 21, 2023
02a82f4
remove duplicate css
aniketcoolplugins007 Nov 27, 2023
5ef5b7a
Block and code improvement
aniketcoolplugins007 Nov 27, 2023
a88406b
revert old settings
aniketcoolplugins007 Nov 28, 2023
2169760
code improvement
aniketcoolplugins007 Nov 29, 2023
d700bfc
minor changes
aniketcoolplugins007 Nov 29, 2023
ce3f71a
removed horizontal css
aniketcoolplugins007 Nov 29, 2023
3f2eeed
block migration option
aniketcoolplugins007 Nov 29, 2023
0f59a48
added new setting
aniketcoolplugins007 Nov 29, 2023
63dac37
Paragraph toolbar position moved downwards
aniketcoolplugins007 Dec 1, 2023
ba4185a
minor changes
aniketcoolplugins007 Dec 1, 2023
a6e3ff3
fixed minor issue
aniketcoolplugins007 Dec 1, 2023
1c34069
fixed content change issue
aniketcoolplugins007 Dec 1, 2023
a1caeee
Bug fixing
aniketcoolplugins007 Dec 2, 2023
0289a46
fixed migration issue
aniketcoolplugins007 Dec 2, 2023
a79f0c3
minor changes
aniketcoolplugins007 Dec 4, 2023
c09f351
code improvement
aniketcoolplugins007 Dec 4, 2023
9edd6ef
migration issue fixed
aniketcoolplugins007 Dec 4, 2023
3b586d1
update view demo link, show 3 stories by default
aniketcoolplugins007 Dec 4, 2023
ce463e4
fixed migration issue
aniketcoolplugins007 Dec 6, 2023
9a1f71c
Fixed console error with wordpress older version
aniketcoolplugins007 Dec 18, 2023
1e18423
minor changes
aniketcoolplugins007 Mar 29, 2024
23ab5bd
Merge branch 'dev' of https://github.com/narinder9/timeline-block-for…
aniketcoolplugins007 Mar 29, 2024
6e58978
Minor changes.
aniketcoolplugins007 Apr 23, 2024
c76e7bc
Update readme.txt file
aniketcoolplugins007 Apr 26, 2024
22a8411
Update readme.txt file.
aniketcoolplugins007 Jul 29, 2024
dffd44b
Update readme.txt file.
aniketcoolplugins007 Sep 17, 2024
c507c6d
minor
aniketcoolplugins007 Sep 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions includes/cool-timeline-block/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
146 changes: 119 additions & 27 deletions includes/cool-timeline-block/assets/common-block-editor.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.timeline-block-iconpicker{
margin-top: 1rem;
}

.timeline-block-iconpicker .iconpicker-pickercontainer{
position: absolute;
left: -2px;
Expand Down Expand Up @@ -27,6 +31,10 @@
min-height: 300px;
height: 100%;
}

.timeline-block-font-family-option .timeline-block-typography-advanced{
min-height: unset;
}
.timeline-block-typography-advanced::before,
.timeline-block-box-shadow-advanced::before {
border: 8px solid #e2e4e7;
Expand Down Expand Up @@ -622,22 +630,18 @@ i.fipicon-angle-left:before {
.block-editor-block-list__insertion-point.is-horizontal.is-with-inserter .block-editor-block-list__insertion-point-inserter{
display: none;
}

.cool-horizontal-timeline-body .swiper-pagination{
bottom:58px
}

.cool-timeline-block .swiper-button-next{
right: -4%;
top:100px;
color:#D91B3E
.child-swiper-outer{
position: relative;
}
.cool-timeline-block .swiper-button-prev{
left: -4%;
top:100px;
color:#D91B3E
.child-swiper{
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}

.timeline-block-pre-loader{
text-align: center;
}
Expand Down Expand Up @@ -670,18 +674,25 @@ i.fipicon-angle-left:before {
.timeline-container_pd_apply span{
color: var(--wp-admin-theme-color) !important;
}
.cool-timeline-content-alignment-buttons {
.ctl-timeline-video-control-box{
margin-bottom: 0px !important;
}
.cool-timeline-content-alignment-buttons,
.ctl_media_control {
width: 100%;
margin-bottom: 5px;
}

.cool-timeline-content-alignment-buttons button {
width: 33%;
.cool-timeline-content-alignment-buttons button,
.ctl_media_control button {
width: 33.6%;
justify-content: center;
box-shadow: inset 0 0 0 1px #ccc !important;
color: #ccc !important;
}

.cool-timeline-content-alignment-buttons button.active {
.cool-timeline-content-alignment-buttons button.active,
.ctl_media_control button.active {
color: var(--wp-admin-theme-color) !important;
background-color: #dff4ff;
}
Expand Down Expand Up @@ -757,12 +768,13 @@ i.fipicon-angle-left:before {
}

.cool-timeline-gt-block-review-tab a {
margin-top: 10px;
text-decoration: none;
font-size: 20px;
}
.cool-timeline-gt-block-review-tab a span{
color: #ffb900;
color: #ffb900;
font-size: 15px;
margin-top: 10px;
}
.cool-timeline-gt-block-review-tab a span{
color: #ffb900 !important;
margin-left: 5px;
}
.cp-timeline-block-demo-button {
Expand Down Expand Up @@ -791,6 +803,24 @@ i.fipicon-angle-left:before {
box-shadow: 0px 0px transparent;
}

.cooltimeline-tab-settings .tab-one.active-tab,
.cooltimeline-tab-settings .tab-two.active-tab,
.cooltimeline-tab-settings .tab-three.active-tab{
position: relative;
}
.cooltimeline-tab-settings .tab-one.active-tab::before,
.cooltimeline-tab-settings .tab-two.active-tab::before,
.cooltimeline-tab-settings .tab-three.active-tab::before{
content: '';
position: absolute;
height: 3px;
width: 100%;
z-index: 999;
background-color: #fff;
bottom: -1px;
left: 0px;
}

.cooltimeline-tab-settings .components-tab-panel__tabs {
justify-content: space-between;
}
Expand All @@ -803,9 +833,7 @@ i.fipicon-angle-left:before {
margin-bottom: 8px;
padding: 0px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/component/customComponents/styling.scss ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.timeline-block-spacing-control {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -897,4 +925,68 @@ i.fipicon-angle-left:before {
.timeline-block-spacing-control .timeline-block-control__units,
.timeline-block-Orientation_checkbox {
margin-left: auto;
}
}
.ctl-slider-images-view_box {
display: flex;
flex-wrap: wrap;
border: 1px solid black;
border-radius: 5px;
margin-bottom: 5px;
}
.ctl-slider-images-button{
margin-left: 15px;
}
.ctl-slider-images-view_box .ctl-slider-images {
flex-basis: 29.3%;
margin: 2%;
height: 68px;
}
.ctl-slider-images-view_box .ctl-slider-images img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border: 1px solid #9f9f9f;
}
.ctl-timeline-media-remove-button{
margin-right: 10px;
}

/* block style tab css start */
.cooltimeline-tab-settings .ctlb-tabs::before{
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: never;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 25px;
height: 25px;
font-size: 25px;
vertical-align: top;
text-align: center;
transition: color 0.1s ease-in;
position: absolute;
left: 50%;
top: 2px;
transform: translateX(-50%);
}
.cooltimeline-tab-settings .ctlb-general-tab.ctlb-tabs::before{
content: '\f108';
transform: translateX(-50%) rotate(90deg);
}
.cooltimeline-tab-settings .ctlb-style-tab::before{
content: '\f540';
}
.cooltimeline-tab-settings .ctlb-advanced-tab::before{
content: '\f111';
}
.cooltimeline-tab-settings .ctlb-tabs{
padding-top: 25px
}
/* block style tab css end */
36 changes: 0 additions & 36 deletions includes/cool-timeline-block/assets/js/slider.js

This file was deleted.

Loading