Guust
Forum Replies Created
-
AuthorPosts
-
Thanks for that, John.
But is that not the function of the style.css file of a child theme?
Often, even when using a child theme, I find myself having to use !important because that is the only way to override some plugin CSS. Would your solution prevent that?
I guess using CSS specificity would also fix that.
[and for those who wonder what that means, I found this explains it quickly:
http://www.htmldog.com/guides/css/intermediate/specificity/ ]I realise one of GD’s main features is the maps, but some listings might not want to show a psychical address, for example a plumber wants you to know his phone number, town etc, but not his street address.
There should be a possibility for the street address to be optional somehow. I realise you can just put the marker somewhere in the middle of the town, but then the address field is populated with an incorrect address.
A problem I can see with my suggestion is that if a few people just add the town as their location (for example the plumber, electrician and carpenter), then the town location might become a bit cluttered. But maybe the marker cluster addon solves that?Thanks
How to activate the transparent menu?
You got to have at least one custom post type activated, I think. It seems you only have one custom type, Places.
https://wpgeodirectory.com/addons/custom-post-types/Thanks Vikas.
GD actually seems to support categories as deep as WP allows, but then you cannot use some of the map features and ajax selectors.
So practically, you indeed can only use custom post type and 2 level of categories in it, which really gives you a 3 deep structure which should be enough.This reply has been marked as private.Ah, must be from the review addon 🙂
That is a comment sorting form.
It seems you have a comment plugin that has a function that allows sorting.
De-activate that or do whatever you need to do in that comment plugin, and see how you go.Thanks for that info, Paolo.
From my limited knowledge, here are a few additional points:- Membership registration plugins use different custom roles for the membership levels.
- Membership registration pages usually want more info from users than GD; Name etc
- I guess that GD uses the author role or something similar.
- So all it needs maybe is for the registration and login links to go to the membership plugin pages, and for the GD author role to be able to be assigned to one of the lower membership levels.
- More than basic coding is not my forte, but I’d be happy to work with Vikas to get something working on my test site, whenever he is ready for it.
Created a full width page, ‘t was simple enough:
http://codex.wordpress.org/Page_TemplatesHere is the result: http://goldroo.net/full-wisth/
Have you added an advanced search filter at Geodirectory > Place settings > Advance Search?
Also, it looks like you have removed the search widget from your listings pages: Appearance > widgets > add GD search to GD listing top section.I concur with Dave, that is kind of what I meant 🙂
You can’t leave “Image limit” empty; empty seems to mean zero.I’ll have a look. But I would be a bit worried about how that integrates with GDF …
Add margin-top: -40px; as per below in your CSS
.map-places-listing {
max-width: 100%;
margin-top: -40px;
}Maybe Stiofan is fine-tuning the CSS for the next update, I bet he will make these little improvements, and that is maybe why his site looks different already.
For your reference, you might try to get your head around the “Inspect element” feature of Firefox; that’ll help you understand the CSS and what to do about it: http://getfirebug.com
I would be nice to have a few choices of page layout; for example a full width at least.
What I mean is for creating pages other than GD pages, that there would be a choice to have pages without a sidebar. Currently there is only one default page for WP pages, with sidebar.
-
AuthorPosts