photodolphin
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Google matrix apiI know function below is working because it prepends distance value to top of the page if i click Preview button. But how do I assign it to fieldname?
Wherever I put “return” as described in
https://wordpress.dwbooster.com/includes/calculated-field/equations.html
does not work. Please help!(function(){ $(document).ready(function(){ $.getJSON("https://graphhopper.com/api/1/matrix?point=40.67472,-73.39333&point=40.762,%20-73.523&type=json&vehicle=truck&debug=true&out_array=distances&key=MyKey", function(result){ $.each(result, function(i, field){ $("body").prepend(field[0]); }); }); }); })();Forum: Plugins
In reply to: [Calculated Fields Form] Google matrix apiWhat if I wanted to use my own JS code without Goolge API? Your free version says I can but it is not working.
<script src=”https://cdn.jsdelivr.net/npm/graphhopper-js-api-client/dist/graphhopper-client.js”></script>
<script>
window.onload = function() {var ghRouting = new GraphHopper.Routing({
key: “my key”,
vehicle: “car”,
elevation: false
});ghRouting.addPoint(new GHInput(47.400905, 8.534317));
ghRouting.addPoint(new GHInput(47.394108, 8.538265));ghRouting.doRequest()
.then(function(json) {
return json
console.log(json);
})
.catch(function(err) {
console.error(err.message);
});};
</script>Forum: Plugins
In reply to: [WooCommerce Collapsing Categories] CenteredYes each category that has subcategory increases indent. Has this been rectified?
Forum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Text input problemI switched to another theme and form started working properly. So the culprit is my theme Pinnacle.
Forum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Text input problemSame problem here, only message body available for input. Name, email and subject fields are not clickable but if you try to click send cursor moves to the filed name and then you can fill it in, hit tab and fill in next field and so on.
Any help?Forum: Themes and Templates
In reply to: [Pinnacle] Menu options – hover colorGreat, thanks for you prompt help!
if i want to do th same for site title, which block of CSS would that be?Forum: Themes and Templates
In reply to: [Pinnacle] Menu options – hover colorhttp://www.photodolphin.com/
I would like menu items About, Booking etc. display a round corner frame and change color on mouse hover