PowerPress Podcasting plugin by Blubrry - Version 8.7.4

Version Description

  • Released on 10/04/2021
  • Fixed a missing CSS issue in the onboarding section
  • Updated copy
  • Allow query strings in media from trusted hosts
Download this release

Release Info

Developer benbeecroft
Plugin Icon 128x128 PowerPress Podcasting plugin by Blubrry
Version 8.7.4
Comparing to
See all releases

Code changes from version 8.7.3 to 8.7.4

css/admin.css CHANGED
@@ -17,7 +17,7 @@
17
  .powerpress-notice,
18
  div.powerpress-notice,
19
  .wrap div.powerpress-notice {
20
-
21
  margin: 20px 0 10px;
22
  padding: 0 5px;
23
  line-height: 29px;
@@ -73,12 +73,12 @@ div.powerpress-error,
73
  cursor: pointer;
74
  margin: 4px 1px;
75
  border: 1px solid #666666;
76
-
77
  }
78
 
79
 
80
  #powerpress_support {
81
-
82
  }
83
  #powerpress_support li {
84
  margin-left: 70px;
@@ -254,7 +254,7 @@ div.powerpress-error,
254
  .blubrry-services .blubrry-hosting {
255
  margin-right: 20px;
256
  }
257
- }
258
  @media screen and (min-width: 1px) and (max-width: 729px) {
259
 
260
  #powerpreess_step_1 {
@@ -266,10 +266,10 @@ div.powerpress-error,
266
  .blubrry-services .blubrry-hosting {
267
  margin-right: 10px;
268
  }
269
- }
270
 
271
  @media screen and (min-width: 1px) and (max-width: 729px) {
272
-
273
  .powerpress-step {
274
  width: 24%;
275
  margin-left: 30px;
@@ -836,4 +836,106 @@ figure {
836
  input[type=radio], input[type=checkbox]{
837
  transform: scale(0.5);
838
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
839
  }
17
  .powerpress-notice,
18
  div.powerpress-notice,
19
  .wrap div.powerpress-notice {
20
+
21
  margin: 20px 0 10px;
22
  padding: 0 5px;
23
  line-height: 29px;
73
  cursor: pointer;
74
  margin: 4px 1px;
75
  border: 1px solid #666666;
76
+
77
  }
78
 
79
 
80
  #powerpress_support {
81
+
82
  }
83
  #powerpress_support li {
84
  margin-left: 70px;
254
  .blubrry-services .blubrry-hosting {
255
  margin-right: 20px;
256
  }
257
+ }
258
  @media screen and (min-width: 1px) and (max-width: 729px) {
259
 
260
  #powerpreess_step_1 {
266
  .blubrry-services .blubrry-hosting {
267
  margin-right: 10px;
268
  }
269
+ }
270
 
271
  @media screen and (min-width: 1px) and (max-width: 729px) {
272
+
273
  .powerpress-step {
274
  width: 24%;
275
  margin-left: 30px;
836
  input[type=radio], input[type=checkbox]{
837
  transform: scale(0.5);
838
  }
839
+ }
840
+
841
+ .powerpress-blubrry-hosting-marketing {
842
+ max-width: 80rem;
843
+ margin: 0 auto 2rem auto;
844
+ padding: 2ch 2em;
845
+ background-color: white;
846
+ border-radius: 4px;
847
+ border-top: 2px solid rgba(144, 144, 144, 0.25);
848
+ }
849
+
850
+ .hosting-marketing-blubrry-logo {
851
+ display: inline-block;
852
+ width: 20%;
853
+ vertical-align: middle;
854
+ }
855
+
856
+ .hosting-marketing-text-container {
857
+ display: inline-block;
858
+ margin-left: 2em;
859
+ height: 100%;
860
+ vertical-align: middle;
861
+ }
862
+
863
+ .hosting-marketing-title {
864
+ color: #0c74d5;
865
+ font-weight: bold;
866
+ }
867
+
868
+ .hosting-marketing-text {
869
+ text-decoration: none;
870
+ }
871
+
872
+ a.hosting-marketing-text {
873
+ color: #0c74d5;
874
+ }
875
+
876
+ .hosting-marketing-button {
877
+ display: inline-block;
878
+ border-radius: 4px;
879
+ background-color: #0c74d5;
880
+ color: white;
881
+ font-family: Roboto, sans-serif;
882
+ font-size: 16px;
883
+ padding: 1ch 2em 1ch 2em;
884
+ cursor: pointer;
885
+ text-align: center;
886
+ font-weight: bold;
887
+ width: 20%;
888
+ border: none;
889
+ margin-left: 1em;
890
+ vertical-align: middle;
891
+ }
892
+
893
+ @media (max-width: 1110px) {
894
+ .hosting-marketing-button {
895
+ width: 95%;
896
+ padding-top: 1em;
897
+ padding-bottom: 1em;
898
+ margin-right: 1em;
899
+ }
900
+ .hosting-marketing-text-container {
901
+ width: 70% !important;
902
+ }
903
+ .hosting-marketing-blubrry-logo {
904
+ margin-left: 1em;
905
+ }
906
+ }
907
+
908
+ @media (max-width: 799px) {
909
+ #destinations-blubrry .hosting-marketing-blubrry-logo {
910
+ width: 70%;
911
+ margin-right: 1em;
912
+ margin-bottom: 1em;
913
+ margin-left: 0;
914
+ }
915
+ #destinations-blubrry .hosting-marketing-text-container {
916
+ width: 90% !important;
917
+ margin-left: 0;
918
+ }
919
+ }
920
+
921
+ @media (max-width: 599px) {
922
+ #destinations-blubrry .hosting-marketing-blubrry-logo {
923
+ width: 80%;
924
+ }
925
+ }
926
+
927
+ @media (max-width: 480px) {
928
+ .hosting-marketing-blubrry-logo {
929
+ width: 90%;
930
+ margin-right: 1em;
931
+ margin-bottom: 1em;
932
+ margin-left: 0;
933
+ }
934
+ .hosting-marketing-text-container {
935
+ width: 90% !important;
936
+ margin-left: 0;
937
+ }
938
+ .hosting-marketing-button {
939
+ margin-left: 0;
940
+ }
941
  }
