OptArt
Forum Replies Created
-
Thanks!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Icons creates duplicate IDHi! same issue observed in pro version of the plugin
any ETA for introducing the change? this id doesnt seem to be used so it should be really fast to remove it / add counter to it
thanks!thank you, highly appreciated
i can imagine it’s safest to find <head> and preg_replace after
what would work for us too (and probably would be helpful in many other scenarios) is to have some filter on plugin output – then we could remove charset definition from our theme and add it by filtering your plugin outputForum: Plugins
In reply to: [YOP Poll] Anonymous resultshi, we have similar case scenario. is your solution ready? is it part of the plugin or do we need to customize something?
but that shouldn’t happen – right? any solution?
before adding new field:
https://tinyurl.com/y6bagz2m
after adding new field with your plugin:
https://tinyurl.com/y6dwucyn
(as the field is empty, i’d expect no change there)Forum: Plugins
In reply to: [Multisite Language Switcher] wpml migrator still working?sorry haven’t noticed different author,
will do, thanksForum: Plugins
In reply to: [WPML to Polylang] no language has been created with Polylangsame…
anybody got it working?Forum: Plugins
In reply to: [REST API Search] doesnt work with wp 5+?https://github.com/KCPT19/REST-API-Search/pull/6 here pull request from our developer.
reason to still use your plugin while there is built in api – apps that use old structure. even though we can upgrade apps right now, not all users will download latest version right away and we don’t want them to have “broken” app.Forum: Plugins
In reply to: [Amazon Associates Link Builder] How to pull reviewsCurrently there are no reviews available in Amazon api so there is no “clean” way to pull them. Our workaround for one of clients was to scan whole product site by provided product asin code and cache result locally to avoid amazon blocking requests from website ip. You can check it out there: https://codecanyon.net/item/amazon-associates-review-shortcodes/22887338
- This reply was modified 6 years, 2 months ago by OptArt.
our solution for one of our clients was to generate short-time local cache of whole request result (image, text). this way content can be grabbed and cached by w3 total cache etc instead of being taken by request each time you visit website. you can check it out there https://codecanyon.net/item/amazon-associates-caching-plugin/22980365
Forum: Plugins
In reply to: [Event Tickets and Registration] wrong stock on liststhanks!
Forum: Plugins
In reply to: [Event Tickets and Registration] wrong stock on liststhe issue comes from difference between used in these two places functions
$types = Tribe__Tickets__Tickets::get_ticket_counts( $event_id ); $tickets = Tribe__Tickets__Tickets::get_event_tickets( $event_id );
first contain wrong stock counts, second proper ones.
we have made for ourselves fast workaround but it would be good to have it solved with next updateForum: Themes and Templates
In reply to: [Quick Sales] Product gallery images thumbnailsHi!
we have troubles with repeating your issue. Is it possible to get access to your installation? If yes – we’d need both ftp and admin access. You can send them to [email protected]