Hayley Kirkman

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • in reply to: Featured Image Cropping #537000

    Hayley Kirkman
    Expired Member
    Post count: 37

    I actually believe I found a solution to this. Is this a viable option? Everywhere I test it with both wide and tall images the image is scaled down rather than being cropped. I read one of the other support posts stating that the image was not actually being cropped. Just being viewed through a small view port omitting the rest of the image. That is where this solution came from.

    CSS: I changed the “Object-Fit:” to scale-down

    .geodir-image-container ul.geodir-images li img {
    border-radius: 4px;
    object-fit: scale-down;
    height: 100%;
    }

    in reply to: How to Edit Formatting of [gd_post_meta key="address"] #536959

    Hayley Kirkman
    Expired Member
    Post count: 37

    Perfect thank you!

    in reply to: How to Edit Formatting of [gd_post_meta key="address"] #536634

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    in reply to: Keep a Listing Location "Private" off of the map #536630

    Hayley Kirkman
    Expired Member
    Post count: 37

    I actually found a way to do this in case you ever have someone ask in the future.

    1. I created a radio question in (places > settings) for “private” or “public” to be asked at the time of setting up the listing. Under the option values I put the following code.

    “YES – Visit anytime during business hours./0,NO – Please e-mail or call for appointment./1”

    This adds the question to the /add-listing page.

    2. Based on what they answer I used the following to hide the map if the users selects “private” on the /gd-details template page.

    [gd_dynamic_content key=”is_this_business_open_to_the_public_” condition=”is_equal” search=”0″][gd_map][/gd_dynamic_content]

    3. Then the following to hide/show the address for the same question criteria.

    [gd_dynamic_content key=”is_this_business_open_to_the_public_” condition=”is_equal” search=”0″][gd_post_meta key=”address” alignment=”left” text_alignment=”left”][/gd_dynamic_content]

    4. I also use the following code to display the public vs. private message on the listing page so the public can see it just under the address or lack of address for private listings.

    [gd_post_meta key=”is_this_business_open_to_the_public_” alignment=”left” text_alignment=”left”]

    Thanks again for your help and recommendations. I just wanted to post this in case anyone else simply needed to hide the address or other data for a “private” directory listing.

    in reply to: Keep a Listing Location "Private" off of the map #536610

    Hayley Kirkman
    Expired Member
    Post count: 37

    I am trying maybe a more simple way. I added a field under the “Settings” tab of my places CPT. It is just a radio button that asks if the business is public or private. How do I get the answer to this question to show up on the listing page for the public to see if they checked the public or private box?

    in reply to: Making Profile Editing Button More User Friendly #536595

    Hayley Kirkman
    Expired Member
    Post count: 37

    Hi Kor,

    That worked perfectly! Thank you so much.
    H

    in reply to: Keep a Listing Location "Private" off of the map #535498

    Hayley Kirkman
    Expired Member
    Post count: 37

    I went ahead and setup both custom post types to be identical except the private one has the address info hidden.

    ADD LISTING: https://durangocreativedistrict.org/add-listing
    ADD PRIVATE LISTING: https://durangocreativedistrict.org/add-listing?listing_type=gd_private_place

    I am just curious if there is a way to have these options selectable from the /add-listing page or if I have to show two buttons. 1. Add Public Listing 2. Add Private listing which would then take the user to the two pages above?

    Also, is there any way to have both of these show up on in the list view together? I did a test and cannot see the private CPT within my https://durangocreativedistrict.org/places page.

    Lastly, I cannot seem to figure out how to get the CPTs to show on the search. I have the advanced search add-on installed.

    Thanks,
    H

    in reply to: Making Profile Editing Button More User Friendly #535497

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    in reply to: Mobile Grid vs. List View #529395

    Hayley Kirkman
    Expired Member
    Post count: 37

    Ok. Thank you very much Alex!

    in reply to: Mobile Grid vs. List View #529363

    Hayley Kirkman
    Expired Member
    Post count: 37

    Thank you very much!

    One last question and I will close the thread. Is it possible on the “Add Listing” page to have the description text for each question filed to be moved above the question so that the user reads it first.

    Our testers are not reading the hint until after they make a mistake on the question field. Please see attached screen shot.

    https://durangocreativedistrict.org/add-listing

    Thanks!
    H

    in reply to: Mobile Grid vs. List View #529343

    Hayley Kirkman
    Expired Member
    Post count: 37

    Sounds good Alex. We have several users on the iphone Xs Max and larger displays.

    I have been digging around all morning and the only page I can find under the Design Docs that refers to the grid is the following page.

    https://wpgeodirectory.com/docs-v2/design/layouts/

    Can you please point me to how we change these responsive break points. Thanks!

    in reply to: Mobile Grid vs. List View #529247

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    in reply to: How to edit default /add-listing field titles #521264

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    in reply to: How to edit default /add-listing field titles #521263

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    in reply to: How to edit default /add-listing field titles #521066

    Hayley Kirkman
    Expired Member
    Post count: 37

    Never-mind. I found the permalinks and refreshed those. All good. Thanks.

Viewing 15 posts - 1 through 15 (of 30 total)