css/admin.min.css CHANGED
@@ -1 +1 @@
1
- .powerpress_save_button_other{float:right;background-color:#2278cf;color:#fff;box-shadow:none;border-radius:4px;border:none;padding:1ch 1em}#powerpress_settings .form-table th{padding-left:1em}.powerpress-notice,.wrap div.powerpress-notice,div.powerpress-notice{margin:20px 0 10px;padding:0 5px;line-height:29px}.powerpress-error,.wrap div.powerpress-error,div.powerpress-error{margin:20px 5px 10px;padding:0 10px;line-height:29px;font-size:12px;border-width:1px;border-style:solid;font-weight:700}#powerpress_settings{background-image:url(//images.blubrry.com/powerpress/blubrry_logo7.png);background-repeat:no-repeat;background-position:bottom right}#powerpress_settings ul li ul{list-style:disc}#powerpress_settings ul li ul li{margin-left:50px;font-size:90%}#powerpress_settings td{padding-top:12px}#powerpress_settings td p{padding-bottom:10px}.bpp_input_sm{width:120px}.bpp_input_med{width:250px}.bpp-input-normal{width:80%}.powerpress_color_box{float:left;width:16px;height:16px;cursor:pointer;margin:4px 1px;border:1px solid #666}#powerpress_support li{margin-left:70px;list-style-type:disc;margin-top:0;margin-bottom:0}.powerpress-welcome-news>div{margin:0 10px 0 0}.powerpress-welcome-news a{text-decoration:none}.powerpress-welcome-news .rssSummary{font-size:95%}.powerpress-welcome-news .powerpressNewsPlayer{margin-top:5px}.powerpress-welcome-highlighted{margin:10px 0 0 0;float:left;width:39%}.powerpress-welcome-highlighted>div{margin:0 0 0 10px}.powerpress-welcome-highlighted a{text-decoration:none}.powerpress-welcome-highlighted .rsswidget{font-size:115%;font-weight:700}.powerpress-welcome-highlighted .rssSummary{font-size:95%}.powerpress-welcome-highlighted ul li,.powerpress-welcome-news ul li{margin:15px 0 10px 0}.powerpress-welcome-highlighted h2,.powerpress-welcome-news h2{padding:0}#powerpress_settings label.powerpress-normal-font{font-size:11px}#powerpress_admin_header{vertical-align:text-bottom}#powerpress_admin_header h2{display:inline-block}#powerpress_admin_header h2,#powerpress_admin_header h3,#powerpress_admin_header h4{line-height:1.1;margin:10px 0 0 0;padding:0;font-weight:700}#powerpress_admin_header p{line-height:1.1;margin:5px 0 10px 0;padding:0}#powerpress_admin_header .powerpress-admin-heading{font-weight:700}#powerpress_admin_header .powerpress-mode{margin-left:14px;display:inline-block;color:#f60;font-size:15px;font-weight:700}#pp-getting-started-box{max-width:1200px}#pp-getting-started-box h2{font-size:200%;margin-bottom:20px;font-style:oblique;line-height:1.2em}#pp-getting-started-box>p{font-size:125%}.powerpress-required{font-size:85%;color:#c00;margin-left:12px;font-style:italic}.powerpress-step{display:inline-block;float:left;width:200px;width:24%;margin-left:60px;margin-right:0;vertical-align:top;position:relative;padding:8px}.blubrry-services{color:#337ec9;font-size:18px;line-height:1.2}.blubrry-services p{margin:0 70px 0 0;padding:0}.blubrry-services strong{color:#f60;font-weight:400}.blubrry-services p.top-lines{margin-right:0}.blubrry-services a{color:#f60;font-size:20px;line-height:2}.blubrry-services .blubrry-hosting,.blubrry-services .blubrry-stats{float:left;width:230px;height:140px;background-color:#ececec;padding:10px;margin-top:10px}.blubrry-services .blubrry-stats{background-image:url(../images/StatsIcon.png);background-repeat:no-repeat;background-position:bottom right}.blubrry-services .blubrry-hosting{margin-right:50px;background-image:url(../images/blubrry_icon.png);background-repeat:no-repeat;background-position:bottom right}@media screen and (min-width:1px) and (max-width:819px){.powerpress-step{width:170px}#powerpress_steps p{font-size:16px;margin:20px 4px}.blubrry-services .blubrry-hosting{margin-right:20px}}@media screen and (min-width:1px) and (max-width:729px){#powerpreess_step_1{background-position:1px bottom}#powerpress_steps p{margin:10px 4px}.blubrry-services .blubrry-hosting{margin-right:10px}}@media screen and (min-width:1px) and (max-width:729px){.powerpress-step{width:24%;margin-left:30px}}.numberCircle{border-radius:50%;behavior:url(PIE.htc);width:36px;height:36px;padding:8px;background:#fff;border:2px solid #666;color:#666;text-align:center;font:32px Arial,sans-serif}#powerpress_settings_page{background:0 0;background-color:inherit;border:none}#powerpress_settings_page .ui-widget-header{background:0 0;border:none}#powerpress_settings_page .ui-state-default,#powerpress_settings_page .ui-widget-content .ui-state-default,#powerpress_settings_page .ui-widget-header .ui-state-default{background:0 0;border:none}#powerpress_settings_page .ui-tabs-nav li{margin-bottom:0;border-bottom:none}#powerpress_settings_page .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}#powerpress_settings_page .ui-tabs-nav li a{padding:4px 5px 2px}#powerpress_settings_page .ui-tabs-nav li.ui-tabs-active a{padding:4px 5px 3px}#powerpress_settings_page .powerpress_tab{background-color:#fff;border-collapse:separate;border-style:solid;border-width:1px;border-color:#dfdfdf;border-color:#b3b3b3}.pp-section{clear:both;padding:0;margin:0}.pp-section dt{font-weight:700}.pp-expand-section{text-decoration:none}a.pp-expand-section,a.pp-expand-section:focus,a.pp-expand-section:hover,a.pp-expand-section:visited{color:#1976d2}.pp-expand-section-expanded:before,.pp-expand-section:before{background-color:#1976d2;border:1px solid #1976d2;border-radius:3px;font-weight:700;color:#fff;height:20px;width:20px;display:inline-block;margin-right:10px;text-align:center;font-size:20px}.pp-expand-section:before{content:' \25C4';content:'+';line-height:20px}.pp-expand-section-expanded:before{content:' \25BC';content:'-';line-height:16px}.bbplayer_settings .form-table th{padding-bottom:0}.bbplayer_settings h3{color:#036;font-weight:700}.wp-core-ui .button-blubrry{background:#1976d2;border-color:#1976d2;color:#fff}.wp-core-ui .button-blubrry-gray{background:#f7f7f7;border-color:#ccc;color:#555}.wp-core-ui .button-blubrry:focus,.wp-core-ui .button-blubrry:hover{background:#0d87e9;border-color:#0d87e9;color:#fff}.pp-form-error{border:red solid 1px}table{width:60%;margin-top:1%;margin-bottom:1%;border-radius:4px;background-color:#f8f8f8;border:solid #ddd;border-collapse:separate}input,textarea{border-radius:4px}ul{clear:both}th{background-color:#fff;color:#000;border-radius:4px 4px 0 0}tr{line-height:12px}td,th{border-collapse:separate;border-bottom:solid #ddd;padding:2.5%}td{text-align:left;font-size:115%}td:hover{background-color:#fff}th{text-align:center;font-size:100%}td.networkTable{text-align:left}th.pendingApply{background-color:grey}td.pendingApply{color:grey}th.processedApply{background-color:#8fbc8f}td.processedApply{color:green}td.approvedApply{color:green}th.approvedApply{background-color:#8fbc8f}td.disapprovedApply{color:red}th.disapprovedApply{background-color:#8b0000}input[type=email],input[type=password],input[type=text],input[type=url],textarea{width:100%;padding:.6% .6%;display:inline-block;border:1px solid #ccc;box-sizing:border-box}.linkInput{width:50%!important}input[type=radio]{transform:scale(1)}select{width:100%}.ppn-back-button{background:0 0;margin:5px 10px 5px 10px;padding:5px;color:#069;cursor:pointer}#signinButton,.backButton,.primaryButton,.subToggleButton,.toggleButton{display:inline-block;border:none;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border-radius:4px;background-color:#0c74d5;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;cursor:pointer;text-align:center}.warningButton{display:inline-block;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border:none;border-radius:4px;background-color:#b00000;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center}.cacheButton{background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);color:#000;display:inline-block;border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:700;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center;border:0}#signinButton{width:100%;border-radius:0}.toggleButton{display:inline;width:10%;height:60%;margin:0}.subToggleButton{display:inline;width:7.5%;height:6%;background-color:#696969}.applicantButton{box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border:none;border-radius:4px;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center}.cancelButton{background-color:#0c74d5;color:#fff;padding:1% 1%;margin:0 auto;cursor:pointer;border-radius:4px;font-size:90%;width:auto;vertical-align:top;border:1px solid #000}.cancelButton:hover{cursor:pointer;text-decoration:underline}#choiceForm{margin-top:2%}.tab{background-color:#fff;border-bottom:1px solid grey;max-width:80%}.tabInactive{padding:1.4% 1.4% 2% 1.4%;background-color:#fff;color:#a9a9a9;border:none;cursor:pointer;font-size:150%}.tabActive{padding:1.4% 1.4% 2% 1.4%;background-color:#fff;color:#000;border:none;border-bottom:2px solid #00f;cursor:pointer;font-size:150%;font-weight:700}.tabContent{max-width:80%}.programRow{padding:1% 5% 1% 1%;background-color:#fff;border-bottom:1px #000 solid}.programRow:hover{background-color:#d3d3d3}button:hover{opacity:.8}.pageTitle{padding:0 auto;font-size:220%;letter-spacing:1px;line-height:100%}h3.baseChoice{text-decoration:underline #0c74d5;display:block;font-size:150%;color:#0c74d5}p{margin:5px auto;display:inline-block;font-size:105%}.container{padding:1.8% 15% 1.8% 10%;margin:.08% .08% .08% .08%}ul.choiceList{list-style-type:square;padding-left:5%}ul.subChoiceList{list-style-type:circle;padding-left:10%}ul.mainChoiceList{list-style-type:none;max-width:850px}li.material-list{border-radius:4px;padding:2px 15px 20px 15px;margin-bottom:25px;background-color:#fff}.alert{font-size:130%;padding:.5%;background-color:#f44336;color:#fff;display:inline-block;width:99%}.alert-success{font-size:130%;padding:.5%;background-color:#8fbc8f;color:#fff;display:inline-block;width:99%}.closebtn{color:#fff;font-weight:700;float:right;vertical-align:middle;line-height:normal;cursor:pointer;transition:.3s}.alertMessage{float:left;vertical-align:middle;line-height:normal}small{font-size:100%;padding:0 auto;margin-bottom:10%;color:grey;font-style:italic}.closebtn:hover{color:#000}label{font-size:85%}br{height:10%}figure{width:6px;height:6px;border-radius:5px;background:#000;margin:3px 0}#choiceBox,.confirmUnlink,.selectPageBox{background-color:#fff;padding:0 0 2% 0;width:50%;text-align:center;margin-bottom:5%;border-radius:4%}.settingBox{background-color:#fff;padding:2% 2% 2% 2%;width:100%;margin-top:2%;margin-bottom:2%;border-radius:4px;border:1px solid #f5f5f5}.boxTitle{padding:2%;background-color:#0c74d5;color:#fff;border-radius:4px}.thickboxTitle{color:navy}.dropdownChoice{width:50%!important}.material-icons:hover{cursor:pointer}@media only screen and (max-width:980px){.alert,.alert-success{font-size:80%}input[type=checkbox],input[type=radio]{transform:scale(.7)}}@media only screen and (max-width:1092px){table{width:100%}#choiceBox{width:100%}td{font-size:70%}th{font-size:80%}}@media only screen and (max-width:500px){table{width:100%}#choiceBox{width:100%}td{font-size:70%}th{font-size:80%}input[type=checkbox],input[type=radio]{transform:scale(.5)}}
1
+ .powerpress_save_button_other{float:right;background-color:#2278cf;color:#fff;box-shadow:none;border-radius:4px;border:none;padding:1ch 1em}#powerpress_settings .form-table th{padding-left:1em}.powerpress-notice,.wrap div.powerpress-notice,div.powerpress-notice{margin:20px 0 10px;padding:0 5px;line-height:29px}.powerpress-error,.wrap div.powerpress-error,div.powerpress-error{margin:20px 5px 10px;padding:0 10px;line-height:29px;font-size:12px;border-width:1px;border-style:solid;font-weight:700}#powerpress_settings{background-image:url(//images.blubrry.com/powerpress/blubrry_logo7.png);background-repeat:no-repeat;background-position:bottom right}#powerpress_settings ul li ul{list-style:disc}#powerpress_settings ul li ul li{margin-left:50px;font-size:90%}#powerpress_settings td{padding-top:12px}#powerpress_settings td p{padding-bottom:10px}.bpp_input_sm{width:120px}.bpp_input_med{width:250px}.bpp-input-normal{width:80%}.powerpress_color_box{float:left;width:16px;height:16px;cursor:pointer;margin:4px 1px;border:1px solid #666}#powerpress_support li{margin-left:70px;list-style-type:disc;margin-top:0;margin-bottom:0}.powerpress-welcome-news>div{margin:0 10px 0 0}.powerpress-welcome-news a{text-decoration:none}.powerpress-welcome-news .rssSummary{font-size:95%}.powerpress-welcome-news .powerpressNewsPlayer{margin-top:5px}.powerpress-welcome-highlighted{margin:10px 0 0 0;float:left;width:39%}.powerpress-welcome-highlighted>div{margin:0 0 0 10px}.powerpress-welcome-highlighted a{text-decoration:none}.powerpress-welcome-highlighted .rsswidget{font-size:115%;font-weight:700}.powerpress-welcome-highlighted .rssSummary{font-size:95%}.powerpress-welcome-highlighted ul li,.powerpress-welcome-news ul li{margin:15px 0 10px 0}.powerpress-welcome-highlighted h2,.powerpress-welcome-news h2{padding:0}#powerpress_settings label.powerpress-normal-font{font-size:11px}#powerpress_admin_header{vertical-align:text-bottom}#powerpress_admin_header h2{display:inline-block}#powerpress_admin_header h2,#powerpress_admin_header h3,#powerpress_admin_header h4{line-height:1.1;margin:10px 0 0 0;padding:0;font-weight:700}#powerpress_admin_header p{line-height:1.1;margin:5px 0 10px 0;padding:0}#powerpress_admin_header .powerpress-admin-heading{font-weight:700}#powerpress_admin_header .powerpress-mode{margin-left:14px;display:inline-block;color:#f60;font-size:15px;font-weight:700}#pp-getting-started-box{max-width:1200px}#pp-getting-started-box h2{font-size:200%;margin-bottom:20px;font-style:oblique;line-height:1.2em}#pp-getting-started-box>p{font-size:125%}.powerpress-required{font-size:85%;color:#c00;margin-left:12px;font-style:italic}.powerpress-step{display:inline-block;float:left;width:200px;width:24%;margin-left:60px;margin-right:0;vertical-align:top;position:relative;padding:8px}.blubrry-services{color:#337ec9;font-size:18px;line-height:1.2}.blubrry-services p{margin:0 70px 0 0;padding:0}.blubrry-services strong{color:#f60;font-weight:400}.blubrry-services p.top-lines{margin-right:0}.blubrry-services a{color:#f60;font-size:20px;line-height:2}.blubrry-services .blubrry-hosting,.blubrry-services .blubrry-stats{float:left;width:230px;height:140px;background-color:#ececec;padding:10px;margin-top:10px}.blubrry-services .blubrry-stats{background-image:url(../images/StatsIcon.png);background-repeat:no-repeat;background-position:bottom right}.blubrry-services .blubrry-hosting{margin-right:50px;background-image:url(../images/blubrry_icon.png);background-repeat:no-repeat;background-position:bottom right}@media screen and (min-width:1px) and (max-width:819px){.powerpress-step{width:170px}#powerpress_steps p{font-size:16px;margin:20px 4px}.blubrry-services .blubrry-hosting{margin-right:20px}}@media screen and (min-width:1px) and (max-width:729px){#powerpreess_step_1{background-position:1px bottom}#powerpress_steps p{margin:10px 4px}.blubrry-services .blubrry-hosting{margin-right:10px}}@media screen and (min-width:1px) and (max-width:729px){.powerpress-step{width:24%;margin-left:30px}}.numberCircle{border-radius:50%;behavior:url(PIE.htc);width:36px;height:36px;padding:8px;background:#fff;border:2px solid #666;color:#666;text-align:center;font:32px Arial,sans-serif}#powerpress_settings_page{background:0 0;background-color:inherit;border:none}#powerpress_settings_page .ui-widget-header{background:0 0;border:none}#powerpress_settings_page .ui-state-default,#powerpress_settings_page .ui-widget-content .ui-state-default,#powerpress_settings_page .ui-widget-header .ui-state-default{background:0 0;border:none}#powerpress_settings_page .ui-tabs-nav li{margin-bottom:0;border-bottom:none}#powerpress_settings_page .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}#powerpress_settings_page .ui-tabs-nav li a{padding:4px 5px 2px}#powerpress_settings_page .ui-tabs-nav li.ui-tabs-active a{padding:4px 5px 3px}#powerpress_settings_page .powerpress_tab{background-color:#fff;border-collapse:separate;border-style:solid;border-width:1px;border-color:#dfdfdf;border-color:#b3b3b3}.pp-section{clear:both;padding:0;margin:0}.pp-section dt{font-weight:700}.pp-expand-section{text-decoration:none}a.pp-expand-section,a.pp-expand-section:focus,a.pp-expand-section:hover,a.pp-expand-section:visited{color:#1976d2}.pp-expand-section-expanded:before,.pp-expand-section:before{background-color:#1976d2;border:1px solid #1976d2;border-radius:3px;font-weight:700;color:#fff;height:20px;width:20px;display:inline-block;margin-right:10px;text-align:center;font-size:20px}.pp-expand-section:before{content:' \25C4';content:'+';line-height:20px}.pp-expand-section-expanded:before{content:' \25BC';content:'-';line-height:16px}.bbplayer_settings .form-table th{padding-bottom:0}.bbplayer_settings h3{color:#036;font-weight:700}.wp-core-ui .button-blubrry{background:#1976d2;border-color:#1976d2;color:#fff}.wp-core-ui .button-blubrry-gray{background:#f7f7f7;border-color:#ccc;color:#555}.wp-core-ui .button-blubrry:focus,.wp-core-ui .button-blubrry:hover{background:#0d87e9;border-color:#0d87e9;color:#fff}.pp-form-error{border:red solid 1px}table{width:60%;margin-top:1%;margin-bottom:1%;border-radius:4px;background-color:#f8f8f8;border:solid #ddd;border-collapse:separate}input,textarea{border-radius:4px}ul{clear:both}th{background-color:#fff;color:#000;border-radius:4px 4px 0 0}tr{line-height:12px}td,th{border-collapse:separate;border-bottom:solid #ddd;padding:2.5%}td{text-align:left;font-size:115%}td:hover{background-color:#fff}th{text-align:center;font-size:100%}td.networkTable{text-align:left}th.pendingApply{background-color:grey}td.pendingApply{color:grey}th.processedApply{background-color:#8fbc8f}td.processedApply{color:green}td.approvedApply{color:green}th.approvedApply{background-color:#8fbc8f}td.disapprovedApply{color:red}th.disapprovedApply{background-color:#8b0000}input[type=email],input[type=password],input[type=text],input[type=url],textarea{width:100%;padding:.6% .6%;display:inline-block;border:1px solid #ccc;box-sizing:border-box}.linkInput{width:50%!important}input[type=radio]{transform:scale(1)}select{width:100%}.ppn-back-button{background:0 0;margin:5px 10px 5px 10px;padding:5px;color:#069;cursor:pointer}#signinButton,.backButton,.primaryButton,.subToggleButton,.toggleButton{display:inline-block;border:none;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border-radius:4px;background-color:#0c74d5;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;cursor:pointer;text-align:center}.warningButton{display:inline-block;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border:none;border-radius:4px;background-color:#b00000;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center}.cacheButton{background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);color:#000;display:inline-block;border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:700;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center;border:0}#signinButton{width:100%;border-radius:0}.toggleButton{display:inline;width:10%;height:60%;margin:0}.subToggleButton{display:inline;width:7.5%;height:6%;background-color:#696969}.applicantButton{box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);border:none;border-radius:4px;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;padding:1ch 2em 1ch 2em;margin-right:1em;cursor:pointer;text-align:center}.cancelButton{background-color:#0c74d5;color:#fff;padding:1% 1%;margin:0 auto;cursor:pointer;border-radius:4px;font-size:90%;width:auto;vertical-align:top;border:1px solid #000}.cancelButton:hover{cursor:pointer;text-decoration:underline}#choiceForm{margin-top:2%}.tab{background-color:#fff;border-bottom:1px solid grey;max-width:80%}.tabInactive{padding:1.4% 1.4% 2% 1.4%;background-color:#fff;color:#a9a9a9;border:none;cursor:pointer;font-size:150%}.tabActive{padding:1.4% 1.4% 2% 1.4%;background-color:#fff;color:#000;border:none;border-bottom:2px solid #00f;cursor:pointer;font-size:150%;font-weight:700}.tabContent{max-width:80%}.programRow{padding:1% 5% 1% 1%;background-color:#fff;border-bottom:1px #000 solid}.programRow:hover{background-color:#d3d3d3}button:hover{opacity:.8}.pageTitle{padding:0 auto;font-size:220%;letter-spacing:1px;line-height:100%}h3.baseChoice{text-decoration:underline #0c74d5;display:block;font-size:150%;color:#0c74d5}p{margin:5px auto;display:inline-block;font-size:105%}.container{padding:1.8% 15% 1.8% 10%;margin:.08% .08% .08% .08%}ul.choiceList{list-style-type:square;padding-left:5%}ul.subChoiceList{list-style-type:circle;padding-left:10%}ul.mainChoiceList{list-style-type:none;max-width:850px}li.material-list{border-radius:4px;padding:2px 15px 20px 15px;margin-bottom:25px;background-color:#fff}.alert{font-size:130%;padding:.5%;background-color:#f44336;color:#fff;display:inline-block;width:99%}.alert-success{font-size:130%;padding:.5%;background-color:#8fbc8f;color:#fff;display:inline-block;width:99%}.closebtn{color:#fff;font-weight:700;float:right;vertical-align:middle;line-height:normal;cursor:pointer;transition:.3s}.alertMessage{float:left;vertical-align:middle;line-height:normal}small{font-size:100%;padding:0 auto;margin-bottom:10%;color:grey;font-style:italic}.closebtn:hover{color:#000}label{font-size:85%}br{height:10%}figure{width:6px;height:6px;border-radius:5px;background:#000;margin:3px 0}#choiceBox,.confirmUnlink,.selectPageBox{background-color:#fff;padding:0 0 2% 0;width:50%;text-align:center;margin-bottom:5%;border-radius:4%}.settingBox{background-color:#fff;padding:2% 2% 2% 2%;width:100%;margin-top:2%;margin-bottom:2%;border-radius:4px;border:1px solid #f5f5f5}.boxTitle{padding:2%;background-color:#0c74d5;color:#fff;border-radius:4px}.thickboxTitle{color:navy}.dropdownChoice{width:50%!important}.material-icons:hover{cursor:pointer}@media only screen and (max-width:980px){.alert,.alert-success{font-size:80%}input[type=checkbox],input[type=radio]{transform:scale(.7)}}@media only screen and (max-width:1092px){table{width:100%}#choiceBox{width:100%}td{font-size:70%}th{font-size:80%}}@media only screen and (max-width:500px){table{width:100%}#choiceBox{width:100%}td{font-size:70%}th{font-size:80%}input[type=checkbox],input[type=radio]{transform:scale(.5)}}.powerpress-blubrry-hosting-marketing{max-width:80rem;margin:0 auto 2rem auto;padding:2ch 2em;background-color:#fff;border-radius:4px;border-top:2px solid rgba(144,144,144,.25)}.hosting-marketing-blubrry-logo{display:inline-block;width:20%;vertical-align:middle}.hosting-marketing-text-container{display:inline-block;margin-left:2em;height:100%;vertical-align:middle}.hosting-marketing-title{color:#0c74d5;font-weight:700}.hosting-marketing-text{text-decoration:none}a.hosting-marketing-text{color:#0c74d5}.hosting-marketing-button{display:inline-block;border-radius:4px;background-color:#0c74d5;color:#fff;font-family:Roboto,sans-serif;font-size:16px;padding:1ch 2em 1ch 2em;cursor:pointer;text-align:center;font-weight:700;width:20%;border:none;margin-left:1em;vertical-align:middle}@media (max-width:1110px){.hosting-marketing-button{width:95%;padding-top:1em;padding-bottom:1em;margin-right:1em}.hosting-marketing-text-container{width:70%!important}.hosting-marketing-blubrry-logo{margin-left:1em}}@media (max-width:799px){#destinations-blubrry .hosting-marketing-blubrry-logo{width:70%;margin-right:1em;margin-bottom:1em;margin-left:0}#destinations-blubrry .hosting-marketing-text-container{width:90%!important;margin-left:0}}@media (max-width:599px){#destinations-blubrry .hosting-marketing-blubrry-logo{width:80%}}@media (max-width:480px){.hosting-marketing-blubrry-logo{width:90%;margin-right:1em;margin-bottom:1em;margin-left:0}.hosting-marketing-text-container{width:90%!important;margin-left:0}.hosting-marketing-button{margin-left:0}}
css/style.css CHANGED
@@ -1216,106 +1216,4 @@ div.ppn-artwork-inline {
1216
 
1217
  h1 {
1218
  font-size: 38px;
1219
- }
1220
-
1221
- .powerpress-blubrry-hosting-marketing {
1222
- max-width: 80rem;
1223
- margin: 0 auto 2rem auto;
1224
- padding: 2ch 2em;
1225
- background-color: white;
1226
- border-radius: 4px;
1227
- border-top: 2px solid rgba(144, 144, 144, 0.25);
1228
- }
1229
-
1230
- .hosting-marketing-blubrry-logo {
1231
- display: inline-block;
1232
- width: 20%;
1233
- vertical-align: middle;
1234
- }
1235
-
1236
- .hosting-marketing-text-container {
1237
- display: inline-block;
1238
- margin-left: 2em;
1239
- height: 100%;
1240
- vertical-align: middle;
1241
- }
1242
-
1243
- .hosting-marketing-title {
1244
- color: #0c74d5;
1245
- font-weight: bold;
1246
- }
1247
-
1248
- .hosting-marketing-text {
1249
- text-decoration: none;
1250
- }
1251
-
1252
- a.hosting-marketing-text {
1253
- color: #0c74d5;
1254
- }
1255
-
1256
- .hosting-marketing-button {
1257
- display: inline-block;
1258
- border-radius: 4px;
1259
- background-color: #0c74d5;
1260
- color: white;
1261
- font-family: Roboto, sans-serif;
1262
- font-size: 16px;
1263
- padding: 1ch 2em 1ch 2em;
1264
- cursor: pointer;
1265
- text-align: center;
1266
- font-weight: bold;
1267
- width: 20%;
1268
- border: none;
1269
- margin-left: 1em;
1270
- vertical-align: middle;
1271
- }
1272
-
1273
- @media (max-width: 1110px) {
1274
- .hosting-marketing-button {
1275
- width: 95%;
1276
- padding-top: 1em;
1277
- padding-bottom: 1em;
1278
- margin-right: 1em;
1279
- }
1280
- .hosting-marketing-text-container {
1281
- width: 70% !important;
1282
- }
1283
- .hosting-marketing-blubrry-logo {
1284
- margin-left: 1em;
1285
- }
1286
- }
1287
-
1288
- @media (max-width: 799px) {
1289
- #destinations-blubrry .hosting-marketing-blubrry-logo {
1290
- width: 70%;
1291
- margin-right: 1em;
1292
- margin-bottom: 1em;
1293
- margin-left: 0;
1294
- }
1295
- #destinations-blubrry .hosting-marketing-text-container {
1296
- width: 90% !important;
1297
- margin-left: 0;
1298
- }
1299
- }
1300
-
1301
- @media (max-width: 599px) {
1302
- #destinations-blubrry .hosting-marketing-blubrry-logo {
1303
- width: 80%;
1304
- }
1305
- }
1306
-
1307
- @media (max-width: 480px) {
1308
- .hosting-marketing-blubrry-logo {
1309
- width: 90%;
1310
- margin-right: 1em;
1311
- margin-bottom: 1em;
1312
- margin-left: 0;
1313
- }
1314
- .hosting-marketing-text-container {
1315
- width: 90% !important;
1316
- margin-left: 0;
1317
- }
1318
- .hosting-marketing-button {
1319
- margin-left: 0;
1320
- }
1321
  }
