Spaces for each item

This topic contains 18 replies, has 2 voices, and was last updated by  wakeatlas 8 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #53583

    wakeatlas
    Expired Member
    Post count: 190

    I added items on he profile of the settings. I would be nice to have spaces between items. Please check On-site and Nearby…

    #53625

    Guust
    Moderator
    Post count: 29970

    Please always supply URL and where not available to the public, also a admin password.
    We cannot review code of images.

    #53630

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #53651

    Guust
    Moderator
    Post count: 29970

    1. Fixed your lists. You cannot use the following characters as part of your options: forward slash / or a comma ,
    (these characters are reserved for separating options and code).
    https://wpgeodirectory.com/docs/core-place-settings/#select

    2. You need to add the “map” tab back at GD > design > detail > Exclude selected tabs from detail page
    You cannot edit that image, that is just a pointer as to the location.

    3. Reorder tabs: https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/

    4. Changing order in sidebar:
    https://wpgeodirectory.com/support/topic/reorder-detail-page-sidebar/

    5. How do I change the order of whats listed in the sidebar? I’d like Listing Information to be at the top.
    https://wpgeodirectory.com/support/topic/change-display-order-of-field/#post-12952

    6. add break tag so address starts on next line
    Add this to your CSS:

    .geodir-i-location {display: block;}

    7. I cannot see the social buttons on your detail page.

    8. Can I also add a break tag after “Hours of Operation” so the hours are on there own line?
    Looks like you figured that out yourself.

    9. Where do I change Enquiry to Inquiry?
    In the translation file:
    https://wpgeodirectory.com/docs/translate-core/

    #53710

    wakeatlas
    Expired Member
    Post count: 190

    Thanks Gusst!

    Have some more brain busters for ya..

    Since the Google Map image is just a pointer, can a “Get Directions” link be added under the address to the geodir-listing-map div located at the top of the detail page? Can the “Send Enquiry” button also be added here, in between the phone number/website?

    What do I call in the CSS to update the tex-shadow on buttons?

    The social buttons that sometimes have an extra “—>” in them are at the top in the “Share” button. I haven’t seen it in there today, so not sure why/how it disappeared. Can “Share this page” be added to this button?

    “Where do I change Enquiry to Inquiry?” – Checked the Translation file, did a find & replace for: email, send, enquiry, inquiry. Did not find it.. ?

    Thanks!

    #53716

    Guust
    Moderator
    Post count: 29970

    Everything is possible (most of the time), but adding the enquiry link and directions to the little map and address panel would be quite some customization that is outside support.

    To play with your CSS, have a look at
    https://wpgeodirectory.com/docs/customizing-your-style/

    Can “Share this page” be added to this button?
    I guess so (see earlier point), but not sure how.

    Look for “send enquiry”, see image

    [I’ll get Paolo to have a look too at your questions, he might be able to give some quick pointers]

    #53723

    wakeatlas
    Expired Member
    Post count: 190

    Ok, so how do I make sure to call all of this so that nothing slips through and still shows the red color?

    .whoop-btn-primary, .geodir_button, .geodir_submit_search, .blue-btn, .comment-reply-link, #submit, button, input[type=”button”], input[type=”submit”], #simplemodal-container .button, #geodir_wrapper #showFilters, #members-dir-search #members_search_submit, #buddypress input[type=submit]#aw-whats-new-submit, #buddypress input[type=submit]#profile-group-edit-submit, #buddypress button.comp-submit-btn

    Because there’s one red line left on the user button in the header and I’m sure there are some others in there I just haven’t seen yet.

    Thanks

    #53724

    Guust
    Moderator
    Post count: 29970

    Can you give more details of what you are talking about? URL etc
    I don’t see any red lines anywhere.
    Make sure to hard reload after CSS changes.

    #53796

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #53800

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #53803

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #53824

    Guust
    Moderator
    Post count: 29970

    Thanks for letting us know this is resolved.

    #53827

    wakeatlas
    Expired Member
    Post count: 190

    How do I update the compass color? Looks like the the color is set with inline CSS?

    <i class=”fa fa-compass” style=”color: rgb(8, 124, 201);”></i>

    I tried to call it in the CSS but was unsuccessful.

    Thanks!

    #53861

    Guust
    Moderator
    Post count: 29970

    You can add this to your CSS

    .fa-compass {color: green !important}

    No idea how that inline styling got there, that is not part of the default files, see the demo at http://wptry.it/wordpress-directory-theme-whoop

    #56420

    wakeatlas
    Expired Member
    Post count: 190

    That style tag no longer works for the compass, for some reason the inline style isn’t allowing the custom css to overwrite it.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket