Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I was able to import that event in our demo with social importer.
It only had a little challenge with the address.
Thx
Hi,
comments are disabled for your website, reason why the review forms are missing from your listings.
Go to Settings >> Discussion and enble: Allow people to post comments on new articles
This will enable reviews for new listings, for old listings you will have to open them as a bulk action from yoursite.com/wp-admin/edit.php?post_type=gd_place.
Select all listings >> bulk action >> edit + apply >> Comments >> Allow.
Thx
Custom fields are not designed to parse shortcodes.
You’ll probably better add the new tab via code and use the wp API for shortcode
<?php do_shortcode('[shortcode_name])';?>Thanks
HI,
in GeoDirectory all listings have their own page. Free or Paid. You can enable more features and fields for paid and less for free, but you can’t avoid giving them a page.
Remove the link conditionally ony for free listings from every template and widget would require an extended customization of the plugin.
Adding static elements below the dynamic element is a workaround that I would personally never suggest.
Thx
Hi,
I’ve asked John to let us know if he can think of any reason why this is happening.
I think it has to do with the X compatibility plugin.
Thx
Hi,
the advance search addon now uses the near field as location switcher too. Removing the advance search addon is the only option to keep ppl only searching in everywhere and avoid changing location, but they can still change location via breadcrumbs.
Not having the location switcher in place will make the site unusable as soon as your users will switch location (via breadcrumb)
Thanks
Hi,
I agree that the loading of detail page elements could be greatly improved (tabs in particular).I’ve added this as a Task in our project management tool. We’ll keep you posted.
Thx
Seems to be a bug that you spotted, because I could recreate it in our demo.
I’ve reported it to the developers.
Thanks!
i need the user when going to the homepage after visiting a certain location, to get the everywhere view
This is not possible. The only way to go back to everywhere location when another location has been previously selected is through the location switcher.
Clicking the home link will not clear the session saved.
Thx
Hi,
I’ve never seen a server with such restriction to be honest. I don’t even think it could really help against DDoS Attacks.
No there isn’t any other work around other than changing hosting provider.
Thx
December 26, 2014 at 6:11 pm in reply to: Subscriber: Add-Ons Upgrades Throwing Site Into Disarray #25500Hi Steven,
the problem is fixed and the new version including it, will be released probably tomorrow.
Thanks for your patience and happy holidays to you too!
Hi,
yes the problem is definitely javascript related.
one is thrown by advance search :
TypeError: jQuery(…).val(…) is undefined
http://childcareindia.org/wp-content/plugins/geodir_advance_search_filters/js/frontend.js?ver=1.1.1
Line 202In other pages I’ve seen a similar error thrown by X main js file.
Probably there is a plugin using jQuery without no conflict mode. You have 51 plugins installed.
To see which one (if any) you need to disabled all non GD plugins.
Let us know how you went.
Thx
One work around if you can’t wait would be to open poedit and scan the plugin, than merge the new file with the one you already translated.
Thx
Hi,
yes the problem appear to be the missing category.
Thx
Hi,
to avoid getting other warning like the one in the screenshots, just add this to your functions.php
error_reporting(E_ERROR);They are notices and not real error and they simply shouldn’t be displayed.
Thx
-
AuthorPosts