/**
* Created by PhpStorm.
* User: waqasriaz
* Date: 08/08/16
* Time: 10:38 PM
*/
if( !function_exists('houzez_add_theme_caps') ) {
function houzez_add_theme_caps()
{
// gets the author role
$role = get_role('administrator');
$role->add_cap('create_properties');
$role->add_cap('publish_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->add_cap('edit_properties');
$role->add_cap('delete_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->add_cap('read_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_others_properties');
$role->add_cap('delete_others_properties');
$role->add_cap('edit_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_user_package');
$role->add_cap('delete_user_packages');
$role->add_cap('edit_user_packages');
$role->add_cap('delete_others_user_packages');
$role->add_cap('read_testimonial');
$role->add_cap('edit_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('create_testimonials');
$role->add_cap('publish_testimonials');
$role->add_cap('edit_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('delete_published_testimonials');
$role->add_cap('delete_testimonials');
$role->add_cap('delete_private_testimonials');
$role->add_cap('delete_others_testimonials');
$role->add_cap('edit_others_testimonials');
$role->add_cap('edit_private_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('read_agent');
$role->add_cap('delete_agent');
$role->add_cap('edit_agent');
$role->add_cap('create_agents');
$role->add_cap('edit_agents');
$role->add_cap('edit_others_agents');
$role->add_cap('publish_agents');
$role->add_cap('read_private_agents');
$role->add_cap('delete_agents');
$role->add_cap('delete_private_agents');
$role->add_cap('delete_published_agents');
$role->add_cap('delete_others_agents');
$role->add_cap('edit_private_agents');
$role->add_cap('edit_published_agents');
// gets the author role
$role = get_role('editor');
$role->add_cap('create_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->add_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->add_cap('read_private_properties');
$role->add_cap('delete_private_properties');
$role->add_cap('edit_others_properties');
$role->add_cap('delete_others_properties');
$role->add_cap('edit_private_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('read_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('edit_testimonial');
$role->add_cap('create_testimonials');
$role->add_cap('delete_testimonial');
$role->add_cap('publish_testimonials');
$role->add_cap('edit_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('delete_published_testimonials');
$role->add_cap('delete_testimonials');
$role->add_cap('delete_private_testimonials');
$role->add_cap('delete_others_testimonials');
$role->add_cap('edit_others_testimonials');
$role->add_cap('edit_private_testimonials');
$role->add_cap('edit_published_testimonials');
$role->add_cap('read_agent');
$role->add_cap('delete_agent');
$role->add_cap('edit_agent');
$role->add_cap('create_agents');
$role->add_cap('edit_agents');
$role->add_cap('edit_others_agents');
$role->add_cap('publish_agents');
$role->add_cap('read_private_agents');
$role->add_cap('delete_agents');
$role->add_cap('delete_private_agents');
$role->add_cap('delete_published_agents');
$role->add_cap('delete_others_agents');
$role->add_cap('edit_private_agents');
$role->add_cap('edit_published_agents');
// gets the author role
$role = get_role('houzez_agent');
// $role->add_cap('create_properties');
// $role->add_cap( 'edit_others_posts' ); //edit others' posts for current theme only
$role->add_cap( 'edit_posts' ); // edit own posts
$role->add_cap('delete_posts'); // delete own posts
$role->add_cap('publish_posts'); // publish own posts
// $role->remove_cap('edit_posts'); //removes the permission set before
// $role->remove_cap('delete_posts'); // delete own posts
$role->add_cap('upload_files');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
// $role->add_cap( 'publish_property' );
//$role->add_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->remove_cap('read_private_properties');
$role->remove_cap('delete_private_properties');
$role->remove_cap('edit_others_properties');
$role->remove_cap('delete_others_properties');
$role->remove_cap('edit_private_properties');
$role->add_cap('create_testimonials');
$role->add_cap('read_testimonial');
$role->add_cap('delete_testimonial');
$role->add_cap('edit_testimonial');
// $role->add_cap( 'delete_testimonial' );
$role->remove_cap('publish_testimonials');
$role->remove_cap('edit_testimonials');
$role->remove_cap('edit_published_testimonials');
$role->remove_cap('delete_published_testimonials');
// gets the author role
$role = get_role('contributor');
$role->add_cap('create_properties');
$role->add_cap('read_property');
$role->add_cap('delete_property');
$role->add_cap('edit_property');
$role->remove_cap('publish_properties');
$role->add_cap('edit_properties');
$role->add_cap('edit_published_properties');
$role->add_cap('delete_published_properties');
$role->remove_cap('read_private_properties');
$role->remove_cap('delete_private_properties');
$role->remove_cap('edit_others_properties');
$role->remove_cap('delete_others_properties');
$role->remove_cap('edit_private_properties');
}
add_action('admin_init', 'houzez_add_theme_caps');
}
?>import{proxyCustomElement,HTMLElement,h,Fragment}from"@stencil/core/internal/client";import{a as apiFetch}from"./fetch.js";import{o as onFirstVisible}from"./lazy.js";import{i as intervalString}from"./price.js";import{f as formatTaxDisplay}from"./tax.js";import{d as defineCustomElement$s}from"./sc-alert2.js";import{d as defineCustomElement$r}from"./sc-block-ui2.js";import{d as defineCustomElement$q}from"./sc-button2.js";import{d as defineCustomElement$p}from"./sc-card2.js";import{d as defineCustomElement$o}from"./sc-cc-logo2.js";import{d as defineCustomElement$n}from"./sc-dashboard-module2.js";import{d as defineCustomElement$m}from"./sc-divider2.js";import{d as defineCustomElement$l}from"./sc-empty2.js";import{d as defineCustomElement$k}from"./sc-flex2.js";import{d as defineCustomElement$j}from"./sc-format-bytes2.js";import{d as defineCustomElement$i}from"./sc-format-number2.js";import{d as defineCustomElement$h}from"./sc-icon2.js";import{d as defineCustomElement$g}from"./sc-line-item2.js";import{d as defineCustomElement$f}from"./sc-order-manual-instructions2.js";import{d as defineCustomElement$e}from"./sc-order-status-badge2.js";import{d as defineCustomElement$d}from"./sc-payment-method2.js";import{d as defineCustomElement$c}from"./sc-product-line-item2.js";import{d as defineCustomElement$b}from"./sc-purchase-downloads-list2.js";import{d as defineCustomElement$a}from"./sc-quantity-select2.js";import{d as defineCustomElement$9}from"./sc-skeleton2.js";import{d as defineCustomElement$8}from"./sc-spacing2.js";import{d as defineCustomElement$7}from"./sc-spinner2.js";import{d as defineCustomElement$6}from"./sc-stacked-list2.js";import{d as defineCustomElement$5}from"./sc-stacked-list-row2.js";import{d as defineCustomElement$4}from"./sc-tag2.js";import{d as defineCustomElement$3}from"./sc-text2.js";import{d as defineCustomElement$2}from"./sc-tooltip2.js";import{a as addQueryArgs}from"./add-query-args.js";const scOrderCss=":host{display:block}.order__row{padding:var(--sc-spacing-large);display:grid;gap:var(--sc-spacing-small)}",ScOrderStyle0=scOrderCss,ScOrder$1=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.orderId=void 0,this.customerIds=void 0,this.heading=void 0,this.order=void 0,this.purchases=void 0,this.loading=void 0,this.busy=void 0,this.error=void 0}componentDidLoad(){onFirstVisible(this.el,(()=>{this.fetchOrder(),this.fetchDownloads()}))}async fetchOrder(){try{this.loading=!0,await this.getOrder()}catch(e){console.error(this.error),this.error=(null==e?void 0:e.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.loading=!1}}async fetchDownloads(){try{this.busy=!0,this.purchases=await apiFetch({path:addQueryArgs("surecart/v1/purchases",{expand:["product","product.downloads","download.media"],order_ids:[this.orderId],customer_ids:this.customerIds,downloadable:!0})})}catch(e){console.error(this.error),this.error=(null==e?void 0:e.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.busy=!1}}async getOrder(){this.order=await apiFetch({path:addQueryArgs(`surecart/v1/orders/${this.orderId}`,{expand:["checkout","checkout.line_items","line_item.price","line_item.fees","line_item.variant","variant.image","price.product","checkout.manual_payment_method","checkout.payment_method","checkout.selected_shipping_choice","shipping_choice.shipping_method","payment_method.card","payment_method.payment_instrument","payment_method.paypal_account","payment_method.bank_account","checkout.discount","discount.promotion","checkout.charge"]})})}renderLoading(){return h("sc-flex",{flexDirection:"column",style:{gap:"1em"}},h("sc-skeleton",{style:{width:"20%",display:"inline-block"}}),h("sc-skeleton",{style:{width:"60%",display:"inline-block"}}),h("sc-skeleton",{style:{width:"40%",display:"inline-block"}}))}renderEmpty(){return h("sc-empty",{icon:"shopping-bag"},wp.i18n.__("Order not found.","surecart"))}renderContent(){var e,t,s,n,o,r,i,l;if(this.loading)return this.renderLoading();if(!(null===(e=this.order)||void 0===e?void 0:e.id))return this.renderEmpty();const c=null===(t=this.order)||void 0===t?void 0:t.checkout,a=null===(s=null==c?void 0:c.selected_shipping_choice)||void 0===s?void 0:s.shipping_method,d=null==a?void 0:a.name;return h(Fragment,null,((null===(n=null==c?void 0:c.line_items)||void 0===n?void 0:n.data)||[]).map((e=>{var t,s,n,o,r,i,l;return h("sc-product-line-item",{key:e.id,image:null==e?void 0:e.image,name:null===(s=null===(t=null==e?void 0:e.price)||void 0===t?void 0:t.product)||void 0===s?void 0:s.name,priceName:null===(n=null==e?void 0:e.price)||void 0===n?void 0:n.name,variantLabel:((null==e?void 0:e.variant_options)||[]).filter(Boolean).join(" / ")||null,editable:!1,removable:!1,quantity:e.quantity,amount:e.subtotal_amount,currency:null===(o=null==e?void 0:e.price)||void 0===o?void 0:o.currency,trialDurationDays:null===(r=null==e?void 0:e.price)||void 0===r?void 0:r.trial_duration_days,interval:intervalString(null==e?void 0:e.price),scratchAmount:null==e?void 0:e.scratch_amount,setupFeeTrialEnabled:null===(i=null==e?void 0:e.price)||void 0===i?void 0:i.setup_fee_trial_enabled,fees:null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.data})})),(null==c?void 0:c.subtotal_amount)!==(null==c?void 0:c.total_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Subtotal","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.subtotal_amount})),!!(null==c?void 0:c.trial_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Trial","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.trial_amount})),!!(null==c?void 0:c.discounts)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Discount","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.discounts})),!!(null===(r=null===(o=null==c?void 0:c.discount)||void 0===o?void 0:o.promotion)||void 0===r?void 0:r.code)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Discount","surecart"),h("br",null),h("sc-tag",{type:"success"},wp.i18n.__("Coupon:","surecart")," ",null===(l=null===(i=null==c?void 0:c.discount)||void 0===i?void 0:i.promotion)||void 0===l?void 0:l.code)),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.discount_amount})),!!(null==c?void 0:c.shipping_amount)&&h("sc-line-item",null,h("span",{slot:"description"},`${wp.i18n.__("Shipping","surecart")} ${d?`(${d})`:""}`),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.shipping_amount})),!!(null==c?void 0:c.tax_amount)&&h("sc-line-item",null,h("span",{slot:"description"},`${formatTaxDisplay(null==c?void 0:c.tax_label,"estimated"===(null==c?void 0:c.tax_status))} (${null==c?void 0:c.tax_percent}%)`),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.tax_amount}),!!(null==c?void 0:c.tax_inclusive_amount)&&h("span",{slot:"price-description"},`(${wp.i18n.__("included","surecart")})`)),h("sc-divider",{style:{"--spacing":"var(--sc-spacing-x-small)"}}),h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Total","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.total_amount})),h("span",{slot:"currency"},null==c?void 0:c.currency)),!!(null==c?void 0:c.proration_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Proration","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.proration_amount})),!!(null==c?void 0:c.applied_balance_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Applied Balance","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.applied_balance_amount})),!!(null==c?void 0:c.credited_balance_amount)&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("Credited Balance","surecart")),h("sc-format-number",{slot:"price",style:{"font-weight":"var(--sc-font-weight-semibold)",color:"var(--sc-color-gray-800)"},type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.credited_balance_amount})),(null==c?void 0:c.amount_due)!==(null==c?void 0:c.total_amount)&&h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Amount Due","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.amount_due})),h("span",{slot:"currency"},null==c?void 0:c.currency)),h("sc-divider",{style:{"--spacing":"var(--sc-spacing-x-small)"}}),!!(null==c?void 0:c.paid_amount)&&h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Paid","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.paid_amount})),h("span",{slot:"currency"},null==c?void 0:c.currency)),!!(null==c?void 0:c.refunded_amount)&&h(Fragment,null,h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"description"},wp.i18n.__("Refunded","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.refunded_amount}))),h("sc-line-item",{style:{width:"100%","--price-size":"var(--sc-font-size-x-large)"}},h("span",{slot:"title"},wp.i18n.__("Net Payment","surecart")),h("span",{slot:"price"},h("sc-format-number",{type:"currency",currency:null==c?void 0:c.currency,value:null==c?void 0:c.net_paid_amount})))),(null==c?void 0:c.tax_reverse_charged_amount)>0&&h("sc-line-item",null,h("span",{slot:"description"},wp.i18n.__("*Tax to be paid on reverse charge basis","surecart"))))}render(){var e,t,s,n,o,r,i;const l=null===(e=null==this?void 0:this.order)||void 0===e?void 0:e.checkout,c=null==l?void 0:l.manual_payment_method;return h("sc-spacing",{key:"f3660e2859ee4255f711e2067fe381fde4d46f92",style:{"--spacing":"var(--sc-spacing-large)"}},h("sc-dashboard-module",{key:"2a1c65ecb98b754ff9a9bb90978061afa56bab2f",error:this.error},h("span",{key:"b1e45072c9449404f79c76ee8b20a49ebe32aaba",slot:"heading"},this.loading?h("sc-skeleton",{style:{width:"120px"}}):`#${null===(t=null==this?void 0:this.order)||void 0===t?void 0:t.number}`),!this.loading&&!(null==l?void 0:l.live_mode)&&h("sc-tag",{key:"1fb3235865a5c427e6470552593183fc195fbeab",type:"warning",slot:"end"},wp.i18n.__("Test Mode","surecart")),!!(null==c?void 0:c.name)&&!!(null==c?void 0:c.instructions)&&h("sc-order-manual-instructions",{key:"75384249f7b9dd0349f8dbeabd81f1501d636c7a",manualPaymentTitle:null==c?void 0:c.name,manualPaymentInstructions:null==c?void 0:c.instructions}),h("sc-card",{key:"017c15b6dcc12ca755843eb75f086fed988a09de","no-padding":!this.loading},this.loading?this.renderLoading():h(Fragment,null,h("sc-stacked-list",null,h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Order Status","surecart")),h("sc-order-status-badge",{status:null===(s=null==this?void 0:this.order)||void 0===s?void 0:s.status})),h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Date","surecart")),h("span",null,null===(n=this.order)||void 0===n?void 0:n.created_at_date)),h("sc-stacked-list-row",{style:{"--columns":"2"}},h("div",null,wp.i18n.__("Payment Method","surecart")),h("sc-payment-method",{paymentMethod:null==l?void 0:l.payment_method})),h("div",{class:"order__row"},this.renderContent()))))),(null===(o=this.order)||void 0===o?void 0:o.statement_url)&&h("sc-button",{key:"8d1ac3bf1ce4a45fcbb42e72c79ccdd3e9b6cb7c",type:"primary",href:null===(r=this.order)||void 0===r?void 0:r.statement_url,target:"_blank"},h("sc-icon",{key:"52ad0045ef01787c2bc5b8b53792ebf913e71b7d",name:"inbox",slot:"prefix"}),wp.i18n.__("Download Receipt/Invoice","surecart")),!!(null===(i=this.purchases)||void 0===i?void 0:i.length)&&h("sc-purchase-downloads-list",{key:"2d3b0bfde0417ca434f22bd2c4136877203c0742",heading:wp.i18n.__("Downloads","surecart"),purchases:this.purchases}))}get el(){return this}static get style(){return ScOrderStyle0}},[1,"sc-order",{orderId:[1,"order-id"],customerIds:[16],heading:[1],order:[32],purchases:[32],loading:[32],busy:[32],error:[32]}]);function defineCustomElement$1(){"undefined"!=typeof customElements&&["sc-order","sc-alert","sc-block-ui","sc-button","sc-card","sc-cc-logo","sc-dashboard-module","sc-divider","sc-empty","sc-flex","sc-format-bytes","sc-format-number","sc-icon","sc-line-item","sc-order-manual-instructions","sc-order-status-badge","sc-payment-method","sc-product-line-item","sc-purchase-downloads-list","sc-quantity-select","sc-skeleton","sc-spacing","sc-spinner","sc-stacked-list","sc-stacked-list-row","sc-tag","sc-text","sc-tooltip"].forEach((e=>{switch(e){case"sc-order":customElements.get(e)||customElements.define(e,ScOrder$1);break;case"sc-alert":customElements.get(e)||defineCustomElement$s();break;case"sc-block-ui":customElements.get(e)||defineCustomElement$r();break;case"sc-button":customElements.get(e)||defineCustomElement$q();break;case"sc-card":customElements.get(e)||defineCustomElement$p();break;case"sc-cc-logo":customElements.get(e)||defineCustomElement$o();break;case"sc-dashboard-module":customElements.get(e)||defineCustomElement$n();break;case"sc-divider":customElements.get(e)||defineCustomElement$m();break;case"sc-empty":customElements.get(e)||defineCustomElement$l();break;case"sc-flex":customElements.get(e)||defineCustomElement$k();break;case"sc-format-bytes":customElements.get(e)||defineCustomElement$j();break;case"sc-format-number":customElements.get(e)||defineCustomElement$i();break;case"sc-icon":customElements.get(e)||defineCustomElement$h();break;case"sc-line-item":customElements.get(e)||defineCustomElement$g();break;case"sc-order-manual-instructions":customElements.get(e)||defineCustomElement$f();break;case"sc-order-status-badge":customElements.get(e)||defineCustomElement$e();break;case"sc-payment-method":customElements.get(e)||defineCustomElement$d();break;case"sc-product-line-item":customElements.get(e)||defineCustomElement$c();break;case"sc-purchase-downloads-list":customElements.get(e)||defineCustomElement$b();break;case"sc-quantity-select":customElements.get(e)||defineCustomElement$a();break;case"sc-skeleton":customElements.get(e)||defineCustomElement$9();break;case"sc-spacing":customElements.get(e)||defineCustomElement$8();break;case"sc-spinner":customElements.get(e)||defineCustomElement$7();break;case"sc-stacked-list":customElements.get(e)||defineCustomElement$6();break;case"sc-stacked-list-row":customElements.get(e)||defineCustomElement$5();break;case"sc-tag":customElements.get(e)||defineCustomElement$4();break;case"sc-text":customElements.get(e)||defineCustomElement$3();break;case"sc-tooltip":customElements.get(e)||defineCustomElement$2()}}))}const ScOrder=ScOrder$1,defineCustomElement=defineCustomElement$1;export{ScOrder,defineCustomElement};
Attorney, Lawyer and Legal Advertising and Marketing Wichita Kansas - Atomic Billboards
User registration is disabled in this demo.
Please enter your username or email address. You will receive a link to create a new password via email.
Attorney, Lawyer and Legal Advertising and Marketing Wichita Kansas
Lawyers, law firms, individual practitioners and legal services companies among the most frequent billboard and out-of-home (OOH) advertisers. Law professionals and attorneys are jumping at the opportunity to use affordable digital outdoor advertising to promote areas of expertise and specialties, personal injury settlement, litigation, or judgement wins, divorce, public relations, cross-selling, new hires, build and promote brand, reach new clients. Use billboard ads to expand reach new audiences and client, seek referrals, promote client testimonials, hire attorneys and staff, promote different services and highlight your local win rates, settlements won, or rankings. Digital, LED or electronic billboards are an effective and proven medium that allows attorneys, legal professionals, law firms and lawyers to deliver just the right message at just the right time to a wide variety of audiences.
Contact Atomic Billboards Today!
Top Examples Legal Billboard Advertisements
See also see top 30+ of best, most creative, memorable, eye-catching, and effective billboard advertisements, ideas and example ads for legal, lawyer, attorney, law firm and legal services advertising and marketing . See Fliphound’s ad gallery by industry for more examples of effective billboard ads . See also making the case for legal billboard advertising . If you need an ad designed, we can do this for a $50.00 fee and work with you until you are happy with the creative. Please fill out the Fliphound’s design brief for our creative team to better understand what you are trying to accomplish with your digital outdoor campaign.
Our online affiliate Fliphound allows you to buy local Wichita (ICT) billboards on the Atomic Billboard network and provides you access to the largest online public digital buying platform with more than 730+ digital billboards in 40 states .
Access the midwest’s premium billboard network and find billboards in Wichita Kansas – see Atomic Billboards locations .
Related posts
Non-Profit, Public Service Announcements (PSA), Charity Fund Raising Advertising and Marketing on Digital Billboards in Wichita, Kansas
Local and national non-profits, charities, and other philanthropic organizations benefit greatly...
Continue reading
Telecom, Mobile, Cellular, Cable TV, Satellite, Internet, ISP and Broadband Advertising in Wichita, Kansas
Local and national telecommunication, mobile phone operator, cable tv, cellular, CLECs, wireless,...
Continue reading
Technology, IT, SAS, Internet, App, Mobile Software Advertising and Marketing on Digital Billboards
Local and national technology, information technology, internet, SAS, app, wireless, mobile, and...
Continue reading
Join The Discussion