Community Forum

Forum Replies Created

  • Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    I have refunded the first order and adjusted the number of sites that can be activated for the pro version.

    Could you confirm it is all good now?

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Pour les licences, vous trouverez je pense réponse à toutes vos questions sur notre FAQ dédiée aux licences.

    Pour le tarif, c’est sans doute cela si le panier vous dit cela 😉 Les réductions sont appliquées automatiquement à l’ajout des extensions.

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Yes, mark your reply here as private.

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi

    We already have a fix pending a release for that issue. Yes, we needed something like that as well as an update when checking the key too.

    We will release the fix soon.

    Regards

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    You can name the file with any name you prefer, it does not need to be getinfos.php. That file is temporary and you can delete it once you have the information we require.

    If you prefer, you can ask that same information to your host provider. Ask them to give you the content of the php_info for your server.

    You do not need to install let’s encrypt. You simply need to ensure that all the software on your server is uptodate (which by the way would be a good thing to do for you from the safety point of view).

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    Currently that structure cannot be modified.

    Sorry.

    in reply to: Permalinks
    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    1/

    no, currently we only support uploading files and rendering as a list of files. Rendering the files in the browser would basically mean they can be made public (even though the file name/url would be cryptic) and thus would not be ideal from a security point of view.

    That said, you can perfectly customize the template files used by the plugin (see the template system documentation) so that you render the images as an IMG tag instead of a download link (if the loss in security is acceptable to your client).

    If security is not much of an issue, you could also simply use the media library or any other gallery plugin and integrate its shortcode inside a private page.

    2/

    We have no bundles anymore, instead we have discounts when you purchase several add-ons at once (which is basicallly the same but with added flexibility for you allowing to pick whichever add-on you need instead of a fixed set in a bundle). Discount is applied automatically when adding addons to the cart.

     

    in reply to: Images?
    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Out of curiosity, did you activate the licenses successfully on that website?

    Vincent Mimoun-Prat
    Participant
    # 4 years ago
    This reply has been marked as private.
    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    In the meantime, have you tried a plugin which can export WordPress custom posts? That is how we store our private posts, that could do the job.

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    We will release an update soon. In the meantime, you can patch your add-on by editing the file customer-area-acf-integration/src/php/acf-integration-addon.class.php on line 18.

    Change this:

    '/^5\.11\.([0-9^\.]+)$/' => 0, // regular 5.11.x are not tested yet
    

    Into that:

    '/^5\.12\.([0-9^\.]+)$/' => 0, // regular 5.12.x are not tested yet
    '/^5\.11\.([0-9^\.]+)$/' => 1, // regular 5.11.x are supported
    
    in reply to: ACF 5.11.4 error alert
    Vincent Mimoun-Prat
    Participant
    # 4 years ago
    This reply has been marked as private.
    in reply to: Subscription problem
    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    I’m just wondering if there’s a way to make it seem more like one single great plugin with a single API call check that includes all the modules.

    Unfortunatly, as far as I know, there is no such possibility. We are using a WooCommerce add-on which is handling the licensing and it does not offer bulk checks 🙁

     

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    Have you tried with a different theme to check it is not a problem with yours?

    in reply to: menu problem
    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Bonjour,

    Le plus simple est d’utiliser notre extension « front-office publishing add-on » qui se charge de fournir une interface sympa à cette fin.

    Sinon, à cause d’un bug WordPress, il faut donner à ces utilisateurs aussi la permission de créer et d’éditer des posts « standards » de WordPress en plus de leur donner les permissions pour créer les posts privés.

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    I have no idea what could be the issue on that browser. If you find a workaround, do not hesitate to let us know.

    All this is handled by the function « output_file » of customer-area/src/php/core-addons/private-file/private-file-default-handlers.class.php

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    Is it possible create an archive or a page and set that all the user subscribed can see them?

    Yes, this is possible with the « additional owner types add-on »

    is it possible to create more space between the main menu and the plugin content?

    Yes, you should add a custom CSS rule to your theme so that the WP Customer Area container gets pushed down. Please ask the theme developers how to do that, they are the ones who know how their theme CSS is crafted.

     

    Regards,

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    This cannot be customized as you can see in the function get_private_storage_directory from customer-area/src/php/core-addons/post-owner/post-owner-addon.class.php

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Bonjour,

    Ceci est le log de votre serveur web (apache ou nginx). Il faut regarder dans les logs php pour en savoir plus.

    Vincent Mimoun-Prat
    Participant
    # 4 years ago

    Hi,

    I don’t see why that would work for some users and not for other users :/

    Could it be that you have some custom code (filters/hooks) for the notifications?

    Also, is user P… having a valid email?

    Do you see any different behaviour if using SMTP or the mail function from PHP?

    Are notifications enabled for that user? Is he the author of the private content which should trigger a notification?

    Our add-on is basically using the wp_mail function, that is rather simple and straightforward.

    in reply to: Notifications failures
Viewing 20 posts - 201 through 220 (of 281 total)