Joe
Forum Replies Created
-
Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Display all items of an campagneHi @laolaweb,
Thanks for reaching out. Unfortunately this is not possible with Auction Nudge, which focuses on displaying items for a specific eBay seller.
Best regards,
Joe
Forum: Reviews
In reply to: [Waymark] This plugin makes me so happy!Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Wrong Username but its rightHi @daiusch,
Unless they mention Kleinanzeigen specifically, I would imagine that another other eBay plugin would only support eBay itself. Searching for it in the plugin directory did not yield any results.
Sorry I can not be of more help.
Joe
Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Wrong Username but its rightHi @daiusch,
Unfortunately Auction Nudge only supports items listed on eBay itself, not any eBay-owned classified properties (like Kleinanzeigen).
The full list of supported sites is eBay US, UK, Canada, Australia, Belgium, Germany, France, Spain, Austria, Italy, Netherlands, Ireland, Switzerland.
I hope this helps.
Cheers,
Joe
Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Wrong Username but its rightHi @daiusch,
Thanks for reaching out and I am sorry to hear about your issue. I took a look at your site and I am seeing “Simon Meppen” as the eBay Username, but this does not appear to be valid:
https://www.ebay.de/usr/Simon Meppen (“This user was not found.”)
Please check your settings and feel free to provide a link to your eBay profile if you continue to have further problems.
Cheers,
Joe
Forum: Plugins
In reply to: [Waymark] Path location of GPX filesHi @seremailragno,
Thanks for reaching out. In older (pre 1.0.4) versions of Waymark there was a “Store Read Files” Setting, which was disabled by default and did not work reliably. If you had enabled this feature, then a copy of read files would have been saved to your Media Library, which are arranged as nested directories by date (and should show up in the Admin Media Library interface).
If you did not use this Setting, then no files are stored. Waymark simply reads the data from the upload and imports it into the Map. Map data is stored as post metadata (AKA “custom fields”) in GeoJSON format.
I hope this helps. Please do let me know if you require further assistance.
Cheers,
Joe
Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Random Order DisplayForum: Plugins
In reply to: [Waymark] feature request, paid developmentHi @tommaso78,
Thanks for your suggestions. I will be sure to bear them in mind for future versions.
Joe
Forum: Plugins
In reply to: [Auction Nudge - Your eBay on Your Site] Random Order DisplayHi @inaka,
Thanks for reaching out. I have put together a quick solution for you here. The pertinent code:
<script>
function auction_nudge_loaded() {
// Get the container element
const container = jQuery(".an-item-wrap");
// Get the items
const items = container.find(".an-item");
// Remove
items.each(function () {
const item = jQuery(this);
item.remove();
});
// Shuffle
items.sort(function () {
return 0.5 - Math.random();
});
// Re-add
container.append(items);
}
</script>I hope this helps.
Joe
Forum: Plugins
In reply to: [Waymark] Featured ImageHi @kornikaned,
Thanks for reaching out. Please check out the Setting (Settings > Advanced > Post Type) for this, which was added recently. Perhaps this was unselected by default?
I hope this helps.
Cheers,
Joe
Forum: Plugins
In reply to: [Waymark] TranslateHi @emicantero,
Very glad to hear that! Thank you for your kind words, Reviews are greatly appreciated ??
Cheers,
Joe
Forum: Plugins
In reply to: [Waymark] TranslateHi @emicantero,
I am sorry to hear you are still having issues. I believe the plugin is set up correctly for translations, but if you think there is a particular string that is missing please do let me know.
Otherwise, I am not completely sure what you are trying to achieve. I do not have much experience with WordPress translations myself so if you believe there is something that can be corrected in Waymark please provide details.
Cheers,
Joe
Forum: Plugins
In reply to: [Waymark] TranslateHi @emicantero,
Thanks for reaching out and for your translation contributions! ??
I have installed Waymark on my website and it should automatically display in Spanish.
I believe that at the moment, because Spanish is only 45% stable it does not yet appear as an official language pack. I can not remember the % threshold and I was not able to easily find the number :-/ However you can see that Spanish is currently listed as orange, instead of green.
I am excited to see all of the Spanish translations and to support this language soon.
Thanks again for your efforts.
Joe
Forum: Reviews
In reply to: [Waymark] very good pluginAppreciated! ??
Joe
Forum: Plugins
In reply to: [Waymark] collection map