Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Those will likely have their own import/export feature in the future, they are not included for a few reasons.
Stiofan
There is no specific filter for that yet, we do plan to make a UI for it in the near future though.
Stiofan
November 17, 2018 at 5:42 pm in reply to: why not using the wp media library for uploading images? #454824Hi Marc,
GD only stores the 1st image of a listing in the media lib so that themes can take advantage of this being the featured image, all other images are stored in our own tables.
Thanks,
Stiofan
I downloaded ur parent and child theme to my local test site and it all works fine there, so it must be a theme setting.
Stiofan
Hi Tom,
In GDv2 this has been added as a setting, in GDv1 please use this code snippet:
add_action('wp_head', '_my_maybe_noindex_empty_archives'); function _my_maybe_noindex_empty_archives(){ if( geodir_is_page('listing') || geodir_is_page('pt') ){ global $wp_query; if($wp_query->post_count==0){ echo '<meta name="robots" content="noindex">'; } } }
Thanks,
Stiofan
I’ll need to research this, is the key linked to a url or can you pass ur one for testing?
Stiofan
I have flagged this for kiran to look at the event dates, he will check it on monday.
Thanks,
Stiofan
In GDv1 is uses the same setting for all the archive pages so unless u were changing it everytime it can’t be done, and if u were changing it everytime it would never respect the users decision.
In GDv2 this can be done pretty easily with no code.
Thanks,
Stiofan
It looks like something has changed in the blocks JS, i’ll take a look on monday.
Thanks,
Stiofan
Hi Robert,
It has been passed to me for final testing before beta release, so it should be out by midweek.
Thanks,
Stiofan
Just rename the GD folder to “geodirectory” which will likely disable the plugin in wp-admin, then just reactivate it.
Stiofan
I can’t recreate the search issue on my test site, even with all non GD plugin disabled i still can’t replicate which makes me think its a theme setting but i’m not sure where.
Does your other site search work? If so can you try and narrow down what setting is breaking it so i can debug it.Thanks,
Stiofan
Hi Alexander,
1. When you first create a price package the “Title to be display while add listing” will be auto populated if left empty, if you ever make any changes to the settings of the package you need to update the “Title to be display while add listing” manually, it will not auto update (unless you blank it), so its not that the package is wrong, its that you have not updated the frontend title.
2. If you have paid packages make sure to set the setting GD>design>listings>
New listing default status
to anything except “publish”.
If someone replicates what you did the listing will be assigned the default package for that post type and it will not be published, the system will see a invoice was never created and will give you the option to create one in the backend post edit form.Thanks,
Stiofan
November 17, 2018 at 1:17 pm in reply to: V1 to V2. Places appears twice. Hyphens to underscores. #454785Please check now and let me know if u have any problems.
Thanks,
Stiofan
I’m guessing its just the package description not changes, this is auto created on first run but needs to be manually adjusted if u make further changes, you can make it say anything u want. If not let me know.
Thanks,
Stiofan
-
AuthorPosts