Business Directory Plugin - Version 5.13.1

Version Description

Download this release

Release Info

Developer sswells
Plugin Icon 128x128 Business Directory Plugin
Version 5.13.1
Comparing to
See all releases

Code changes from version 5.13 to 5.13.1

Files changed (43) hide show
  1. README.TXT +8 -2
  2. assets/css/wpbdp.min.css +1 -1
  3. business-directory-plugin.php +1 -1
  4. includes/admin/class-admin-listings.php +2 -2
  5. includes/class-shortcodes.php +16 -12
  6. includes/class-wpbdp.php +1 -1
  7. includes/compatibility/class-navxt-integration.php +1 -1
  8. includes/helpers/class-listing-display-helper.php +3 -0
  9. includes/themes.php +14 -1
  10. includes/views/search.php +8 -0
  11. includes/widgets/widget-search.php +4 -2
  12. languages/business-directory-plugin-ar.mo +0 -0
  13. languages/business-directory-plugin-ar.po +28 -29
  14. languages/business-directory-plugin-de_DE.mo +0 -0
  15. languages/business-directory-plugin-de_DE.po +28 -29
  16. languages/business-directory-plugin-en_US.po +11 -28
  17. languages/business-directory-plugin-fr_FR.mo +0 -0
  18. languages/business-directory-plugin-fr_FR.po +28 -29
  19. languages/business-directory-plugin-it_IT.mo +0 -0
  20. languages/business-directory-plugin-it_IT.po +28 -29
  21. languages/business-directory-plugin-nl_NL.mo +0 -0
  22. languages/business-directory-plugin-nl_NL.po +28 -29
  23. languages/business-directory-plugin-pl_PL.mo +0 -0
  24. languages/business-directory-plugin-pl_PL.po +33 -34
  25. languages/business-directory-plugin-ru_RU.mo +0 -0
  26. languages/business-directory-plugin-ru_RU.po +28 -29
  27. languages/business-directory-plugin-sv_SE.mo +0 -0
  28. languages/business-directory-plugin-sv_SE.po +28 -29
  29. languages/business-directory-plugin.pot +12 -29
  30. phpmd.xml +0 -46
  31. templates/businessdirectory-listing.tpl.php +3 -5
  32. templates/businessdirectory-listings.tpl.php +2 -4
  33. templates/excerpt_content.tpl.php +1 -1
  34. templates/listings.tpl.php +2 -4
  35. templates/manage_listings.tpl.php +2 -4
  36. templates/parts/listing-images.tpl.php +7 -2
  37. templates/parts/listings-loop.tpl.php +2 -4
  38. templates/search-form.tpl.php +1 -1
  39. templates/search.tpl.php +2 -2
  40. templates/single.tpl.php +7 -6
  41. templates/single_content.tpl.php +2 -16
  42. themes/default/templates/single_content.tpl.php +2 -20
  43. themes/default/theme.json +1 -1
README.TXT CHANGED
@@ -3,8 +3,8 @@ Contributors: businessdirectoryplugin
3
  Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
- Tested up to: 5.7.2
7
- Stable tag: 5.13
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
@@ -163,6 +163,12 @@ Our directory website builder software combined with our add-on modules is the m
163
  * Book review sites
164
 
165
  == Changelog ==
 
 
 
 
 
 
166
  = 5.13 =
167
  * New: Add settings to change the words "Directory", "Listings", and "Listing" under Listings -> General Settings.
168
  * New: Add wpbdp_custom_strings hook to replace additional strings.
3
  Tags: business directory, listings, directory plugin, staff directory, member directory, company directory, team directory, chamber of commerce business directory, church directory, address book, contact directory, local business directory, listings directory, link directory
4
  Requires at least: 4.8
5
  Requires PHP: 5.6
6
+ Tested up to: 5.8
7
+ Stable tag: 5.13.1
8
  License: GPLv2 or later
9
 
10
  The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
163
  * Book review sites
164
 
165
  == Changelog ==
166
+ = 5.13.1 =
167
+ * New: Allow the part/templates to be overridden
168
+ * New: Include the author column on the admin listings page
169
+ * New: Show the count in the search results
170
+ * Fix: Get rid of a couple PHP warnings
171
+
172
  = 5.13 =
173
  * New: Add settings to change the words "Directory", "Listings", and "Listing" under Listings -> General Settings.
174
  * New: Add wpbdp_custom_strings hook to replace additional strings.
assets/css/wpbdp.min.css CHANGED
@@ -1 +1 @@
1
- .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.listing-actions .delete-listing,.listing-actions a.delete-listing{margin-left:20px;margin-right:30px;color:#d64226 !important;background-color:transparent;border:none}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:relative;top:7px;right:-50px;width:150px;margin:0 0 50px;border-radius:0}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .submit-next-button,.wpbdp-with-button-styles #wpbdp-submit-listing-submit-btn{background:#569AF6;background:var(--bd-main-color);border:1px solid #569AF6;border-color:var(--bd-main-color);color:#fff}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .submit-next-button:hover,.wpbdp-with-button-styles #wpbdp-submit-listing-submit-btn:hover{background:transparent;color:#569AF6;color:var(--bd-main-color)}.wpbdp-with-button-styles .submit-back-button{background:transparent;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color)}.wpbdp-with-button-styles .submit-back-button:hover{background:#569AF6;background:var(--bd-main-color);color:#fff}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{margin:10px 0 20px 0;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:5px;font-size:15px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;border:1px solid #f3f3f3;border-color:var(--bd-main-color);color:var(--bd-main-color);border-radius:2px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price label:hover{background:var(--bd-main-color);color:#fff}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{background:var(--bd-main-color);color:#fff}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}
1
+ .wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.listing-actions .delete-listing,.listing-actions a.delete-listing{margin-left:20px;margin-right:30px;color:#d64226 !important;background-color:transparent;border:none}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:relative;top:7px;right:-50px;width:150px;margin:0 0 50px;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .submit-next-button,.wpbdp-with-button-styles #wpbdp-submit-listing-submit-btn{background:#569AF6;background:var(--bd-main-color);border:1px solid #569AF6;border-color:var(--bd-main-color);color:#fff}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .submit-next-button:hover,.wpbdp-with-button-styles #wpbdp-submit-listing-submit-btn:hover{background:transparent;color:#569AF6;color:var(--bd-main-color)}.wpbdp-with-button-styles .submit-back-button{background:transparent;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color)}.wpbdp-with-button-styles .submit-back-button:hover{background:#569AF6;background:var(--bd-main-color);color:#fff}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none}input[type="button"].wpbdp-show-on-mobile{display:none}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{margin:10px 0 20px 0;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:5px;font-size:15px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-large .button{margin:0 3px}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;border:1px solid #f3f3f3;border-color:var(--bd-main-color);color:var(--bd-main-color);border-radius:2px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price label:hover{background:var(--bd-main-color);color:#fff}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{background:var(--bd-main-color);color:#fff}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}
business-directory-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
- * Version: 5.13
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
3
  * Plugin Name: Business Directory Plugin
4
  * Plugin URI: https://businessdirectoryplugin.com
5
  * Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
6
+ * Version: 5.13.1
7
  * Author: Business Directory Team
8
  * Author URI: https://businessdirectoryplugin.com
9
  * Text Domain: business-directory-plugin
includes/admin/class-admin-listings.php CHANGED
@@ -253,8 +253,8 @@ class WPBDP_Admin_Listings {
253
 
254
  // {{{ Custom columns.
255
  function modify_columns( $columns ) {
256
- // Hide comments and author column.
257
- unset( $columns['author'], $columns['comments'] );
258
 
259
  $new_columns = array();
260
 
253
 
254
  // {{{ Custom columns.
255
  function modify_columns( $columns ) {
256
+ // Hide comments column.
257
+ unset( $columns['comments'] );
258
 
259
  $new_columns = array();
260
 
includes/class-shortcodes.php CHANGED
@@ -573,12 +573,12 @@ class WPBDP__Shortcodes {
573
 
574
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars( array( 'images_vars' ) );
575
 
576
- return wpbdp_render(
577
  'parts/listing-images',
578
  array(
579
- 'images' => $vars['images']->extra,
580
- ),
581
- true
582
  );
583
  }
584
 
@@ -595,12 +595,12 @@ class WPBDP__Shortcodes {
595
 
596
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars( array( 'fields_vars' ) );
597
 
598
- return wpbdp_render(
599
  'parts/listing-socials',
600
  array(
601
  'fields' => $vars['fields'],
602
- ),
603
- true
604
  );
605
  }
606
 
@@ -615,13 +615,13 @@ class WPBDP__Shortcodes {
615
  return '';
616
  }
617
 
618
- return wpbdp_render(
619
  'parts/listing-buttons',
620
  array(
621
  'listing_id' => $atts['id'],
622
  'view' => 'single',
623
- ),
624
- false
625
  );
626
  }
627
 
@@ -711,7 +711,7 @@ class WPBDP__Shortcodes {
711
  $template_id = 'single';
712
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars();
713
  $vars = apply_filters( 'wpbdp_template_variables', $vars, $template_id );
714
- $vars = apply_filters( 'wpbdp_template_variables__' . $template_id, $vars, $path );
715
 
716
  $html = '';
717
  foreach ( $sections as $section ) {
@@ -720,7 +720,11 @@ class WPBDP__Shortcodes {
720
  if ( ! empty( $add['value'] ) ) {
721
  $html .= $add['value'];
722
  } elseif ( isset( $add['callback'] ) ) {
723
- $html .= call_user_func_array( $add['callback'], array( $vars, $vars['_template'] ) );
 
 
 
 
724
  }
725
  }
726
  }
573
 
574
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars( array( 'images_vars' ) );
575
 
576
+ return wpbdp_x_part(
577
  'parts/listing-images',
578
  array(
579
+ 'extra_images' => $vars['images']->extra,
580
+ 'echo' => false,
581
+ )
582
  );
583
  }
584
 
595
 
596
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars( array( 'fields_vars' ) );
597
 
598
+ return wpbdp_x_part(
599
  'parts/listing-socials',
600
  array(
601
  'fields' => $vars['fields'],
602
+ 'echo' => false,
603
+ )
604
  );
605
  }
606
 
615
  return '';
616
  }
617
 
618
+ return wpbdp_x_part(
619
  'parts/listing-buttons',
620
  array(
621
  'listing_id' => $atts['id'],
622
  'view' => 'single',
623
+ 'echo' => false,
624
+ )
625
  );
626
  }
627
 
711
  $template_id = 'single';
712
  $vars = WPBDP_Listing_Display_Helper::single_listing_vars();
713
  $vars = apply_filters( 'wpbdp_template_variables', $vars, $template_id );
714
+ $vars = apply_filters( 'wpbdp_template_variables__' . $template_id, $vars, $template_id );
715
 
716
  $html = '';
717
  foreach ( $sections as $section ) {
720
  if ( ! empty( $add['value'] ) ) {
721
  $html .= $add['value'];
722
  } elseif ( isset( $add['callback'] ) ) {
723
+ $send = array( $vars );
724
+ if ( isset( $vars['_template'] ) ) {
725
+ $send[] = $vars['_template'];
726
+ }
727
+ $html .= call_user_func_array( $add['callback'], $send );
728
  }
729
  }
730
  }
