Arnold

Results 11 comments of Arnold
trafficstars

You are right... I found that myself. Before every import I chose the asset folder in the file settings . That way I could also eliminate some duplicate file names....

Hi, I have two languages and I’ve already filled in the two languages in seomatic. then delete one language, the wrong language will be applied in seomatic. let’s say I...

Personally, I would go down the JSON FeedMe road. FeedMe JSON Import in Craft 3 for Maps is great! It would be great to hear from maps what's the best...

I know that... But it seems to be hard to achieve and kind of buggy. I mean, the advantage over other add-ons it's that it's free and easy... If I'd...

> Excluding a query string parameter doesn't prevent a URI containing it from being cached. Instead, it simply behaves as if that query string was not there, which explains why...

Can't I have a mix? Like cache some parameters and others not?

To my surprise this is still not possible... This would be great to order entries within their respective category... Please give this add-on the love it deserves :)

You need to modify this file: coordinates -> services -> CoordinatesService.php from this: $data = file_get_contents('http://maps.googleapis.com/maps/api/geocode/json?address=' . urlencode($address)); to this: $data = file_get_contents('https://maps.googleapis.com/maps/api/geocode/json?key=YOUR_KEY&address=' . urlencode($address)); two things need to be...