Paolo
Forum Replies Created
-
AuthorPosts
-
BTW taxonomy field can’t be added again. There can be only 1 category selector in the add listing form and it’s added by default.
The error there is showing that field as an option. Unless Vikas originally added it for potential custom taxonomy, but I doubt it.
Thx
You could add that info in tags. “Search for” field will search in title/category/tags not in description, nor custom fields.
The Ajax Autocompleter could give you a faster idea of how it works.
However if you add the custom fields, users through the customize search options can select to search only listings assigned to that custom field.
Thx
You had the location page in Draft status.
Virtual pages shouldn’t be touched ever.
Now it’s working
Thx
Hi,
please see solution here: https://wpgeodirectory.com/support/topic/error-on-home-page-with-recent-updates/
Next update will include the fix.
Thx
This reply has been marked as private.Hi Sfamilia,
Some members are using them together already. It works, there is currently no advance integration between the 2 systems.
But I beliee the activity feed already streams new listings and reviews.
At the moment no, I don’t have an ETA for an advanced BP integration, as there are requests with more votes and we are starting to work on them.
Thx
Hi,
I will report this to developers, especially the 1st part for which we will let you know asap.
The second part I’m not sure I follow you.
If I have
parent category : Hotel
sub category : 1 star / 2 stars etcIf I have 2 listing for 1 star e 2 for 2 stars, hotel will count 4.
Isn’t this the case in your website? This can happen only if you assign a post from the back end only on to the subcategory and not the main category, which is an error. Listings should always be asssigned to both parent and sub category.
Let us know,
Thx
Yeah it was wondering if there was a way to separate the different selections within one field rather than having them in the one column.
No, that is not feasilbe without writing an adhoc script to export the database, that would be cable of also separating that data.
Thx
That’s how it should be… Multiselect is an array of values all in the same field.
Excellent, thank you!
Definitely look in folder geodirectorygeodirectory-functionsmap-functions
Almost all map files are in there.
You may have to tweak something too in
geodirectorygeodirectory-widgetshome_map_widget.php
geodirectorygeodirectory-widgetslisting_map_widget.php
Before even starting to do this, you will have to study how to accomplish it without modifying plugin core files.
Because if you modify core files, after every updates you will lose all your work.
Thx
Well good luck!
No it wasn’t your fault at all…
Should be fixed in the doc site too.
Thx for spotting this.Hi,
It’s working correctly now.
The problem was in the function. Wrong formatting was copyied from our doc site.
add_action(‘init’ , ‘geodir_redirect_to_default_login’) ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().’/wp-login.php’); exit(); } }
should be:
add_action('init' , 'geodir_redirect_to_default_login') ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().'/wp-login.php'); exit(); } }
Most of the apostrophes had wrong formatting.
I’ll see if this can be fixed in our site or if it is the wordpress text editor adding them.
Thx
-
AuthorPosts