includes/class-wpbdp.php CHANGED
@@ -23,7 +23,7 @@ final class WPBDP {
23
  }
24
 
25
  private function setup_constants() {
26
- define( 'WPBDP_VERSION', '5.13' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
23
  }
24
 
25
  private function setup_constants() {
26
+ define( 'WPBDP_VERSION', '5.13.1' );
27
 
28
  define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
29
  define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
includes/compatibility/class-navxt-integration.php CHANGED
@@ -201,7 +201,7 @@ class WPBDP_NavXT_Integration {
201
  }
202
 
203
  function before_search( $trail ) {
204
- $trail->add( new bcn_breadcrumb( _x( 'Search', 'navxt', 'business-directory-plugin' ) ) );
205
  }
206
 
207
  // }}
201
  }
202
 
203
  function before_search( $trail ) {
204
+ $trail->add( new bcn_breadcrumb( __( 'Search', 'business-directory-plugin' ) ) );
205
  }
206
 
207
  // }}
includes/helpers/class-listing-display-helper.php CHANGED
@@ -82,6 +82,9 @@ class WPBDP_Listing_Display_Helper {
82
  }
83
 
84
  if ( ! empty( $vars['images'] ) && $vars['images']->main ) {
 
 
 
85
  $vars['listing_css_class'] .= ' with-image';
86
  }
87
 
82
  }
83
 
84
  if ( ! empty( $vars['images'] ) && $vars['images']->main ) {
85
+ if ( ! isset( $vars['listing_css_class'] ) ) {
86
+ $vars['listing_css_class'] = '';
87
+ }
88
  $vars['listing_css_class'] .= ' with-image';
89
  }
90
 
includes/themes.php CHANGED
@@ -980,7 +980,20 @@ function wpbdp_x_render_page( $template_id, $vars = array() ) {
980
 
981
  function wpbdp_x_part( $template_id, $vars = array() ) {
982
  global $wpbdp;
983
- echo $wpbdp->themes->render_part( $template_id, $vars );
 
 
 
 
 
 
 
 
 
 
 
 
 
984
  }
985
 
986
  function wpbdp_add_template_dir( $dir_or_file ) {
980
 
981
  function wpbdp_x_part( $template_id, $vars = array() ) {
982
  global $wpbdp;
983
+ $echo = ! isset( $vars['echo'] ) || $vars['echo'] === true;
984
+
985
+ // Temporary reverse compatibilty
986
+ if ( isset( $vars['images'] ) && $template_id === 'parts/listing-images' ) {
987
+ _deprecated_argument( __FUNCTION__, '5.13.1', '$vars[images] has been replaced with $vars[extra_images]' );
988
+ $vars['extra_images'] = $vars['images'];
989
+ unset( $vars['images'] );
990
+ }
991
+
992
+ $part = $wpbdp->themes->render_part( $template_id, $vars );
993
+ if ( ! $echo ) {
994
+ return $part;
995
+ }
996
+ echo $part;
997
  }
998
 
999
  function wpbdp_add_template_dir( $dir_or_file ) {
includes/views/search.php CHANGED
@@ -123,6 +123,7 @@ class WPBDP__Views__Search extends WPBDP__View {
123
  'fields' => $fields,
124
  'searching' => $searching,
125
  'results' => $results,
 
126
  )
127
  );
128
 
@@ -134,4 +135,11 @@ class WPBDP__Views__Search extends WPBDP__View {
134
  return $html;
135
  }
136
 
 
 
 
 
 
 
 
137
  }
123
  'fields' => $fields,
124
  'searching' => $searching,
125
  'results' => $results,
126
+ 'count' => $this->get_count(),
127
  )
128
  );
129
 
135
  return $html;
136
  }
137
 
138
+ /**
139
+ * @since 5.13.1
140
+ */
141
+ private function get_count() {
142
+ global $wp_query;
143
+ return $wp_query->found_posts;
144
+ }
145
  }
includes/widgets/widget-search.php CHANGED
@@ -108,8 +108,10 @@ class WPBDP_SearchWidget extends WP_Widget {
108
  <?php
109
  }
110
 
111
- echo sprintf('<p><input type="submit" value="%s" class="submit wpbdp-search-widget-submit" /></p>', _x('Search', 'widgets', 'business-directory-plugin' ));
112
- echo '</form>';
 
 
113
 
114
  echo $after_widget;
115
 
108
  <?php
109
  }
110
 
111
+ ?>
112
+ <p><input type="submit" value="<?php esc_attr_e( 'Search', 'business-directory-plugin' ); ?>" class="submit wpbdp-search-widget-submit" /></p>
113
+ </form>
114
+ <?php
115
 
116
  echo $after_widget;
117
 
languages/business-directory-plugin-ar.mo CHANGED
Binary file
languages/business-directory-plugin-ar.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -63,7 +63,7 @@ msgid "Attributes"
63
  msgstr "سمات الحقل"
64
 
65
  #: includes/admin/class-admin-listings.php:337
66
- #: includes/helpers/class-listing-display-helper.php:125
67
  #, fuzzy
68
  msgid "Featured"
69
  msgstr "حالة مميزة (مثبت)"
@@ -1097,6 +1097,15 @@ msgid ""
1097
  "minutes or contact the administrator if the problem persists."
1098
  msgstr ""
1099
 
 
 
 
 
 
 
 
 
 
1100
  #: includes/controllers/class-addons.php:25
1101
  msgid ""
1102
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2183,12 +2192,6 @@ msgstr "إضافة رسم"
2183
  msgid "Search Payments:"
2184
  msgstr "نتائج البحث"
2185
 
2186
- #: templates/admin/payments-index.tpl.php:13
2187
- #: templates/deprecated/search.tpl.php:8
2188
- #, fuzzy
2189
- msgid "Search"
2190
- msgstr "بحث"
2191
-
2192
  #: templates/admin/privacy-policy.tpl.php:12
2193
  msgid "Suggested text:"
2194
  msgstr ""
@@ -2611,7 +2614,7 @@ msgstr "محتوى المقالة"
2611
  msgid "Next"
2612
  msgstr ""
2613
 
2614
- #: templates/deprecated/search.tpl.php:16
2615
  #, fuzzy
2616
  msgid "Search Results"
2617
  msgstr "نتائج البحث"
@@ -7700,11 +7703,6 @@ msgctxt "navxt"
7700
  msgid "Submit Listing"
7701
  msgstr "إضافة إعلان"
7702
 
7703
- #: includes/compatibility/class-navxt-integration.php:204
7704
- msgctxt "navxt"
7705
- msgid "Search"
7706
- msgstr "بحث"
7707
-
7708
  #: includes/fields/class-fieldtypes-checkbox.php:18
7709
  msgctxt "form-fields api"
7710
  msgid "Checkbox"
@@ -8742,16 +8740,6 @@ msgctxt "search"
8742
  msgid "Clear"
8743
  msgstr "مسح"
8744
 
8745
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8746
- msgctxt "search"
8747
- msgid "Search"
8748
- msgstr "بحث"
8749
-
8750
- #: templates/search.tpl.php:10
8751
- msgctxt "search"
8752
- msgid "Search Results"
8753
- msgstr "نتائج البحث"
8754
-
8755
  #: includes/views/show_listing.php:12
8756
  msgctxt "preview"
8757
  msgid "This is just a preview. The listing has not been published yet."
@@ -8902,11 +8890,6 @@ msgctxt "widgets"
8902
  msgid "Display the following fields in the form."
8903
  msgstr "عرض الحقول التالية في النموذج."
8904
 
8905
- #: includes/widgets/widget-search.php:111
8906
- msgctxt "widgets"
8907
- msgid "Search"
8908
- msgstr "بحث"
8909
-
8910
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8911
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8912
  #: templates/admin/csv-import.tpl.php:117
@@ -9268,6 +9251,22 @@ msgctxt "send-access-keys"
9268
  msgid "Continue"
9269
  msgstr "متابعة"
9270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9271
  #, fuzzy
9272
  #~ msgctxt "fees admin"
9273
  #~ msgid "Listing"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "PO-Revision-Date: 2017-01-16 17:47-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
63
  msgstr "سمات الحقل"
64
 
65
  #: includes/admin/class-admin-listings.php:337
66
+ #: includes/helpers/class-listing-display-helper.php:128
67
  #, fuzzy
68
  msgid "Featured"
69
  msgstr "حالة مميزة (مثبت)"
1097
  "minutes or contact the administrator if the problem persists."
1098
  msgstr ""
1099
 
1100
+ #: includes/compatibility/class-navxt-integration.php:204
1101
+ #: includes/widgets/widget-search.php:112
1102
+ #: templates/admin/payments-index.tpl.php:13
1103
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1104
+ #: templates/search.tpl.php:3
1105
+ #, fuzzy
1106
+ msgid "Search"
1107
+ msgstr "بحث"
1108
+
1109
  #: includes/controllers/class-addons.php:25
1110
  msgid ""
1111
  "Your plugin has been installed. Please reload the page to see more options."
2192
  msgid "Search Payments:"
2193
  msgstr "نتائج البحث"
2194
 
 
 
 
 
 
 
2195
  #: templates/admin/privacy-policy.tpl.php:12
2196
  msgid "Suggested text:"
2197
  msgstr ""
2614
  msgid "Next"
2615
  msgstr ""
2616
 
2617
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2618
  #, fuzzy
2619
  msgid "Search Results"
2620
  msgstr "نتائج البحث"
7703
  msgid "Submit Listing"
7704
  msgstr "إضافة إعلان"
7705
 
 
 
 
 
 
7706
  #: includes/fields/class-fieldtypes-checkbox.php:18
7707
  msgctxt "form-fields api"
7708
  msgid "Checkbox"
8740
  msgid "Clear"
8741
  msgstr "مسح"
8742
 
 
 
 
 
 
 
 
 
 
 
8743
  #: includes/views/show_listing.php:12
8744
  msgctxt "preview"
8745
  msgid "This is just a preview. The listing has not been published yet."
8890
  msgid "Display the following fields in the form."
8891
  msgstr "عرض الحقول التالية في النموذج."
8892
 
 
 
 
 
 
8893
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8894
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8895
  #: templates/admin/csv-import.tpl.php:117
9251
  msgid "Continue"
9252
  msgstr "متابعة"
9253
 
9254
+ #~ msgctxt "navxt"
9255
+ #~ msgid "Search"
9256
+ #~ msgstr "بحث"
9257
+
9258
+ #~ msgctxt "search"
9259
+ #~ msgid "Search"
9260
+ #~ msgstr "بحث"
9261
+
9262
+ #~ msgctxt "search"
9263
+ #~ msgid "Search Results"
9264
+ #~ msgstr "نتائج البحث"
9265
+
9266
+ #~ msgctxt "widgets"
9267
+ #~ msgid "Search"
9268
+ #~ msgstr "بحث"
9269
+
9270
  #, fuzzy
9271
  #~ msgctxt "fees admin"
9272
  #~ msgid "Listing"
languages/business-directory-plugin-de_DE.mo CHANGED
Binary file
languages/business-directory-plugin-de_DE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -62,7 +62,7 @@ msgid "Attributes"
62
  msgstr "Feld Attribute"
63
 
64
  #: includes/admin/class-admin-listings.php:337
65
- #: includes/helpers/class-listing-display-helper.php:125
66
  #, fuzzy
