-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36d69ed
commit 676df25
Showing
549 changed files
with
58,420 additions
and
68,699 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
324 changes: 162 additions & 162 deletions
324
geodirectory-assets/css/rtl-frontend.css → assets/css/rtl-frontend.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,163 +1,163 @@ | ||
/* RTL support */ | ||
/* @group Right to Left */ | ||
*[dir="rtl"] .geodir_form_row label, | ||
*[dir="rtl"] .geodir_form_row .geodir_textfield, | ||
*[dir="rtl"] .geodir_textarea, | ||
*[dir="rtl"] .geodir_form_row select, | ||
*[dir="rtl"] .geodir-breadcrumb ul li { | ||
float: right | ||
} | ||
|
||
*[dir="rtl"] .geodir_location_add_listing_country_chosen_div, | ||
*[dir="rtl"] .geodir_location_add_listing_region_chosen_div, | ||
*[dir="rtl"] .geodir_location_add_listing_city_chosen_div { | ||
float: right !important | ||
} | ||
|
||
*[dir="rtl"] .geodir_message_note { | ||
padding-right: 30%; | ||
padding-left: inherit | ||
} | ||
|
||
*[dir="rtl"] .chosen-container, | ||
*[dir="rtl"] .geodir-chosen-container { | ||
text-align: right; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single { | ||
overflow: visible; | ||
padding-right: 8px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single span, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single span { | ||
margin-right: 0; | ||
margin-left: 26px; | ||
direction: rtl; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single-with-deselect span, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single-with-deselect span { | ||
margin-left: 38px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single div, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single div { | ||
right: auto; | ||
left: 3px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single abbr, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single abbr { | ||
right: auto; | ||
left: 26px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li { | ||
float: right; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-field input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-field input[type="text"] { | ||
direction: rtl; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-choice, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-choice { | ||
margin: 3px 5px 3px 0; | ||
padding: 3px 5px 3px 19px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-choice .search-choice-close, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-choice .search-choice-close { | ||
right: auto; | ||
left: 4px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single-nosearch .chosen-search, | ||
*[dir="rtl"] .chosen-container .chosen-drop, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single-nosearch .chosen-search, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-drop { | ||
left: 9999px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single .chosen-results, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single .chosen-results { | ||
margin: 0 0 4px 4px; | ||
padding: 0 4px 0 0; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-results li.group-option, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-results li.group-option { | ||
padding-right: 15px; | ||
padding-left: 0; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div, | ||
*[dir="rtl"] .geodir-geodir-chosen-container.chosen-container-active.chosen-with-drop .chosen-single div { | ||
border-right: none; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-search input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-search input[type="text"] { | ||
padding: 4px 5px 4px 20px; | ||
background: white url('chosen-sprite.png') no-repeat -30px -20px; | ||
background: url('chosen-sprite.png') no-repeat -30px -20px; | ||
direction: rtl; | ||
} | ||
|
||
/* @group Retina compatibility */ | ||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { | ||
*[dir="rtl"] .chosen-container .chosen-search input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-search input[type="text"] { | ||
background-image: url('chosen-sprite@2x.png') !important; | ||
background-size: 52px 37px !important; | ||
background-repeat: no-repeat !important; | ||
} | ||
} | ||
|
||
/* @end */ | ||
*[dir="rtl"] .chosen-container.chosen-container-single .chosen-single div b, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single .chosen-single div b { | ||
background-position: 6px 2px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single.chosen-with-drop .chosen-single div b, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single.chosen-with-drop .chosen-single div b { | ||
background-position: -12px 2px; | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container .chosen-drop { | ||
right: -9999px; | ||
left: inherit | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container.chosen-with-drop .chosen-drop { | ||
right: 0; | ||
left: inherit | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container-multi .chosen-choices li.search-choice { | ||
margin: 3px 5px 3px 0 | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container-multi .chosen-choices li { | ||
float: right | ||
} | ||
|
||
*[dir="rtl"] .geodir_map_container { | ||
direction: ltr | ||
} | ||
|
||
*[dir="rtl"] .geodir_full_page .geodir-cat-list ul li { | ||
padding-left: 0; | ||
padding-right: 15px; | ||
float: right; | ||
margin-right: 0; | ||
margin-left: 2%; | ||
direction: ltr; | ||
} | ||
|
||
/* RTL support */ | ||
/* @group Right to Left */ | ||
*[dir="rtl"] .geodir_form_row label, | ||
*[dir="rtl"] .geodir_form_row .geodir_textfield, | ||
*[dir="rtl"] .geodir_textarea, | ||
*[dir="rtl"] .geodir_form_row select, | ||
*[dir="rtl"] .geodir-breadcrumb ul li { | ||
float: right | ||
} | ||
|
||
*[dir="rtl"] .geodir_location_add_listing_country_chosen_div, | ||
*[dir="rtl"] .geodir_location_add_listing_region_chosen_div, | ||
*[dir="rtl"] .geodir_location_add_listing_city_chosen_div { | ||
float: right !important | ||
} | ||
|
||
*[dir="rtl"] .geodir_message_note { | ||
padding-right: 30%; | ||
padding-left: inherit | ||
} | ||
|
||
*[dir="rtl"] .chosen-container, | ||
*[dir="rtl"] .geodir-chosen-container { | ||
text-align: right; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single { | ||
overflow: visible; | ||
padding-right: 8px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single span, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single span { | ||
margin-right: 0; | ||
margin-left: 26px; | ||
direction: rtl; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single-with-deselect span, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single-with-deselect span { | ||
margin-left: 38px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single div, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single div { | ||
right: auto; | ||
left: 3px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-single abbr, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-single abbr { | ||
right: auto; | ||
left: 26px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li { | ||
float: right; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-field input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-field input[type="text"] { | ||
direction: rtl; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-choice, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-choice { | ||
margin: 3px 5px 3px 0; | ||
padding: 3px 5px 3px 19px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-choices li.search-choice .search-choice-close, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-choices li.search-choice .search-choice-close { | ||
right: auto; | ||
left: 4px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single-nosearch .chosen-search, | ||
*[dir="rtl"] .chosen-container .chosen-drop, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single-nosearch .chosen-search, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-drop { | ||
left: 9999px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single .chosen-results, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single .chosen-results { | ||
margin: 0 0 4px 4px; | ||
padding: 0 4px 0 0; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-results li.group-option, | ||
*[dir="rtl"] .geodir-chosen-container .chosen-results li.group-option { | ||
padding-right: 15px; | ||
padding-left: 0; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div, | ||
*[dir="rtl"] .geodir-geodir-chosen-container.chosen-container-active.chosen-with-drop .chosen-single div { | ||
border-right: none; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container .chosen-search input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-search input[type="text"] { | ||
padding: 4px 5px 4px 20px; | ||
background: white url('chosen-sprite.png') no-repeat -30px -20px; | ||
background: url('chosen-sprite.png') no-repeat -30px -20px; | ||
direction: rtl; | ||
} | ||
|
||
/* @group Retina compatibility */ | ||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { | ||
*[dir="rtl"] .chosen-container .chosen-search input[type="text"], | ||
*[dir="rtl"] .geodir-chosen-container .chosen-search input[type="text"] { | ||
background-image: url('chosen-sprite@2x.png') !important; | ||
background-size: 52px 37px !important; | ||
background-repeat: no-repeat !important; | ||
} | ||
} | ||
|
||
/* @end */ | ||
*[dir="rtl"] .chosen-container.chosen-container-single .chosen-single div b, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single .chosen-single div b { | ||
background-position: 6px 2px; | ||
} | ||
|
||
*[dir="rtl"] .chosen-container.chosen-container-single.chosen-with-drop .chosen-single div b, | ||
*[dir="rtl"] .geodir-chosen-container.chosen-container-single.chosen-with-drop .chosen-single div b { | ||
background-position: -12px 2px; | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container .chosen-drop { | ||
right: -9999px; | ||
left: inherit | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container.chosen-with-drop .chosen-drop { | ||
right: 0; | ||
left: inherit | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container-multi .chosen-choices li.search-choice { | ||
margin: 3px 5px 3px 0 | ||
} | ||
|
||
*[dir="rtl"] .geodir-chosen-container-multi .chosen-choices li { | ||
float: right | ||
} | ||
|
||
*[dir="rtl"] .geodir_map_container { | ||
direction: ltr | ||
} | ||
|
||
*[dir="rtl"] .geodir_full_page .geodir-cat-list ul li { | ||
padding-left: 0; | ||
padding-right: 15px; | ||
float: right; | ||
margin-right: 0; | ||
margin-left: 2%; | ||
direction: ltr; | ||
} | ||
|
||
/* @end */ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
geodirectory-assets/gd_sample_categories.csv → assets/gd_sample_categories.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cat_id,cat_name,cat_slug,cat_posttype,cat_parent,cat_schema,cat_description,cat_top_description,cat_image,cat_icon | ||
cat_id,cat_name,cat_slug,cat_posttype,cat_parent,cat_schema,cat_description,cat_top_description,cat_image,cat_icon | ||
10,Banking,banking,gd_place,Financial,FinancialService,"Banking is a business of accepting deposits and lending money. It is carried out by financial intermediaries, which performs the functions of safe-guarding deposits and providing loans to the public.","Banking is a business of accepting deposits and lending money. It is carried out by financial intermediaries, which performs the functions of safe-guarding deposits and providing loans to the public. | ||
In other words, Banking means accepting for the purpose of lending or investment of deposits of money from public repayable on demand and can be withdrawn by cheque, draft order and so on.",banking-thumb.jpg,banking-icon.png | ||
51,Hotels,hotels,gd_place,,Restaurant,"A commercial establishment providing lodging, meals, and other guest services. In general, to be called a hotel, an establishment must have a minimum of six letting bedrooms, at least three of which must have attached (ensuite) private bathroom facilities.","A commercial establishment providing lodging, meals, and other guest services. In general, to be called a hotel, an establishment must have a minimum of six letting bedrooms, at least three of which must have attached (ensuite) private bathroom facilities. Although hotels are classified into Star categories (1-Star to 5-Star), there is no standard method of assigning these ratings, and compliance with customary requirements is voluntary.",Hotels-thumb.jpg,Hotels-icon.png | ||
,Real Estate,real-estate,gd_place,,LocalBusiness,"Real estate is a special instance of real property, which is real estate ? land and buildings ? plus the rights of use and enjoyment that come with the land and its improvements.",,Real-Estate-thumb.jpg,Real-Estate-icon.png | ||
In other words, Banking means accepting for the purpose of lending or investment of deposits of money from public repayable on demand and can be withdrawn by cheque, draft order and so on.",banking-thumb.jpg,banking-icon.png | ||
51,Hotels,hotels,gd_place,,Restaurant,"A commercial establishment providing lodging, meals, and other guest services. In general, to be called a hotel, an establishment must have a minimum of six letting bedrooms, at least three of which must have attached (ensuite) private bathroom facilities.","A commercial establishment providing lodging, meals, and other guest services. In general, to be called a hotel, an establishment must have a minimum of six letting bedrooms, at least three of which must have attached (ensuite) private bathroom facilities. Although hotels are classified into Star categories (1-Star to 5-Star), there is no standard method of assigning these ratings, and compliance with customary requirements is voluntary.",Hotels-thumb.jpg,Hotels-icon.png | ||
,Real Estate,real-estate,gd_place,,LocalBusiness,"Real estate is a special instance of real property, which is real estate ? land and buildings ? plus the rights of use and enjoyment that come with the land and its improvements.",,Real-Estate-thumb.jpg,Real-Estate-icon.png |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.