Joy
Forum Replies Created
-
AuthorPosts
-
Your plugin uses the standard WordPress taxonomies? I had a developer look at it and says that it isn’t so I wouldn’t be able to use the regular WordPress taxonomy function.
Thanks Paolo for the link…but I have no idea what I’m doing. Can you give a little idea of how I should do this? Thank you.
Try this:
a:hover { border-bottom: 2px solid #1994ad; }
This is what’s creating that hover effect
/* mouse over link */ a:hover { color: #1994ad; text-decoration: underline; }
Just remove the text-decoration line and see if that works.
Try this
a { border-bottom: none; }
Okay, thank you for clarifying. It might be a good idea considering all the information is there on a listing. 🙂
I don’t think I’m explaining this well.
I would like to make a separate wp page for a particular place(a specific island). When users click on that page they should only see the listings for that particular place whether they allow geolocation or not. Since a region and city is set for each listing, is it possible to have the widgets populate by a particular region, similar to the way we can choose a place type or category to display? My theme allows me to place widgets on any page of my choosing so I am not limited to gd pages.
That’s not what I’m talking about. Doing that will allow the widgets to work with Geolocation if a user has allowed permission, is that correct? If a user doesn’t allow Geolocation then that has no effect(I think).
I would like to make a page for a particular region and have all listings in that region displayed through a listing widget.
Any widget I guess that displays listings. I see that we can list them depending on the type and category but I don’t see an option for location.
This reply has been marked as private.Okay, I understand. Thank you.
Hello, I have gone ahead and setup my wp multisite. I am having trouble with my bbpress and my buddypress linking up though. When logged into my buddypress and I try to access my subdomain(where forums are hosted) I am redirected to the buddypress registration page. I have no idea what I’m doing…
Is there anything you can suggest? I’ve read tons of things online but I’m still not understanding what I’m doing wrong. Thank you.
Never mind I got it
.geodir-post-status { display: none !important; }
I needed to put the !important override.
Thanks I’ll have a look.
Cool, and this will happen consistently once they accept geolocation when they visit the site or do they need to allow tracking of their location with each visit? And will the geolocation work for every page? For example, if they are looking at a listing will my featured listings widget on the sidebar be location correct? Another example is if they are looking at a listing and they want to go back to the homepage – will the listings being shown on their homepage be location correct?
-
AuthorPosts