67
  msgid "Featured"
68
  msgstr "unterstützter (unbeweglicher) Status"
@@ -1072,6 +1072,15 @@ msgid ""
1072
  "minutes or contact the administrator if the problem persists."
1073
  msgstr ""
1074
 
 
 
 
 
 
 
 
 
 
1075
  #: includes/controllers/class-addons.php:25
1076
  msgid ""
1077
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2162,12 +2171,6 @@ msgstr "Preis Erstellen"
2162
  msgid "Search Payments:"
2163
  msgstr "Ergebnisse durchsuchen"
2164
 
2165
- #: templates/admin/payments-index.tpl.php:13
2166
- #: templates/deprecated/search.tpl.php:8
2167
- #, fuzzy
2168
- msgid "Search"
2169
- msgstr "Suche"
2170
-
2171
  #: templates/admin/privacy-policy.tpl.php:12
2172
  msgid "Suggested text:"
2173
  msgstr ""
@@ -2597,7 +2600,7 @@ msgstr "Post Inhalt"
2597
  msgid "Next"
2598
  msgstr ""
2599
 
2600
- #: templates/deprecated/search.tpl.php:16
2601
  #, fuzzy
2602
  msgid "Search Results"
2603
  msgstr "Ergebnisse durchsuchen"
@@ -7669,11 +7672,6 @@ msgctxt "navxt"
7669
  msgid "Submit Listing"
7670
  msgstr "Eintrag erstellen"
7671
 
7672
- #: includes/compatibility/class-navxt-integration.php:204
7673
- msgctxt "navxt"
7674
- msgid "Search"
7675
- msgstr "Suche"
7676
-
7677
  #: includes/fields/class-fieldtypes-checkbox.php:18
7678
  msgctxt "form-fields api"
7679
  msgid "Checkbox"
@@ -8723,16 +8721,6 @@ msgctxt "search"
8723
  msgid "Clear"
8724
  msgstr "Zurücksetzen"
8725
 
8726
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8727
- msgctxt "search"
8728
- msgid "Search"
8729
- msgstr "Suche"
8730
-
8731
- #: templates/search.tpl.php:10
8732
- msgctxt "search"
8733
- msgid "Search Results"
8734
- msgstr "Ergebnisse durchsuchen"
8735
-
8736
  #: includes/views/show_listing.php:12
8737
  msgctxt "preview"
8738
  msgid "This is just a preview. The listing has not been published yet."
@@ -8883,11 +8871,6 @@ msgctxt "widgets"
8883
  msgid "Display the following fields in the form."
8884
  msgstr "Diese Felder in der Form anzeigen."
8885
 
8886
- #: includes/widgets/widget-search.php:111
8887
- msgctxt "widgets"
8888
- msgid "Search"
8889
- msgstr "Suche"
8890
-
8891
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8892
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8893
  #: templates/admin/csv-import.tpl.php:117
@@ -9260,6 +9243,22 @@ msgctxt "send-access-keys"
9260
  msgid "Continue"
9261
  msgstr "Weiter"
9262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9263
  #, fuzzy
9264
  #~ msgctxt "fees admin"
9265
  #~ msgid "Listing"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
11
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
62
  msgstr "Feld Attribute"
63
 
64
  #: includes/admin/class-admin-listings.php:337
65
+ #: includes/helpers/class-listing-display-helper.php:128
66
  #, fuzzy
67
  msgid "Featured"
68
  msgstr "unterstützter (unbeweglicher) Status"
1072
  "minutes or contact the administrator if the problem persists."
1073
  msgstr ""
1074
 
1075
+ #: includes/compatibility/class-navxt-integration.php:204
1076
+ #: includes/widgets/widget-search.php:112
1077
+ #: templates/admin/payments-index.tpl.php:13
1078
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1079
+ #: templates/search.tpl.php:3
1080
+ #, fuzzy
1081
+ msgid "Search"
1082
+ msgstr "Suche"
1083
+
1084
  #: includes/controllers/class-addons.php:25
1085
  msgid ""
1086
  "Your plugin has been installed. Please reload the page to see more options."
2171
  msgid "Search Payments:"
2172
  msgstr "Ergebnisse durchsuchen"
2173
 
 
 
 
 
 
 
2174
  #: templates/admin/privacy-policy.tpl.php:12
2175
  msgid "Suggested text:"
2176
  msgstr ""
2600
  msgid "Next"
2601
  msgstr ""
2602
 
2603
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2604
  #, fuzzy
2605
  msgid "Search Results"
2606
  msgstr "Ergebnisse durchsuchen"
7672
  msgid "Submit Listing"
7673
  msgstr "Eintrag erstellen"
7674
 
 
 
 
 
 
7675
  #: includes/fields/class-fieldtypes-checkbox.php:18
7676
  msgctxt "form-fields api"
7677
  msgid "Checkbox"
8721
  msgid "Clear"
8722
  msgstr "Zurücksetzen"
8723
 
 
 
 
 
 
 
 
 
 
 
8724
  #: includes/views/show_listing.php:12
8725
  msgctxt "preview"
8726
  msgid "This is just a preview. The listing has not been published yet."
8871
  msgid "Display the following fields in the form."
8872
  msgstr "Diese Felder in der Form anzeigen."
8873
 
 
 
 
 
 
8874
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8875
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8876
  #: templates/admin/csv-import.tpl.php:117
9243
  msgid "Continue"
9244
  msgstr "Weiter"
9245
 
9246
+ #~ msgctxt "navxt"
9247
+ #~ msgid "Search"
9248
+ #~ msgstr "Suche"
9249
+
9250
+ #~ msgctxt "search"
9251
+ #~ msgid "Search"
9252
+ #~ msgstr "Suche"
9253
+
9254
+ #~ msgctxt "search"
9255
+ #~ msgid "Search Results"
9256
+ #~ msgstr "Ergebnisse durchsuchen"
9257
+
9258
+ #~ msgctxt "widgets"
9259
+ #~ msgid "Search"
9260
+ #~ msgstr "Suche"
9261
+
9262
  #, fuzzy
9263
  #~ msgctxt "fees admin"
9264
  #~ msgid "Listing"
languages/business-directory-plugin-en_US.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -55,7 +55,7 @@ msgid "Attributes"
55
  msgstr ""
56
 
57
  #: includes/admin/class-admin-listings.php:337
58
- #: includes/helpers/class-listing-display-helper.php:125
59
  msgid "Featured"
60
  msgstr ""
61
 
@@ -920,6 +920,14 @@ msgid ""
920
  "minutes or contact the administrator if the problem persists."
921
  msgstr ""
922
 
 
 
 
 
 
 
 
 
923
  #: includes/controllers/class-addons.php:25
924
  msgid ""
925
  "Your plugin has been installed. Please reload the page to see more options."
@@ -1836,11 +1844,6 @@ msgstr ""
1836
  msgid "Search Payments:"
1837
  msgstr ""
1838
 
1839
- #: templates/admin/payments-index.tpl.php:13
1840
- #: templates/deprecated/search.tpl.php:8
1841
- msgid "Search"
1842
- msgstr ""
1843
-
1844
  #: templates/admin/privacy-policy.tpl.php:12
1845
  msgid "Suggested text:"
1846
  msgstr ""
@@ -2200,7 +2203,7 @@ msgstr ""
2200
  msgid "Next"
2201
  msgstr ""
2202
 
2203
- #: templates/deprecated/search.tpl.php:16
2204
  msgid "Search Results"
2205
  msgstr ""
2206
 
@@ -6706,11 +6709,6 @@ msgctxt "navxt"
6706
  msgid "Submit Listing"
6707
  msgstr ""
6708
 
6709
- #: includes/compatibility/class-navxt-integration.php:204
6710
- msgctxt "navxt"
6711
- msgid "Search"
6712
- msgstr ""
6713
-
6714
  #: includes/fields/class-fieldtypes-checkbox.php:18
6715
  msgctxt "form-fields api"
6716
  msgid "Checkbox"
@@ -7666,16 +7664,6 @@ msgctxt "search"
7666
  msgid "Clear"
7667
  msgstr ""
7668
 
7669
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
7670
- msgctxt "search"
7671
- msgid "Search"
7672
- msgstr ""
7673
-
7674
- #: templates/search.tpl.php:10
7675
- msgctxt "search"
7676
- msgid "Search Results"
7677
- msgstr ""
7678
-
7679
  #: includes/views/show_listing.php:12
7680
  msgctxt "preview"
7681
  msgid "This is just a preview. The listing has not been published yet."
@@ -7823,11 +7811,6 @@ msgctxt "widgets"
7823
  msgid "Display the following fields in the form."
7824
  msgstr ""
7825
 
7826
- #: includes/widgets/widget-search.php:111
7827
- msgctxt "widgets"
7828
- msgid "Search"
7829
- msgstr ""
7830
-
7831
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7832
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7833
  #: templates/admin/csv-import.tpl.php:117
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
55
  msgstr ""
56
 
57
  #: includes/admin/class-admin-listings.php:337
58
+ #: includes/helpers/class-listing-display-helper.php:128
59
  msgid "Featured"
60
  msgstr ""
61
 
920
  "minutes or contact the administrator if the problem persists."
921
  msgstr ""
922
 
923
+ #: includes/compatibility/class-navxt-integration.php:204
924
+ #: includes/widgets/widget-search.php:112
925
+ #: templates/admin/payments-index.tpl.php:13
926
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
927
+ #: templates/search.tpl.php:3
928
+ msgid "Search"
929
+ msgstr ""
930
+
931
  #: includes/controllers/class-addons.php:25
932
  msgid ""
933
  "Your plugin has been installed. Please reload the page to see more options."
1844
  msgid "Search Payments:"
1845
  msgstr ""
1846
 
 
 
 
 
 
1847
  #: templates/admin/privacy-policy.tpl.php:12
1848
  msgid "Suggested text:"
1849
  msgstr ""
2203
  msgid "Next"
2204
  msgstr ""
2205
 
2206
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2207
  msgid "Search Results"
2208
  msgstr ""
2209
 
6709
  msgid "Submit Listing"
6710
  msgstr ""
6711
 
 
 
 
 
 
6712
  #: includes/fields/class-fieldtypes-checkbox.php:18
6713
  msgctxt "form-fields api"
6714
  msgid "Checkbox"
7664
  msgid "Clear"
7665
  msgstr ""
7666
 
 
 
 
 
 
 
 
 
 
 
7667
  #: includes/views/show_listing.php:12
7668
  msgctxt "preview"
7669
  msgid "This is just a preview. The listing has not been published yet."
7811
  msgid "Display the following fields in the form."
7812
  msgstr ""
7813
 
 
 
 
 
 
7814
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7815
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7816
  #: templates/admin/csv-import.tpl.php:117
languages/business-directory-plugin-fr_FR.mo CHANGED
Binary file
languages/business-directory-plugin-fr_FR.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -59,7 +59,7 @@ msgid "Attributes"
59
  msgstr "Attributs"
60
 
61
  #: includes/admin/class-admin-listings.php:337
62
- #: includes/helpers/class-listing-display-helper.php:125
63
  #, fuzzy
64
  msgid "Featured"
65
  msgstr "Statut sélectionné (Post-it)"
