Skip to content

Commit

Permalink
CSS updates for image alignment in print only field and add videos
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseeproductions committed Feb 21, 2024
1 parent fcfacf5 commit f4143df
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
32 changes: 32 additions & 0 deletions src/Cctor/Admin/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,22 @@ protected function set_help_fields() {
'pro' => 'Pro',
'type' => 'video'
);
$this->fields['video_print_only'] = array(
'section' => '',
'tab' => 'content',
'text' => 'Print Only Field',
'video_id' => 'uAFMy4DwCYE',
'pro' => 'Pro',
'type' => 'video'
);
$this->fields['video_multiprint_addons'] = array(
'section' => '',
'tab' => 'content',
'text' => 'Multiprint Feature',
'video_id' => 'KKa2-1O3yks',
'pro' => 'Add-ons',
'type' => 'video'
);
$this->fields['link_pro_hide_deal'] = array(
'section' => '',
'tab' => 'content',
Expand Down Expand Up @@ -126,6 +142,14 @@ protected function set_help_fields() {
'link' => 'http://cctor.link/cYn4L',
'type' => 'links'
);
$this->fields['video_pro_print_only'] = array(
'section' => '',
'tab' => 'content',
'text' => 'How to use the Print Only Field?',
'video_id' => 'uAFMy4DwCYE',
'pro' => 'Pro',
'type' => 'video'
);
$this->fields['video_end_list_content'] = array(
'section' => '',
'tab' => 'content',
Expand Down Expand Up @@ -386,6 +410,14 @@ protected function set_help_fields() {
'link' => 'http://cctor.link/xyCL8',
'type' => 'links'
);
$this->fields['video_pro_multiprint'] = array(
'section' => 'display',
'tab' => '',
'text' => 'How to use the Multi-Print Feature',
'video_id' => 'KKa2-1O3yks',
'pro' => 'Add-ons',
'type' => 'video'
);
$this->fields['video_end_list_display'] = array(
'section' => 'display',
'tab' => '',
Expand Down
4 changes: 2 additions & 2 deletions src/resources/css/coupon.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ a .cctor_expiration {
margin: 0 10px 10px 0;
}

.cctor-print-only .aligncenter,
.cctor-aligncenter,
.cctor-print-only .alignright,
.cctor-alignright,
.cctor_alignright {
display: inline;
float: right;
Expand Down
4 changes: 2 additions & 2 deletions src/resources/scss/components/_align.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
margin: 0 10px 10px 0;
}

.cctor-print-only .aligncenter,
.cctor-aligncenter,
.cctor-print-only .alignright,
.cctor-alignright,
.cctor_alignright {
display: inline;
float: right;
Expand Down

0 comments on commit f4143df

Please sign in to comment.