').addClass('banner banner_action').css({ 'background': 'linear-gradient(to right, rgb( 0, 0, 0 ), rgb( 90, 90, 90 ) )', 'bottom': '0', 'box-shadow': '0 1px 10px rgba(0, 0, 0, 0.6)', 'color': '#FFF', 'font-size': '20px', 'left': '0', 'width': '100%', 'position': 'fixed', }); var viewsInfo = $('
').css({ 'display': 'inline-block', 'font-weight': '700', 'margin-right': '40px', 'padding': '40px', 'background': '#B00000', }).text('{$views_used}/{$level_views}'); var loginLink = $('').attr({ 'href': '{$login_url}', 'title': 'Log in' }).css({ 'border-bottom': '1px dotted #CCC', 'color': '#FFF', 'font-weight': '700', 'text-decoration': 'none', }).text('Log in'); var subscribeLink = $('').attr({ 'href': '{$subscribe_url}', 'title': 'Subscribe now' }).css({ 'border-bottom': '1px dotted #CCC', 'color': '#FFF', 'font-weight': '700', 'text-decoration': 'none', }).text('Subscribe now'); banner.append(viewsInfo).append(loginLink).append(' or ').append(subscribeLink).append(' for unlimited online access.'); $('body').append(banner); }); "; } add_filter('pmprolpv_allow_view_js', 'my_pmprolpv_allow_view_js_views_used_banner', 10, 3);