Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
what I stated there isn’t precise (I’ve corrected it).
You can’t create Category dependent custom fields.
You can only create Custom post type and price dependent custom fields.
Thanks
I can’t see your website, please let us know if this is resolved.
ThxDid you try the GD tools?
***IMPORTANT*** This update includes major database changes to allow multisite compatability, becasue of this you should update all GD addons after you update core. If you experience any problems after update you should visit the GD Tools section and run the database check.
For the plugin missing the update link, pls try refredhing the page.
Let us know
Hi,
I was able to update and activate the core plugin. Now you have all old addons and you must update them too, but you don’t have credentials in GeoDirectory >> Autoupdates.
There you have to input your forum (this forum) username and password, than autoupdate them all.
let us know,
thx
Hi,
please provide a URL, wp admin and FTP credentials and we will fix.
Thx
Hi,
please read here:
https://wpgeodirectory.com/support/topic/release-of-gd-core-1-3-and-all-addons/
***IMPORTANT*** This update includes major database changes to allow multisite compatability, becasue of this you should update all GD addons after you update core. If you experience any problems after update you should visit the GD Tools section and run the database check.
Thx
update should say to version 1.3.0 though, not 1.2.7…
Just FYI
This reply has been marked as private.excellent 🙂
HI Ivalde,
there is no such option. All URL fields will open in the same window.
If you think this is a must have option, please suggest it here: https://wpgeodirectory.com/requests/
and if many members agree with you we will consider adding it.
Thx
hi,
I think the problem is that the buddypress toolbar extend the wordpress toolbar and if wp admin is restricted the toolbar is hidden too.
Just go to GeoDirectory >> General and where it says:
Allow user to see wp-admin area enable : Yes
That should make the bp toolbar visible to logged in users.
Let us know,
Thx
It doesn’t support revisions and you can see what it supports by default in the custom post type menu:
Author
Thumbnail
Excerpt
Custom fields
Comments
Post formatsHowever there is a hook there and we can add anything on the fly…
Try this:
add_filter(‘geodir_post_type_args’,’geodir_post_type_args_my_filter’,10,2);
function geodir_post_type_args_my_filter( $args , $post_type){
if($post_type==’gd_place’){
$args[‘supports’][]=’revisions’;
}
return $args;
}This should add revisions to gd_places.
we haven’t tested it.
Let us know,
Thx
Hi,
I think the widgets and layout problems are due to me deactivating all plugins and switching theme while trying to figure out what the problem was.
You won’t need to do that, because the problem were the virtual pages.
To fix that I had to delete the 5 old pages (if I remember correctly 2 were no longer virtual, had been edited and had different titles but where still using the old slug).
So you must delete pages with these slugs:
location
listings
add-listing
listing-preview
listing-successThan add the rebuild function to your theme functions.php (version 1.3 include this in GD Tools) and rebuild the virtual pages. Than I had to refresh permalinks and everything finally was working (GD wise).
To avoid corrupting the virtual pages the best thing is to avoid editing them for any reason. Everything can be done without touching them.
Let me know if this helps.
Thanks
Hi,
This seem to be working to me: http://www.holidaymonk.com/places/?sort_by=geodir_price_desc
The problem is that you are using the ascending sort.
Let us know,
Hi,
clicking on hotel will not clear the session. Only the location switcher can make you move from city1 to everywhere.
Thx
-
AuthorPosts