@@ -1099,6 +1099,15 @@ msgstr ""
1099
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
1100
  "quelques minutes ou contactez l'administrateur si le problème persiste."
1101
 
 
 
 
 
 
 
 
 
 
1102
  #: includes/controllers/class-addons.php:25
1103
  msgid ""
1104
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2222,12 +2231,6 @@ msgstr "Ajouter une note"
2222
  msgid "Search Payments:"
2223
  msgstr "Rechercher des paiements:"
2224
 
2225
- #: templates/admin/payments-index.tpl.php:13
2226
- #: templates/deprecated/search.tpl.php:8
2227
- #, fuzzy
2228
- msgid "Search"
2229
- msgstr "Rechercher"
2230
-
2231
  #: templates/admin/privacy-policy.tpl.php:12
2232
  msgid "Suggested text:"
2233
  msgstr ""
@@ -2672,7 +2675,7 @@ msgstr "Code postal"
2672
  msgid "Next"
2673
  msgstr "Suivant"
2674
 
2675
- #: templates/deprecated/search.tpl.php:16
2676
  #, fuzzy
2677
  msgid "Search Results"
2678
  msgstr "Résultats de la recherche"
@@ -7626,11 +7629,6 @@ msgctxt "navxt"
7626
  msgid "Submit Listing"
7627
  msgstr "Soumettre l'annonce"
7628
 
7629
- #: includes/compatibility/class-navxt-integration.php:204
7630
- msgctxt "navxt"
7631
- msgid "Search"
7632
- msgstr "Rechercher"
7633
-
7634
  #: includes/fields/class-fieldtypes-checkbox.php:18
7635
  msgctxt "form-fields api"
7636
  msgid "Checkbox"
@@ -8712,16 +8710,6 @@ msgctxt "search"
8712
  msgid "Clear"
8713
  msgstr "Effacer"
8714
 
8715
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8716
- msgctxt "search"
8717
- msgid "Search"
8718
- msgstr "Rechercher"
8719
-
8720
- #: templates/search.tpl.php:10
8721
- msgctxt "search"
8722
- msgid "Search Results"
8723
- msgstr "Résultats de la recherche"
8724
-
8725
  #: includes/views/show_listing.php:12
8726
  msgctxt "preview"
8727
  msgid "This is just a preview. The listing has not been published yet."
@@ -8874,11 +8862,6 @@ msgctxt "widgets"
8874
  msgid "Display the following fields in the form."
8875
  msgstr "Afficher les champs suivants dans le formulaire."
8876
 
8877
- #: includes/widgets/widget-search.php:111
8878
- msgctxt "widgets"
8879
- msgid "Search"
8880
- msgstr "Rechercher"
8881
-
8882
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8883
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8884
  #: templates/admin/csv-import.tpl.php:117
@@ -9253,6 +9236,22 @@ msgctxt "send-access-keys"
9253
  msgid "Continue"
9254
  msgstr "Continuer"
9255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9256
  #~ msgctxt "fees admin"
9257
  #~ msgid "Listing"
9258
  #~ msgstr "Annonce"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:32-0500\n"
10
  "Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
11
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
59
  msgstr "Attributs"
60
 
61
  #: includes/admin/class-admin-listings.php:337
62
+ #: includes/helpers/class-listing-display-helper.php:128
63
  #, fuzzy
64
  msgid "Featured"
65
  msgstr "Statut sélectionné (Post-it)"
1099
  "L'annuaire n'est pas disponible pour le moment. Veuillez réessayer dans "
1100
  "quelques minutes ou contactez l'administrateur si le problème persiste."
1101
 
1102
+ #: includes/compatibility/class-navxt-integration.php:204
1103
+ #: includes/widgets/widget-search.php:112
1104
+ #: templates/admin/payments-index.tpl.php:13
1105
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1106
+ #: templates/search.tpl.php:3
1107
+ #, fuzzy
1108
+ msgid "Search"
1109
+ msgstr "Rechercher"
1110
+
1111
  #: includes/controllers/class-addons.php:25
1112
  msgid ""
1113
  "Your plugin has been installed. Please reload the page to see more options."
2231
  msgid "Search Payments:"
2232
  msgstr "Rechercher des paiements:"
2233
 
 
 
 
 
 
 
2234
  #: templates/admin/privacy-policy.tpl.php:12
2235
  msgid "Suggested text:"
2236
  msgstr ""
2675
  msgid "Next"
2676
  msgstr "Suivant"
2677
 
2678
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2679
  #, fuzzy
2680
  msgid "Search Results"
2681
  msgstr "Résultats de la recherche"
7629
  msgid "Submit Listing"
7630
  msgstr "Soumettre l'annonce"
7631
 
 
 
 
 
 
7632
  #: includes/fields/class-fieldtypes-checkbox.php:18
7633
  msgctxt "form-fields api"
7634
  msgid "Checkbox"
8710
  msgid "Clear"
8711
  msgstr "Effacer"
8712
 
 
 
 
 
 
 
 
 
 
 
8713
  #: includes/views/show_listing.php:12
8714
  msgctxt "preview"
8715
  msgid "This is just a preview. The listing has not been published yet."
8862
  msgid "Display the following fields in the form."
8863
  msgstr "Afficher les champs suivants dans le formulaire."
8864
 
 
 
 
 
 
8865
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8866
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8867
  #: templates/admin/csv-import.tpl.php:117
9236
  msgid "Continue"
9237
  msgstr "Continuer"
9238
 
9239
+ #~ msgctxt "navxt"
9240
+ #~ msgid "Search"
9241
+ #~ msgstr "Rechercher"
9242
+
9243
+ #~ msgctxt "search"
9244
+ #~ msgid "Search"
9245
+ #~ msgstr "Rechercher"
9246
+
9247
+ #~ msgctxt "search"
9248
+ #~ msgid "Search Results"
9249
+ #~ msgstr "Résultats de la recherche"
9250
+
9251
+ #~ msgctxt "widgets"
9252
+ #~ msgid "Search"
9253
+ #~ msgstr "Rechercher"
9254
+
9255
  #~ msgctxt "fees admin"
9256
  #~ msgid "Listing"
9257
  #~ msgstr "Annonce"
languages/business-directory-plugin-it_IT.mo CHANGED
Binary file
languages/business-directory-plugin-it_IT.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -64,7 +64,7 @@ msgid "Attributes"
64
  msgstr "Attributi"
65
 
66
  #: includes/admin/class-admin-listings.php:337
67
- #: includes/helpers/class-listing-display-helper.php:125
68
  #, fuzzy
69
  msgid "Featured"
70
  msgstr "In evidenza"
@@ -1100,6 +1100,15 @@ msgstr ""
1100
  "L'elenco non è disponibile al momento. Riprovare tra qualche minuto o "
1101
  "contattare l'amministratore se il problema persiste."
1102
 
 
 
 
 
 
 
 
 
 
1103
  #: includes/controllers/class-addons.php:25
1104
  msgid ""
1105
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2237,12 +2246,6 @@ msgstr "Aggiungi nota"
2237
  msgid "Search Payments:"
2238
  msgstr "Cerca Pagamenti:"
2239
 
2240
- #: templates/admin/payments-index.tpl.php:13
2241
- #: templates/deprecated/search.tpl.php:8
2242
- #, fuzzy
2243
- msgid "Search"
2244
- msgstr "Cerca"
2245
-
2246
  #: templates/admin/privacy-policy.tpl.php:12
2247
  msgid "Suggested text:"
2248
  msgstr "Testo suggerito:"
@@ -2709,7 +2712,7 @@ msgstr "Codice postale"
2709
  msgid "Next"
2710
  msgstr "Successivo"
2711
 
2712
- #: templates/deprecated/search.tpl.php:16
2713
  #, fuzzy
2714
  msgid "Search Results"
2715
  msgstr "Risultati di ricerca"
@@ -7638,11 +7641,6 @@ msgctxt "navxt"
7638
  msgid "Submit Listing"
7639
  msgstr "Invia annuncio"
7640
 
7641
- #: includes/compatibility/class-navxt-integration.php:204
7642
- msgctxt "navxt"
7643
- msgid "Search"
7644
- msgstr "Cerca"
7645
-
7646
  #: includes/fields/class-fieldtypes-checkbox.php:18
7647
  msgctxt "form-fields api"
7648
  msgid "Checkbox"
@@ -8720,16 +8718,6 @@ msgctxt "search"
8720
  msgid "Clear"
8721
  msgstr "Cancella"
8722
 
8723
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8724
- msgctxt "search"
8725
- msgid "Search"
8726
- msgstr "Cerca"
8727
-
8728
- #: templates/search.tpl.php:10
8729
- msgctxt "search"
8730
- msgid "Search Results"
8731
- msgstr "Risultati di ricerca"
8732
-
8733
  #: includes/views/show_listing.php:12
8734
  msgctxt "preview"
8735
  msgid "This is just a preview. The listing has not been published yet."
@@ -8881,11 +8869,6 @@ msgctxt "widgets"
8881
  msgid "Display the following fields in the form."
8882
  msgstr "Visualizzare i seguenti campi nel modulo."
8883
 
8884
- #: includes/widgets/widget-search.php:111
8885
- msgctxt "widgets"
8886
- msgid "Search"
8887
- msgstr "Cerca"
8888
-
8889
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8890
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8891
  #: templates/admin/csv-import.tpl.php:117
@@ -9249,6 +9232,22 @@ msgctxt "send-access-keys"
9249
  msgid "Continue"
9250
  msgstr "Continua"
9251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9252
  #~ msgctxt "fees admin"
9253
  #~ msgid "Listing"
9254
  #~ msgstr "Annuncio"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
64
  msgstr "Attributi"
65
 
66
  #: includes/admin/class-admin-listings.php:337
67
+ #: includes/helpers/class-listing-display-helper.php:128
68
  #, fuzzy
69
  msgid "Featured"
70
  msgstr "In evidenza"
1100
  "L'elenco non è disponibile al momento. Riprovare tra qualche minuto o "
1101
  "contattare l'amministratore se il problema persiste."
1102
 
1103
+ #: includes/compatibility/class-navxt-integration.php:204
1104
+ #: includes/widgets/widget-search.php:112
1105
+ #: templates/admin/payments-index.tpl.php:13
1106
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1107
+ #: templates/search.tpl.php:3
1108
+ #, fuzzy
1109
+ msgid "Search"
1110
+ msgstr "Cerca"
1111
+
1112
  #: includes/controllers/class-addons.php:25
1113
  msgid ""
1114
  "Your plugin has been installed. Please reload the page to see more options."
2246
  msgid "Search Payments:"
2247
  msgstr "Cerca Pagamenti:"
2248
 
 
 
 
 
 
 
2249
  #: templates/admin/privacy-policy.tpl.php:12
2250
  msgid "Suggested text:"
2251
  msgstr "Testo suggerito:"
2712
  msgid "Next"
2713
  msgstr "Successivo"
2714
 
2715
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2716
  #, fuzzy
2717
  msgid "Search Results"
2718
  msgstr "Risultati di ricerca"
7641
  msgid "Submit Listing"
7642
  msgstr "Invia annuncio"
7643
 
 
 
 
 
 
7644
  #: includes/fields/class-fieldtypes-checkbox.php:18
7645
  msgctxt "form-fields api"
7646
  msgid "Checkbox"
8718
  msgid "Clear"
