awideman
Forum Replies Created
-
AuthorPosts
-
October 15, 2019 at 2:39 pm in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #513216
Thank you! The current listings are just for testing – would deleting them and then re-importing fix there being no entries in the listing detail table? If not, I can send you the phpMyAdmin credentials.
I think this might have been due to my trying to implement the patch that you provided earlier. Do you know when the next release will be that will include the patch?
October 14, 2019 at 6:52 pm in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #513097This reply has been marked as private.October 11, 2019 at 4:59 pm in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #512676This reply has been marked as private.October 11, 2019 at 2:07 pm in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #512645Thank you both! I applied the patch and it’s working well!
October 10, 2019 at 5:47 pm in reply to: %%in_location%% working, but not %%in_location_single%% in meta title #512524This reply has been marked as private.October 10, 2019 at 12:13 am in reply to: How to hide description of gd_listings "nearby places" on details page #512400Thanks! It turns out that the div ID changes every time the page loads and is different for every listing (details) page.
I wrapped the description in the div as you suggested:
<div class="hide-my-custom-div"> Content to be hidden </div>I was then able to hide description for all grid views by targeting the
- class and then the newly created one:
/*Hiding description in Nearby Places section of Details page*/ .geodir-gridview .hide-my-custom-div { display: none; }Thanks, I’ll look into it. It definitely would be helpful if those fields were available to WP All Import in the future!
October 9, 2019 at 8:39 pm in reply to: How to hide description of gd_listings "nearby places" on details page #512370This reply has been marked as private. -
AuthorPosts