1216
 
1217
  h1 {
1218
  font-size: 38px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  }
css/style.min.css CHANGED
@@ -1 +1 @@
1
- #test{font-size:80px}.card{min-height:100px;min-width:100px}.well-z-depth-1{min-height:20px;padding:19px;background-color:#f9f9f9;border:1px solid transparent;border-radius:3px;margin:auto auto 20px auto;width:100%}.ppn-container{margin:10px}.ppn-header{text-align:center;font-family:Montserrat,sans-serif}#ppn-header p{font-size:18px}#ppn-header h2{font-size:30px;text-shadow:0 3px 4px rgba(63,63,63,.2);font-weight:400}#ppn-episode h3{color:#1976d2}#ppn-episode i{margin-top:7px;display:block;padding:0 0 0 55px}.jumbotron{background-image:url("../images/ShowPageRedesign_Banner BG Image.jpg");background-size:cover;border:1px solid;padding-right:0;overflow:inherit;margin-bottom:0}.jumbotron .share-icons{position:relative;color:#fff;font-size:25px;background:rgba(25,25,25,.35);width:100%;float:right;height:40px;text-align:center;vertical-align:center}@media screen and (min-width:768px){.container .jumbotron,.container-fluid .jumbotron{padding-right:0!important;padding-left:0!important}}.pp-sub-button{width:100%;height:48px;padding:0;background-color:#888;color:#fff;display:inline-block;margin:10px 0 5px 0;text-decoration:none;text-align:left;vertical-align:middle;line-height:48px;font-size:90%;font-weight:700;overflow:hidden;border-radius:1px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.pp-sub-buttons{width:90%!important;margin:0;margin-left:5%;padding:5px;display:inline-block}.twitter{background-image:url(../images/twitter.png);background-position:0 0;background-repeat:no-repeat}.facebook{background-image:url(../images/facebook.png);background-position:0 0;background-repeat:no-repeat}.linkedin{background-image:url(../images/linkedin.png);background-position:0 0;background-repeat:no-repeat}.email{background-image:url(../images/email.png);background-position:0 0;background-repeat:no-repeat}.pp-sub-buttons .pp-sub-img{width:48px;height:48px;border:0;display:inline-block;vertical-align:middle;margin-right:2px}.pp-sub-img{background-image:url(../images/spriteStandard.png);background-repeat:no-repeat;background-size:294px}.pp-sub-itunes{background-color:#732bbe}.pp-sub-mycast{background-color:#003466}.pp-sub-email,.pp-sub-pr{background-color:#337ec9}.pp-sub-bp,.pp-sub-rss{background-color:#f80}.pp-sub-browse{background-color:#1976d2}.pp-sub-android{background-color:#6ab344}.pp-sub-itunes .pp-sub-img{background:url(../images/spriteStandard.png) -49px 0}.pp-sub-rss .pp-sub-img{background:url(../images/spriteStandard.png) 0 -49px}.pp-sub-email .pp-sub-img{background:url(../images/spriteStandard.png) -196px -49px}.pp-sub-pr .pp-sub-img{background:url(../images/spriteStandard.png) -196px 0}.pp-sub-bp .pp-sub-img{background:url(../images/spriteStandard.png) -147px 0}.pp-sub-mycast .pp-sub-img{background:url(../images/spriteStandard.png) 0 -98px}.pp-sub-share .pp-sub-img{background:url(../images/spriteStandard.png) -245px 0}.pp-sub-browse .pp-sub-img{background:url(../images/spriteStandard.png) -49px -98px}.pp-sub-android .pp-sub-img{background:url(../images/spriteStandard.png) -98px -98px}h4{margin:0}.playnow{width:48px;height:48px;float:left;padding:0;margin:0;margin-right:10px;text-decoration:none;text-align:left;vertical-align:top;line-height:48px;overflow:hidden;background:url(../images/spriteStandard.png) -98px 0;background-color:#1976d2;border-radius:1px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.share-popup{z-index:5000;position:absolute;color:#000;padding:5px;font-weight:400;width:100%;margin:5px;line-height:normal}.share-popup h2{font-size:20px;margin:5px 0 15px 10px}.share-popup ul{list-style-type:none;padding:0;margin:0}.share-popup ul li{font-weight:400;margin:0 10px;height:28px;width:130px;float:left;font-size:16px}.share-popup ul li a{padding-left:24px}.mycast_popup{display:none;z-index:5000;position:absolute;display:none;background-color:#eee;border:1px solid #999;color:#000;padding:5px;font-weight:400;width:300px;margin:5px}.mycast_popup p{margin-top:10px}.episode-container{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}.episode-container a{text-decoration:underline;font-size:18px}@media screen and (min-width:768px){#cbocContent{width:100%;height:100%}}.featured-container{overflow:hidden;width:100%;height:235px;display:flex;margin-right:10px}h3{margin-top:0}.featured-container-large{width:100%;display:flex;flex-wrap:wrap;overflow:hidden;height:235px;justify-content:stretch;flex-direction:row;min-height:336px}.featured{overflow:hidden;min-width:100px;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap}.featured-large{min-width:100px;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap;position:inherit;padding-top:15px}.featured-item{width:130px;justify-content:center;background:#f7f7f7}p{margin-block-start:0;margin-block-end:0;margin:0}.title{margin-bottom:0;font-size:small;font-weight:500;margin-left:8px;background:#f7f7f7}.blubrry-icon{color:#fff}.featured-item-container{width:auto;min-width:150px;justify-content:center;border-radius:2px;display:inline-block;height:200px;background:#f7f7f7;margin:1.5rem;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}.artwork{width:150px;padding:1px}#results-artwork{padding:1px;border:solid 2px rgba(0,0,0,.1)}.featured-link{text-decoration:none;color:inherit;justify-content:center}.first{border:none}.header-link{color:inherit;text-decoration:none!important}#featured-container .row{content:"";clear:both;display:flex;position:absolute}.row{margin-left:0!important;margin-right:0!important}#featured-column{float:left;min-width:300px}#search-btn{text-decoration:none}.search-container{display:inline-block}.search-container-container{margin:auto;margin-top:20px}@media (min-width:200px){#search.form-control{width:0%!important}}#search.form-control{width:100%!important}.search-button{position:absolute;right:0;top:0;line-height:0;width:37px;height:37px;font-size:34px}.search-container{margin:auto;padding:0;position:relative;width:100%}.no-style-button{background-color:inherit!important;color:transparent!important;border:none!important;position:absolute;right:0;top:0;height:37px;width:37px}.artwork-container{padding-left:0;height:90px!important;width:90px!important}.results-container{overflow-y:auto;min-width:320px;max-width:800px;margin:auto}.result{padding-top:10px;padding-left:20px;height:120px;border-top:1px solid rgba(0,0,0,.2)}.first{border-top:none}.result-text{float:left;margin-top:-10px;margin-left:10px}@media (min-width:300px){.result-text{max-width:200px}}@media (min-width:400px){.result-text{max-width:250px}}@media (min-width:500px){.result-text{max-width:350px}}@media (min-width:600px){.result-text{max-width:400px}}a>h4{color:inherit}.results-header{border-bottom:2px solid rgba(0,0,0,.4);clear:both;display:block;overflow:auto}.header-text{float:right}.page-next{float:right;width:50%;text-align:right}.page-prev{float:left;width:50%}.page-nav{border-top:2px solid rgba(0,0,0,.4);padding-top:20px}.disabled,.disabled:hover{color:grey;text-decoration:none!important}.audio-panel{margin:0;padding:0}#playist ul{list-style:none;margin:0;padding:20px}#playist li{margin:0;padding:0}#playist li,a{transition:all .5s}.list-group-item.active a{text-decoration:none;color:#fff;vertical-align:bottom;border-color:transparent transparent transparent #fff}.list-group-item{vertical-align:bottom}#playist a{display:block;position:relative;width:100%}#playist li a{display:block;text-decoration:none}#playist li:hover{background-color:#333}#playist li a:hover{text-decoration:none;color:#fff}#playist a{color:#fff;text-decoration:none}.last{display:none}#playlist{padding-left:0}.column{float:left;padding:.5%}.row:after{content:"";display:table;clear:both}.play-button-outer{width:2em;height:2em;cursor:pointer;float:left;padding-right:3%}.play-button{margin:0 auto;position:relative;width:0;height:0;border-style:solid;border-width:1em 0 1em 1.75em;border-color:transparent transparent transparent #0a6ebd;opacity:.75}.active .list-group-item .play-button-outer .play-button{border-color:transparent transparent transparent #fff}.play-button-outer:hover .play-button{opacity:1}.active .play-button{border-color:transparent transparent transparent #fff}.item1{grid-area:header}.item2{grid-area:menu}.item3{grid-area:main}.coverart{grid-area:left;margin-left:25px}.player{grid-area:footer}.share-icons{grid-area:share;margin-top:90%}.grid-container{display:grid;grid-template-areas:'header header header header header header header' 'left main main main main main share' 'footer footer footer footer footer footer footer';grid-template-columns:300px auto auto auto auto auto 300px}@media screen and (max-width:425px){.grid-container{display:grid;grid-template-areas:'left left left left left left' 'share share share share share share' 'footer footer footer footer footer footer'}.coverart{margin-left:0}}.grid-container>div{text-align:center;font-size:30px}.caret{display:inline;float:right;border-top:0;border-bottom:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent;color:#1976d2;margin-top:1%;cursor:pointer}li.active p.caret{display:inline;float:right;border-top:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:0;color:#ffff}.subtitle{margin-block-end:0;margin-left:3%}.mejs__controls,.mejs__mediaelement{background:#eee!important}.mejs__container{border:1px solid #eee}.mejs__container *{color:#020202!important}.mejs__controls button{color:#020101!important}.mejs__controls .mejs__time-rail .mejs__time-total{background:#fff!important}.mejs__controls .mejs__time-rail .mejs__time-current{background:#8f8f8f!important}.mejs__controls .mejs__time-rail .mejs__time-loaded{background:#fff!important}.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total{background:#fff!important}.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current{background:#8f8f8f!important}.category-text{text-decoration:none;font-size:large;font-weight:700}.entry-content a{text-decoration:none!important}.entry-content a:hover{text-decoration:underline}.playbutton{width:48px;height:48px;padding:0;margin:0;display:inline-block;text-decoration:none;text-align:left;vertical-align:top;line-height:48px}.list-group-item{padding:3px}.playbuttoncontainer{float:left;vertical-align:center;margin-right:1%;margin-top:1%}.subshare{vertical-align:text-bottom;display:inline;color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;padding:5px}a:hover a:focus{color:#fff}.ppn-program-description,.ppn-program-talent-name{text-align:left;font-family:Montserrat,sans-serif;letter-spacing:0;color:#444;font-weight:700;opacity:1}.ppn-program-url a{text-align:left;font-family:Montserrat,sans-serif;letter-spacing:0;color:#1976d2;opacity:1}.ppn-episode-title{color:#444;font-family:Montserrat,sans-serif;font-weight:bolder}.ppn-episode-row{outline:1px solid #707070;padding:20px}.ppn-episode-date{color:#444;font-family:Montserrat,sans-serif;font-style:italic;font-size:larger}.ppn-episode-description{color:#444;font-family:Montserrat,sans-serif;font-size:medium}.ppn-download-link{width:150px;max-width:250px;background-color:#1976d2;text-align:center;min-height:40px}@media screen and (max-width:500px){.ppn-download-link{max-width:100%}}.ppn-download-link div{color:#fff;font-family:Montserrat,sans-serif;font-weight:100;font-size:18px;line-height:40px;vertical-align:middle}.ppn-download-arrow{display:inline-block;background-image:url(../images/download.svg);background-repeat:no-repeat;width:30px;height:30px}.ppn-program-sub-title{color:#444;font-family:Montserrat,sans-serif;font-size:x-large;font-weight:bolder;padding-top:10px}.ppn-program-artwork-cell{outline:1px solid #444}div.ppn-artwork-inline{float:left}.ppn-list-artwork,.ppn-program-artwork{max-width:100%}.ppn-program-row{border:1px solid #707070;padding:20px}.ppn-program-title{margin-top:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:500px){.ppn-program-title{font-size:larger}}.ppn-program-detail *{font-family:Montserrat,sans-serif;color:#444}.ppn-program-detail h2{font-weight:bolder}.sub-success{border:1px solid #06843a;display:flex;width:100%;margin-bottom:10px;color:#06843a}.sub-success-icon{background-color:#06843a;margin:-1px}.sub-success-icon-check{width:100%;height:100%;min-height:50px;min-width:80px;background-size:40px 40px!important;background:url(../images/circlecheck.svg) center no-repeat}.sub-error{border:1px solid #b2201a;display:flex;width:100%;margin-bottom:10px;color:#b2201a}.sub-error-icon{background-color:#b2201a;margin:-1px}.sub-error-icon-check{width:100%;height:100%;min-height:50px;min-width:80px;background-size:40px 40px!important;background:url(../images/circleerror.svg) center no-repeat}@media screen and (min-width:688px){.ppn-form-div{margin-left:0;margin-right:60px}}.sub-alert-text{padding:15px;vertical-align:center}.sub-form{border:1px solid #707070;padding:20px;font-family:Montserrat,sans-serif}.sub-checkbox-cl{display:none}.sub-checkbox-cl-label{display:inline-block;position:relative;vertical-align:middle;margin:5px;cursor:pointer;font-weight:400}.sub-checkbox-cl+.sub-checkbox-cl-label:before{content:'';background:#ddd;border-radius:5px;border:2px solid #ddd;display:inline-block;vertical-align:middle;width:20px;height:20px;padding:2px;margin-right:10px;text-align:center}.sub-checkbox-cl:checked+.sub-checkbox-cl-label:after{content:"";padding:2px;text-align:center;position:absolute;width:1px;height:12px;border:solid #1c7cd5;border-width:0 3px 3px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);top:6px;left:6px}.sub-checkbox-cl:checked{background:#1c7cd5}.sub-btn{width:150px;height:40px;text-align:center;border:none;background-color:#1976d2;color:#fff;font-family:Montserrat,sans-serif}.ppn-grid-header{padding-top:5%}.ppn-grid-rows{position:relative;top:0;left:0;height:100%;width:100%;margin-bottom:20px}.ppn-grid-cell{position:relative;align-content:center}.ppn-grid-img{align-items:center;justify-content:center;display:block}.ppn-grid-title{line-height:1.5em;height:3em;overflow:hidden}.ppn-grid-title:hover{cursor:hand}.ppn-title{font-size:100%;margin-top:5px;padding-bottom:5px}.ppn-title a{color:#fff;font-family:Montserrat,sans-serif}.ppn-img{width:100%;height:100%;max-width:300px!important;max-height:300px!important;position:absolute}.square{width:100%;padding-bottom:100%}.square:after{content:"";display:block;padding-bottom:100%}.app-paragraphs{color:#373a3c;margin:0;font-size:large}.app-form-border{border:none}.tos-color{color:#1976d2}.podcast-filename{margin-top:2%;margin-bottom:1%}.audio-tag-filename{width:100%;margin:2%}.display-inline{display:inline}.display-inline-block{display:inline-block}.podcast-summary-paragraph{color:#000;font-size:small}.text-decoration-none{text-decoration:none}.ppn-subscribe-style{color:#fff;padding:3px}.ppn-share-style{color:#fff;padding:5px}.ppn-margin-bottom{margin-bottom:0}.ppn-claim-style{font-family:Roboto,Arial,Helvetica,sans-serif}.ppn-padding{padding:0}.word-break{word-break:break-all}h1{font-size:38px}.powerpress-blubrry-hosting-marketing{max-width:80rem;margin:0 auto 2rem auto;padding:2ch 2em;background-color:#fff;border-radius:4px;border-top:2px solid rgba(144,144,144,.25)}.hosting-marketing-blubrry-logo{display:inline-block;width:20%;vertical-align:middle}.hosting-marketing-text-container{display:inline-block;margin-left:2em;height:100%;vertical-align:middle}.hosting-marketing-title{color:#0c74d5;font-weight:700}.hosting-marketing-text{text-decoration:none}a.hosting-marketing-text{color:#0c74d5}.hosting-marketing-button{display:inline-block;border-radius:4px;background-color:#0c74d5;color:#fff;font-family:Roboto,sans-serif;font-size:16px;padding:1ch 2em 1ch 2em;cursor:pointer;text-align:center;font-weight:700;width:20%;border:none;margin-left:1em;vertical-align:middle}@media (max-width:1110px){.hosting-marketing-button{width:95%;padding-top:1em;padding-bottom:1em;margin-right:1em}.hosting-marketing-text-container{width:70%!important}.hosting-marketing-blubrry-logo{margin-left:1em}}@media (max-width:799px){#destinations-blubrry .hosting-marketing-blubrry-logo{width:70%;margin-right:1em;margin-bottom:1em;margin-left:0}#destinations-blubrry .hosting-marketing-text-container{width:90%!important;margin-left:0}}@media (max-width:599px){#destinations-blubrry .hosting-marketing-blubrry-logo{width:80%}}@media (max-width:480px){.hosting-marketing-blubrry-logo{width:90%;margin-right:1em;margin-bottom:1em;margin-left:0}.hosting-marketing-text-container{width:90%!important;margin-left:0}.hosting-marketing-button{margin-left:0}}
1
+ #test{font-size:80px}.card{min-height:100px;min-width:100px}.well-z-depth-1{min-height:20px;padding:19px;background-color:#f9f9f9;border:1px solid transparent;border-radius:3px;margin:auto auto 20px auto;width:100%}.ppn-container{margin:10px}.ppn-header{text-align:center;font-family:Montserrat,sans-serif}#ppn-header p{font-size:18px}#ppn-header h2{font-size:30px;text-shadow:0 3px 4px rgba(63,63,63,.2);font-weight:400}#ppn-episode h3{color:#1976d2}#ppn-episode i{margin-top:7px;display:block;padding:0 0 0 55px}.jumbotron{background-image:url("../images/ShowPageRedesign_Banner BG Image.jpg");background-size:cover;border:1px solid;padding-right:0;overflow:inherit;margin-bottom:0}.jumbotron .share-icons{position:relative;color:#fff;font-size:25px;background:rgba(25,25,25,.35);width:100%;float:right;height:40px;text-align:center;vertical-align:center}@media screen and (min-width:768px){.container .jumbotron,.container-fluid .jumbotron{padding-right:0!important;padding-left:0!important}}.pp-sub-button{width:100%;height:48px;padding:0;background-color:#888;color:#fff;display:inline-block;margin:10px 0 5px 0;text-decoration:none;text-align:left;vertical-align:middle;line-height:48px;font-size:90%;font-weight:700;overflow:hidden;border-radius:1px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.pp-sub-buttons{width:90%!important;margin:0;margin-left:5%;padding:5px;display:inline-block}.twitter{background-image:url(../images/twitter.png);background-position:0 0;background-repeat:no-repeat}.facebook{background-image:url(../images/facebook.png);background-position:0 0;background-repeat:no-repeat}.linkedin{background-image:url(../images/linkedin.png);background-position:0 0;background-repeat:no-repeat}.email{background-image:url(../images/email.png);background-position:0 0;background-repeat:no-repeat}.pp-sub-buttons .pp-sub-img{width:48px;height:48px;border:0;display:inline-block;vertical-align:middle;margin-right:2px}.pp-sub-img{background-image:url(../images/spriteStandard.png);background-repeat:no-repeat;background-size:294px}.pp-sub-itunes{background-color:#732bbe}.pp-sub-mycast{background-color:#003466}.pp-sub-email,.pp-sub-pr{background-color:#337ec9}.pp-sub-bp,.pp-sub-rss{background-color:#f80}.pp-sub-browse{background-color:#1976d2}.pp-sub-android{background-color:#6ab344}.pp-sub-itunes .pp-sub-img{background:url(../images/spriteStandard.png) -49px 0}.pp-sub-rss .pp-sub-img{background:url(../images/spriteStandard.png) 0 -49px}.pp-sub-email .pp-sub-img{background:url(../images/spriteStandard.png) -196px -49px}.pp-sub-pr .pp-sub-img{background:url(../images/spriteStandard.png) -196px 0}.pp-sub-bp .pp-sub-img{background:url(../images/spriteStandard.png) -147px 0}.pp-sub-mycast .pp-sub-img{background:url(../images/spriteStandard.png) 0 -98px}.pp-sub-share .pp-sub-img{background:url(../images/spriteStandard.png) -245px 0}.pp-sub-browse .pp-sub-img{background:url(../images/spriteStandard.png) -49px -98px}.pp-sub-android .pp-sub-img{background:url(../images/spriteStandard.png) -98px -98px}h4{margin:0}.playnow{width:48px;height:48px;float:left;padding:0;margin:0;margin-right:10px;text-decoration:none;text-align:left;vertical-align:top;line-height:48px;overflow:hidden;background:url(../images/spriteStandard.png) -98px 0;background-color:#1976d2;border-radius:1px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.share-popup{z-index:5000;position:absolute;color:#000;padding:5px;font-weight:400;width:100%;margin:5px;line-height:normal}.share-popup h2{font-size:20px;margin:5px 0 15px 10px}.share-popup ul{list-style-type:none;padding:0;margin:0}.share-popup ul li{font-weight:400;margin:0 10px;height:28px;width:130px;float:left;font-size:16px}.share-popup ul li a{padding-left:24px}.mycast_popup{display:none;z-index:5000;position:absolute;display:none;background-color:#eee;border:1px solid #999;color:#000;padding:5px;font-weight:400;width:300px;margin:5px}.mycast_popup p{margin-top:10px}.episode-container{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}.episode-container a{text-decoration:underline;font-size:18px}@media screen and (min-width:768px){#cbocContent{width:100%;height:100%}}.featured-container{overflow:hidden;width:100%;height:235px;display:flex;margin-right:10px}h3{margin-top:0}.featured-container-large{width:100%;display:flex;flex-wrap:wrap;overflow:hidden;height:235px;justify-content:stretch;flex-direction:row;min-height:336px}.featured{overflow:hidden;min-width:100px;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap}.featured-large{min-width:100px;display:flex;justify-content:stretch;flex-direction:row;flex-wrap:wrap;position:inherit;padding-top:15px}.featured-item{width:130px;justify-content:center;background:#f7f7f7}p{margin-block-start:0;margin-block-end:0;margin:0}.title{margin-bottom:0;font-size:small;font-weight:500;margin-left:8px;background:#f7f7f7}.blubrry-icon{color:#fff}.featured-item-container{width:auto;min-width:150px;justify-content:center;border-radius:2px;display:inline-block;height:200px;background:#f7f7f7;margin:1.5rem;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1)}.artwork{width:150px;padding:1px}#results-artwork{padding:1px;border:solid 2px rgba(0,0,0,.1)}.featured-link{text-decoration:none;color:inherit;justify-content:center}.first{border:none}.header-link{color:inherit;text-decoration:none!important}#featured-container .row{content:"";clear:both;display:flex;position:absolute}.row{margin-left:0!important;margin-right:0!important}#featured-column{float:left;min-width:300px}#search-btn{text-decoration:none}.search-container{display:inline-block}.search-container-container{margin:auto;margin-top:20px}@media (min-width:200px){#search.form-control{width:0%!important}}#search.form-control{width:100%!important}.search-button{position:absolute;right:0;top:0;line-height:0;width:37px;height:37px;font-size:34px}.search-container{margin:auto;padding:0;position:relative;width:100%}.no-style-button{background-color:inherit!important;color:transparent!important;border:none!important;position:absolute;right:0;top:0;height:37px;width:37px}.artwork-container{padding-left:0;height:90px!important;width:90px!important}.results-container{overflow-y:auto;min-width:320px;max-width:800px;margin:auto}.result{padding-top:10px;padding-left:20px;height:120px;border-top:1px solid rgba(0,0,0,.2)}.first{border-top:none}.result-text{float:left;margin-top:-10px;margin-left:10px}@media (min-width:300px){.result-text{max-width:200px}}@media (min-width:400px){.result-text{max-width:250px}}@media (min-width:500px){.result-text{max-width:350px}}@media (min-width:600px){.result-text{max-width:400px}}a>h4{color:inherit}.results-header{border-bottom:2px solid rgba(0,0,0,.4);clear:both;display:block;overflow:auto}.header-text{float:right}.page-next{float:right;width:50%;text-align:right}.page-prev{float:left;width:50%}.page-nav{border-top:2px solid rgba(0,0,0,.4);padding-top:20px}.disabled,.disabled:hover{color:grey;text-decoration:none!important}.audio-panel{margin:0;padding:0}#playist ul{list-style:none;margin:0;padding:20px}#playist li{margin:0;padding:0}#playist li,a{transition:all .5s}.list-group-item.active a{text-decoration:none;color:#fff;vertical-align:bottom;border-color:transparent transparent transparent #fff}.list-group-item{vertical-align:bottom}#playist a{display:block;position:relative;width:100%}#playist li a{display:block;text-decoration:none}#playist li:hover{background-color:#333}#playist li a:hover{text-decoration:none;color:#fff}#playist a{color:#fff;text-decoration:none}.last{display:none}#playlist{padding-left:0}.column{float:left;padding:.5%}.row:after{content:"";display:table;clear:both}.play-button-outer{width:2em;height:2em;cursor:pointer;float:left;padding-right:3%}.play-button{margin:0 auto;position:relative;width:0;height:0;border-style:solid;border-width:1em 0 1em 1.75em;border-color:transparent transparent transparent #0a6ebd;opacity:.75}.active .list-group-item .play-button-outer .play-button{border-color:transparent transparent transparent #fff}.play-button-outer:hover .play-button{opacity:1}.active .play-button{border-color:transparent transparent transparent #fff}.item1{grid-area:header}.item2{grid-area:menu}.item3{grid-area:main}.coverart{grid-area:left;margin-left:25px}.player{grid-area:footer}.share-icons{grid-area:share;margin-top:90%}.grid-container{display:grid;grid-template-areas:'header header header header header header header' 'left main main main main main share' 'footer footer footer footer footer footer footer';grid-template-columns:300px auto auto auto auto auto 300px}@media screen and (max-width:425px){.grid-container{display:grid;grid-template-areas:'left left left left left left' 'share share share share share share' 'footer footer footer footer footer footer'}.coverart{margin-left:0}}.grid-container>div{text-align:center;font-size:30px}.caret{display:inline;float:right;border-top:0;border-bottom:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent;color:#1976d2;margin-top:1%;cursor:pointer}li.active p.caret{display:inline;float:right;border-top:6px dashed;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:0;color:#ffff}.subtitle{margin-block-end:0;margin-left:3%}.mejs__controls,.mejs__mediaelement{background:#eee!important}.mejs__container{border:1px solid #eee}.mejs__container *{color:#020202!important}.mejs__controls button{color:#020101!important}.mejs__controls .mejs__time-rail .mejs__time-total{background:#fff!important}.mejs__controls .mejs__time-rail .mejs__time-current{background:#8f8f8f!important}.mejs__controls .mejs__time-rail .mejs__time-loaded{background:#fff!important}.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total{background:#fff!important}.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current{background:#8f8f8f!important}.category-text{text-decoration:none;font-size:large;font-weight:700}.entry-content a{text-decoration:none!important}.entry-content a:hover{text-decoration:underline}.playbutton{width:48px;height:48px;padding:0;margin:0;display:inline-block;text-decoration:none;text-align:left;vertical-align:top;line-height:48px}.list-group-item{padding:3px}.playbuttoncontainer{float:left;vertical-align:center;margin-right:1%;margin-top:1%}.subshare{vertical-align:text-bottom;display:inline;color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;padding:5px}a:hover a:focus{color:#fff}.ppn-program-description,.ppn-program-talent-name{text-align:left;font-family:Montserrat,sans-serif;letter-spacing:0;color:#444;font-weight:700;opacity:1}.ppn-program-url a{text-align:left;font-family:Montserrat,sans-serif;letter-spacing:0;color:#1976d2;opacity:1}.ppn-episode-title{color:#444;font-family:Montserrat,sans-serif;font-weight:bolder}.ppn-episode-row{outline:1px solid #707070;padding:20px}.ppn-episode-date{color:#444;font-family:Montserrat,sans-serif;font-style:italic;font-size:larger}.ppn-episode-description{color:#444;font-family:Montserrat,sans-serif;font-size:medium}.ppn-download-link{width:150px;max-width:250px;background-color:#1976d2;text-align:center;min-height:40px}@media screen and (max-width:500px){.ppn-download-link{max-width:100%}}.ppn-download-link div{color:#fff;font-family:Montserrat,sans-serif;font-weight:100;font-size:18px;line-height:40px;vertical-align:middle}.ppn-download-arrow{display:inline-block;background-image:url(../images/download.svg);background-repeat:no-repeat;width:30px;height:30px}.ppn-program-sub-title{color:#444;font-family:Montserrat,sans-serif;font-size:x-large;font-weight:bolder;padding-top:10px}.ppn-program-artwork-cell{outline:1px solid #444}div.ppn-artwork-inline{float:left}.ppn-list-artwork,.ppn-program-artwork{max-width:100%}.ppn-program-row{border:1px solid #707070;padding:20px}.ppn-program-title{margin-top:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:500px){.ppn-program-title{font-size:larger}}.ppn-program-detail *{font-family:Montserrat,sans-serif;color:#444}.ppn-program-detail h2{font-weight:bolder}.sub-success{border:1px solid #06843a;display:flex;width:100%;margin-bottom:10px;color:#06843a}.sub-success-icon{background-color:#06843a;margin:-1px}.sub-success-icon-check{width:100%;height:100%;min-height:50px;min-width:80px;background-size:40px 40px!important;background:url(../images/circlecheck.svg) center no-repeat}.sub-error{border:1px solid #b2201a;display:flex;width:100%;margin-bottom:10px;color:#b2201a}.sub-error-icon{background-color:#b2201a;margin:-1px}.sub-error-icon-check{width:100%;height:100%;min-height:50px;min-width:80px;background-size:40px 40px!important;background:url(../images/circleerror.svg) center no-repeat}@media screen and (min-width:688px){.ppn-form-div{margin-left:0;margin-right:60px}}.sub-alert-text{padding:15px;vertical-align:center}.sub-form{border:1px solid #707070;padding:20px;font-family:Montserrat,sans-serif}.sub-checkbox-cl{display:none}.sub-checkbox-cl-label{display:inline-block;position:relative;vertical-align:middle;margin:5px;cursor:pointer;font-weight:400}.sub-checkbox-cl+.sub-checkbox-cl-label:before{content:'';background:#ddd;border-radius:5px;border:2px solid #ddd;display:inline-block;vertical-align:middle;width:20px;height:20px;padding:2px;margin-right:10px;text-align:center}.sub-checkbox-cl:checked+.sub-checkbox-cl-label:after{content:"";padding:2px;text-align:center;position:absolute;width:1px;height:12px;border:solid #1c7cd5;border-width:0 3px 3px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);top:6px;left:6px}.sub-checkbox-cl:checked{background:#1c7cd5}.sub-btn{width:150px;height:40px;text-align:center;border:none;background-color:#1976d2;color:#fff;font-family:Montserrat,sans-serif}.ppn-grid-header{padding-top:5%}.ppn-grid-rows{position:relative;top:0;left:0;height:100%;width:100%;margin-bottom:20px}.ppn-grid-cell{position:relative;align-content:center}.ppn-grid-img{align-items:center;justify-content:center;display:block}.ppn-grid-title{line-height:1.5em;height:3em;overflow:hidden}.ppn-grid-title:hover{cursor:hand}.ppn-title{font-size:100%;margin-top:5px;padding-bottom:5px}.ppn-title a{color:#fff;font-family:Montserrat,sans-serif}.ppn-img{width:100%;height:100%;max-width:300px!important;max-height:300px!important;position:absolute}.square{width:100%;padding-bottom:100%}.square:after{content:"";display:block;padding-bottom:100%}.app-paragraphs{color:#373a3c;margin:0;font-size:large}.app-form-border{border:none}.tos-color{color:#1976d2}.podcast-filename{margin-top:2%;margin-bottom:1%}.audio-tag-filename{width:100%;margin:2%}.display-inline{display:inline}.display-inline-block{display:inline-block}.podcast-summary-paragraph{color:#000;font-size:small}.text-decoration-none{text-decoration:none}.ppn-subscribe-style{color:#fff;padding:3px}.ppn-share-style{color:#fff;padding:5px}.ppn-margin-bottom{margin-bottom:0}.ppn-claim-style{font-family:Roboto,Arial,Helvetica,sans-serif}.ppn-padding{padding:0}.word-break{word-break:break-all}h1{font-size:38px}
powerpress-player.php CHANGED
@@ -19,8 +19,13 @@ function powerpressplayer_get_extension($media_url, $EpisodeData = array() )
19
  $parts = pathinfo($media_url);