8719
  msgstr "Cancella"
8720
 
 
 
 
 
 
 
 
 
 
 
8721
  #: includes/views/show_listing.php:12
8722
  msgctxt "preview"
8723
  msgid "This is just a preview. The listing has not been published yet."
8869
  msgid "Display the following fields in the form."
8870
  msgstr "Visualizzare i seguenti campi nel modulo."
8871
 
 
 
 
 
 
8872
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8873
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8874
  #: templates/admin/csv-import.tpl.php:117
9232
  msgid "Continue"
9233
  msgstr "Continua"
9234
 
9235
+ #~ msgctxt "navxt"
9236
+ #~ msgid "Search"
9237
+ #~ msgstr "Cerca"
9238
+
9239
+ #~ msgctxt "search"
9240
+ #~ msgid "Search"
9241
+ #~ msgstr "Cerca"
9242
+
9243
+ #~ msgctxt "search"
9244
+ #~ msgid "Search Results"
9245
+ #~ msgstr "Risultati di ricerca"
9246
+
9247
+ #~ msgctxt "widgets"
9248
+ #~ msgid "Search"
9249
+ #~ msgstr "Cerca"
9250
+
9251
  #~ msgctxt "fees admin"
9252
  #~ msgid "Listing"
9253
  #~ msgstr "Annuncio"
languages/business-directory-plugin-nl_NL.mo CHANGED
Binary file
languages/business-directory-plugin-nl_NL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
@@ -58,7 +58,7 @@ msgid "Attributes"
58
  msgstr "Veld attributen"
59
 
60
  #: includes/admin/class-admin-listings.php:337
61
- #: includes/helpers/class-listing-display-helper.php:125
62
  #, fuzzy
63
  msgid "Featured"
64
  msgstr "Aanbieding/sticky"
@@ -1035,6 +1035,15 @@ msgid ""
1035
  "minutes or contact the administrator if the problem persists."
1036
  msgstr ""
1037
 
 
 
 
 
 
 
 
 
 
1038
  #: includes/controllers/class-addons.php:25
1039
  msgid ""
1040
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2047,12 +2056,6 @@ msgstr "Veld toevoegen "
2047
  msgid "Search Payments:"
2048
  msgstr "Zoek resultaten"
2049
 
2050
- #: templates/admin/payments-index.tpl.php:13
2051
- #: templates/deprecated/search.tpl.php:8
2052
- #, fuzzy
2053
- msgid "Search"
2054
- msgstr "Zoek"
2055
-
2056
  #: templates/admin/privacy-policy.tpl.php:12
2057
  msgid "Suggested text:"
2058
  msgstr ""
@@ -2447,7 +2450,7 @@ msgstr "Postcode"
2447
  msgid "Next"
2448
  msgstr ""
2449
 
2450
- #: templates/deprecated/search.tpl.php:16
2451
  #, fuzzy
2452
  msgid "Search Results"
2453
  msgstr "Zoek resultaten"
@@ -7277,11 +7280,6 @@ msgctxt "navxt"
7277
  msgid "Submit Listing"
7278
  msgstr "Registratie Creëren"
7279
 
7280
- #: includes/compatibility/class-navxt-integration.php:204
7281
- msgctxt "navxt"
7282
- msgid "Search"
7283
- msgstr "Zoek"
7284
-
7285
  #: includes/fields/class-fieldtypes-checkbox.php:18
7286
  msgctxt "form-fields api"
7287
  msgid "Checkbox"
@@ -8265,16 +8263,6 @@ msgctxt "search"
8265
  msgid "Clear"
8266
  msgstr "Leegmaken"
8267
 
8268
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8269
- msgctxt "search"
8270
- msgid "Search"
8271
- msgstr "Zoek"
8272
-
8273
- #: templates/search.tpl.php:10
8274
- msgctxt "search"
8275
- msgid "Search Results"
8276
- msgstr "Zoek resultaten"
8277
-
8278
  #: includes/views/show_listing.php:12
8279
  msgctxt "preview"
8280
  msgid "This is just a preview. The listing has not been published yet."
@@ -8424,11 +8412,6 @@ msgctxt "widgets"
8424
  msgid "Display the following fields in the form."
8425
  msgstr ""
8426
 
8427
- #: includes/widgets/widget-search.php:111
8428
- msgctxt "widgets"
8429
- msgid "Search"
8430
- msgstr "Zoek"
8431
-
8432
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8433
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8434
  #: templates/admin/csv-import.tpl.php:117
@@ -8775,6 +8758,22 @@ msgctxt "send-access-keys"
8775
  msgid "Continue"
8776
  msgstr "Doorgaan"
8777
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8778
  #, fuzzy
8779
  #~ msgctxt "fees admin"
8780
  #~ msgid "Listing"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: admin <info@nederlofcentrum.nl>\n"
9
  "Language-Team: Dutch\n"
58
  msgstr "Veld attributen"
59
 
60
  #: includes/admin/class-admin-listings.php:337
61
+ #: includes/helpers/class-listing-display-helper.php:128
62
  #, fuzzy
63
  msgid "Featured"
64
  msgstr "Aanbieding/sticky"
1035
  "minutes or contact the administrator if the problem persists."
1036
  msgstr ""
1037
 
1038
+ #: includes/compatibility/class-navxt-integration.php:204
1039
+ #: includes/widgets/widget-search.php:112
1040
+ #: templates/admin/payments-index.tpl.php:13
1041
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1042
+ #: templates/search.tpl.php:3
1043
+ #, fuzzy
1044
+ msgid "Search"
1045
+ msgstr "Zoek"
1046
+
1047
  #: includes/controllers/class-addons.php:25
1048
  msgid ""
1049
  "Your plugin has been installed. Please reload the page to see more options."
2056
  msgid "Search Payments:"
2057
  msgstr "Zoek resultaten"
2058
 
 
 
 
 
 
 
2059
  #: templates/admin/privacy-policy.tpl.php:12
2060
  msgid "Suggested text:"
2061
  msgstr ""
2450
  msgid "Next"
2451
  msgstr ""
2452
 
2453
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2454
  #, fuzzy
2455
  msgid "Search Results"
2456
  msgstr "Zoek resultaten"
7280
  msgid "Submit Listing"
7281
  msgstr "Registratie Creëren"
7282
 
 
 
 
 
 
7283
  #: includes/fields/class-fieldtypes-checkbox.php:18
7284
  msgctxt "form-fields api"
7285
  msgid "Checkbox"
8263
  msgid "Clear"
8264
  msgstr "Leegmaken"
8265
 
 
 
 
 
 
 
 
 
 
 
8266
  #: includes/views/show_listing.php:12
8267
  msgctxt "preview"
8268
  msgid "This is just a preview. The listing has not been published yet."
8412
  msgid "Display the following fields in the form."
8413
  msgstr ""
8414
 
 
 
 
 
 
8415
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8416
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8417
  #: templates/admin/csv-import.tpl.php:117
8758
  msgid "Continue"
8759
  msgstr "Doorgaan"
8760
 
8761
+ #~ msgctxt "navxt"
8762
+ #~ msgid "Search"
8763
+ #~ msgstr "Zoek"
8764
+
8765
+ #~ msgctxt "search"
8766
+ #~ msgid "Search"
8767
+ #~ msgstr "Zoek"
8768
+
8769
+ #~ msgctxt "search"
8770
+ #~ msgid "Search Results"
8771
+ #~ msgstr "Zoek resultaten"
8772
+
8773
+ #~ msgctxt "widgets"
8774
+ #~ msgid "Search"
8775
+ #~ msgstr "Zoek"
8776
+
8777
  #, fuzzy
8778
  #~ msgctxt "fees admin"
8779
  #~ msgid "Listing"
languages/business-directory-plugin-pl_PL.mo CHANGED
Binary file
languages/business-directory-plugin-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
@@ -74,7 +74,7 @@ msgstr "Atrybuty pola"
74
 
75
  # @ WPBDM
76
  #: includes/admin/class-admin-listings.php:337
77
- #: includes/helpers/class-listing-display-helper.php:125
78
  #, fuzzy
79
  msgid "Featured"
80
  msgstr "Status wyróżnienia (naklejka)"
@@ -1216,6 +1216,16 @@ msgid ""
1216
  "minutes or contact the administrator if the problem persists."
1217
  msgstr ""
1218
 
 
 
 
 
 
 
 
 
 
 
1219
  #: includes/controllers/class-addons.php:25
1220
  msgid ""
1221
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2428,13 +2438,6 @@ msgstr "Dodaj abonament"
2428
  msgid "Search Payments:"
2429
  msgstr "Wyniki wyszukiwania"
2430
 
2431
- # @ WPBDM
2432
- #: templates/admin/payments-index.tpl.php:13
2433
- #: templates/deprecated/search.tpl.php:8
2434
- #, fuzzy
2435
- msgid "Search"
2436
- msgstr "Szukaj"
2437
-
2438
  #: templates/admin/privacy-policy.tpl.php:12
2439
  msgid "Suggested text:"
2440
  msgstr ""
@@ -2898,7 +2901,7 @@ msgid "Next"
2898
  msgstr ""
2899
 
2900
  # @ WPBDM
2901
- #: templates/deprecated/search.tpl.php:16
2902
  #, fuzzy
2903
  msgid "Search Results"
2904
  msgstr "Wyniki wyszukiwania"
@@ -8575,12 +8578,6 @@ msgctxt "navxt"
8575
  msgid "Submit Listing"
8576
  msgstr "Prześlij Ofertę"
8577
 
8578
- # @ WPBDM
8579
- #: includes/compatibility/class-navxt-integration.php:204
8580
- msgctxt "navxt"
8581
- msgid "Search"
8582
- msgstr "Szukaj"
8583
-
8584
  # @ WPBDM
8585
  #: includes/fields/class-fieldtypes-checkbox.php:18
8586
  msgctxt "form-fields api"
@@ -9752,18 +9749,6 @@ msgctxt "search"
9752
  msgid "Clear"
9753
  msgstr "Wyczyść"
9754
 
9755
- # @ WPBDM
9756
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
9757
- msgctxt "search"
9758
- msgid "Search"
9759
- msgstr "Szukaj..."
9760
-
9761
- # @ WPBDM
9762
- #: templates/search.tpl.php:10
9763
- msgctxt "search"
9764
- msgid "Search Results"
9765
- msgstr "Wyniki wyszukiwania"
9766
-
9767
  # @ WPBDM
9768
  #: includes/views/show_listing.php:12
9769
  msgctxt "preview"
@@ -9940,12 +9925,6 @@ msgctxt "widgets"
9940
  msgid "Display the following fields in the form."
9941
  msgstr "Wyświetl poniższe pola w formularzu."
9942
 
9943
- # @ WPBDM
9944
- #: includes/widgets/widget-search.php:111
9945
- msgctxt "widgets"
9946
- msgid "Search"
9947
- msgstr "Szukaj..."
9948
-
9949
  # @ default
9950
  # @ WPBDM
9951
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
@@ -10374,6 +10353,26 @@ msgctxt "send-access-keys"
10374
  msgid "Continue"
10375
  msgstr "Kontynuacja"
10376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10377
  # @ WPBDM
10378
  #, fuzzy
10379
  #~ msgctxt "fees admin"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: HomeSupport <admin@homesupport.pl>\n"
