kairei
Forum Replies Created
-
AuthorPosts
-
Screenshot:
The fix for #1 seems to pull the bottom bar up so it covers the whole map (see screenshot).
I’ve been playing with this a while and in addition to the question above (can we show the entire image but fit the width to the width of the popup) I’m wondering if there is a way I can:
1. just disable the popup altogether and just have the click action link to the listing page directly?
2. take total control of the popup… in a couple of the things I’m working on, I’d really just like to show (1) a square popup with the image filling it, (2) the title, and (3) a close button, nothing else. Super simple… If that is possible, how would one go about it?
For reference to anyone reading this thread later, here are the other fixes that were added:
.geodir-bubble_desc h4 a {
color: #fff;
font-weight: bold;
}
.geodir-bubble_desc .geodir-bubble-meta-side {
padding: 10px;
}.geodir-bubble_desc .geodir_more_info {
margin-bottom: 5px;
line-height: 17px;
}.geodir-bubble_desc .geodir-bubble-meta-fade {
display: none;
}.geodir-bubble_desc .geodir-bubble-meta-bottom {
padding: 10px;
min-height: 40px;
box-sizing: border-box;
}
.gm-style-iw + div {
opacity: 1 !important;
}Sorry, caught the flu end of last week so just getting back to this now. Thanks for this. I looked at the changes and it mostly looks good. For the image, that is close – that appears to be making it so the entire image is shown, regardless of its aspect ratio. That is what I want. However, this ends up causing there to be whitespace on the left and right. That then looks weird with the black fade at the top which really is designed to work with an image covering the whole width. So, I guess what I really want is for it to show the entire image but fit the width to the width of the popup. Is that possible?
I can’t recreate that issue on my test site, not sure why breadcrumb doesn’t have translated slug. We have some fixes in our development version
So, on your dev version the slug used by the breadcrumb link is using the translated slug? Is it possible to create a duplicator package of the site and bring it local and see if it can reproduce?
Great, thanks! I’ll check it out later. So, for #2… is there anything I can do? For example, can I just specify a new fixed height somewhere in code, so that square images look better, and then on my own make sure all my pictures are square?
Alternatively, is there a way I can just disable the popup altogether and just have the click action link to the listing page directly?
I’m a (former) developer so if possible I’d like to apply the changes myself. I have others sites I’m working on and others in the pipeline so it will be much easier if I can just do them myself as needed… is that possible? Can you send me something (maybe a picture of a diff if the changes aren’t extensive) showing exactly what needs to be done? Thanks!
Also, is this something that will be released into a new version of Whoop! any time soon?
Ok, yeah, no problem on the time, thanks!
And actually, it doesn’t fix it on the desktop if you click the 4 arrow button to go fullscreen. When you do that, the double arrow basically stays where it was (seemingly same distance from top and right side of map). And then when you click it, it moves right/left at that same height, rather than it moving down over the bottom nav bar.
Thanks! So, this fixes it on the desktop but it is still floating up high on my iPhone, although that may really be the same as #3. Basically, without dragging my finger as described in #3, the icon floats about where the top of the category box was.
And here is a screenshot, taken on Chrome desktop, showing issue 6 in the other state (“>” covered by the diagonal arrows that shows the category search box). This is on a different site, but I think it is basically the same set up as the kairei.net site.
I also see a “Query Monitor” panel showing up. Is that something you turned on? How can I turn off? Sorry, still quite new to wordpress…
This reply has been marked as private.Yes, it is much better now, thanks! Can you please explain exactly what you did? How do you “re-scan post type slug languages” and “re-save translation for slugs in String Translation?”
I noticed the breadcrumb menu on the listing page wasn’t translated so I re-translated “Therapists” item in WPML string translation and the breadcrumb displays correctly but is still linking to /therapists/ instead of /セラピスト/. Is there something else to re-scan or save that would affect this?
I also noticed a new translatable string with name “URL slug: gd_therapist.” Do you know where that came from and how it is different from the one with name “URL slug: therapists” or the one with no name and context “URL slug?” You can see the 4 that I’m seeing by searching on “therapists” in WPML string translation.
-
AuthorPosts