• Resolved kevinagar

    (@kevinagar)


    Hi Jacob
    most of my photos are uploaded with GPS coordinates. This is great for all of the albums. I copy some images to the homepage slideshow but I don’t want to display the GPS map here. Is there a way to stop the map being displayed but still displaying the other exif data? I’ve looked through the shortcodes but can’t find anything
    Thanks in advance
    Kevin

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Only if you have the slide displayed by the shortcode (so, not by a click on a link or a thumbnail) you can change a setting ‘on the fly’.

    Try:

    [wppa_set name="wppa_gpx_implementation" value="none"][/wppa_set]
    [wppa type="slide" album="4711"][/wppa]
    [wppa_set][/wppa_set]

    See: this ducumentation page for more info

    Thread Starter kevinagar

    (@kevinagar)

    Thank you Jacob, that works a treat after I’d read the document page and set –
    ‘This feature must be enabled in Table IX-A7 and the settings that you allow to be changed in-line must be defined in Table IX-A8.’
    and used the shortcode
    [wppa_set name=”wppa_gpx_implementation” value=”none”][/wppa_set] [wppa type=”slide” album=”29″ align=”center”][/wppa][wppa_set][/wppa_set]

    Is there a list of all shortcodes that can be used with [wppa_set][/wppa_set] ?
    I can find the shortcodes for [wppa][/wppa] but I couldn’t find wppa_gpx_implementation anywhere.
    Again, thank you for all the help you supply for your excellent plugin
    Kevin

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you enabled it (sorry, forgot to mention) and you are the only one who will use it, enter all in Table IX-A8.

    When you hoover over a checkbox or input field or selectionbox on the settings page, the title now shows the name of the setting and the possible values.

    Almost all settings will do, except those that are used in the functions wppa_opt() and wppa_switch() in the function wppa_create_wppa_init_js() in file wppa-non-admin.php, because these vlues are in the te dynamic wppa-init.<language>.js file.

    Note: the arguments in the functions wppa_opt() and wppa_switch() have no leading ‘wppa_’ to save space, e.g. wppa_switch( 'allow_debug' ) refers to setting Table IX-A3: Allow WPPA+ Debugging: ‘wppa_allow_debug’. So this one can not be changed on the fly.

    Thread Starter kevinagar

    (@kevinagar)

    Thank you for the explanation Jacob. So much to learn and so little time ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GPS Maps in Slideshow’ is closed to new replies.