• Resolved postmd

    (@postmd)


    How do you set this so that it also works for smart phones and tablets? Currently, the map only shows on computers. Thanks.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Agile Logix

    (@agilelogix)

    I see the full screen has some CSS glitch, we will update shortly.

    Thank you

    Plugin Author Agile Logix

    (@agilelogix)

    Please try downloading the latest version from Codecanyon.net, the issue was resolved.

    Important Note: Please make sure to backup your assets such as Logos.
    https://agilestorelocator.com/wiki/upgrade-plugin-newer-version/

    Thank you

    Thread Starter postmd

    (@postmd)

    Thank you.

    I redownloaded from Codecanyon, backed up the logo and icon folders and reinstalled. However, now none of the shop information shows up on the map and there is a small icon in the left hand corner that was not there before. I am using the short code: [ASL_STORELOCATOR mobile_direction=”1″]

    Thread Starter postmd

    (@postmd)

    I got it to work, however, the address appears twice now, where it only appeared once before next to the marker icon. The second address font for the address is large, larger than the rest of the font for each of the shops and runs off the page, above the directions.

    Thread Starter postmd

    (@postmd)

    Also, there is still no map on when used on a phone. Only the list of shops. If I click directions, then it will go to Google. How do I get the map and the list of shops to show up on the phone or tablet?

    Plugin Author Agile Logix

    (@agilelogix)

    Sorry, yes address was duplicate, you can either download it again from codecanyon.net or remove it yourself from public/partials/template-frontend-0.php

    Remove these 3 highlighted lines, It was for detail description in a larger font, you can also replace it with description_2 instead of the address, so once the additional description is there, it will appear.
    2018-02-28_1839

    @also, there is still no map on when used on a phone.
    # I can see both map and list using phones, please see the screenshot.
    2018-02-28_1842

    @only the list of shops. If I click directions, then it will go to Google. How do I get the map and the list of shops to show up on the phone or tablet?
    # Yes, the direction button will lead to Google because you have enabled mobile_direction.

    Can you show me the problem?

    Thank you

    Thread Starter postmd

    (@postmd)

    Thank you. In full screen, it would not show the map, so I removed the full screen. If I have the map set to full screen is there something that needs to be changed to show it on mobile?

    For the second address, I changed the code, but the description didn’t show up, but did remove the additional address:
    {{if description_2}}
    <div class=”col-md-12 p-description”>{{:description_2}}</div>
    {{/if}}

    I tried this also:
    {{if description_2}}
    <div>{{:description_2}}</div>
    {{/if}}

    What change needs to be made to this to get the description?

    Thank you.

    Plugin Author Agile Logix

    (@agilelogix)

    Please use the latest version, that works fine on Mobile, tablets, and PC.

    Please try this for the description

    {{if description}}
    <div>{{:description}}</div>
    {{/if}}

    Thank you

    Plugin Author Agile Logix

    (@agilelogix)

    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Using on Mobile phone/tablets’ is closed to new replies.