ultramega
Forum Replies Created
-
Hello,
Thank you for your reply.
Sorry for the post, I thought that it was more an issue relative to your plugin.
Problem solved : I uninstalled your plugin and installed another multi-authors plugin and it works fine now.
Best Regards,
CedricForum: Plugins
In reply to: [PayPlug for WooCommerce (Official)] Le paiement Oney ne fonctionne plusBonjour,
Merci pour votre retour d’expérience. Je vous mets ci-dessous la réponse du support Payplug qui m’avait été envoyé :
Plusieurs investigations de la part de nos développeurs ont permis de découvrir que le module “WPRocket” engendre des dysfonctionnements sur notre module.?
?En effet, notre module disparait de fa?on aléatoire lorsque le module “WPRocket” est activé.?
?Cependant, nous avons trouvé la cause de cela et une solution afin de rendre compatible?Payplug?et WPRocket.?
?Pour cela, voici la marche à suivre :?
?Le souci provient de l’option “Nettoyage des transients” dans l’outil de base de données de WPRocket.?
?Cette option est active et se lance automatiquement quotidiennement, ce qui donne le caractère “aléatoire” du problème.
?Cette option active un CRON qui lance une fonction qui cherche toutes les entrées dans la table” wp_options” dont le champ “option_name” contient ‘_transient_’ ou ‘_site_transient_’ et les supprime/remplace.
?Dans le menu Base de Données de WP Rocket. Ne pas sélectionner l’option “Nettoyage des Transients” :Pour ma part, le module WP Rocket n’était pas activé mais notre site est hébergé chez WPEngine qui a son propre système de cache et qui doit vider les transients toutes les 10mn…
Hi,
Thank you for your response. I contacted you directly.Best Regards,
CedricBonjour,
Merci de votre réponse. Je pense qu’avec un peu de code je devrais quand même pouvoir faire une page de tracking qui colle au site web.Forum: Plugins
In reply to: [Protect WordPress Uploads] Wrong protected linkMy mistake : I just forgot to filter the data provided by the ACF get_field function.
Example :$document = get_field('document_field', $post_id); $protected_link = apply_filters( 'private_media_url_by_array', $document );
Again, great plugin.
Hi tecknyscene,
Thank you for your feedback. I contacted directly PayPlug and I am waiting for their response. I will post it here.
Forum: Plugins
In reply to: [Simple Widget Title Links] plugin is broken with newest wordpressHi,
In order to help, I confirm that the plugin doesn’t work with Max Mega Menu. These errors showed up :
Fatal error: Uncaught ArgumentCountError: Too few arguments to function Tourbillon_Labs\Simple_Widget_Title_Links\UI\Frontend::decode_widget_title(), 1 passed in xxx/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in xxx/wp-content/plugins/simple-widget-title-links/src/UI/Frontend.php on line 56ArgumentCountError: Too few arguments to function Tourbillon_Labs\Simple_Widget_Title_Links\UI\Frontend::decode_widget_title(), 1 passed in xxx/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in xxx/wp-content/plugins/simple-widget-title-links/src/UI/Frontend.php on line 56
I found myself the solution. I simply had to retrieve the post meta data “um_content_restriction” of the post or page, code example below :
$um_content_restriction = get_post_meta($post_id, 'um_content_restriction');
Hi,
Same question here !Thank you for your reply. Ok, i will have to define access setting for each page / post of the website.
A bulk edit function would be a very interesting feature !
Hi @ultimatemembersupport
Thank you for your reply.Yes, this setting allow the possibility to display the restricted access settings in the edit post screen of each post of the selected CPT but not to bulk edit all the posts from this CPT and give them a specific restricted access.
Same problem here. Only four blocks available.
Forum: Plugins
In reply to: [Simple Locator] Search from external page using query variableThank you for the tip. I would have do the same way, using js to capture the url parameter then trigger the submit button to launch the form.
Hi Sven,
Thank you very much for the fix. The labels work now!Unfortunately,
Labels from ACF fields are still not displayed with this new plugin.
But it improves the display of fields like gallery, hours, etc. which is great.