BL Interactive
Forum Replies Created
-
AuthorPosts
-
Wonderful.
That was my staging server, can you shed some light as to what was done so I can apply to my live server? If not, I can push my live to staging for you to apply the fix again, and I’ll push that live.
please advise. and thank you.
This reply has been marked as private.This reply has been marked as private.Any Progress? I wish I could share my DB access, but it’s tied to other client’s accounts. Maybe there is a plugin I can install that will allow you to see what you need?
My client is getting impatient with this issue. And I wish I could do something.FWIW I cannot see k2crew’s private responses.
This reply has been marked as private.This reply has been marked as private.I could adjust the short list with CSS, but I don’t see how I would attack the no space after comma issue with CSS.
I’m not using it in the sidebar where it is a popular.
I’m using it in advanced search. I have over 200 categories, and need a way to trim that down from the advanced search in an alphabetical way. Ideally supporting subcategory groupings.This reply has been marked as private.I feel the easiest and most logical is that if I delete the content of the near field, it moves it from the search.
I had to dig into /geodirectory/geodirectory-functions/custom_functions.php at around line 236
find:
$client_message .= '<br>' . __('From :', GEODIRECTORY_TEXTDOMAIN) . ' ' . $yourname . '<br>' . __('Phone :', GEODIRECTORY_TEXTDOMAIN) . ' ' . $inq_phone . '<br><br>' . __('Sent from', GEODIRECTORY_TEXTDOMAIN) . ' - <b><a href="' . get_option('siteurl') . '">' . get_option('blogname') . '</a></b>.';
Change to:
$client_message .= '<br>' . __('From :', GEODIRECTORY_TEXTDOMAIN) . ' ' . $yourname . '<br>' . __('Phone :', GEODIRECTORY_TEXTDOMAIN) . ' ' . $inq_phone . '<br>' . __('Email :', GEODIRECTORY_TEXTDOMAIN) . ' ' . $youremail . '<br><br>' . __('Sent from', GEODIRECTORY_TEXTDOMAIN) . ' - <b><a href="' . get_option('siteurl') . '">' . get_option('blogname') . '</a></b>.';
I would suggest adding the email to the [#comments#] block as well. I have had to address this with too many clients for it not to be considered an oversight.
Submitted
I had a visitor that had this same issue, I don’t location switcher. Selecting and deleting doesn’t always work.
-
AuthorPosts