Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please provide URL and wp admin credentials.
Thx
February 20, 2015 at 9:59 pm in reply to: Update Loses Location Settings, Location Switcher Weirdness #31574I’ve reported this as a task to be solved and used the correct country code and name.
At the moment to solve, why not translating the faulty country to something like “V I” or another achronim that will be less noticeable and confusing for your users?
Let us know,
Thx
It seems like you solved this one too?
Hi again,
do you receive an email when someone posts a comment in a normal wordpress page?
As said, if there was a bug in GD, we would have hundreds of members reporting such a noticeable issue…
Let us know,
Thx
That is the only possible option.
Thx
Hi,
there are no options to enable moderation on editing too. Just on 1st submission.
It could be feasible, but it would require a customization.
Thx
Hi,
we can’t recreate this in our test websites. The problem could be due to a conflict with another plugin. Have you tried deactivating all non GD plugins to see if the problem goes away?
If not, we would need your wp admin credentials to have a look.
Thx
Hi,
let us know if we can set this as resolved.
Thx
Hi,
if you want to modify the label you can via translation files.
http://docs.wpgeodirectory.com/category/translation/
Let us know,
Thx
Hi,
appearently when a TT User upgrades to a full membership, the autoupdate option gets confused.
For the moment I’ve updated the plugins for you and I’ve asked Stiofan to look into the autoupdate bug for users in your situation.
Thank you for allowing to spot this.
HI,
in google webmaster tools it also said where that link is present in your pages. Can you please let us know?
Thx
February 20, 2015 at 7:22 pm in reply to: After advanced search menu bar for theme disappears #31556Hi,
I’ve added a task to change the class name to something less generic to avoid conflict with other products.
gd_search_dropdown or something like that should work.
Thx for spotting this.
Hi,
I’ve looked into your request and stopped after 5 minutes because it would require to rewrite part of the GD search widget and also modify part of the advance search widget addon. Not even sure it can all be done only via hooks. Only Stiofan could tell us more about it…
I think there is a much simpler option that you should consider and that integrates Guust’s suggestion.
Instead of using 2 forms on the page that I agree would be bad UX, you could show only the form needed and add the selection Listings/Everywhere elsewhere.
Example: http://wpgeo.directory/
added a text widget above the gd search widget.
added 2 links “Listings” “Everywhere”.
added the regular search below the gd search widget and hidden with css.
added few lines of JS to show/hide one or the other
added little css for regular form to start look like listings form and give you the idea.html for links in text widget:
<div class="alternative-search"><a id="gd-listings" href="#">Listings</a> <a id="everything" href="#">Everything</a></div>css:
.widget_search .screen-reader-text { display: none; } #s { float: left; margin: 0 10px 0 0; background-color: #fff; } .widget .searchform { margin: 10px auto; width: 33%; } .widget_search { display: none; }jQuery:
<script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#gd-listings").click(function(){ jQuery(".widget_search").hide(); jQuery(".geodir_advance_search_widget").show(); return false; }); jQuery("#everything").click(function(){ jQuery(".widget_search").show(); jQuery(".geodir_advance_search_widget").hide(); return false; }); }); </script>If you like the idea, this can be accomplished with another 15 minutes of css and it took me 10 minutes from start to end.
Achieving the same modifying the code would take so much longer that I wouldn’t even consider it.
Let us know,
Thx
The all listings page in reality is a left over that should be removed because it’s not really doing anything.
The listings pages are not regular pages for wordpress but dinamically created archive pages. To add links to your menu for “places” now renamed restaurants, you nede to go to GD >> Design >> Navigation and enable GD links to appear in your menu.
See image attached as example.
As far responsive images, I can’t find one that isn’t. If you would provide a link were we can see one not behaving correctly I’ll have a look.
Thx
HI,
It’s difficult to set a release date for something like that. It will be an ongoing process where we add the list of all hooks, filters and functions and provide a few example of usage for each, day by day.
We are talking about an entire codex made of hundreds of pages of documentation, not really a small task. We looked into outsourcing, but we were not succesfull. Stiofan needs to be writing them and between all support request and coordinating development, very little time is left over.
We will do our best in the next weeks to advance as much as possible.
Thanks for your patience,
-
AuthorPosts