Mojtaba
Forum Replies Created
-
That would be a great improvement.
I’m having the same problem. Payment is successfully done. Even the download link email is sent, but user sees the “Sorry, trouble retrieving payment receipt” in the [edd_receipt] page, after coming back from payment gateway. also, there is no query string in the payemnt receipt page. It’s only the naked url of the page.
- This reply was modified 4 years, 2 months ago by Mojtaba.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge cache when Advanced Custom Fields field updated@hailite yes definitely; I know that it should be done by custom code, but I was unable to accomplish that. It would be great if you could give some hints on how to do it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge cache when Advanced Custom Fields field updatedThanks @hailite for the reply, I want to clear cache for a specific post type that I have created in my theme.
Thanks @stanleylitespeed I added
acf/update_value
to purge all hooks, but it didn’t clear the cache. On the other hand, I don’t want to purge ALL caches, I am looking for a way to purge the cache for a specific post type.Forum: Plugins
In reply to: [Rich Reviews by Starfish] Possible to insert into page layout via php?Yes it is possible. You can insert shortcode into php by
echo do_shortcode('[your-shortcode]');
for example:
<?php echo do_shortcode('[RICH_REVIEWS_SHOW]'); ?>
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Translation@foxytechnology
I suggest you ‘internationalize’ your plugin, to make it ready for translation by others. It is an easy work. You can find more information about wordpress translation technology and internationlization of pugins, here:
https://codex.www.ads-software.com/Translating_WordPress#Localization_Technology
and here:
https://codex.www.ads-software.com/Writing_a_Plugin#Internationalizing_Your_Plugin