wordmax
Forum Replies Created
-
Aha. Yes, I should have thought to try that. Adding the div tags fixed it.
Thanks for your quick help.
Thanks! Works well. Nice improvement for making the plugin more versatile for multiple styles of events, classes, etc.
Thank you also for the quick update adding the feature. Greatly appreciated.
Forum: Plugins
In reply to: [Accept Stripe Payments] What’s the shortcode for [available_quantity] ?Hi @mra13 and @mbrsolution Please let us know the shortcode to use. We are glad to test it and give feedback, etc…Thanks!
- This reply was modified 2 years, 9 months ago by wordmax.
Also instead of “tickets remaining” we might want to say “spaces open” or “seats available”… is this option in language file settings?
I think so. I’ve tried clearing cache 2x hour for all urls but that does not seem to work. Now I’m trying exclude JS and entered ‘ajax’ if in script url because maybe ajax is causing this… not sure. So maybe admin-ajax.php is causing conflict w/ cache plugin.
Forum: Plugins
In reply to: [Democracy Poll] How to make it work with cache plugins?This plugin does not play friendly with cache plugins. Results in voting error because it will show an open poll to user as if they could vote but when user votes it gives error “already voted” because user has actually already voted. If cache plugin is disabled, this does not occur.
The plugin dev should fix this.
Did you try it out? You should have a clean install w/ no plugins ready to test out basic stuff like this and avoid wasting time. Tested out w/ latest version of WP, no other plugins, and default theme using FIREFOX browser. This literally takes 30 seconds to verify.
Failed to load plugin url: https://example.com/user/wp-content/plugins/popup-maker/assets/js/mce-buttons.min.js?version=1.18.2
Happens on firefox, does not happen w/ chrome or edge browser. Just test it and see. All 3 of these browsers tested are using AdGuard extension and nothing else.
- This reply was modified 2 years, 9 months ago by wordmax.
Forum: Plugins
In reply to: [Open User Map] New feature suggestions for better UI & quality controlCrowd sourcing locations letting people submit locations is wonderful idea. But without quality control tools many maps would become outdated and therefore no longer useful to users, hence no more traffic. The solution needed…
- ability for users to flag locations that are wrong, outdated, offensive and option to include note to admin why or provide updated correct info…
My guess is that this plugin popularity would sky-rocket with some basic ability for admins to maintain quality updated content for locations on their niche community maps.
p.s. as others have mentioned, ability/option for admin to let users rate locations is pretty key as well. it’s kind of a big deal that’s why google maps has ratings for all their biz locations listings… it works.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Custom searches using shortcodeOk. Thank you!
Would the paid version of ajax search plugin allow creation of multiple different search shortcodes so we could only limit search results on for example Business News page, to specified feed ID’s or feed categories? So instead of search results showing all feed items from other news topics it would only show feed items from the wprss plugin category ‘business’ or specified wprss feed IDs?
For clarification please see current support thread regarding this at WPRSS plugin support page:
https://wordpress.org/support/topic/how-to-use-search-only-for-items-from-single-feed-source/
Ajax search screenshots wprss custom field options:
- This reply was modified 2 years, 10 months ago by wordmax.
Thanks, will do. Here is screenshot showing custom post types for wprss that ajax search plugin detects that can be selected for ajax search to search in. Works fine for searching all feed items using wprss_feed_item in this config. The paid version of WPRSS has ability for categories, so am wondering if we use that would ajax search then see a custom post type for search like [wprss_feed_category] see screenshot for clarification. Our goal is to create custom search shortcodes on different pages where ajax search would only search with specified wprss category or wprss feed ID
- This reply was modified 2 years, 10 months ago by wordmax.
Forum: Themes and Templates
In reply to: [Blocksy] Why Amazon ads not showing?I gave up because too many variables to test. Never happened in the past w/ Blocksy theme, so I doubt it’s the theme’s fault. Just was asking in case you had any other users with same issues. I’m guessing it’s Amazons server not interacting for whatever reason via their <script>associates webcode from amazon</script> that’s copied pasted on site to display the ads. If you have any ideas at all, please let me know. Can’t find much documentation from web devs about Amazon code not showing ads on site. And yes no ad blocking being used. Thanks
Forum: Plugins
In reply to: [Accept Stripe Payments] What’s the shortcode for [available_quantity] ?So for example we could put [stripe_quantity_available product_id=”8202″/] anywhere on a page, post or sidebar as needed to show remaining quantity for any product ID that we want. Would be super useful for promotions of products that are in high demand. Limited quantities!… thanks!
Forum: Plugins
In reply to: [Accept Stripe Payments] What’s the shortcode for [available_quantity] ?For example, we can see the code on payment-popup.php (stripe-payemnts/public/views/templates/default/payment-popup.php) for the following code which displays quantity remaining on payment popup form. Can’t you just to a quick mod and turn this into a shortcode?
<div id="available-quantity-cont" class="pure-u-1"> <span><?php esc_html_e( 'Available quantity', 'stripe-payments' ); ?>: </span><span><?php echo esc_html( $a['data']['stock_items'] ); ?></span> </div>Forum: Plugins
In reply to: [Accept Stripe Payments] What’s the shortcode for [available_quantity] ?Too bad. If you can already show quantity remaining in the payment popup, is it that difficult to create a shortcode to display it elsewhere? If you can provide any hints/tips how to go about creating a shortcode ourselves if you are not interested in improving the plugin, please let us know. Thanks.
Tested this on multiple sites from established to fresh demo installs with no plugins, latest version of WP…
I am confused why you think this is hard to duplicate. All you need to know is the notices are not being dismissed properly. See anywhere in your code where the term “nag” is used relating to notices and you’ll probably find it.
The rotating promotions that can’t be stopped are coming from your /includes/updraftplus-notices.php file, and showing up the following div
div class="updraft-ad-container updated"