V2 latest release Photos not showing in Mobile..

This topic contains 18 replies, has 5 voices, and was last updated by  Nyi Win 4 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #491855

    Nyi Win
    Free User
    Post count: 111

    Hi..

    I have updated to your latest version and while viewing the listing details in mobile, the images are Not showing properly..

    https://burmesefoodlovers.cloudaccess.host/business/myanmar/yangon-region/yangon/restaurants/%E1%80%99%E1%80%B1%E1%80%AC%E1%80%BA%E1%80%9B%E1%80%BD%E1%80%BE%E1%80%B1%E1%80%95%E1%80%BC%E1%80%8A%E1%80%BA/?appp=3#post_images

    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

    #491919

    Kor
    Moderator
    Post count: 16516

    Hi 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.

    #491929

    Nyi Win
    Free User
    Post count: 111

    Hi..

    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..

    #492052

    Paolo
    Site Admin
    Post count: 31206

    It 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

    #492117

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It 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

    #492143

    Nyi Win
    Free User
    Post count: 111

    Oh.. 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.

    #492154

    Alex Rollin
    Moderator
    Post count: 27815

    Edit 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/

    #492157

    Nyi Win
    Free User
    Post count: 111
    This reply has been marked as private.
    #492176

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    you can remove the ” ajax_load=’true’ ” part rather then setting it to false which might be converted to a string.

    Stiofan

    #492178

    Nyi Win
    Free User
    Post count: 111

    On GD_Detail or GD_archive_item?

    Thanks

    #492180

    Nyi Win
    Free User
    Post count: 111

    Tested on both and it did not work.. the issue still remains..

    Please advise what I need to do..

    Thanks

    Win

    #492189

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Details page. Please provide wp-admin login and we will take a look.

    Thanks,

    Stiofan

    #492193

    Nyi Win
    Free User
    Post count: 111
    This reply has been marked as private.
    #492204

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    For 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

    #492207

    Nyi Win
    Free User
    Post count: 111

    Where do I put 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