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

Fix - Post Meta Smart tag not working. #1286

Merged
merged 33 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8b7cafd
Version bump 3.0.0.1 for release
deepench May 27, 2024
8e4f337
Version bump 3.0.0.1 for release
deepench May 27, 2024
c643950
Fix - Unwanted file
MILAN88888 May 28, 2024
d0c0c59
Fix - checkbox limit issue
deepench May 30, 2024
c04da74
Fix - missing browser language
deepench Jun 3, 2024
e87cd74
Fix - post meta smart tag issue
deepench Jun 14, 2024
6c196bd
Added - filetr for image generation
deepench Jun 20, 2024
0cdebf3
form builder collapse design fix
ayushstha1443 Jun 24, 2024
e578fb4
Enhancement - Global Setting Premium Sidebar. (#1281)
deepench Jun 28, 2024
b971985
Fix - Block design all messed up when viewed in block editor. (#1279)
MILAN88888 Jun 28, 2024
86f3ae1
Tweak - Test email input and button design (#1280)
riteelama Jun 28, 2024
d38cc25
Fix - Wrong instruction on captcha (#1278)
NirajChaudhary143 Jun 28, 2024
255b3fd
Fix - Email template on email clone, save and continue forms (#1275)
riteelama Jun 28, 2024
3b41b89
Feature - Import entries in our form using csv (#1266)
NirajChaudhary143 Jul 1, 2024
17dae54
Enhance - Dashboard page (#1271)
riteelama Jul 1, 2024
331e880
Add - Added function to get next key in array (#1282)
Sujit-shrestha Jul 1, 2024
fd344e3
Fix -Version conflict
riteelama Jul 1, 2024
c290650
Grunted JS and CSS
riteelama Jul 1, 2024
bf2f885
Fix -Page reload after license activation
riteelama Jul 1, 2024
c355e87
Grunted Js
riteelama Jul 1, 2024
c28912c
Fix - URL for email templates, survey polls and quiz and sma notifica…
riteelama Jul 1, 2024
d8a6f74
Fix - Addon activation processing and toast text consistency
riteelama Jul 1, 2024
49861e4
Grunted JS
riteelama Jul 1, 2024
915e25c
Removed src map file
deepench Jul 2, 2024
1a7f398
Fix - File upload for importing csv
riteelama Jul 2, 2024
0d0cfb8
Fix - dash icons issue
deepench Jul 2, 2024
a793665
Fix - Icons not showing issue in submit
deepench Jul 2, 2024
2d028f7
Fix - Wrong instruction of captcha issue
deepench Jul 2, 2024
4fd0914
Tweak - Hide map button
NirajChaudhary143 Jul 2, 2024
5d7d10d
Added - Hide forms when map csv button is clicked
NirajChaudhary143 Jul 2, 2024
c739336
Fix - design issue in global setting
ayushstha1443 Jul 2, 2024
03d1f47
Grunted files
riteelama Jul 2, 2024
8f20f18
Merge branch 'develop' into EVF-1020-post-meta-smart-tag-not-working
deepench Jul 3, 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
168 changes: 163 additions & 5 deletions assets/css/admin-rtl.css

Large diffs are not rendered by default.

168 changes: 163 additions & 5 deletions assets/css/admin.css

Large diffs are not rendered by default.

199 changes: 194 additions & 5 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5527,6 +5527,7 @@
*/
.evf-tools-export-entries,
.everest-forms-import-form,
.everest-forms-import-entries-wrapper,
.everest-forms-export-form,
.everest-forms-form-migrator {
background: $color-white;
Expand Down Expand Up @@ -9306,13 +9307,40 @@
.everest-forms_page_evf-settings {
.everest-forms {
padding: 20px;
overflow: hidden;
}
}
.everest-forms {
.everest-forms-settings {
padding: 0 !important;
background: #ffffff;
box-shadow: 0px 6px 26px 0px rgba(10, 10, 10, .08);
gap: 24px;
background: transparent;

&-wrapper {
box-shadow: 0px 6px 26px 0px rgba(10, 10, 10, .08);
background: #ffffff;
flex: 1;
display: flex;
}

&-main {
&:has(#message) {
.everest-forms-toggle-wrapper {
top: 76px;
}
}
}

.everest-forms-settings-container {
#message {
border: 1px solid #e6e6e6;
border-left-width: 4px;
border-left-color: #00a32a;
box-shadow: unset;
margin-top: 0;
margin-bottom: 20px;
}
}

.everest-forms-header {
display: flex;
Expand All @@ -9322,6 +9350,7 @@
padding: 32px 0 20px;
width: 300px;
max-width: 100%;
transition: all .3s;

&--top {
text-align: center;
Expand Down Expand Up @@ -9353,8 +9382,8 @@
padding: 16px 20px;
align-items: center;
gap: 16px;
border-bottom: 1px solid #EDEDED;
position: relative;
border-bottom: 1px solid #EDEDED;
position: relative;
transition: all .3s ease-in-out;

&::before {
Expand Down Expand Up @@ -9499,6 +9528,12 @@
}
}
}

.ps__rail {
&-x {
display: none;
}
}
}
}

Expand Down Expand Up @@ -9534,9 +9569,35 @@
}

.everest-forms-settings-container {
padding: 26px 20px 52px 32px;
padding: 32px 20px 52px 32px;
box-shadow: none;

.everest-forms-settings-main {
position: relative;

.everest-forms-toggle-wrapper {
position: absolute;
right: 0;
top: 6px;
display: flex;
align-items: center;
gap: 6px;

.evf-toggle-section {
.everest-forms-toggle-form {
margin: 0;
}
}

.everest-forms-toggle-text {
font-size: 14px;
line-height: 24px;
color: #383838;
font-weight: 500;
}
}
}

.everest-forms-options-header {
margin-bottom: 32px;

Expand Down Expand Up @@ -9617,6 +9678,24 @@
&--field {
flex: 1;

&.forminp-input_test_button {
@media screen and (max-width: 782px) {
display: flex;
flex-direction: column;
gap: 12px;

input[type="email"] {
width: 100%;
margin-right: 0 !important;
}

.button.everest_forms_send_email_test {
margin-bottom: 0;
width: max-content;
}
}
}

fieldset {
> label {
font-size: 14px;
Expand Down Expand Up @@ -9893,6 +9972,103 @@
}
}

&-premium {
&-sidebar {
width: 300px;
max-width: 100%;
padding: 18px 10px 26px 10px;
transition: all .3s;

h2 {
color: #222222;
font-size: 18px;
font-weight: 600;
line-height: 140%;
margin: 0;
padding-bottom: 16px;
margin-bottom: 20px;
border-bottom: 1px solid #EEE8F7;
}

p {
margin: 0;
color: #383838;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

h3 {
color: #383838;
font-size: 16px;
font-weight: 600;
line-height: 24px;
margin-top: 20px;
margin-bottom: 12px;
}

ul {
margin: 0;
margin-bottom: 16px;
display: flex;
flex-direction: column;
gap: 12px;

li {
color: #383838;
font-size: 15px;
font-weight: 400;
line-height: 23px;
margin-bottom: 0;
padding-left: 26px;
position: relative;

&::before {
content: "";
background-image: url("../images/icons/premium-list-check-icon.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
width: 18px;
height: 18px;
position: absolute;
left: 0;
top: 2px;
}
}
}

a {
border-radius: 3px;
border: 1px solid #7545BB;
background: #7545BB;
padding: 10px 16px;
display: block;
color: #ffffff;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-decoration: none;
letter-spacing: .05px;
width: max-content;
margin: 20px 0;
transition: all .3s;

&:hover {
background: #9159e3;
border-color: #9159e3;
}
}

&.everest-forms-hidden {
margin-right: -325px;
display: unset;
}
}
}

.submit {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -9959,3 +10135,16 @@
}
}
}

// WordPress main sidebar is closed, builder Sidebar Collapse Button Design Fix
.folded {
#evf-collapse {
&.open {
left: 36px !important;
}

&.close {
left: 435px !important;
}
}
}
Loading
Loading