9
  "Language-Team: HomeSupport\n"
74
 
75
  # @ WPBDM
76
  #: includes/admin/class-admin-listings.php:337
77
+ #: includes/helpers/class-listing-display-helper.php:128
78
  #, fuzzy
79
  msgid "Featured"
80
  msgstr "Status wyróżnienia (naklejka)"
1216
  "minutes or contact the administrator if the problem persists."
1217
  msgstr ""
1218
 
1219
+ # @ WPBDM
1220
+ #: includes/compatibility/class-navxt-integration.php:204
1221
+ #: includes/widgets/widget-search.php:112
1222
+ #: templates/admin/payments-index.tpl.php:13
1223
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1224
+ #: templates/search.tpl.php:3
1225
+ #, fuzzy
1226
+ msgid "Search"
1227
+ msgstr "Szukaj"
1228
+
1229
  #: includes/controllers/class-addons.php:25
1230
  msgid ""
1231
  "Your plugin has been installed. Please reload the page to see more options."
2438
  msgid "Search Payments:"
2439
  msgstr "Wyniki wyszukiwania"
2440
 
 
 
 
 
 
 
 
2441
  #: templates/admin/privacy-policy.tpl.php:12
2442
  msgid "Suggested text:"
2443
  msgstr ""
2901
  msgstr ""
2902
 
2903
  # @ WPBDM
2904
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2905
  #, fuzzy
2906
  msgid "Search Results"
2907
  msgstr "Wyniki wyszukiwania"
8578
  msgid "Submit Listing"
8579
  msgstr "Prześlij Ofertę"
8580
 
 
 
 
 
 
 
8581
  # @ WPBDM
8582
  #: includes/fields/class-fieldtypes-checkbox.php:18
8583
  msgctxt "form-fields api"
9749
  msgid "Clear"
9750
  msgstr "Wyczyść"
9751
 
 
 
 
 
 
 
 
 
 
 
 
 
9752
  # @ WPBDM
9753
  #: includes/views/show_listing.php:12
9754
  msgctxt "preview"
9925
  msgid "Display the following fields in the form."
9926
  msgstr "Wyświetl poniższe pola w formularzu."
9927
 
 
 
 
 
 
 
9928
  # @ default
9929
  # @ WPBDM
9930
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
10353
  msgid "Continue"
10354
  msgstr "Kontynuacja"
10355
 
10356
+ # @ WPBDM
10357
+ #~ msgctxt "navxt"
10358
+ #~ msgid "Search"
10359
+ #~ msgstr "Szukaj"
10360
+
10361
+ # @ WPBDM
10362
+ #~ msgctxt "search"
10363
+ #~ msgid "Search"
10364
+ #~ msgstr "Szukaj..."
10365
+
10366
+ # @ WPBDM
10367
+ #~ msgctxt "search"
10368
+ #~ msgid "Search Results"
10369
+ #~ msgstr "Wyniki wyszukiwania"
10370
+
10371
+ # @ WPBDM
10372
+ #~ msgctxt "widgets"
10373
+ #~ msgid "Search"
10374
+ #~ msgstr "Szukaj..."
10375
+
10376
  # @ WPBDM
10377
  #, fuzzy
10378
  #~ msgctxt "fees admin"
languages/business-directory-plugin-ru_RU.mo CHANGED
Binary file
languages/business-directory-plugin-ru_RU.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -69,7 +69,7 @@ msgid "Attributes"
69
  msgstr "Атрибуты"
70
 
71
  #: includes/admin/class-admin-listings.php:337
72
- #: includes/helpers/class-listing-display-helper.php:125
73
  #, fuzzy
74
  msgid "Featured"
75
  msgstr "Статус \"Особая\""
@@ -1079,6 +1079,15 @@ msgid ""
1079
  "minutes or contact the administrator if the problem persists."
1080
  msgstr ""
1081
 
 
 
 
 
 
 
 
 
 
1082
  #: includes/controllers/class-addons.php:25
1083
  msgid ""
1084
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2151,12 +2160,6 @@ msgstr "Добавить тариф"
2151
  msgid "Search Payments:"
2152
  msgstr "Результаты поиска"
2153
 
2154
- #: templates/admin/payments-index.tpl.php:13
2155
- #: templates/deprecated/search.tpl.php:8
2156
- #, fuzzy
2157
- msgid "Search"
2158
- msgstr "Поиск"
2159
-
2160
  #: templates/admin/privacy-policy.tpl.php:12
2161
  msgid "Suggested text:"
2162
  msgstr ""
@@ -2572,7 +2575,7 @@ msgstr "Текст записи"
2572
  msgid "Next"
2573
  msgstr ""
2574
 
2575
- #: templates/deprecated/search.tpl.php:16
2576
  #, fuzzy
2577
  msgid "Search Results"
2578
  msgstr "Результаты поиска"
@@ -7654,11 +7657,6 @@ msgctxt "navxt"
7654
  msgid "Submit Listing"
7655
  msgstr "Добавить"
7656
 
7657
- #: includes/compatibility/class-navxt-integration.php:204
7658
- msgctxt "navxt"
7659
- msgid "Search"
7660
- msgstr "Поиск"
7661
-
7662
  #: includes/fields/class-fieldtypes-checkbox.php:18
7663
  msgctxt "form-fields api"
7664
  msgid "Checkbox"
@@ -8701,16 +8699,6 @@ msgctxt "search"
8701
  msgid "Clear"
8702
  msgstr "Очистить форму"
8703
 
8704
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8705
- msgctxt "search"
8706
- msgid "Search"
8707
- msgstr "Поиск"
8708
-
8709
- #: templates/search.tpl.php:10
8710
- msgctxt "search"
8711
- msgid "Search Results"
8712
- msgstr "Результаты поиска"
8713
-
8714
  #: includes/views/show_listing.php:12
8715
  msgctxt "preview"
8716
  msgid "This is just a preview. The listing has not been published yet."
@@ -8859,11 +8847,6 @@ msgctxt "widgets"
8859
  msgid "Display the following fields in the form."
8860
  msgstr "Показать следующие поля в форме."
8861
 
8862
- #: includes/widgets/widget-search.php:111
8863
- msgctxt "widgets"
8864
- msgid "Search"
8865
- msgstr "Поиск"
8866
-
8867
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8868
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8869
  #: templates/admin/csv-import.tpl.php:117
@@ -9240,6 +9223,22 @@ msgctxt "send-access-keys"
9240
  msgid "Continue"
9241
  msgstr "Далее"
9242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9243
  #, fuzzy
9244
  #~ msgctxt "fees admin"
9245
  #~ msgid "Listing"
3
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
5
  "directory-plugin\n"
6
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
7
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
8
  "Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
9
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
69
  msgstr "Атрибуты"
70
 
71
  #: includes/admin/class-admin-listings.php:337
72
+ #: includes/helpers/class-listing-display-helper.php:128
73
  #, fuzzy
74
  msgid "Featured"
75
  msgstr "Статус \"Особая\""
1079
  "minutes or contact the administrator if the problem persists."
1080
  msgstr ""
1081
 
1082
+ #: includes/compatibility/class-navxt-integration.php:204
1083
+ #: includes/widgets/widget-search.php:112
1084
+ #: templates/admin/payments-index.tpl.php:13
1085
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1086
+ #: templates/search.tpl.php:3
1087
+ #, fuzzy
1088
+ msgid "Search"
1089
+ msgstr "Поиск"
1090
+
1091
  #: includes/controllers/class-addons.php:25
1092
  msgid ""
1093
  "Your plugin has been installed. Please reload the page to see more options."
2160
  msgid "Search Payments:"
2161
  msgstr "Результаты поиска"
2162
 
 
 
 
 
 
 
2163
  #: templates/admin/privacy-policy.tpl.php:12
2164
  msgid "Suggested text:"
2165
  msgstr ""
2575
  msgid "Next"
2576
  msgstr ""
2577
 
2578
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2579
  #, fuzzy
2580
  msgid "Search Results"
2581
  msgstr "Результаты поиска"
7657
  msgid "Submit Listing"
7658
  msgstr "Добавить"
7659
 
 
 
 
 
 
7660
  #: includes/fields/class-fieldtypes-checkbox.php:18
7661
  msgctxt "form-fields api"
7662
  msgid "Checkbox"
8699
  msgid "Clear"
8700
  msgstr "Очистить форму"
8701
 
 
 
 
 
 
 
 
 
 
 
8702
  #: includes/views/show_listing.php:12
8703
  msgctxt "preview"
8704
  msgid "This is just a preview. The listing has not been published yet."
8847
  msgid "Display the following fields in the form."
8848
  msgstr "Показать следующие поля в форме."
8849
 
 
 
 
 
 
8850
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8851
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8852
  #: templates/admin/csv-import.tpl.php:117
9223
  msgid "Continue"
9224
  msgstr "Далее"
9225
 
9226
+ #~ msgctxt "navxt"
9227
+ #~ msgid "Search"
9228
+ #~ msgstr "Поиск"
9229
+
9230
+ #~ msgctxt "search"
9231
+ #~ msgid "Search"
9232
+ #~ msgstr "Поиск"
9233
+
9234
+ #~ msgctxt "search"
9235
+ #~ msgid "Search Results"
9236
+ #~ msgstr "Результаты поиска"
9237
+
9238
+ #~ msgctxt "widgets"
9239
+ #~ msgid "Search"
9240
+ #~ msgstr "Поиск"
9241
+
9242
  #, fuzzy
9243
  #~ msgctxt "fees admin"
9244
  #~ msgid "Listing"
languages/business-directory-plugin-sv_SE.mo CHANGED
Binary file
languages/business-directory-plugin-sv_SE.po CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -58,7 +58,7 @@ msgid "Attributes"
58
  msgstr "Attribut"
59
 
60
  #: includes/admin/class-admin-listings.php:337
61
- #: includes/helpers/class-listing-display-helper.php:125
62
  #, fuzzy
63
  msgid "Featured"
64
  msgstr "Utvald (fäst)"
@@ -1086,6 +1086,15 @@ msgstr ""
1086
  "Katalogen är inte tillgänglig just nu. Vänligen försök igen om en lite stund "
1087
  "eller kontakta administratören om problemet kvarstår."
1088
 
 
 
 
 
 
 
 
 
 
1089
  #: includes/controllers/class-addons.php:25
1090
  msgid ""
1091
  "Your plugin has been installed. Please reload the page to see more options."
@@ -2203,12 +2212,6 @@ msgstr "Lägg till anteckning"
2203
  msgid "Search Payments:"
2204
  msgstr "Sök betalning:"
2205
 
2206
- #: templates/admin/payments-index.tpl.php:13
2207
- #: templates/deprecated/search.tpl.php:8
2208
- #, fuzzy
2209
- msgid "Search"
2210
- msgstr "Sök"
2211
-
2212
  #: templates/admin/privacy-policy.tpl.php:12
2213
  msgid "Suggested text:"
2214
  msgstr ""
@@ -2651,7 +2654,7 @@ msgstr "Postnummer"
2651
  msgid "Next"
2652
  msgstr "Nästa"
2653
 
2654
- #: templates/deprecated/search.tpl.php:16
2655
  #, fuzzy
2656
  msgid "Search Results"
2657
  msgstr "Sökresultat"
