This topic contains 1 reply, has 2 voices, and was last updated by Sofia Moss Sofia Moss 8 years, 2 months ago.

Marker size

  • User Level

    Hello there,

    i wish change the default marker size, i try to upload several dimension of png but it always being resized to 58×58 ..

    how i can do it? i need a pin 32×32

    http://brunellosalumi.com/dove-trovi-brunello/

    thanks

    Sofia Moss
    StaffSuper ContributorUser Level

    Thank you for your inquiry, you can change the value from below files and code and reupload the marker once again:

    superstorefinder-wp\ssf-wp-admin\pages\settings.php (8 hits)
        Line 47:     $width = 58;
        Line 48:     $height = 58/$ratio;
        Line 54:     $width = 58*$ratio;
        Line 55:     $height = 58;
        Line 109:     $width = 58;
        Line 110:     $height = 58/$ratio;
        Line 113:     $width = 58*$ratio;
        Line 114:     $height = 58;
    superstorefinder-wp\ssf-wp-functions.php (4 hits)
        Line 2769: $width = 58;
        Line 2770: $height = 58/$ratio;
        Line 2774: $width = 58*$ratio;
        Line 2775: $height = 58;
    superstorefinder-wp\ssf-wp-inc\actions\process-stores.php (4 hits)
        Line 146:     $width = 58;
        Line 147:     $height = 58/$ratio;
        Line 151:     $width = 58*$ratio;
        Line 152:     $height = 58;
    • This reply was modified 8 years, 2 months ago by Sofia Moss Sofia Moss.
    • This reply was modified 8 years, 2 months ago by Sofia Moss Sofia Moss.

The topic ‘Marker size’ is closed to new replies.