Paolo
Forum Replies Created
-
AuthorPosts
-
August 12, 2014 at 2:54 pm in reply to: How do I skip "Popular Places" / "View All" on the Listing pages? #11775
As Purpleedge said, the location switcher takes to the home page of a particular location.
Even if you had only 1 CPT, one may want to show other things in the Miami home page other then listings.
Recent reviews, city description (widget for it on his way) and so on are just few examples.
Currently there is no way around this other than customizing the plugin to act differently.
Thx
Hi,
GeoDirectory doesn’t provide this option at the moment.
Currently each listing requires to be paid individually to be pubblished.
Thx
Hi Brian,
currently the “member” page is visible only by the member himself via the login box (my dashboard) links.
Better author pagee, with member directory and all info about a user activity is in the todo list.
Thanks,
I updated my previous post, I was able to read the url and check the webiste.
I’d like to reassure you that this is not to be a SEO issue at all.
Breadcrumb is different and the listings below the text are most likely going to be different too, making the pages carry only a slice of identical text.
As I said adding a city tag shouldn’t be hard.
Hi,
those pages are not identical and google will not see them as such and will index properly both. I can bet on that…
Even only the breadcrumb differentiate them in the eyes of google.
Adding a city tag shouldn’t be hard anyway.
Thx
Hi,
the calendar wasn’t loading because added multiple time in the same page. You can have 1 calendar per page. I removed the extra widgets and now it works.
There is a css isse still, but John will provide a fix asap.
Thx
August 11, 2014 at 7:41 pm in reply to: Multilocation addon causing fatal error on WP upgrade #11673DId you also update GeoDirectory and the Multilocation add to its latest version?
Let us know,
if you want it to interact with packages, you will also have to add the switch in the payment manager too.
Hi,
if you look into geodirectory_template_actions.php around line 500 you will find the actions related to listings page titles.
In your child theme functions.php You could remove the default title action create the new function as needed and add a new action using the modified function.
Example:
remove_action( 'geodir_listings_page_title', 'geodir_action_listings_title',10); function my_geodir_action_listings_title(){ //new function code here } add_action( 'geodir_listings_page_title', 'my_geodir_action_listings_title',10);
Let me know if this is enough to put you in the right direction.
Thx
I’ve re-assigned this to Stiofan as VIkas will no longer be able to assist on this.
Thx
Address field in the listing page can be hidden with css.
I don’t understand how that would help with the 2nd city though.
You would have to remove them from the validation that makes them mandatory.
It would be a customization for your developer.
Thx
HI,
I know Jeff was looking for beta testers. FInal tune up would go much faster if someone would test and report bugs thouroughly. Would you be willing to join the beta testers?
I’m sure Jeff will read this reply (not yours because it is private) and will let us know as soon as he can about it.
Thx
Hi,
that would require a customization of the plugin.
As I said, the plugin has been designed to locate places in realting to their phisical address, not the area they offer services for.
Thank you
OK, you can try this…
The PHP output you are seeing is not PHP errors it is PHP warnings, these are very different and until PHP 5.4 they were not shown for most things.
Try adding this to your child theme functions.php (near the top but after the PHP opening tag)
error_reporting(E_ERROR);
Hopefully this fixes it for you, let us know.
-
AuthorPosts