@@ -7526,11 +7529,6 @@ msgctxt "navxt"
7526
  msgid "Submit Listing"
7527
  msgstr "Lägg till ny annons"
7528
 
7529
- #: includes/compatibility/class-navxt-integration.php:204
7530
- msgctxt "navxt"
7531
- msgid "Search"
7532
- msgstr "Sök"
7533
-
7534
  #: includes/fields/class-fieldtypes-checkbox.php:18
7535
  msgctxt "form-fields api"
7536
  msgid "Checkbox"
@@ -8581,16 +8579,6 @@ msgctxt "search"
8581
  msgid "Clear"
8582
  msgstr "Rensa"
8583
 
8584
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
8585
- msgctxt "search"
8586
- msgid "Search"
8587
- msgstr "Sök"
8588
-
8589
- #: templates/search.tpl.php:10
8590
- msgctxt "search"
8591
- msgid "Search Results"
8592
- msgstr "Sökresultat"
8593
-
8594
  #: includes/views/show_listing.php:12
8595
  msgctxt "preview"
8596
  msgid "This is just a preview. The listing has not been published yet."
@@ -8739,11 +8727,6 @@ msgctxt "widgets"
8739
  msgid "Display the following fields in the form."
8740
  msgstr "Visa följande fält i formuläret."
8741
 
8742
- #: includes/widgets/widget-search.php:111
8743
- msgctxt "widgets"
8744
- msgid "Search"
8745
- msgstr "Sök"
8746
-
8747
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8748
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8749
  #: templates/admin/csv-import.tpl.php:117
@@ -9106,6 +9089,22 @@ msgctxt "send-access-keys"
9106
  msgid "Continue"
9107
  msgstr "Fortsätt "
9108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9109
  #~ msgctxt "fees admin"
9110
  #~ msgid "Listing"
9111
  #~ msgstr "Annons"
5
  "Project-Id-Version: Business Directory Plugin v5.7.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
7
  "directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "PO-Revision-Date: 2020-06-17 15:33-0500\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
58
  msgstr "Attribut"
59
 
60
  #: includes/admin/class-admin-listings.php:337
61
+ #: includes/helpers/class-listing-display-helper.php:128
62
  #, fuzzy
63
  msgid "Featured"
64
  msgstr "Utvald (fäst)"
1086
  "Katalogen är inte tillgänglig just nu. Vänligen försök igen om en lite stund "
1087
  "eller kontakta administratören om problemet kvarstår."
1088
 
1089
+ #: includes/compatibility/class-navxt-integration.php:204
1090
+ #: includes/widgets/widget-search.php:112
1091
+ #: templates/admin/payments-index.tpl.php:13
1092
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
1093
+ #: templates/search.tpl.php:3
1094
+ #, fuzzy
1095
+ msgid "Search"
1096
+ msgstr "Sök"
1097
+
1098
  #: includes/controllers/class-addons.php:25
1099
  msgid ""
1100
  "Your plugin has been installed. Please reload the page to see more options."
2212
  msgid "Search Payments:"
2213
  msgstr "Sök betalning:"
2214
 
 
 
 
 
 
 
2215
  #: templates/admin/privacy-policy.tpl.php:12
2216
  msgid "Suggested text:"
2217
  msgstr ""
2654
  msgid "Next"
2655
  msgstr "Nästa"
2656
 
2657
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2658
  #, fuzzy
2659
  msgid "Search Results"
2660
  msgstr "Sökresultat"
7529
  msgid "Submit Listing"
7530
  msgstr "Lägg till ny annons"
7531
 
 
 
 
 
 
7532
  #: includes/fields/class-fieldtypes-checkbox.php:18
7533
  msgctxt "form-fields api"
7534
  msgid "Checkbox"
8579
  msgid "Clear"
8580
  msgstr "Rensa"
8581
 
 
 
 
 
 
 
 
 
 
 
8582
  #: includes/views/show_listing.php:12
8583
  msgctxt "preview"
8584
  msgid "This is just a preview. The listing has not been published yet."
8727
  msgid "Display the following fields in the form."
8728
  msgstr "Visa följande fält i formuläret."
8729
 
 
 
 
 
 
8730
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
8731
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
8732
  #: templates/admin/csv-import.tpl.php:117
9089
  msgid "Continue"
9090
  msgstr "Fortsätt "
9091
 
9092
+ #~ msgctxt "navxt"
9093
+ #~ msgid "Search"
9094
+ #~ msgstr "Sök"
9095
+
9096
+ #~ msgctxt "search"
9097
+ #~ msgid "Search"
9098
+ #~ msgstr "Sök"
9099
+
9100
+ #~ msgctxt "search"
9101
+ #~ msgid "Search Results"
9102
+ #~ msgstr "Sökresultat"
9103
+
9104
+ #~ msgctxt "widgets"
9105
+ #~ msgid "Search"
9106
+ #~ msgstr "Sök"
9107
+
9108
  #~ msgctxt "fees admin"
9109
  #~ msgid "Listing"
9110
  #~ msgstr "Annons"
languages/business-directory-plugin.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 5.13\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
- "POT-Creation-Date: 2021-07-14 18:02:31+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -52,7 +52,7 @@ msgid "Attributes"
52
  msgstr ""
53
 
54
  #: includes/admin/class-admin-listings.php:337
55
- #: includes/helpers/class-listing-display-helper.php:125
56
  msgid "Featured"
57
  msgstr ""
58
 
@@ -917,6 +917,14 @@ msgid ""
917
  "minutes or contact the administrator if the problem persists."
918
  msgstr ""
919
 
 
 
 
 
 
 
 
 
920
  #: includes/controllers/class-addons.php:25
921
  msgid "Your plugin has been installed. Please reload the page to see more options."
922
  msgstr ""
@@ -1829,11 +1837,6 @@ msgstr ""
1829
  msgid "Search Payments:"
1830
  msgstr ""
1831
 
1832
- #: templates/admin/payments-index.tpl.php:13
1833
- #: templates/deprecated/search.tpl.php:8
1834
- msgid "Search"
1835
- msgstr ""
1836
-
1837
  #: templates/admin/privacy-policy.tpl.php:12
1838
  msgid "Suggested text:"
1839
  msgstr ""
@@ -2192,7 +2195,7 @@ msgstr ""
2192
  msgid "Next"
2193
  msgstr ""
2194
 
2195
- #: templates/deprecated/search.tpl.php:16
2196
  msgid "Search Results"
2197
  msgstr ""
2198
 
@@ -6697,11 +6700,6 @@ msgctxt "navxt"
6697
  msgid "Submit Listing"
6698
  msgstr ""
6699
 
6700
- #: includes/compatibility/class-navxt-integration.php:204
6701
- msgctxt "navxt"
6702
- msgid "Search"
6703
- msgstr ""
6704
-
6705
  #: includes/fields/class-fieldtypes-checkbox.php:18
6706
  msgctxt "form-fields api"
6707
  msgid "Checkbox"
@@ -7653,16 +7651,6 @@ msgctxt "search"
7653
  msgid "Clear"
7654
  msgstr ""
7655
 
7656
- #: templates/search-form.tpl.php:28 templates/search.tpl.php:3
7657
- msgctxt "search"
7658
- msgid "Search"
7659
- msgstr ""
7660
-
7661
- #: templates/search.tpl.php:10
7662
- msgctxt "search"
7663
- msgid "Search Results"
7664
- msgstr ""
7665
-
7666
  #: includes/views/show_listing.php:12
7667
  msgctxt "preview"
7668
  msgid "This is just a preview. The listing has not been published yet."
@@ -7811,11 +7799,6 @@ msgctxt "widgets"
7811
  msgid "Display the following fields in the form."
7812
  msgstr ""
7813
 
7814
- #: includes/widgets/widget-search.php:111
7815
- msgctxt "widgets"
7816
- msgid "Search"
7817
- msgstr ""
7818
-
7819
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7820
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7821
  #: templates/admin/csv-import.tpl.php:117
2
  # This file is distributed under the GPLv2 or any later version.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 5.13.1\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/business-directory-plugin\n"
8
+ "POT-Creation-Date: 2021-07-29 17:45:48+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
52
  msgstr ""
53
 
54
  #: includes/admin/class-admin-listings.php:337
55
+ #: includes/helpers/class-listing-display-helper.php:128
56
  msgid "Featured"
57
  msgstr ""
58
 
917
  "minutes or contact the administrator if the problem persists."
918
  msgstr ""
919
 
920
+ #: includes/compatibility/class-navxt-integration.php:204
921
+ #: includes/widgets/widget-search.php:112
922
+ #: templates/admin/payments-index.tpl.php:13
923
+ #: templates/deprecated/search.tpl.php:8 templates/search-form.tpl.php:28
924
+ #: templates/search.tpl.php:3
925
+ msgid "Search"
926
+ msgstr ""
927
+
928
  #: includes/controllers/class-addons.php:25
929
  msgid "Your plugin has been installed. Please reload the page to see more options."
930
  msgstr ""
1837
  msgid "Search Payments:"
1838
  msgstr ""
1839
 
 
 
 
 
 
1840
  #: templates/admin/privacy-policy.tpl.php:12
1841
  msgid "Suggested text:"
1842
  msgstr ""
2195
  msgid "Next"
2196
  msgstr ""
2197
 
2198
+ #: templates/deprecated/search.tpl.php:16 templates/search.tpl.php:10
2199
  msgid "Search Results"
2200
  msgstr ""
2201
 
6700
  msgid "Submit Listing"
6701
  msgstr ""
6702
 
 
 
 
 
 
6703
  #: includes/fields/class-fieldtypes-checkbox.php:18
6704
  msgctxt "form-fields api"
6705
  msgid "Checkbox"
7651
  msgid "Clear"
7652
  msgstr ""
7653
 
 
 
 
 
 
 
 
 
 
 
7654
  #: includes/views/show_listing.php:12
7655
  msgctxt "preview"
7656
  msgid "This is just a preview. The listing has not been published yet."
7799
  msgid "Display the following fields in the form."
7800
  msgstr ""
7801
 
 
 
 
 
 
7802
  #: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
7803
  #: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
7804
  #: templates/admin/csv-import.tpl.php:117
phpmd.xml DELETED
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ruleset name="Business Directory Plugin Ruleset"
3
- xmlns="http://pmd.sf.net/ruleset/1.0.0"
4
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
- xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
7
- <description></description>
8
-
9
- <rule ref="rulesets/cleancode.xml">
10
- <exclude name="StaticAccess" />
11
- </rule>
12
-
13
- <rule ref="rulesets/cleancode.xml/StaticAccess">
14
- <properties>
15
- <property name="exceptions" value="Phake,Mockery" />
16
- </properties>
17
- </rule>
18
-
19
- <rule ref="rulesets/codesize.xml">
20
- </rule>
21
-
22
- <!--<rule ref="rulesets/controversial.xml"></rule>-->
23
-
24
- <rule ref="rulesets/design.xml">
25
- </rule>
26
-
27
- <rule ref="rulesets/naming.xml">
28
- <exclude name="ShortVariable" />
29
- <exclude name="LongVariable" />
30
- </rule>
31
-
32
- <rule ref="rulesets/naming.xml/ShortVariable">
33
- <properties>
34
- <property name="minimum" value="2" />
35
- </properties>
36
- </rule>
37
-
38
- <rule ref="rulesets/naming.xml/LongVariable">
39
- <properties>
40
- <property name="maximum" value="30" />
41
- </properties>
42
- </rule>
43
-
44
- <rule ref="rulesets/unusedcode.xml">
45
- </rule>
46
- </ruleset>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/businessdirectory-listing.tpl.php CHANGED
@@ -16,12 +16,10 @@
16
  </div>
