Paolo
Forum Replies Created
-
AuthorPosts
-
HI Adrian,
what do you mean by : “In IE 10 it shows as number.” Numbers is what it should show.
I don’t have IE10, can you show us a screenshot?
Thx
Just reply here and set the reply as private. Only moderators will be able to read it.
Thx
Hi,
images are not that useful to debug, we would need a URL and wp admin credentials to check your settings.
Thanks
Hi,
in your media settings, this was still disabled: Organize my uploads into month- and year-based foldersIt can’t work if you don’t enable that setting.
Can you please try to delete images on that listing and reupload them with that setting enabled?
Thanks you
I would need to have a look at the website to tell.
Thx
Personally I would do something like this:
.geodir-filter-cat { float: left; height: 220px; margin: 0 0 30px 30px; overflow: scroll; width: 22%; } #customize_filter_inner { margin: 0 auto; width: 1280px; }But I haven’t tested it on mobile and it might need some tweaking for that.
Learning some css in this cases is fundamental: http://docs.wpgeodirectory.com/customizing-your-style/
Thx
Personally, I use https://twitter.com/settings/widgets and paste the code in a text widget.
It works perfectly.
I think that widget is useless and should be removed.
Thx
The tabs not closing, seems to be a javascript problem. After page load a script should add display none to the list elements.
This is probably due to a customization made on the page… or a js conflict with the theme.
Can you please revert your customizations and see if it solves the problem. At least we would know where to look.
Thx
Hi,
in this topic : https://wpgeodirectory.com/support/topic/logo-for-listing-listing-details-page-stylemay-be-a-feature-request/
I link few examples and explain how to find them all.
Thanks
October 30, 2014 at 8:04 pm in reply to: Advanced search for delivers no results & remove grey cat display on map #201621) search seems to work for me. I search National in categories restaurant and I got the right result.
Can you tell us how to replicate the error?
Thx
The reason is because of the location switcher. It more than relevant…
Without it, it cannot work properly.
Hi,
if you want I can move this in the job section of the forum, where developer can provide you a quote to integrate the plugin with that particular theme.
let us know,
Thx
Hi Gianni,
1) at the moment there is no easy way to add a date picker in the events advance search. I also think it should be a date picker rather than a text field and I’ll ask to Stiofan if we can have a look into it.
2) Not at the moment.
3) It is possible to help you with that only if can see the website.
Thanks
Hi,
you have the page yoursite.com/location, that is basically the home page. You can change location to whatever you want in GD >> Permalinks.
Thx
Hi,
some themes will make 1 call to the google map api in every page (even if it’s not needed) and our plugin will make another 1.
In a theme like Enfold, removing their call to the google maps api is as easy as adding this line of code in the theme functions.php file:
add_filter( 'avf_load_google_map_api', 'gd_enfold_remove_maps_api', 10, 1 ); function gd_enfold_remove_maps_api($call) { return false; }I don’t know how difficult it will be to disable it in your theme. that’s why a developer must have a look at it.
If you use a compatible theme, it doesn’t involve any work using our plugin and with a little work, it can be used with virtually any theme.
We are happy with the downloads, considering our plugin is only 6 months old and our competitor are years old.
Thanks
-
AuthorPosts