Roman
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi Paolo,
I came across this post recently https://wpgeodirectory.com/support/topic/can-i-set-a-minzoom-on-the-map/ isn’t it something that can be applied to Supreme’s Map as well?Thanks.
Thanks, Guust,
after applying the code scrolling works just as expected, but I’m not sure about the minimum zoom level for the map. I would like the map not to zoom out bellow a certain level how can I do that?Thank you Paolo,
Just one more question, do you believe it will be safe to update GD Core without updating add-ons until I buy GD membership again? I cannot buy it right now and I’m afraid that it might break database or cause some other damage until then.
Thank you.
Hi Paolo, just to clarify: will it be the next release of supreme theme that will fix this or of iOS?
And is it going to be anytime soon? cause right now my directory is pretty much unusable from the iPhone.Thank you.
I’ve found what causes it, but it doesn’t solve the problem.
I go to Geodirectory> Design> Listing >>> Untick Listing right section
Then the problem is gone on iPhone, everything is clickable again, but the map disappears as well, both o PC and mobile phones.
So probably there is some conflict with the map. Would appreciate your help in solving this problem.
Thank you.
Ok, no worries, I’ve solved it by specifying the css for responsive embeds to be used only on blog posts.
Thanks.Hey, Kor, I’ve found the problem. It was the custom CSS I was using to have responsive video on blog posts. But after I removed it everything was ok, except embedded videos on my blog posts.
So what I did is changed the php snippet you gave some time ago from functions.php to this one
add_filter( 'embed_oembed_html', 'geodir_oembed_filter', 10, 4 ) ; function geodir_oembed_filter($html, $url, $attr, $post_ID) { $return = '<div id="post_video-wrap">'.$html.'</div>'; return $return; }
But it seems that the Detail Page videos stop being visible again.
How can I alter this wrapping code from above to work only for posts and not within video tab on detail page?
Thank you.
Here is the screenshot.
Hi Kor,
Try playing, it disappears while playing.
It has worked like magic, and it solved the FB issue with the large font too.
Thank you very much, Stiofan.
Hi @stiofan, I’ve recently posted an update in facebook directory developer group to those pages in question, there is still something’s wrong with them even with default font size being normal.
And mainly the problem still can be seen in mobile when tapping on that hamburger icon to show the right or left menu. But this time i can see it in Chrome as well.
Please see it once again. May be this time you could replicate it. Thank you.I’ve just shared another page from another website that also has similar problem, I shared it in your facebook group for Web Directory Developers, please see if you can replicate the effect on your end.
Thank you.
Just tested it. It’s still the same result for wifi and mobile data.
-
AuthorPosts