Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
it is possible to add country/region/city via CSV, but neighbourhoods are in a different DB table and must be created in advance before importing the CSV if you want to associate listings with neighbourhoods.
Once neighbourhoods have been created you can add the field “post_neighbourhood” at the end of your CSV and use the neighbourhood name.
Thx
Hi,
this can be easily solved with CSS.
.stickymap, .stickymap #geodir_map_v3_listing_map_1_wrapper, .stickymap #geodir_map_v3_listing_map_1 { width: 294px !important; }
This will force the sticky map to be maximum 297px regardless the setting. You can obviously change that value to anything you like.
Just make sure map wrapper and map container id is 1, if not just change that.
Thx
A member reported that “Duplicator” works perfectly.
This is what I normally do.
I get a backup via phpmyadmin. I use this tool to do the search and replace. This because doing it via notepad or simple text editors will damage PHP serialized strings or objects that will result in missing widgets and medias.
Thx
it isn’t really needed, you can make all changes in functions.php of your child theme without moving anything.
Thx
Hi,
Association and Inpatient Unit categories are working because there are no errors, while the all other categories have errors in data that breaks the json file and make it unusable for the map.
Example for category “Day Care” you can see the json here : yoursite.com/wp-admin/admin-ajax.php?action=geodir_ajax_action&geodir_ajax=map_ajax&ajax_action=cat&cat_id=4&search=&gd_posttype=gd_place
change yoursite.com with your URL.
This Ajax calls can be monitored with firebug consolse.
If you copy the result here in a json checker (http://jsonlint.com/) it will return this error:
Parse error on line 1309: ..."559", "t": "Sögeler Hospiz e. ----------------------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
Thx
That is correct.
If you want to check out some exmaples, you can look through this posts : https://wpgeodirectory.com/support/search/?bbp_search=remove_action
Thx
Hi Czar,
There is no widget area to add banner above the gallery, inside the content area. You would have to modify the actions of template listing-detail.php
Thx
Quick question, was it working before migration?
If the countries list isn’t loading, it means tables are missing from the database, thus the migration wasn’t done correctly.
Do you still have the working website on the other domain?
Thx
Hi,
the answer was :
Hi guys, This is just a PHP warning not an error, should really be hidden on a live site, the problem seems to be a fix for Yost seo plugin we added, for now you can add this to your theme functions.php to supress the PHP warnings and we will release a fix later. error_reporting(E_ERROR); Thanks, Stiofan
Thx
try this css pls
.geodir_full_page section.Advertise { margin: 20px 0; }
Let me know,
Thx
yes, but in that case you have to select the appropriate zoom value.
Thx
TO disable reviews simply go to Settings >> Discussion in wordpress menu and disable comments.
For listings already in your database you have to do it post per post or with a bulk quick edit.
This will remove favorite from everywhere :
.geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span { display: none; }
To disable related listings, please go to GeoDirectory >> Design >> Navigation >> Detail and where it says “Show related post listing on” remove all custom post types.
Let us know,
Thx
Hi,
there is no option to use the free trial only in backend.
Free trial must be communicated to paypal while adding listing.
Status active makes the price appear as an option in front end.
Featured will add a featured icon to the listing image and will grant higher visibility in category pages.
Deafult determins the price selected by default when visiting add listing page.
Registration description is an event field.You can’t hide description with any methods at the moment.
Thx
Hi,
not with current options. Each listing must have a unique address.
Thx
Did you try to update them and failed?
Adding a new payment gateway, even with docuentation, will requires a high level of coding experience.
Soon we will work on docs specific for that as soon as we finish integration the Stripe addon.
Thx
-
AuthorPosts