wordmax
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Issue with voting/polls plugin…Hard to tell. The developer is not very active on support. If I had to guess, no, the Democracy Poll plugin is not compatible with cache plugins. I had same problem using Litespeed plugin too.
So I guess my original question still applies… is there any way to tell WP Fastest to completely ignore all data from a specified plugin like Democracy Polls, or any other plugin for that matter.
I tried creating an exclude rule …/democracy/… (any url with “democracy” to be excluded from cache) but that does work.
Seems like would be a great option in WPFC settings if there were an exclude rule for plugins. It would show a drop-down of active plugins and admin selects desired plugin to add to list of excluded plugins.
In theory that would be a great but not knowing the back-end code stuff perhaps that’s easier said than done.
Forum: Plugins
In reply to: [Accept Stripe Payments] What’s the shortcode for [available_quantity] ?Thank you! It works great and will be useful for promoting limited availability products/services create sense of urgency for buyers. 👍
Thanks. Does it have ability to assign tags to feed items as well? Or, is it just categories?
Yes, thanks.
Is there any functionality for managing shipping synced status synced on server so multiple users can manage/fulfill orders without confusion?
I guess it could be done using Google docs shared spreadsheet but would be cool if the order status shipping was on server/site too.
I am only using ASINs shortcode method so have not created any units. So using the dev version you linked to I created shortcode and entered ASINs in shortcode. When I use the shortcode variable sort=”raw” it sorts the ASINs in the same order they are entered in the shortcode. If I remove the sort=”raw” then the items are listed in some other order based on ASIN values maybe alphabetically not sure. But either way, if I try to use sort=”title”, sort=”title_descending” or sort=”random” it actually produces message on front end saying no items found.
But I’m happy with the sort=”raw” variable in shortcode because we just enter the ASINs in shortcode and they are shows in that order.
Not sure if a bug report would help in this case. If I try creating new units to display that way (instead of shortcode) and the sort variable do not work, then I will do bug report.
Thank you!
Thanks. I tried the following shortcode which works great for ordering items as the same order of ASINs in the shortcode. The variables title, title_descending, and random do not seem to have any effect when used in the shortcode sort=”variable”. No problem, it’s easy enough to change order of ASINs in the short code.
[amazon_auto_links count="10" sort="raw" asin="B095SZ4S71, B0722KVJM3, B01LZVDMEL "]I’m trying the dev plugin version and using sort=”raw” in the shortcode works like a charm! Thank you very much for your help. What other variables can be use in sort=”” in addition to “raw”?
Thanks!
What is recommended way for deactivating/uninstalling plugin and then installing/activating that dev version of plugin? I made export of plugin settings just in case settings may be lost when I uninstall current version.
ALSO…
Is there a shortcode variable where we can set the order in which ASINs are displayed on frontend list? Something like order=”raw” or order=”random”… similar to the order setting when creating units?
We try changing the order of ASIN’s (asin=”ASIN#1, ASIN#2ASIN#3″ vs. “ASIN#3, ASIN#2, ASIN#1”) in the shortcode but it has no effect on the front end. Items are in random order…
So the goal might be something like this for example:
[amazon_auto_links order="raw" asin="ASIN#1, ASIN#2, ASIN#3"]- This reply was modified 2 years, 7 months ago by wordmax.
Forum: Plugins
In reply to: [ClickWhale] Link suggestions when adding links gutenberg editor?How is the progress going? Can’t wait to try it out. Not going to bother until we can easily type/find auto-suggest from list of Clickwhale links via Gutenberg editor this is exactly how the other top link plugins to it, if you are trying to compete with them it’s a must have feature.
Do you have any updates on the solution to the problem? Disabling/enabling the plugin refreshes the list API. Seems like easy fix for the plugin dev to make it refresh the API automatically admin can set (refresh API every X minutes/days) something like that.
Outdated/stale prices makes this plugin unusable for anyone trying to run a crypto prices site that is trying to be a reliable source of information for users. So likely, it’s affecting web dev client base who might otherwise upgrade/buy premium versions.
I think, may be wrong, that HivePress plugin is using non-Google method for auto-suggest as typing which is pretty great for typing to find location by business name… https://wordpress.org/plugins/hivepress-geolocation/
Tried the Geoapify and Here geosearch autocomplete for USA businesses. Not better than Open Street Maps autocomplete. HERE was worse than default for USA locations. Geoapify API geosearch autocomplete was similar to the default. I tested autocomplete using some established larger businesses which are listed Google biz locations, but they do not show up typing their names. Does Leaflet or Open Street Maps have any other API options to access larger biz locations database like Google business listings for Geosearch autocomplete?
Cool. Thanks. Maybe add some basic documentation (links) in plugin for setting up alternate API options. Always nice when there is a feature that shows API is “connected” in the plugin. Look forward to testing it out.