17
 
18
  <?php
19
- wpbdp_render(
20
  'parts/listing-images',
21
  array(
22
- 'images' => $extra_images,
23
- 'echo' => true,
24
- ),
25
- true
26
  );
27
  ?>
16
  </div>
17
 
18
  <?php
19
+ wpbdp_x_part(
20
  'parts/listing-images',
21
  array(
22
+ 'extra_images' => $extra_images,
23
+ )
 
 
24
  );
25
  ?>
templates/businessdirectory-listings.tpl.php CHANGED
@@ -34,13 +34,11 @@ $query = isset( $query ) ? $query : wpbdp_current_query();
34
  <?php wpbdp_render_listing( null, 'excerpt', 'echo' ); ?>
35
  <?php endwhile; ?>
36
  <?php
37
- wpbdp_render(
38
  'parts/pagination',
39
  array(
40
  'query' => $query,
41
- 'echo' => true,
42
- ),
43
- true
44
  );
45
  ?>
46
  </div>
34
  <?php wpbdp_render_listing( null, 'excerpt', 'echo' ); ?>
35
  <?php endwhile; ?>
36
  <?php
37
+ wpbdp_x_part(
38
  'parts/pagination',
39
  array(
40
  'query' => $query,
41
+ )
 
 
42
  );
43
  ?>
44
  </div>
templates/excerpt_content.tpl.php CHANGED
@@ -10,7 +10,7 @@
10
  <?php
11
  $social = $fields->filter( 'social' );
12
  ?>
13
- <?php if ( $social ): ?>
14
  <div class="social-fields cf"><?php echo $social->html; ?></div>
15
  <?php endif; ?>
16
  </div>
10
  <?php
11
  $social = $fields->filter( 'social' );
12
  ?>
13
+ <?php if ( $social && $social->html ): ?>
14
  <div class="social-fields cf"><?php echo $social->html; ?></div>
15
  <?php endif; ?>
16
  </div>
templates/listings.tpl.php CHANGED
@@ -10,13 +10,11 @@ wpbdp_the_listing_sort_options();
10
 
11
  <div id="wpbdp-listings-list" class="listings wpbdp-listings-list list wpbdp-grid <?php echo esc_attr( apply_filters( 'wpbdp_listings_class', '' ) ); ?>">
12
  <?php
13
- wpbdp_render(
14
  'parts/listings-loop',
15
  array(
16
  'query' => $query,
17
- 'echo' => true,
18
- ),
19
- true
20
  );
21
  ?>
22
  </div>
10
 
11
  <div id="wpbdp-listings-list" class="listings wpbdp-listings-list list wpbdp-grid <?php echo esc_attr( apply_filters( 'wpbdp_listings_class', '' ) ); ?>">
12
  <?php
13
+ wpbdp_x_part(
14
  'parts/listings-loop',
15
  array(
16
  'query' => $query,
17
+ )
 
 
18
  );
19
  ?>
20
  </div>
templates/manage_listings.tpl.php CHANGED
@@ -25,13 +25,11 @@
25
  echo WPBDP_Listing_Display_Helper::excerpt();
26
  endwhile;
27
 
28
- wpbdp_render(
29
  'parts/pagination',
30
  array(
31
  'query' => $query,
32
- 'echo' => true,
33
- ),
34
- true
35
  );
36
  endif;
37
  ?>
25
  echo WPBDP_Listing_Display_Helper::excerpt();
26
  endwhile;
27
 
28
+ wpbdp_x_part(
29
  'parts/pagination',
30
  array(
31
  'query' => $query,
32
+ )
 
 
33
  );
34
  endif;
35
  ?>
templates/parts/listing-images.tpl.php CHANGED
@@ -5,13 +5,18 @@
5
  * @package BDP/Templates/parts
6
  */
7
 
8
- if ( ! $images ) {
 
 
 
 
9
  return;
10
  }
 
11
  ?>
12
  <div class="extra-images">
13
  <ul>
14
- <?php foreach ( $images as $img ) : ?>
15
  <li>
16
  <?php
17
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
5
  * @package BDP/Templates/parts
6
  */
7
 
8
+ if ( ! isset( $extra_images ) ) {
9
+ $extra_images = ( isset( $images ) && $images->extra ) ? $images->extra : false;
10
+ }
11
+
12
+ if ( ! $extra_images ) {
13
  return;
14
  }
15
+
16
  ?>
17
  <div class="extra-images">
18
  <ul>
19
+ <?php foreach ( $extra_images as $img ) : ?>
20
  <li>
21
  <?php
22
  // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
templates/parts/listings-loop.tpl.php CHANGED
@@ -11,13 +11,11 @@ else:
11
  wpbdp_render_listing( null, 'excerpt', 'echo' );
12
  }
13
 
14
- wpbdp_render(
15
  'parts/pagination',
16
  array(
17
  'query' => $query,
18
- 'echo' => true,
19
- ),
20
- true
21
  );
22
 
23
  endif;
11
  wpbdp_render_listing( null, 'excerpt', 'echo' );
12
  }
13
 
14
+ wpbdp_x_part(
15
  'parts/pagination',
16
  array(
17
  'query' => $query,
18
+ )
 
 
19
  );
20
 
21
  endif;
templates/search-form.tpl.php CHANGED
@@ -25,7 +25,7 @@
25
 
26
  <p>
27
  <input type="button" class="wpbdp-button reset" value="<?php _ex( 'Clear', 'search', 'business-directory-plugin' ); ?> " onclick="window.location.href = '<?php echo wpbdp_get_page_link( 'search' ); ?>';" />
28
- <input type="submit" class="wpbdp-submit wpbdp-button submit" value="<?php _ex('Search', 'search', 'business-directory-plugin' ); ?>" />
29
  </p>
30
  </form>
31
 
25
 
26
  <p>
27
  <input type="button" class="wpbdp-button reset" value="<?php _ex( 'Clear', 'search', 'business-directory-plugin' ); ?> " onclick="window.location.href = '<?php echo wpbdp_get_page_link( 'search' ); ?>';" />
28
+ <input type="submit" class="wpbdp-submit wpbdp-button submit" value="<?php esc_attr_e( 'Search', 'business-directory-plugin' ); ?>" />
29
  </p>
30
  </form>
31
 
templates/search.tpl.php CHANGED
@@ -1,13 +1,13 @@
1
  <div id="wpbdp-search-page" class="wpbdp-search-page businessdirectory-search businessdirectory wpbdp-page <?php echo $_class; ?>">
2
  <div class="wpbdp-bar cf"><?php wpbdp_the_main_links(); ?></div>
3
- <h2 class="title"><?php _ex('Search', 'search', 'business-directory-plugin' ); ?></h2>
4
 
5
  <?php if ( 'none' == $search_form_position || 'above' == $search_form_position ): ?>
6
  <?php echo $search_form; ?>
7
  <?php endif; ?>
8
 
9
  <?php if ($searching): ?>
10
- <h3><?php _ex('Search Results', 'search', 'business-directory-plugin' ); ?></h3>
11
 
12
  <?php if ( $results ): ?>
13
  <div class="search-results">
1
  <div id="wpbdp-search-page" class="wpbdp-search-page businessdirectory-search businessdirectory wpbdp-page <?php echo $_class; ?>">
2
  <div class="wpbdp-bar cf"><?php wpbdp_the_main_links(); ?></div>
3
+ <h2 class="title"><?php esc_html_e( 'Search', 'business-directory-plugin' ); ?></h2>
4
 
5
  <?php if ( 'none' == $search_form_position || 'above' == $search_form_position ): ?>
6
  <?php echo $search_form; ?>
7
  <?php endif; ?>
8
 
9
  <?php if ($searching): ?>
10
+ <h3><?php echo esc_html__( 'Search Results', 'business-directory-plugin' ) . ' (' . esc_html( $count ) . ')'; ?></h3>
11
 
12
  <?php if ( $results ): ?>
13
  <div class="search-results">
templates/single.tpl.php CHANGED
@@ -16,13 +16,14 @@
16
  </div>
17
 
18
  <?php
19
- echo wpbdp_render(
20
- 'parts/listing-buttons', array(
 
21
  'listing_id' => $listing_id,
22
  'view' => 'single',
23
- ), false
24
- );
25
- ?>
26
- <?php wpbdp_x_part( 'single_content' ); ?>
27
 
 
 
28
  </div>
16
  </div>
17
 
18
  <?php
19
+ wpbdp_x_part(
20
+ 'parts/listing-buttons',
21
+ array(
22
  'listing_id' => $listing_id,
23
  'view' => 'single',
24
+ )
25
+ );
 
 
26
 
27
+ wpbdp_x_part( 'single_content' );
28
+ ?>
29
  </div>
templates/single_content.tpl.php CHANGED
@@ -23,23 +23,9 @@
23
  echo $field->html;
24
  }
25
 
26
- wpbdp_render(
27
- 'parts/listing-socials',
28
- array(
29
- 'fields' => $fields,
30
- 'echo' => true,
31
- ),
32
- true
33
- );
34
 
35
- wpbdp_render(
36
- 'parts/listing-images',
37
- array(
38
- 'images' => $images->extra,
39
- 'echo' => true,
40
- ),
41
- true
42
- );
43
  ?>
44
  </div>
45
  </div>
23
  echo $field->html;
24
  }
25
 
26
+ wpbdp_x_part( 'parts/listing-socials' );
 
 
 
 
 
 
 
27
 
28
+ wpbdp_x_part( 'parts/listing-images' );
 
 
 
 
 
 
 
29
  ?>
30
  </div>
31
  </div>
themes/default/templates/single_content.tpl.php CHANGED
@@ -15,25 +15,7 @@
15
  <?php echo $field->html; ?>
16
  <?php endforeach; ?>
17
 
18
- <?php
19
- wpbdp_render(
20
- 'parts/listing-socials',
21
- array(
22
- 'fields' => $fields,
23
- 'echo' => true,
24
- ),
25
- true
26
- );
27
- ?>
28
  </div>
29
 
30
- <?php
31
- wpbdp_render(
32
- 'parts/listing-images',
33
- array(
34
- 'images' => $images->extra,
35
- 'echo' => true,
36
- ),
37
- true
38
- );
39
- ?>
15
  <?php echo $field->html; ?>
16
  <?php endforeach; ?>
17
 
18
+ <?php wpbdp_x_part( 'parts/listing-socials' ); ?>
 
 
 
 
 
 
 
 
 
19
  </div>
20
 
21
+ <?php wpbdp_x_part( 'parts/listing-images' ); ?>
 
 
 
 
 
 
 
 
 
themes/default/theme.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
- "version": "5.13",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",
1
  {
2
  "name": "Default Theme",
3
  "description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
4
+ "version": "5.13.1",
5
  "author": "Business Directory Team",
6
  "author_email": "support@businessdirectoryplugin.com",
7
  "author_url": "https://businessdirectoryplugin.com",