Joy
Forum Replies Created
-
AuthorPosts
-
Hmmm. Sorry, I would suggest you review the settings: Geodirectory > Advanced Search
1. Geolocation Settings
2. Redirection SettingsAlso maybe try to clear your browser cache or try on another browser/device. The Geolocation setup can be a bit confusing.
Did you set your default location?
I don’t currently have buddypress installed but try to have a look in your settings. If I recall, there should be a “show admin menu” settings. But I think by default, the admin bar is only shown to site administrators.
If you want to remove it completely -even from site administrators, you can find a solution here:
https://www.google.com/search?source=hp&ei=VdowWq26G4bijwS-8r6QDg&q=buddypress+hide+admin+bar&oq=buddypress+hide+admin+bar&gs_l=psy-ab.3..0j0i22i30k1l4.39.4577.0.4720.29.19.0.0.0.0.504.2605.2-6j2j0j1.9.0….0…1.1.64.psy-ab..21.8.2397…0i10k1j35i39k1j0i131i20i264k1j0i131k1j0i20i264k1.0.4BbDIVsPjmQDid you input your Google Map credentials?
Geodirectory > Design > Map
December 13, 2017 at 7:35 am in reply to: How to output fields to below star rating in list view #409319Have you tried to manipulate with
float:right;
?
Sure thing. 😉
Sorry I didn’t know you were referring to the widget. You can try this:
a.signin { display: none; }
You can try this:
#primary-nav ul .sd-my-account-dd-menu-group li { display:none; }
What theme are you using or can yo share your site? You can hide it with css.
This reply has been marked as private.I have posted it on my very first attempt with this thread. Please reread the first post. Thank you.
global $post; if (!isset($post->geodir_email) || empty($post->geodir_email)) { ?> <a href="javascript:void(1);" class="b_send_inquiry2" onclick="jQuery( '.b_send_inquiry' ).click();">Send Enquiry</a> <?php }
Understood. Thank you again.
But that’s the problem. I have attached the image of the way the snippet is displaying when used in a php widget in my original post. The link and the pop-up form is just fine, but the conditions are being lost – meaning it should/should not display based on the listing email field being populated. The link for the “Send Enquiry” option is being displayed on listings with an without an email. Even if there is not action when an email is not present, it could be confusing, so I’m trying to figure out why half of the code is being lost.
The functionality isn’t removed, it’s hidden in the header with CSS. Couldn’t I hide the supreme header link and rename this div so that it’s visible? It seems that the contact link can be set up more than once on a page so it should be a problem.
I am trying to do exactly that – use a link with the existing functionality of the theme. The link you referenced is to change the function of the “Send Enquiry” link, which is not what I am looking for.
I simply want to add the “Send Enquiry” link into the sidebar instead of it being in the Supreme header.
Perfect. Thank you! I didn’t realize that the categories could have default images.
And just to clarify, the default images placed per category will only be used if there is no uploaded image to the listing? Once an image is uploaded to a listing – it will take precedence?
-
AuthorPosts