V2 latest release Photos not showing in Mobile..
This topic contains 18 replies, has 5 voices, and was last updated by Nyi Win 6 years, 4 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
June 10, 2019 at 1:30 am #491855
Hi..
I have updated to your latest version and while viewing the listing details in mobile, the images are Not showing properly..
it will show up top 2 photos and then the rest is just blanks.. until it been either touched.. clicked.. and then it will pop up..
NOTE:.. it is happening when I am using the site with mobile..
Please advise.
Thanks
Win
June 10, 2019 at 7:49 am #491919Hi Win,
Thanks for your post. I’ve just tested that page on my mobile iPhone and I’m able to load all images without issues. Try clearing your mobile browser cache or try using another browser and see if it works.
June 10, 2019 at 8:07 am #491929Hi..
I have attached a video of it..
It will not load.. until I tap on to the picture..
https://drive.google.com/open?id=0B3viSIrrNXB_TlREZ1E4YkxMdW9uYVZVTGtwRnhydHpScC1z
Please see the the image just stays blank..
June 10, 2019 at 4:18 pm #492052It looks like a JS error, because nothing is loading on my Samsung.
I flagged your request for a developer. We’ll let you know asap what the problem was.
Thanks
June 10, 2019 at 7:06 pm #492117It looks like you are not using the page body to scroll within?
You seem to be scrolling a wrapper instead, the lazyload script checks when the images scroll into the body view, your options are to use the body to scroll or to diable the lazyload (this can be done in the widget/shortcode settings) or to write your own lazyload script on the element you are scrolling.Stiofan
June 10, 2019 at 8:25 pm #492143Oh.. okay.
Thanks.. can you direct me the way to turn off the lazyload via the short code.
Currently it is using via standard template, with the tab enabled for the photos..
How do I make the short code for the enabled tab in the CTP.
Thanks
Win.
June 10, 2019 at 8:53 pm #492154Edit the archive item template and make a new shortcode for image display. When you do, open those advanced options to reveal the option to turn off ajax images.
https://wpgeodirectory.com/docs-v2/integrations/images/
https://wpgeodirectory.com/docs-v2/templates/archive-item/June 10, 2019 at 9:10 pm #492157This reply has been marked as private.June 11, 2019 at 6:32 am #492176you can remove the ” ajax_load=’true’ ” part rather then setting it to false which might be converted to a string.
Stiofan
June 11, 2019 at 6:39 am #492178On GD_Detail or GD_archive_item?
Thanks
June 11, 2019 at 6:43 am #492180Tested on both and it did not work.. the issue still remains..
Please advise what I need to do..
Thanks
Win
June 11, 2019 at 7:02 am #492189Details page. Please provide wp-admin login and we will take a look.
Thanks,
Stiofan
June 11, 2019 at 7:07 am #492193This reply has been marked as private.June 11, 2019 at 7:29 am #492204For some reason on your site its not working but when i test on my local it works :/
Anyway, it might be best to keep it loading ajax, this little JS snippet should make the scroll load work in your case:
jQuery("#main").on( 'scroll', function(){ jQuery(window).trigger('resize'); });Stiofan
June 11, 2019 at 7:38 am #492207Where do I put it
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket