can't claim listing
This topic contains 53 replies, has 4 voices, and was last updated by Jeff Adams 7 years, 1 month ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
April 23, 2018 at 10:06 pm #427751
Can you please detail exactly what does not work and where.
Thanks.
April 24, 2018 at 11:44 pm #427881Thanks for following up Guust. Right now if you go to a listing on VeganLinked.com that is a listing needing to be “claimed”:
The “Claim” button is in front of the form
The keyboard is in front of the formThis video explains it fast and well:
I did start this in another post. But, it’s not been addressed yet. I was getting kind of worried because a celebrity endorsed my site yesterday and I’ve started getting a lot of hits and a few people joining. The celebrity even mentioned Garlik Pizza and they’re on the site with a listing that needs to be claimed.
Here’s where I started a new thread on it: https://wpgeodirectory.com/support/topic/claim-listing-mobile-view/
April 25, 2018 at 12:59 am #427891That is very common on small screen mobiles, and you will get that with most apps and sites.
You just have to switch from the keyboard to the form by tapping the form (not a field) [closes keyboard], tapping the next field [opens the keyboard], enter text, the tapping the form again [closes keyboard], etc.As you can see in your admin area, I claimed the Garlik Pizza listing from my phone without any issues [just chickened out when going to PayPal].
I changed a bit of CSS to put the buttons behind the form:
In /wp-content/themes/supreme-directory/style.css I changed.sd .sd-detail-author { margin: -130px 30px 0 0; position: absolute; z-index: 99999; display: block; }
to
.sd .sd-detail-author { margin: -130px 30px 0 0; position: absolute; z-index: 999999999999; display: block; }
April 25, 2018 at 1:23 am #427896Guust, someone here actually fixed this already. I think it was either Stiofan or Paolo. But, very late Sunday night I was told that something that was wrong with my site may be due to the CSS. So, I cut out the CSS and pasted it into word. Some time passed and I did a few other things in that word document and inadvertently lost all my CSS. So, I was really depressed and spent the entire rest of the night trying to find it all until 5:30 am. I’m still trying to physically recoup from that…
So, it was fixed but I lost the CSS. I would like it fixed the way it was where scrolling with a finger swipe worked for the form not the website behind the form. This was a great fix. I just lost the CSS for it and when they fixed it they didn’t put the CSS in the forum here…
April 25, 2018 at 1:30 am #427897Guust, I found it! It was Siofan:
@media only screen and (max-width: 600px) {
#simplemodal-container.simplemodal-container{
max-height: 90vh !important;
overflow: scroll;
height: 90vh !important;
width: 100% !important;
}
.simplemodal-container .simplemodal-data{
height: 200vh !important;
}
}That’s what makes the form scrollable and appropriately accessible!
Now the only issue left is the “Claim” button being in front of the form.
Thanks guys, this is really getting there with your help!
April 25, 2018 at 1:44 am #427899I changed a bit of CSS to put the buttons behind the form, but all caches will need to be cleared before you see that.
April 25, 2018 at 1:52 am #427900Thanks Guust,
Are you sure? my server isn’t using caching, which was a big reason I switched to this server. I’m seeing all the other changes being made. I’m refreshing my phone. Are you seeing the button behind and are you scrolling all the way up and down?
April 25, 2018 at 2:18 am #427902Phones cannot be readily refreshed, try another one?
April 25, 2018 at 2:33 pm #427957Thanks Guust,
I just had a friend try it on his phone that’s never been to the site. He said it looks good.
It seems weird because I have noticed other changes on my phone instantly and when we addressed this last time (before I lost the CSS) it appeared instantly. If what you’re saying is correct then I’m glad I’m getting on this quick so visitors don’t experience the issue even after it’s fixed! 🙂
I tried different listings on my phone too because it seems like caching wouldn’t apply if I’ve never tried this on them. I wish there was a way to refresh my phone. I did try “pulling down” the page to make it refresh…
I’ll exploit a few other friends’ phones throughout the day to see how it goes. At least so far so good… 🙂
Thanks again for your time Guust!
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket