Make WordPress Themes

Changeset 237520

Timestamp:
08/05/2024 09:06:40 AM (16 months ago)
Author:
themedropbox
Message:

New version of OceanWP - 3.5.9

Location:
oceanwp/3.5.9
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • oceanwp/3.5.9/README.md

    r234745 r237520  
    33**Contributors:** The OceanWP Team
    44**Requires at least:** WordPress 5.6
    5 **Tested up to:** WordPress 6.5.5
     5**Tested up to:** WordPress 6.6.1
    66=======
    7 **Stable tag:** 3.5.8
     7**Stable tag:** 3.5.9
    88**Requires PHP:** 7.4
    99**License:** GPLv2 or later
  • oceanwp/3.5.9/assets/js/sidebar-mobile-menu.min.js

    r228726 r237520  
    1 !function i(n,r,s){function l(t,e){if(!r[t]){if(!n[t]){var o="function"==typeof require&&require;if(!e&&o)return o(t,!0);if(a)return a(t,!0);throw(o=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",o}o=r[t]={exports:{}},n[t][0].call(o.exports,function(e){return l(n[t][1][e]||e)},o,o.exports,i,n,r,s)}return r[t].exports}for(var a="function"==typeof require&&require,e=0;e<s.length;e++)l(s[e]);return l}({1:[function(e,t,o){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.options=void 0;var i=oceanwpLocalize;o.options=i},{}],2:[function(e,t,o){"use strict";var i=e("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(o,"__esModule",{value:!0}),o.fadeOutNav=o.fadeInNav=o.isSelectorValid=o.isElement=o.getSiblings=o.visible=o.offset=o.fadeToggle=o.fadeOut=o.fadeIn=o.slideToggle=o.slideUp=o.slideDown=o.wrap=void 0;var n=i(e("@babel/runtime/helpers/typeof"));o.wrap=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:document.createElement("div");return e.nextSibling?e.parentNode.insertBefore(t,e.nextSibling):e.parentNode.appendChild(t),t.appendChild(e)};function r(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:300,o=window.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.transitionProperty="height",e.style.transitionDuration="".concat(t,"ms"),e.style.opacity=0,e.style.display=o;var i=e.offsetHeight;e.style.height=0,e.style.opacity=1,e.style.overflow="hidden",setTimeout(function(){e.style.height="".concat(i,"px")},5),window.setTimeout(function(){e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property"),e.style.removeProperty("opacity")},t+50)}o.slideDown=r;function s(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:300;e.style.boxSizing="border-box",e.style.transitionProperty="height, margin",e.style.transitionDuration="".concat(t,"ms"),e.style.height="".concat(e.offsetHeight,"px"),e.style.marginTop=0,e.style.marginBottom=0,e.style.overflow="hidden",setTimeout(function(){e.style.height=0},5),window.setTimeout(function(){e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t+50)}o.slideUp=s;o.slideToggle=function(e,t){("none"===window.getComputedStyle(e).display?r:s)(e,t)};function l(e){var t={duration:300,display:null,opacity:1,callback:null};Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=0,e.style.display=t.display||"block",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50)}o.fadeIn=l;function a(e){var t;"none"!==e.style.display&&(t={duration:300,display:null,opacity:0,callback:null},Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=1,e.style.display=t.display||"block",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.display="none",e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50))}o.fadeOut=a;o.fadeToggle=function(e,t){("none"===window.getComputedStyle(e).display?l:a)(e,t)};o.offset=function(e){if(!e.getClientRects().length)return{top:0,left:0};var t=e.getBoundingClientRect(),e=e.ownerDocument.defaultView;return{top:t.top+e.pageYOffset,left:t.left+e.pageXOffset}};o.visible=function(e){return!!e&&!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)};o.getSiblings=function(e){var t=[];if(!e.parentNode)return t;for(var o=e.parentNode.firstChild;o;)1===o.nodeType&&o!==e&&t.push(o),o=o.nextSibling;return t};o.isElement=function(e){return"object"===("undefined"==typeof HTMLElement?"undefined":(0,n.default)(HTMLElement))?e instanceof HTMLElement:e&&"object"===(0,n.default)(e)&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName};var c,e=(c=document.createDocumentFragment(),function(e){try{c.querySelector(e)}catch(e){return!1}return!0});o.isSelectorValid=e;o.fadeInNav=function(e){var t={duration:300,visibility:"visible",opacity:1,callback:null};Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=0,e.style.visibility=t.visibility||"visible",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5)};o.fadeOutNav=function(e){var t;"hidden"!==e.style.visibility&&(t={duration:300,visibility:"hidden",opacity:0,callback:null},Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=1,e.style.visibility=t.visibility||"visible",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.visibility="hidden",e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50))}},{"@babel/runtime/helpers/interopRequireDefault":11,"@babel/runtime/helpers/typeof":12}],3:[function(e,t,o){"use strict";var i=e("@babel/runtime/helpers/interopRequireDefault"),n=i(e("@babel/runtime/helpers/classCallCheck")),r=i(e("@babel/runtime/helpers/defineProperty")),s=i(e("@babel/runtime/helpers/classPrivateFieldSet")),c=i(e("@babel/runtime/helpers/classPrivateFieldGet")),l=e("../../constants"),u=e("../../lib/utils");function a(t,e){var o,i=Object.keys(t);return Object.getOwnPropertySymbols&&(o=Object.getOwnPropertySymbols(t),e&&(o=o.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,o)),i}function d(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?a(Object(o),!0).forEach(function(e){(0,r.default)(t,e,o[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))})}return t}var p=new WeakMap,f=new WeakMap,y=new WeakMap,m=new WeakMap,v=new WeakMap,b=new WeakMap,h=new WeakMap,g=new WeakMap,w=new WeakMap,x=new WeakMap,S=new WeakMap,k=new WeakMap,E=new WeakMap,q=new WeakMap,e=function e(){var a=this;(0,n.default)(this,e),p.set(this,{writable:!0,value:{body:document.body}}),f.set(this,{writable:!0,value:void 0}),y.set(this,{writable:!0,value:void 0}),m.set(this,{writable:!0,value:void 0}),v.set(this,{writable:!0,value:function(){(0,s.default)(a,p,d(d({},(0,c.default)(a,p)),{},{hamburgerBtn:document.querySelector(".mobile-menu > .hamburger"),header:document.querySelector("#site-header")}))}}),b.set(this,{writable:!0,value:function(){(0,s.default)(a,f,!1),(0,c.default)(a,h).call(a),document.querySelector(".sidr-class-dropdown-toggle")||document.querySelectorAll(".sidr-class-menu-item-has-children > a").forEach(function(e){e.insertAdjacentHTML("beforeend",'<span class="sidr-class-dropdown-toggle" tabindex=0></span>')}),(0,s.default)(a,y,"link"==l.options.sidrDropdownTarget?document.querySelectorAll("li.sidr-class-menu-item-has-children > a"):document.querySelectorAll(".sidr-class-dropdown-toggle"))}}),h.set(this,{writable:!0,value:function(){var o=a;sidr.new(".mobile-menu",{name:"sidr",source:l.options.sidrSource,side:l.options.sidrSide,displace:l.options.sidrDisplace,speed:300,renaming:!0,timing:"ease",bind:"click",onOpen:function(){null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close"))&&void 0!==e&&e.focus(),null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close svg"))&&void 0!==e&&e.classList.remove("sidr-class-owp-icon","sidr-class-owp-icon--close"),null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close svg"))&&void 0!==e&&e.classList.add("owp-icon","owp-icon--close"),null!==(e=(0,c.default)(o,p).hamburgerBtn)&&void 0!==e&&e.classList.add("is-active"),(0,c.default)(o,p).header.insertAdjacentHTML("afterend",'<div class="oceanwp-sidr-overlay" tabindex=0></div>');var e=document.querySelector(".oceanwp-sidr-overlay");(0,u.fadeIn)(e),e.addEventListener("click",function(e){e.preventDefault(),e.stopPropagation(),sidr.close("sidr")})},onClose:function(){var e;null!==(e=(0,c.default)(o,p).hamburgerBtn)&&void 0!==e&&e.classList.remove("is-active"),document.querySelectorAll(".sidr-class-menu-item-has-children.active > ul").forEach(function(e){e.style.display="none"}),document.querySelectorAll(".sidr-class-menu-item-has-children.active").forEach(function(e){e.classList.remove("active")});var t=document.querySelector(".oceanwp-sidr-overlay");(0,u.fadeOut)(t),setTimeout(function(){t.remove()})}}),document.querySelectorAll('#sidr [class*="sidr-class-fa"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-fa.*?\b/g,"fa")}),document.querySelectorAll('#sidr [class*="sidr-class-icon"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-icon-.*?\b/g,"icon-")}),document.querySelectorAll('#sidr [class*="sidr-class-dashicons"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-dashicons.*?\b/g,"dashicons")}),document.querySelectorAll('#sidr [class*="sidr-class-elusive"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-el-icon.*?\b/g,"el-icon")}),document.querySelectorAll('#sidr [class*="sidr-class-genericon"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-genericon.*?\b/g,"genericon")}),document.querySelectorAll('#sidr [class*="sidr-class-foundation-icons"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-fi.*?\b/g,"fi")}),(0,s.default)(a,m,document.querySelector("a.sidr-class-toggle-sidr-close"))}}),g.set(this,{writable:!0,value:function(){var e;null!==(e=(0,c.default)(a,p).hamburgerBtn)&&void 0!==e&&e.addEventListener("click",(0,c.default)(a,w)),null!==(e=(0,c.default)(a,m))&&void 0!==e&&e.addEventListener("click",(0,c.default)(a,x)),document.querySelectorAll('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])').forEach(function(e){e.addEventListener("click",(0,c.default)(a,q))}),document.querySelectorAll('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])').forEach(function(e){e.addEventListener("touchend",(0,c.default)(a,q))}),null!==(e=(0,c.default)(a,y))&&void 0!==e&&e.forEach(function(e){e.addEventListener("click",(0,c.default)(a,S)),e.addEventListener("touchend",(0,c.default)(a,S))}),null!==(e=document.querySelectorAll("li.sidr-class-nav-no-click > a"))&&void 0!==e&&e.forEach(function(e){e.addEventListener("click",function(e){e.preventDefault(),e.stopPropagation()})}),document.addEventListener("keydown",(0,c.default)(a,E)),window.addEventListener("resize",(0,c.default)(a,k))}}),w.set(this,{writable:!0,value:function(e){(0,s.default)(a,f,!(0,c.default)(a,f)),e.currentTarget.setAttribute("aria-expanded",(0,c.default)(a,f))}}),x.set(this,{writable:!0,value:function(e){e.preventDefault(),e.stopPropagation(),a.closeSidr(),(0,c.default)(a,m).classList.remove("opened")}}),S.set(this,{writable:!0,value:function(e){e.preventDefault(),e.stopPropagation();var t=e.currentTarget,o=("link"==l.options.sidrDropdownTarget?t:t.parentNode).parentNode,e=o.lastElementChild;null!=o&&o.classList.contains("active")?(o.classList.remove("active"),(0,u.slideUp)(e,250),null!==(t=o.querySelectorAll(".sidr-class-menu-item-has-children.active"))&&void 0!==t&&t.forEach(function(e){e.classList.remove("active"),(0,u.slideUp)(e.querySelector("ul"))})):(o.classList.add("active"),(0,u.slideDown)(e,250))}}),k.set(this,{writable:!0,value:function(e){960<=window.innerWidth&&a.closeSidr()}}),E.set(this,{writable:!0,value:function(e){var t,o,i,n,r,s,l;(0,c.default)(a,p).body.classList.contains("sidr-open")&&(e.stopPropagation(),t=9===e.keyCode,o=e.shiftKey,i=27===e.keyCode,n=13===e.keyCode,r=(0,c.default)(a,m),s=(l=document.querySelector("#sidr").querySelectorAll("a, span.sidr-class-dropdown-toggle, input, button"))[0],l=l[l.length-1],r&&(r.style.outline="",!o&&t&&l===document.activeElement&&(e.preventDefault(),r.style.outline="1px dashed rgba(255, 255, 255, 0.6)",r.focus()),o&&t&&s===document.activeElement&&(e.preventDefault(),r.style.outline="1px dashed rgba(255, 255, 255, 0.6)",r.focus())),i&&(e.preventDefault(),a.closeSidr()),n&&document.activeElement.classList.contains("sidr-class-dropdown-toggle")&&(e.preventDefault(),document.activeElement.click()),t&&s===l&&e.preventDefault())}}),q.set(this,{writable:!0,value:function(e){var t=e.currentTarget.getAttribute("href"),t=t.substring(t.lastIndexOf("#")),o=document.querySelector(t);o&&(e.stopPropagation(),a.closeSidr(),setTimeout(function(){var e=document.querySelector(".oceanwp-sticky-header-holder .has-sticky-mobile"),t=e?e.offsetHeight:0,e=document.querySelector(".oceanwp-sticky-top-bar-holder"),e=e?e.offsetHeight:0,e=o.getBoundingClientRect().top+window.scrollY-t-e;window.scrollTo({top:e,behavior:"smooth"})},50))}}),(0,r.default)(this,"closeSidr",function(){setTimeout(function(){var e;sidr.close("sidr"),null!==(e=(0,c.default)(a,p).hamburgerBtn)&&void 0!==e&&e.classList.remove("is-active")},50)}),void 0!==l.options.sidrSource&&(0,c.default)(this,p).body.classList.contains("sidebar-mobile")&&((0,c.default)(this,v).call(this),(0,c.default)(this,b).call(this),(0,c.default)(this,g).call(this))};window.oceanwp=window.oceanwp||{},oceanwp.sidebarMobileMenu=new e},{"../../constants":1,"../../lib/utils":2,"@babel/runtime/helpers/classCallCheck":6,"@babel/runtime/helpers/classPrivateFieldGet":8,"@babel/runtime/helpers/classPrivateFieldSet":9,"@babel/runtime/helpers/defineProperty":10,"@babel/runtime/helpers/interopRequireDefault":11}],4:[function(e,t,o){t.exports=function(e,t){return t.get?t.get.call(e):t.value},t.exports.default=t.exports,t.exports.__esModule=!0},{}],5:[function(e,t,o){t.exports=function(e,t,o){if(t.set)t.set.call(e,o);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=o}},t.exports.default=t.exports,t.exports.__esModule=!0},{}],6:[function(e,t,o){t.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},t.exports.default=t.exports,t.exports.__esModule=!0},{}],7:[function(e,t,o){t.exports=function(e,t,o){if(!t.has(e))throw new TypeError("attempted to "+o+" private field on non-instance");return t.get(e)},t.exports.default=t.exports,t.exports.__esModule=!0},{}],8:[function(e,t,o){var i=e("./classApplyDescriptorGet.js"),n=e("./classExtractFieldDescriptor.js");t.exports=function(e,t){return t=n(e,t,"get"),i(e,t)},t.exports.default=t.exports,t.exports.__esModule=!0},{"./classApplyDescriptorGet.js":4,"./classExtractFieldDescriptor.js":7}],9:[function(e,t,o){var i=e("./classApplyDescriptorSet.js"),n=e("./classExtractFieldDescriptor.js");t.exports=function(e,t,o){return t=n(e,t,"set"),i(e,t,o),o},t.exports.default=t.exports,t.exports.__esModule=!0},{"./classApplyDescriptorSet.js":5,"./classExtractFieldDescriptor.js":7}],10:[function(e,t,o){t.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},t.exports.default=t.exports,t.exports.__esModule=!0},{}],11:[function(e,t,o){t.exports=function(e){return e&&e.__esModule?e:{default:e}},t.exports.default=t.exports,t.exports.__esModule=!0},{}],12:[function(e,t,o){function i(e){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=i=function(e){return typeof e}:t.exports=i=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t.exports.default=t.exports,t.exports.__esModule=!0,i(e)}t.exports=i,t.exports.default=t.exports,t.exports.__esModule=!0},{}]},{},[3]);
     1!function i(n,s,r){function l(t,e){if(!s[t]){if(!n[t]){var o="function"==typeof require&&require;if(!e&&o)return o(t,!0);if(a)return a(t,!0);throw(o=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",o}o=s[t]={exports:{}},n[t][0].call(o.exports,function(e){return l(n[t][1][e]||e)},o,o.exports,i,n,s,r)}return s[t].exports}for(var a="function"==typeof require&&require,e=0;e<r.length;e++)l(r[e]);return l}({1:[function(e,t,o){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.options=void 0;var i=oceanwpLocalize;o.options=i},{}],2:[function(e,t,o){"use strict";var i=e("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(o,"__esModule",{value:!0}),o.fadeOutNav=o.fadeInNav=o.isSelectorValid=o.isElement=o.getSiblings=o.visible=o.offset=o.fadeToggle=o.fadeOut=o.fadeIn=o.slideToggle=o.slideUp=o.slideDown=o.wrap=void 0;var n=i(e("@babel/runtime/helpers/typeof"));o.wrap=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:document.createElement("div");return e.nextSibling?e.parentNode.insertBefore(t,e.nextSibling):e.parentNode.appendChild(t),t.appendChild(e)};function s(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:300,o=window.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.transitionProperty="height",e.style.transitionDuration="".concat(t,"ms"),e.style.opacity=0,e.style.display=o;var i=e.offsetHeight;e.style.height=0,e.style.opacity=1,e.style.overflow="hidden",setTimeout(function(){e.style.height="".concat(i,"px")},5),window.setTimeout(function(){e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property"),e.style.removeProperty("opacity")},t+50)}o.slideDown=s;function r(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:300;e.style.boxSizing="border-box",e.style.transitionProperty="height, margin",e.style.transitionDuration="".concat(t,"ms"),e.style.height="".concat(e.offsetHeight,"px"),e.style.marginTop=0,e.style.marginBottom=0,e.style.overflow="hidden",setTimeout(function(){e.style.height=0},5),window.setTimeout(function(){e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t+50)}o.slideUp=r;o.slideToggle=function(e,t){("none"===window.getComputedStyle(e).display?s:r)(e,t)};function l(e){var t={duration:300,display:null,opacity:1,callback:null};Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=0,e.style.display=t.display||"block",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50)}o.fadeIn=l;function a(e){var t;"none"!==e.style.display&&(t={duration:300,display:null,opacity:0,callback:null},Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=1,e.style.display=t.display||"block",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.display="none",e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50))}o.fadeOut=a;o.fadeToggle=function(e,t){("none"===window.getComputedStyle(e).display?l:a)(e,t)};o.offset=function(e){if(!e.getClientRects().length)return{top:0,left:0};var t=e.getBoundingClientRect(),e=e.ownerDocument.defaultView;return{top:t.top+e.pageYOffset,left:t.left+e.pageXOffset}};o.visible=function(e){return!!e&&!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)};o.getSiblings=function(e){var t=[];if(!e.parentNode)return t;for(var o=e.parentNode.firstChild;o;)1===o.nodeType&&o!==e&&t.push(o),o=o.nextSibling;return t};o.isElement=function(e){return"object"===("undefined"==typeof HTMLElement?"undefined":(0,n.default)(HTMLElement))?e instanceof HTMLElement:e&&"object"===(0,n.default)(e)&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName};var c,e=(c=document.createDocumentFragment(),function(e){try{c.querySelector(e)}catch(e){return!1}return!0});o.isSelectorValid=e;o.fadeInNav=function(e){var t={duration:300,visibility:"visible",opacity:1,callback:null};Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=0,e.style.visibility=t.visibility||"visible",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5)};o.fadeOutNav=function(e){var t;"hidden"!==e.style.visibility&&(t={duration:300,visibility:"hidden",opacity:0,callback:null},Object.assign(t,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),e.style.opacity=1,e.style.visibility=t.visibility||"visible",setTimeout(function(){e.style.transition="".concat(t.duration,"ms opacity ease"),e.style.opacity=t.opacity},5),setTimeout(function(){e.style.visibility="hidden",e.style.removeProperty("transition"),t.callback&&t.callback()},t.duration+50))}},{"@babel/runtime/helpers/interopRequireDefault":11,"@babel/runtime/helpers/typeof":12}],3:[function(e,t,o){"use strict";var i=e("@babel/runtime/helpers/interopRequireDefault"),n=i(e("@babel/runtime/helpers/classCallCheck")),s=i(e("@babel/runtime/helpers/defineProperty")),r=i(e("@babel/runtime/helpers/classPrivateFieldSet")),c=i(e("@babel/runtime/helpers/classPrivateFieldGet")),l=e("../../constants"),u=e("../../lib/utils");function a(t,e){var o,i=Object.keys(t);return Object.getOwnPropertySymbols&&(o=Object.getOwnPropertySymbols(t),e&&(o=o.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),i.push.apply(i,o)),i}function d(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?a(Object(o),!0).forEach(function(e){(0,s.default)(t,e,o[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):a(Object(o)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))})}return t}var p=new WeakMap,f=new WeakMap,y=new WeakMap,m=new WeakMap,v=new WeakMap,b=new WeakMap,h=new WeakMap,g=new WeakMap,w=new WeakMap,x=new WeakMap,S=new WeakMap,k=new WeakMap,E=new WeakMap,q=new WeakMap,P=new WeakMap,e=function e(){var a=this;(0,n.default)(this,e),p.set(this,{writable:!0,value:{body:document.body}}),f.set(this,{writable:!0,value:void 0}),y.set(this,{writable:!0,value:void 0}),m.set(this,{writable:!0,value:void 0}),v.set(this,{writable:!0,value:function(){(0,r.default)(a,p,d(d({},(0,c.default)(a,p)),{},{hamburgerBtn:document.querySelector(".mobile-menu > .hamburger"),header:document.querySelector("#site-header")}))}}),b.set(this,{writable:!0,value:function(){(0,r.default)(a,f,!1),(0,c.default)(a,h).call(a),document.querySelector(".sidr-class-dropdown-toggle")||document.querySelectorAll(".sidr-class-menu-item-has-children > a").forEach(function(e){e.insertAdjacentHTML("beforeend",'<span class="sidr-class-dropdown-toggle" tabindex=0></span>')}),(0,r.default)(a,y,"link"==l.options.sidrDropdownTarget?document.querySelectorAll("li.sidr-class-menu-item-has-children > a"):document.querySelectorAll(".sidr-class-dropdown-toggle"))}}),h.set(this,{writable:!0,value:function(){var o=a;sidr.new(".mobile-menu",{name:"sidr",source:l.options.sidrSource,side:l.options.sidrSide,displace:l.options.sidrDisplace,speed:300,renaming:!0,timing:"ease",bind:"click",onOpen:function(){null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close"))&&void 0!==e&&e.focus(),null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close svg"))&&void 0!==e&&e.classList.remove("sidr-class-owp-icon","sidr-class-owp-icon--close"),null!==(e=document.querySelector("a.sidr-class-toggle-sidr-close svg"))&&void 0!==e&&e.classList.add("owp-icon","owp-icon--close"),null!==(e=(0,c.default)(o,p).hamburgerBtn)&&void 0!==e&&e.classList.add("is-active"),(0,c.default)(o,p).header.insertAdjacentHTML("afterend",'<div class="oceanwp-sidr-overlay" tabindex=0></div>');var e=document.querySelector(".oceanwp-sidr-overlay");(0,u.fadeIn)(e),e.addEventListener("click",function(e){e.preventDefault(),e.stopPropagation(),sidr.close("sidr")})},onClose:function(){var e;null!==(e=(0,c.default)(o,p).hamburgerBtn)&&void 0!==e&&e.classList.remove("is-active"),document.querySelectorAll(".sidr-class-menu-item-has-children.active > ul").forEach(function(e){e.style.display="none"}),document.querySelectorAll(".sidr-class-menu-item-has-children.active").forEach(function(e){e.classList.remove("active")});var t=document.querySelector(".oceanwp-sidr-overlay");(0,u.fadeOut)(t),setTimeout(function(){t.remove()})}}),document.querySelectorAll('#sidr [class*="opl-logout-link"], #sidr [class*="opl-login-li"], #sidr [class*="opl-link"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-.*?\b/g,"")}),document.querySelectorAll('#sidr [class*="sidr-class-fa"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-fa.*?\b/g,"fa")}),document.querySelectorAll('#sidr [class*="sidr-class-icon"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-icon-.*?\b/g,"icon-")}),document.querySelectorAll('#sidr [class*="sidr-class-dashicons"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-dashicons.*?\b/g,"dashicons")}),document.querySelectorAll('#sidr [class*="sidr-class-elusive"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-el-icon.*?\b/g,"el-icon")}),document.querySelectorAll('#sidr [class*="sidr-class-genericon"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-genericon.*?\b/g,"genericon")}),document.querySelectorAll('#sidr [class*="sidr-class-foundation-icons"]').forEach(function(e){e.className=e.className.replace(/\bsidr-class-fi.*?\b/g,"fi")}),(0,r.default)(a,m,document.querySelector("a.sidr-class-toggle-sidr-close"))}}),g.set(this,{writable:!0,value:function(){var e;null!==(e=(0,c.default)(a,p).hamburgerBtn)&&void 0!==e&&e.addEventListener("click",(0,c.default)(a,w)),null!==(e=(0,c.default)(a,m))&&void 0!==e&&e.addEventListener("click",(0,c.default)(a,x)),document.body.addEventListener("click",function(e){var t=e.target;t.matches('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])')&&!t.matches(".opl-login-li a.opl-link")&&(0,c.default)(a,P).call(a,e)}),document.body.addEventListener("touchend",function(e){var t=e.target;t.matches('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])')&&!t.matches(".opl-login-li a.opl-link")&&(0,c.default)(a,P).call(a,e)}),null!==(e=(0,c.default)(a,y))&&void 0!==e&&e.forEach(function(e){e.addEventListener("click",(0,c.default)(a,S)),e.addEventListener("touchend",(0,c.default)(a,S))}),null!==(e=document.querySelectorAll("li.sidr-class-nav-no-click > a"))&&void 0!==e&&e.forEach(function(e){e.addEventListener("click",function(e){e.preventDefault(),e.stopPropagation()})}),document.addEventListener("keydown",(0,c.default)(a,E)),window.addEventListener("resize",(0,c.default)(a,k)),document.querySelectorAll(".opl-login-li a.opl-link").forEach(function(e){e.addEventListener("click",(0,c.default)(a,q)),e.addEventListener("touchend",(0,c.default)(a,q))})}}),w.set(this,{writable:!0,value:function(e){(0,r.default)(a,f,!(0,c.default)(a,f)),e.currentTarget.setAttribute("aria-expanded",(0,c.default)(a,f))}}),x.set(this,{writable:!0,value:function(e){e.preventDefault(),e.stopPropagation(),a.closeSidr(),(0,c.default)(a,m).classList.remove("opened")}}),S.set(this,{writable:!0,value:function(e){e.preventDefault(),e.stopPropagation();var t=e.currentTarget,o=("link"==l.options.sidrDropdownTarget?t:t.parentNode).parentNode,e=o.lastElementChild;null!=o&&o.classList.contains("active")?(o.classList.remove("active"),(0,u.slideUp)(e,250),null!==(t=o.querySelectorAll(".sidr-class-menu-item-has-children.active"))&&void 0!==t&&t.forEach(function(e){e.classList.remove("active"),(0,u.slideUp)(e.querySelector("ul"))})):(o.classList.add("active"),(0,u.slideDown)(e,250))}}),k.set(this,{writable:!0,value:function(e){960<=window.innerWidth&&a.closeSidr()}}),E.set(this,{writable:!0,value:function(e){var t,o,i,n,s,r,l;(0,c.default)(a,p).body.classList.contains("sidr-open")&&(e.stopPropagation(),t=9===e.keyCode,o=e.shiftKey,i=27===e.keyCode,n=13===e.keyCode,s=(0,c.default)(a,m),r=(l=document.querySelector("#sidr").querySelectorAll("a, span.sidr-class-dropdown-toggle, input, button"))[0],l=l[l.length-1],s&&(s.style.outline="",!o&&t&&l===document.activeElement&&(e.preventDefault(),s.style.outline="1px dashed rgba(255, 255, 255, 0.6)",s.focus()),o&&t&&r===document.activeElement&&(e.preventDefault(),s.style.outline="1px dashed rgba(255, 255, 255, 0.6)",s.focus())),i&&(e.preventDefault(),a.closeSidr()),n&&document.activeElement.classList.contains("sidr-class-dropdown-toggle")&&(e.preventDefault(),document.activeElement.click()),t&&r===l&&e.preventDefault())}}),q.set(this,{writable:!0,value:function(e){a.closeSidr()}}),P.set(this,{writable:!0,value:function(e){var t=e.currentTarget.getAttribute("href"),t=t.substring(t.lastIndexOf("#")),o=document.querySelector(t);o&&(e.stopPropagation(),a.closeSidr(),setTimeout(function(){var e=document.querySelector(".oceanwp-sticky-header-holder .has-sticky-mobile"),t=e?e.offsetHeight:0,e=document.querySelector(".oceanwp-sticky-top-bar-holder"),e=e?e.offsetHeight:0,e=o.getBoundingClientRect().top+window.scrollY-t-e;window.scrollTo({top:e,behavior:"smooth"})},50))}}),(0,s.default)(this,"closeSidr",function(){setTimeout(function(){var e;sidr.close("sidr"),null!==(e=(0,c.default)(a,p).hamburgerBtn)&&void 0!==e&&e.classList.remove("is-active")},50)}),void 0!==l.options.sidrSource&&(0,c.default)(this,p).body.classList.contains("sidebar-mobile")&&((0,c.default)(this,v).call(this),(0,c.default)(this,b).call(this),(0,c.default)(this,g).call(this))};window.oceanwp=window.oceanwp||{},oceanwp.sidebarMobileMenu=new e},{"../../constants":1,"../../lib/utils":2,"@babel/runtime/helpers/classCallCheck":6,"@babel/runtime/helpers/classPrivateFieldGet":8,"@babel/runtime/helpers/classPrivateFieldSet":9,"@babel/runtime/helpers/defineProperty":10,"@babel/runtime/helpers/interopRequireDefault":11}],4:[function(e,t,o){t.exports=function(e,t){return t.get?t.get.call(e):t.value},t.exports.default=t.exports,t.exports.__esModule=!0},{}],5:[function(e,t,o){t.exports=function(e,t,o){if(t.set)t.set.call(e,o);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=o}},t.exports.default=t.exports,t.exports.__esModule=!0},{}],6:[function(e,t,o){t.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},t.exports.default=t.exports,t.exports.__esModule=!0},{}],7:[function(e,t,o){t.exports=function(e,t,o){if(!t.has(e))throw new TypeError("attempted to "+o+" private field on non-instance");return t.get(e)},t.exports.default=t.exports,t.exports.__esModule=!0},{}],8:[function(e,t,o){var i=e("./classApplyDescriptorGet.js"),n=e("./classExtractFieldDescriptor.js");t.exports=function(e,t){return t=n(e,t,"get"),i(e,t)},t.exports.default=t.exports,t.exports.__esModule=!0},{"./classApplyDescriptorGet.js":4,"./classExtractFieldDescriptor.js":7}],9:[function(e,t,o){var i=e("./classApplyDescriptorSet.js"),n=e("./classExtractFieldDescriptor.js");t.exports=function(e,t,o){return t=n(e,t,"set"),i(e,t,o),o},t.exports.default=t.exports,t.exports.__esModule=!0},{"./classApplyDescriptorSet.js":5,"./classExtractFieldDescriptor.js":7}],10:[function(e,t,o){t.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},t.exports.default=t.exports,t.exports.__esModule=!0},{}],11:[function(e,t,o){t.exports=function(e){return e&&e.__esModule?e:{default:e}},t.exports.default=t.exports,t.exports.__esModule=!0},{}],12:[function(e,t,o){function i(e){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=i=function(e){return typeof e}:t.exports=i=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t.exports.default=t.exports,t.exports.__esModule=!0,i(e)}t.exports=i,t.exports.default=t.exports,t.exports.__esModule=!0},{}]},{},[3]);
  • oceanwp/3.5.9/assets/src/js/theme/mobile-menu/sidebar-mobile-menu.js

    r228726 r237520  
    111111
    112112    document
     113      .querySelectorAll('#sidr [class*="opl-logout-link"], #sidr [class*="opl-login-li"], #sidr [class*="opl-link"]')
     114      .forEach((icon) => {
     115        icon.className = icon.className.replace(
     116          /\bsidr-class-.*?\b/g,
     117          ""
     118        );
     119    });
     120
     121    document
    113122      .querySelectorAll('#sidr [class*="sidr-class-fa"]')
    114123      .forEach((icon) => {
     
    124133        );
    125134      });
    126 
    127135
    128136    document
     
    181189    // });
    182190
    183     document
    184     .querySelectorAll('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])')
    185     .forEach((anchorLink) => {
    186       anchorLink.addEventListener("click", this.#onAnchorLinkClick);
    187     });
    188 
    189     document
    190     .querySelectorAll('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])')
    191     .forEach((anchorLink) => {
    192       anchorLink.addEventListener("touchend", this.#onAnchorLinkClick);
     191    // Remove comments from the event listeners and add exclusion for popup login link
     192    document.body.addEventListener("click", (event) => {
     193      const target = event.target;
     194
     195      if (
     196        target.matches('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])') &&
     197        !target.matches('.opl-login-li a.opl-link')
     198      ) {
     199        this.#onAnchorLinkClick(event);
     200      }
     201    });
     202
     203    document.body.addEventListener("touchend", (event) => {
     204      const target = event.target;
     205
     206      if (
     207        target.matches('.sidr-class-dropdown-menu a[href*="#"]:not([href="#"]), .sidr-class-menu-item > a[href*="#"]:not([href="#"])') &&
     208        !target.matches('.opl-login-li a.opl-link')
     209      ) {
     210        this.#onAnchorLinkClick(event);
     211      }
    193212    });
    194213
     
    212231    document.addEventListener("keydown", this.#onDocumentKeydown);
    213232    window.addEventListener("resize", this.#onWindowResize);
     233
     234    // Add event listener for popup login link
     235    document
     236     .querySelectorAll(".opl-login-li a.opl-link")
     237     .forEach((loginLink) => {
     238       loginLink.addEventListener("click", this.#onLoginLinkClick);
     239       loginLink.addEventListener("touchend", this.#onLoginLinkClick);
     240     });
     241
    214242  };
    215243
     
    319347  };
    320348
     349  #onLoginLinkClick = (event) => {
     350    this.closeSidr();
     351  };
     352
    321353  // New method to handle anchor link clicks
    322354  #onAnchorLinkClick = (event) => {
  • oceanwp/3.5.9/changelog.md

    r234745 r237520  
    11# OceanWP Changelog
     2
     3### _2024.08.05_ - 3.5.9
     4- **Updated**:: WordPress version for compatibility.
     5- **Fixed**:: Page Title: 'ocean_page_header_background_image' hook doesn't function with custom background image URL.
     6- **Fixed**:: Header: Mobile Header: Sidebar Style: Ocean Popup Login window doesn't display with this mobile header style.
     7- **Fixed**:: WooCommerce: Archives: Hover Style: Background color doesn't render on the front.
     8- **Fixed**:: Compatibility: WPIDE plugin: Fatal error on plugin activation: Uncaught Error: Call to undefined function oceanwp_theme_panel().
    29
    310### _2024.07.12_ - 3.5.8
  • oceanwp/3.5.9/inc/customizer/settings/woocommerce.php

    r179212 r237520  
    64926492            // Add background color
    64936493            if ( ! empty( $product_background_color ) ) {
    6494                 $css .= '.woocommerce .products .product-inner, .woocommerce ul.products li.product .woo-product-info, .woocommerce ul.products li.product .woo-product-gallery{background-color:'. $product_background_color .';}';
     6494                $css .= '.woocommerce .products .product-inner, .woocommerce ul.products li.product .woo-product-info, .woocommerce ul.products li.product .woo-product-gallery{background-color:'. $product_background_color .' !important;}';
    64956495            }
    64966496
  • oceanwp/3.5.9/inc/helpers.php

    r222387 r237520  
    24852485            $bg_img = apply_filters( 'ocean_page_header_background_image', $bg_img );
    24862486
    2487             // Generate image URL if using ID
    2488             if ( is_numeric( $bg_img ) ) {
    2489                 $bg_img_src = wp_get_attachment_image_src( $bg_img, $bg_img_size );
    2490                 $bg_img = is_array( $bg_img_src ) ? $bg_img_src[0] : $bg_img_src;
     2487            $bg_img_src = null;
     2488
     2489            if (is_numeric($bg_img)) {
     2490                $bg_img_src = wp_get_attachment_image_src($bg_img, $bg_img_size);
    24912491            } else {
    24922492                $bg_image_id = attachment_url_to_postid($bg_img);
    2493                 $bg_img_src = wp_get_attachment_image_src( $bg_image_id, $bg_img_size );
    2494                 $bg_img = is_array( $bg_img_src ) ? $bg_img_src[0] : $bg_img_src;
    2495             }
    2496 
    2497             $bg_img = $bg_img ? $bg_img : null;
    2498             $bg_img = $bg_img;
     2493                if ($bg_image_id) {
     2494                    $bg_img_src = wp_get_attachment_image_src($bg_image_id, $bg_img_size);
     2495                }
     2496            }
     2497
     2498            if (isset($bg_img_src)) {
     2499                $bg_img = is_array($bg_img_src) ? $bg_img_src[0] : null;
     2500            } else {
     2501                $bg_img = $bg_img ? $bg_img : null;
     2502                $bg_img = $bg_img;
     2503            }
    24992504
    25002505            // Immage attrs
     
    49894994function ocean_oe_is_outdated_admin_notice() {
    49904995    if ( file_exists( WP_PLUGIN_DIR . '/ocean-extra/ocean-extra.php' ) ) {
    4991         if ( current_user_can( 'install_plugins' ) ) {
     4996        if ( current_user_can( 'install_plugins' ) && function_exists('oceanwp_theme_panel') ) {
    49924997            $current_oe_version  = oceanwp_theme_panel()->get_current_plugin_version( 'ocean-extra/ocean-extra.php' );
    49934998            $required_oe_version = '2.0.0';
     
    50055010    }
    50065011}
    5007 add_action('admin_notices', 'ocean_oe_is_outdated_admin_notice');
     5012add_action('admin_notices', 'ocean_oe_is_outdated_admin_notice', 15);
    50085013
    50095014/**
  • oceanwp/3.5.9/languages/oceanwp.pot

    r234745 r237520  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-07-12T05:57:21+00:00\n"
     12"POT-Creation-Date: 2024-08-05T07:25:06+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
     
    1717#. Theme Name of the theme
    1818#. Author of the theme
    19 #: inc/helpers.php:3877
    20 #: inc/helpers.php:4939
    21 #: inc/helpers.php:4957
    22 #: inc/helpers.php:4958
     19#: inc/helpers.php:3882
     20#: inc/helpers.php:4944
     21#: inc/helpers.php:4962
     22#: inc/helpers.php:4963
    2323msgid "OceanWP"
    2424msgstr ""
     
    997997#: inc/customizer/settings/blog.php:329
    998998#: inc/customizer/settings/header.php:91
    999 #: inc/helpers.php:4118
     999#: inc/helpers.php:4123
    10001000msgid "Medium"
    10011001msgstr ""
     
    11181118#: inc/customizer/settings/blog.php:763
    11191119#: inc/customizer/settings/woocommerce.php:1903
    1120 #: inc/helpers.php:3530
     1120#: inc/helpers.php:3535
    11211121#: inc/woocommerce/woocommerce-config.php:611
    11221122msgid "End of content"
     
    11301130#: inc/customizer/settings/blog.php:790
    11311131#: inc/customizer/settings/woocommerce.php:1921
    1132 #: inc/helpers.php:3535
     1132#: inc/helpers.php:3540
    11331133#: inc/woocommerce/woocommerce-config.php:616
    11341134msgid "No more pages to load"
     
    11521152#: inc/customizer/settings/blog.php:1696
    11531153#: inc/customizer/settings/lifterlms.php:211
    1154 #: inc/helpers.php:3100
    1155 #: inc/helpers.php:3185
     1154#: inc/helpers.php:3105
     1155#: inc/helpers.php:3190
    11561156msgid "Meta"
    11571157msgstr ""
     
    11801180#: inc/customizer/settings/blog.php:1265
    11811181#: inc/customizer/settings/blog.php:1706
    1182 #: inc/helpers.php:3192
     1182#: inc/helpers.php:3197
    11831183msgid "Comments"
    11841184msgstr ""
     
    13221322
    13231323#: inc/customizer/settings/blog.php:1268
    1324 #: inc/helpers.php:3187
     1324#: inc/helpers.php:3192
    13251325msgid "Tags"
    13261326msgstr ""
     
    19111911#: inc/customizer/settings/woocommerce.php:1600
    19121912#: inc/customizer/settings/woocommerce.php:2088
    1913 #: inc/helpers.php:3099
    1914 #: inc/helpers.php:3184
     1913#: inc/helpers.php:3104
     1914#: inc/helpers.php:3189
    19151915msgid "Title"
    19161916msgstr ""
     
    31893189#: inc/customizer/settings/header.php:2244
    31903190#: inc/customizer/settings/header.php:3575
    3191 #: inc/helpers.php:4002
     3191#: inc/helpers.php:4007
    31923192#: partials/mobile/mobile-icon.php:40
    31933193msgid "Menu"
     
    36913691
    36923692#: inc/customizer/settings/header.php:3592
    3693 #: inc/helpers.php:4003
     3693#: inc/helpers.php:4008
    36943694#: partials/mobile/mobile-dropdown.php:72
    36953695#: partials/mobile/mobile-icon.php:45
     
    37433743
    37443744#: inc/customizer/settings/header.php:3771
    3745 #: inc/helpers.php:4004
     3745#: inc/helpers.php:4009
    37463746#: partials/mobile/mobile-sidr-close.php:31
    37473747msgid "Close Menu"
     
    38853885#: inc/customizer/settings/lifterlms.php:240
    38863886#: inc/customizer/settings/woocommerce.php:1624
    3887 #: inc/helpers.php:3098
    3888 #: inc/helpers.php:3183
     3887#: inc/helpers.php:3103
     3888#: inc/helpers.php:3188
    38893889msgid "Featured Image"
    38903890msgstr ""
     
    39853985#: inc/customizer/settings/topbar.php:306
    39863986#: inc/customizer/settings/topbar.php:340
    3987 #: inc/helpers.php:3101
    3988 #: inc/helpers.php:3186
     3987#: inc/helpers.php:3106
     3988#: inc/helpers.php:3191
    39893989#: inc/third/class-beaver-themer.php:127
    39903990msgid "Content"
     
    43784378
    43794379#: inc/customizer/settings/woocommerce.php:1487
    4380 #: inc/helpers.php:4009
     4380#: inc/helpers.php:4014
    43814381#: inc/woocommerce/woocommerce-config.php:1011
    43824382msgid "Filter"
     
    46754675
    46764676#: inc/customizer/settings/woocommerce.php:2885
    4677 #: inc/helpers.php:3929
     4677#: inc/helpers.php:3934
    46784678msgid "Arrow"
    46794679msgstr ""
     
    51345134msgstr ""
    51355135
    5136 #: inc/helpers.php:3102
     5136#: inc/helpers.php:3107
    51375137msgid "Read More"
    51385138msgstr ""
    51395139
    5140 #: inc/helpers.php:3188
     5140#: inc/helpers.php:3193
    51415141msgid "Social Share"
    51425142msgstr ""
    51435143
    5144 #: inc/helpers.php:3189
     5144#: inc/helpers.php:3194
    51455145msgid "Next/Prev Links"
    51465146msgstr ""
    51475147
    5148 #: inc/helpers.php:3190
     5148#: inc/helpers.php:3195
    51495149msgid "Author Box"
    51505150msgstr ""
    51515151
    5152 #: inc/helpers.php:3191
     5152#: inc/helpers.php:3196
    51535153msgid "Related Posts"
    51545154msgstr ""
    51555155
    51565156#. translators: 1: post reading time.
    5157 #: inc/helpers.php:3279
     5157#: inc/helpers.php:3284
    51585158msgid "%1$s mins read"
    51595159msgstr ""
    51605160
    5161 #: inc/helpers.php:3303
     5161#: inc/helpers.php:3308
    51625162msgid "Pingback:"
    51635163msgstr ""
    51645164
    5165 #: inc/helpers.php:3303
     5165#: inc/helpers.php:3308
    51665166msgid "(Edit)"
    51675167msgstr ""
    51685168
    5169 #: inc/helpers.php:3321
     5169#: inc/helpers.php:3326
    51705170msgid "%s "
    51715171msgstr ""
    51725172
    5173 #: inc/helpers.php:3340
     5173#: inc/helpers.php:3345
    51745174msgid "edit"
    51755175msgstr ""
    51765176
    5177 #: inc/helpers.php:3353
     5177#: inc/helpers.php:3358
    51785178msgid "Your comment is awaiting moderation."
    51795179msgstr ""
    51805180
    5181 #: inc/helpers.php:3393
     5181#: inc/helpers.php:3398
    51825182msgid "Enter your name or username to comment"
    51835183msgstr ""
    51845184
    5185 #: inc/helpers.php:3395
     5185#: inc/helpers.php:3400
    51865186msgid "Enter your email address to comment"
    51875187msgstr ""
    51885188
    5189 #: inc/helpers.php:3397
     5189#: inc/helpers.php:3402
    51905190msgid "Enter your website URL (optional)"
    51915191msgstr ""
    51925192
    5193 #: inc/helpers.php:3468
     5193#: inc/helpers.php:3473
    51945194msgid "Go to the previous page"
    51955195msgstr ""
    51965196
    5197 #: inc/helpers.php:3469
     5197#: inc/helpers.php:3474
    51985198msgid "Go to the next page"
    51995199msgstr ""
    52005200
    5201 #: inc/helpers.php:3501
    5202 #: inc/helpers.php:3550
     5201#: inc/helpers.php:3506
     5202#: inc/helpers.php:3555
    52035203#: inc/woocommerce/woocommerce-config.php:631
    52045204msgid "Newer Posts"
    52055205msgstr ""
    52065206
    5207 #: inc/helpers.php:3504
    5208 #: inc/helpers.php:3551
     5207#: inc/helpers.php:3509
     5208#: inc/helpers.php:3556
    52095209#: inc/woocommerce/woocommerce-config.php:632
    52105210msgid "Older Posts"
    52115211msgstr ""
    52125212
    5213 #: inc/helpers.php:3922
     5213#: inc/helpers.php:3927
    52145214msgid "Default Icon"
    52155215msgstr ""
    52165216
    5217 #: inc/helpers.php:3923
     5217#: inc/helpers.php:3928
    52185218msgid "3D X"
    52195219msgstr ""
    52205220
    5221 #: inc/helpers.php:3924
     5221#: inc/helpers.php:3929
    52225222msgid "3D X Reverse"
    52235223msgstr ""
    52245224
    5225 #: inc/helpers.php:3925
     5225#: inc/helpers.php:3930
    52265226msgid "3D Y"
    52275227msgstr ""
    52285228
    5229 #: inc/helpers.php:3926
     5229#: inc/helpers.php:3931
    52305230msgid "3D Y Reverse"
    52315231msgstr ""
    52325232
    5233 #: inc/helpers.php:3927
     5233#: inc/helpers.php:3932
    52345234msgid "3D XY"
    52355235msgstr ""
    52365236
    5237 #: inc/helpers.php:3928
     5237#: inc/helpers.php:3933
    52385238msgid "3D XY Reverse"
    52395239msgstr ""
    52405240
    5241 #: inc/helpers.php:3930
     5241#: inc/helpers.php:3935
    52425242msgid "Arrow Reverse"
    52435243msgstr ""
    52445244
    5245 #: inc/helpers.php:3931
     5245#: inc/helpers.php:3936
    52465246msgid "Arrowalt"
    52475247msgstr ""
    52485248
    5249 #: inc/helpers.php:3932
     5249#: inc/helpers.php:3937
    52505250msgid "Arrowalt Reverse"
    52515251msgstr ""
    52525252
    5253 #: inc/helpers.php:3933
     5253#: inc/helpers.php:3938
    52545254msgid "Arrowturn"
    52555255msgstr ""
    52565256
    5257 #: inc/helpers.php:3934
     5257#: inc/helpers.php:3939
    52585258msgid "Arrowturn Reverse"
    52595259msgstr ""
    52605260
    5261 #: inc/helpers.php:3935
     5261#: inc/helpers.php:3940
    52625262msgid "Boring"
    52635263msgstr ""
    52645264
    5265 #: inc/helpers.php:3936
     5265#: inc/helpers.php:3941
    52665266msgid "Collapse"
    52675267msgstr ""
    52685268
    5269 #: inc/helpers.php:3937
     5269#: inc/helpers.php:3942
    52705270msgid "Collapse Reverse"
    52715271msgstr ""
    52725272
    5273 #: inc/helpers.php:3938
     5273#: inc/helpers.php:3943
    52745274msgid "Elastic"
    52755275msgstr ""
    52765276
    5277 #: inc/helpers.php:3939
     5277#: inc/helpers.php:3944
    52785278msgid "Elastic Reverse"
    52795279msgstr ""
    52805280
    5281 #: inc/helpers.php:3940
     5281#: inc/helpers.php:3945
    52825282msgid "Minus"
    52835283msgstr ""
    52845284
    5285 #: inc/helpers.php:3941
     5285#: inc/helpers.php:3946
    52865286msgid "Slider"
    52875287msgstr ""
    52885288
    5289 #: inc/helpers.php:3942
     5289#: inc/helpers.php:3947
    52905290msgid "Slider Reverse"
    52915291msgstr ""
    52925292
    5293 #: inc/helpers.php:3943
     5293#: inc/helpers.php:3948
    52945294msgid "Spin"
    52955295msgstr ""
    52965296
    5297 #: inc/helpers.php:3944
     5297#: inc/helpers.php:3949
    52985298msgid "Spin Reverse"
    52995299msgstr ""
    53005300
    5301 #: inc/helpers.php:3945
     5301#: inc/helpers.php:3950
    53025302msgid "Spring"
    53035303msgstr ""
    53045304
    5305 #: inc/helpers.php:3946
     5305#: inc/helpers.php:3951
    53065306msgid "Spring Reverse"
    53075307msgstr ""
    53085308
    5309 #: inc/helpers.php:3947
     5309#: inc/helpers.php:3952
    53105310msgid "Stand"
    53115311msgstr ""
    53125312
    5313 #: inc/helpers.php:3948
     5313#: inc/helpers.php:3953
    53145314msgid "Stand Reverse"
    53155315msgstr ""
    53165316
    5317 #: inc/helpers.php:3949
     5317#: inc/helpers.php:3954
    53185318msgid "Squeeze"
    53195319msgstr ""
    53205320
    5321 #: inc/helpers.php:3950
     5321#: inc/helpers.php:3955
    53225322msgid "Vortex"
    53235323msgstr ""
    53245324
    5325 #: inc/helpers.php:3951
     5325#: inc/helpers.php:3956
    53265326msgid "Vortex Reverse"
    53275327msgstr ""
    53285328
    5329 #: inc/helpers.php:4005
     5329#: inc/helpers.php:4010
    53305330msgid "Copyright [oceanwp_date] - OceanWP Theme by OceanWP"
    53315331msgstr ""
    53325332
    5333 #: inc/helpers.php:4030
     5333#: inc/helpers.php:4035
    53345334msgid "X"
    53355335msgstr ""
    53365336
    5337 #: inc/helpers.php:4034
     5337#: inc/helpers.php:4039
    53385338msgid "Facebook"
    53395339msgstr ""
    53405340
    5341 #: inc/helpers.php:4038
     5341#: inc/helpers.php:4043
    53425342msgid "Facebook Group"
    53435343msgstr ""
    53445344
    5345 #: inc/helpers.php:4042
     5345#: inc/helpers.php:4047
    53465346msgid "Slack"
    53475347msgstr ""
    53485348
    5349 #: inc/helpers.php:4046
     5349#: inc/helpers.php:4051
    53505350msgid "Threads"
    53515351msgstr ""
    53525352
    5353 #: inc/helpers.php:4050
     5353#: inc/helpers.php:4055
    53545354msgid "Pinterest"
    53555355msgstr ""
    53565356
    5357 #: inc/helpers.php:4054
     5357#: inc/helpers.php:4059
    53585358msgid "Dribbble"
    53595359msgstr ""
    53605360
    5361 #: inc/helpers.php:4058
     5361#: inc/helpers.php:4063
    53625362msgid "VK"
    53635363msgstr ""
    53645364
    5365 #: inc/helpers.php:4062
     5365#: inc/helpers.php:4067
    53665366#: inc/themepanel/views/panes/free-vs-pro.php:77
    53675367msgid "Instagram"
    53685368msgstr ""
    53695369
    5370 #: inc/helpers.php:4066
     5370#: inc/helpers.php:4071
    53715371msgid "LinkedIn"
    53725372msgstr ""
    53735373
    5374 #: inc/helpers.php:4070
     5374#: inc/helpers.php:4075
    53755375msgid "Tumblr"
    53765376msgstr ""
    53775377
    5378 #: inc/helpers.php:4074
     5378#: inc/helpers.php:4079
    53795379msgid "Github"
    53805380msgstr ""
    53815381
    5382 #: inc/helpers.php:4078
     5382#: inc/helpers.php:4083
    53835383msgid "Flickr"
    53845384msgstr ""
    53855385
    5386 #: inc/helpers.php:4082
     5386#: inc/helpers.php:4087
    53875387msgid "Skype"
    53885388msgstr ""
    53895389
    5390 #: inc/helpers.php:4086
     5390#: inc/helpers.php:4091
    53915391msgid "Youtube"
    53925392msgstr ""
    53935393
    5394 #: inc/helpers.php:4090
     5394#: inc/helpers.php:4095
    53955395msgid "Vimeo"
    53965396msgstr ""
    53975397
    5398 #: inc/helpers.php:4094
     5398#: inc/helpers.php:4099
    53995399msgid "Vine"
    54005400msgstr ""
    54015401
    5402 #: inc/helpers.php:4098
     5402#: inc/helpers.php:4103
    54035403msgid "Xing"
    54045404msgstr ""
    54055405
    5406 #: inc/helpers.php:4102
     5406#: inc/helpers.php:4107
    54075407msgid "Yelp"
    54085408msgstr ""
    54095409
    5410 #: inc/helpers.php:4106
     5410#: inc/helpers.php:4111
    54115411msgid "RSS"
    54125412msgstr ""
    54135413
    5414 #: inc/helpers.php:4110
     5414#: inc/helpers.php:4115
    54155415#: inc/oceanwp-strings.php:87
    54165416msgid "Email"
    54175417msgstr ""
    54185418
    5419 #: inc/helpers.php:4114
     5419#: inc/helpers.php:4119
    54205420msgid "TikTok"
    54215421msgstr ""
    54225422
    5423 #: inc/helpers.php:4122
     5423#: inc/helpers.php:4127
    54245424msgid "Telegram"
    54255425msgstr ""
    54265426
    5427 #: inc/helpers.php:4126
     5427#: inc/helpers.php:4131
    54285428msgid "Twitch"
    54295429msgstr ""
    54305430
    5431 #: inc/helpers.php:4130
     5431#: inc/helpers.php:4135
    54325432msgid "Line"
    54335433msgstr ""
    54345434
    5435 #: inc/helpers.php:4134
     5435#: inc/helpers.php:4139
    54365436msgid "QQ"
    54375437msgstr ""
    54385438
    5439 #: inc/helpers.php:4138
     5439#: inc/helpers.php:4143
    54405440msgid "Discord"
    54415441msgstr ""
    54425442
    5443 #: inc/helpers.php:4142
     5443#: inc/helpers.php:4147
    54445444msgid "Mastodon"
    54455445msgstr ""
    54465446
    5447 #: inc/helpers.php:4938
    5448 #: inc/helpers.php:4948
    5449 #: inc/helpers.php:4949
     5447#: inc/helpers.php:4943
     5448#: inc/helpers.php:4953
     5449#: inc/helpers.php:4954
    54505450#: inc/themepanel/views/layout/header.php:22
    54515451msgid "OceanWP Panel"
    54525452msgstr ""
    54535453
    5454 #: inc/helpers.php:4998
     5454#: inc/helpers.php:5003
    54555455#: inc/themepanel/views/panes/home.php:74
    54565456msgid "We made changes to our Theme Panel. To complete the installation and enjoy both old and new features, please make sure the OceanWP theme and all Ocean plugins are up to date."
    54575457msgstr ""
    54585458
    5459 #: inc/helpers.php:4999
     5459#: inc/helpers.php:5004
    54605460msgid "Update and get the new Theme Panel"
    54615461msgstr ""
  • oceanwp/3.5.9/partials/single/tags.php

    r207459 r237520  
    2020
    2121<div class="post-tags clr">
    22     <?php the_tags( '<span class="owp-tag-text">' . esc_attr__( 'Tags: ', 'oceanwp' ) . '</span>', '<span class="owp-sep">,</span> ', '' ); ?>
     22    <?php the_tags( '<span class="owp-tag-texts">' . esc_attr__( 'Tags', 'oceanwp' ) . '</span>: ', '<span class="owp-sep">,</span> ', '' ); ?>
    2323</div>
  • oceanwp/3.5.9/readme.txt

    r234745 r237520  
    11== OceanWP ==
    22Contributors: oceanwp
    3 Tested up to: 6.5.5
    4 Stable tag: 3.5.8
     3Tested up to: 6.6.1
     4Stable tag: 3.5.9
    55Requires PHP: 7.4
    66License: GPLv2 or later
  • oceanwp/3.5.9/sass/style.scss

    r234745 r237520  
    33 * Theme Name:         OceanWP
    44 * Text Domain:        oceanwp
    5  * Version:            3.5.8
    6  * Tested up to:       6.5.5
     5 * Version:            3.5.9
     6 * Tested up to:       6.6.1
    77 * Requires at least:  5.6
    88 * Requires PHP:       7.4
  • oceanwp/3.5.9/style.css

    r234745 r237520  
    22 * Theme Name:         OceanWP
    33 * Text Domain:        oceanwp
    4  * Version:            3.5.8
    5  * Tested up to:       6.5.5
     4 * Version:            3.5.9
     5 * Tested up to:       6.6.1
    66 * Requires at least:  5.6
    77 * Requires PHP:       7.4
Note: See TracChangeset for help on using the changeset viewer.