nanamika12
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] REST API not working 401 404thank you for explaining. please update the wiki.
extra info for other users
generate WC REST-API key (read/write)authorization type Oauth1.0
signature method HMAC-SHA1
consumer_key
consumer_secretthank you for clarifying
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wcfmnope
Forum: Plugins
In reply to: [Local Delivery Drivers for WooCommerce] chaning driver app fonti have figured it out myself. its working fine.
solution was removing the –font-family-sans-serif: and –font-family-monospace: from bootstrap.min.css
adding code below to all the css files in the plugin
*{ font-family: 'BYekan'; src: url('https://yourlink.com/font.eot'); src: url('https://yourlink.com/font.eot?#iefix') format('embedded-opentype'), url('https://yourlink.com/font.woff2') format('woff2'); font-weight: normal; font-style: normal; }
hope it helps
-note preview in private browsing tab to ignore browser cacheForum: Plugins
In reply to: [Local Delivery Drivers for WooCommerce] chaning driver app fontthank you
thank you
please look at these images
https://ibb.co/bH6CRHp
https://ibb.co/GCmGhTWvendor locations is marked with green icon on map.
how to show visitor location ping on map.(blue dot)
for example on mobile phones google map app it shows your location with blue dot.
the github link from post one does the same.
i want to know what is the exact FILE in the plugin for Leaflet API Call for user location grabbing.im sorry if icant explain it more.
thank youhi
i know about store location. it is working correctly.
the thing im looking for is user/visitors gps location to show up in proximity of store locations.the github link is for that, to show user/visitors on map.
but i cant find the exact api call from plugin.
i cant even find the files. to even at least try it myselfi looked in the documentation cant find it there.
can you please help me if you have time, thank you.- This reply was modified 4 years, 8 months ago by nanamika12.