20
  if( !empty($parts['extension']) )
21
  $extension = strtolower($parts['extension']);
22
-
23
- // Hack to use the audio/mp3 content type to set extension to mp3, some folks use tinyurl.com to mp3 files which remove the file extension...
 
 
 
 
 
24
  if( isset($EpisodeData['type']) && $EpisodeData['type'] == 'audio/mpeg' && $extension != 'mp3' )
25
  $extension = 'mp3';
26
 
19
  $parts = pathinfo($media_url);
20
  if( !empty($parts['extension']) )
21
  $extension = strtolower($parts['extension']);
22
+
23
+ $qpos = strpos($extension, "?");
24
+ if ($qpos!==false) {
25
+ $extension = substr($extension, 0, $qpos);
26
+ }
27
+
28
+ // Hack to use the audio/mp3 content type to set extension to mp3, some folks use tinyurl.com to mp3 files which remove the file extension...
29
  if( isset($EpisodeData['type']) && $EpisodeData['type'] == 'audio/mpeg' && $extension != 'mp3' )
30
  $extension = 'mp3';
31
 
powerpress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://create.blubrry.com/resources/powerpress/
5
  Description: <a href="https://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> is the No. 1 Podcasting plugin for WordPress. Developed by podcasters for podcasters; features include Simple and Advanced modes, multiple audio/video player options, subscribe to podcast tools, podcast SEO features, and more! Fully supports Apple Podcasts (previously iTunes), Google Podcasts, Spotify, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
6
- Version: 8.7.3
7
  Author: Blubrry
8
  Author URI: https://blubrry.com/
9
  Requires at least: 3.6
@@ -36,7 +36,7 @@ if( !function_exists('add_action') ) {
36
 
37
  // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
38
 
39
- define('POWERPRESS_VERSION', '8.7.3' );
40
 
41
  // Translation support:
42
  if ( !defined('POWERPRESS_ABSPATH') )
@@ -1460,6 +1460,32 @@ function powerpress_feed_content_type($content_type = '', $feedslug = '')
1460
 
1461
  add_filter( 'feed_content_type', 'powerpress_feed_content_type', 10, 2 );
1462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1463
  // Following code only works for WP 3.3 or older. WP 3.4+ now uses the get_locale setting, so we have to override directly in the get_bloginfo_rss functoin.
1464
  if( version_compare($GLOBALS['wp_version'], '3.4', '<') )
1465
  {
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://create.blubrry.com/resources/powerpress/
5
  Description: <a href="https://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> is the No. 1 Podcasting plugin for WordPress. Developed by podcasters for podcasters; features include Simple and Advanced modes, multiple audio/video player options, subscribe to podcast tools, podcast SEO features, and more! Fully supports Apple Podcasts (previously iTunes), Google Podcasts, Spotify, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
6
+ Version: 8.7.4
7
  Author: Blubrry
8
  Author URI: https://blubrry.com/
9
  Requires at least: 3.6
36
 
37
  // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
38
 
39
+ define('POWERPRESS_VERSION', '8.7.4' );
40
 
41
  // Translation support:
42
  if ( !defined('POWERPRESS_ABSPATH') )
1460
 
1461
  add_filter( 'feed_content_type', 'powerpress_feed_content_type', 10, 2 );
1462
 
1463
+ function wpse_152316_wp_audio_extensions( $ext )
1464
+ {
1465
+ remove_filter( current_filter(), __FUNCTION__ );
1466
+ $ext[] = '';
1467
+ return $ext;
1468
+ }
1469
+
1470
+ /**
1471
+ * Allow unrecognize audio sources hosted on trusted hosts that use query strings on their podcast media.
1472
+ *
1473
+ * @see http://wordpress.stackexchange.com/a/152352/26350
1474
+ */
1475
+
1476
+ add_filter( 'wp_audio_shortcode_override',
1477
+ function( $html, $atts )
1478
+ {
1479
+ $trusted_hosts_use_qstrings = array('traffic.libsyn.com', 'cdn.simplecast.com', 'buzzsprout.com', 'audioboom.com');
1480
+ foreach ($trusted_hosts_use_qstrings as $host) {
1481
+ if (strpos($atts['src'], $host) !== false) {
1482
+ add_filter('wp_audio_extensions', 'wpse_152316_wp_audio_extensions');
1483
+ }
1484
+ }
1485
+ return $html;
1486
+ }
1487
+ , PHP_INT_MAX, 2 );
1488
+
1489
  // Following code only works for WP 3.3 or older. WP 3.4+ now uses the get_locale setting, so we have to override directly in the get_bloginfo_rss functoin.
1490
  if( version_compare($GLOBALS['wp_version'], '3.4', '<') )
1491
  {
powerpressadmin-basic.php CHANGED
@@ -657,7 +657,7 @@ function powerpressadmin_edit_blubrry_services($General, $action_url = false, $a
657
  <span><img src="<?php echo powerpress_get_root_url(); ?>images/done_24px.svg" style="margin: 0 0 0 8%;vertical-align: text-bottom;" alt="<?php echo __('Enabled!', 'powerpress'); ?>" /></span>
658
  <p id="connected-blubrry-blurb"><?php echo __("Connected to <b>Blubrry</b>", 'powerpress'); ?></p>
659
  </div>
660
- <a style="display: block;" class="thickbox" title="<?php echo esc_attr(__('Blubrry Services Integration', 'powerpress')); ?>" href="<?php echo admin_url(); echo wp_nonce_url( "admin.php?action=powerpress-jquery-account-edit", 'powerpress-jquery-account-edit'); ?>&amp;KeepThis=true&amp;TB_iframe=true&amp;width=600&amp;height=400&amp;modal=true" target="_blank"><?php echo __('Go to Blubrry Account', 'powerpress'); ?></a>
661
  </div>
662
  <?php
663
  }
@@ -1125,7 +1125,7 @@ function powerpressadmin_edit_artwork($FeedSettings, $General)
1125
 
1126
  <div class="pp-settings-section">
1127
  <h2><?php echo __('RSS2 Image', 'powerpress'); ?> </h2>
1128
- <label for="Feed[rss2_image]" class="pp-settings-label"><?php echo __('Recommendation: Use Apple Podacst image', 'powerpress'); ?></label>
1129
  <input class="pp-settings-text-input" type="text" id="rss2_image" name="Feed[rss2_image]" value="<?php echo esc_attr( !empty($FeedSettings['rss2_image'])? $FeedSettings['rss2_image']:''); ?>" maxlength="255" />
1130
  <label for="Feed[rss2_image]" class="pp-settings-label-under"><?php echo __('Place the URL to the RSS image above.', 'powerpress'); ?> <?php echo __('Example', 'powerpress'); ?> http://mysite.com/images/rss.jpg</label>
1131
 
657
  <span><img src="<?php echo powerpress_get_root_url(); ?>images/done_24px.svg" style="margin: 0 0 0 8%;vertical-align: text-bottom;" alt="<?php echo __('Enabled!', 'powerpress'); ?>" /></span>
658
  <p id="connected-blubrry-blurb"><?php echo __("Connected to <b>Blubrry</b>", 'powerpress'); ?></p>
659
  </div>
660
+ <a style="display: block;" class="thickbox" title="<?php echo esc_attr(__('Blubrry Services Integration', 'powerpress')); ?>" href="<?php echo admin_url(); echo wp_nonce_url( "admin.php?action=powerpress-jquery-account-edit", 'powerpress-jquery-account-edit'); ?>&amp;KeepThis=true&amp;TB_iframe=true&amp;width=600&amp;height=400&amp;modal=true" target="_blank"><?php echo __('Blubrry Hosting Settings', 'powerpress'); ?></a>
661
  </div>
662
  <?php
663
  }
1125
 
1126
  <div class="pp-settings-section">
1127
  <h2><?php echo __('RSS2 Image', 'powerpress'); ?> </h2>
1128
+ <label for="Feed[rss2_image]" class="pp-settings-label"><?php echo __('Recommendation: Use Apple Podcast image', 'powerpress'); ?></label>
1129
  <input class="pp-settings-text-input" type="text" id="rss2_image" name="Feed[rss2_image]" value="<?php echo esc_attr( !empty($FeedSettings['rss2_image'])? $FeedSettings['rss2_image']:''); ?>" maxlength="255" />
1130
  <label for="Feed[rss2_image]" class="pp-settings-label-under"><?php echo __('Place the URL to the RSS image above.', 'powerpress'); ?> <?php echo __('Example', 'powerpress'); ?> http://mysite.com/images/rss.jpg</label>
1131
 
powerpressadmin.php CHANGED
@@ -3129,10 +3129,8 @@ function powerpress_admin_page_header($page=false, $nonce_field = 'powerpress-ed
3129
  function powerpress_admin_page_footer($SaveButton=true, $form=true)
3130
  {
3131
  if( $SaveButton ) { ?>
3132
- <h2 style="margin-bottom: 0;"><b><?php echo __('Looking for Support, Consulting, or Custom Development?','powerpress'); ?></b></h2>
3133
  <p class="submit" style="margin-top: 0; margin-left: 2em;">
3134
- <?php echo __('Blubrry offers a variety of options, free and paid, to assist you with your podcasting and Internet media needs. Whether you need your theme customized for podcasting or you want consulting on what video format is best for your audience, we have the staff and knowledge to assist.', 'powerpress'); ?>
3135
- <br />
3136
  <a title="<?php echo esc_attr(__('Blubrry Services Info', 'powerpress')); ?>"
3137
  href="https://blubrry.com/services/podcast-hosting/"
3138
  target="_blank"><?php echo __('Learn more about Blubrry Support Options', 'powerpress'); ?></a>
3129
  function powerpress_admin_page_footer($SaveButton=true, $form=true)
3130
  {
3131
  if( $SaveButton ) { ?>
3132
+ <h2 style="margin-bottom: 0;"><b><?php echo __('Looking for Support?','powerpress'); ?></b></h2>
3133
  <p class="submit" style="margin-top: 0; margin-left: 2em;">
 
 
3134
  <a title="<?php echo esc_attr(__('Blubrry Services Info', 'powerpress')); ?>"
3135
  href="https://blubrry.com/services/podcast-hosting/"
3136
  target="_blank"><?php echo __('Learn more about Blubrry Support Options', 'powerpress'); ?></a>
readme.txt CHANGED
@@ -4,15 +4,15 @@ Tags: podcasting, podcast, podcaster, powerpress, itunes, apple, apple podcasts,
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
  Tested up to: 5.8
7
- Stable tag: 8.7.3
8
  Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
9
  License: GPLv2 or later
10
 
11
- No. 1 Podcasting plugin for WordPress, with simple & advanced modes, players, subscribe tools, and more! Supports Apple Podcasts, Google, Spotify,..
12
 
13
  == Description ==
14
 
15
- No. 1 Podcasting plugin for WordPress, with simple & advanced modes, players, subscribe tools, and more!
16
 
17
  [youtube https://www.youtube.com/watch?v=xdoc0VaAZtU]
18
 
@@ -186,6 +186,12 @@ If you are a fan of PowerPress, we would greatly appreciate it if you could take
186
 
187
  == Changelog ==
188
 
 
 
 
 
 
 
189
  = 8.7.3 =
190
  * Released on 09/13/2021
191
  * Corrected admin url in several places to exclude unnecessary admin.php
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
  Tested up to: 5.8
7
+ Stable tag: 8.7.4
8
  Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
9
  License: GPLv2 or later
10
 
11
+ No. 1 Podcasting plugin for WordPress.
12
 
13
  == Description ==
14
 
15
+ No. 1 Podcasting plugin for WordPress.
16
 
17
  [youtube https://www.youtube.com/watch?v=xdoc0VaAZtU]
18
 
186
 
187
  == Changelog ==
188
 
189
+ = 8.7.4 =
190
+ * Released on 10/04/2021
191
+ * Fixed a missing CSS issue in the onboarding section
192
+ * Updated copy
193
+ * Allow query strings in media from trusted hosts
194
+
195
  = 8.7.3 =
196
  * Released on 09/13/2021
197
  * Corrected admin url in several places to exclude unnecessary admin.php