Forum Replies Created

Viewing 15 replies - 1 through 15 (of 93 total)
  • Thread Starter Nik

    (@nikbond)

    Thank you again Kim. That link is really helpful too and I now have a much better idea of how it all fits together.

    As suggested in the latest link, I’m actually thinking I may continue to create my fields in custom code for now at least (as they’re already set up in a PMPro Customisations plugin that I still need to continue to use for a few other purposes too) but that being the case, just wanted to check a couple of points as follows –

    1. Presumably I can still go ahead and delete the Register Helper plugin as this functionality is now handled in the core PMPro plugin?
    2. Would you recommend that I amend my field creation code to use the PMPro_Field class instead of the deprecated PMProOH_Field class?
    3. Is there a parameter/option to control whether a field should appear on the checkout page?
    4. If I continue to use the “buddypress” parameter in my field creation code, am I right in thinking that syncing with Buddypress will happen automatically (assuming the Buddypress integration plugin is installed) or do I still need to add a function to handle this as suggested in the link you mentioned above (eg. function my_pmpro_add_buddypress_to_existing_fields)?

    With many thanks again for your assistance, it really is very much appreciated. – Nik

    Thread Starter Nik

    (@nikbond)

    Hi Kim

    Wow… thank you so much for such a quick response and I am indeed using the BuddyPress Integration plugin so fingers crossed that will work.

    It took me ages to figure everything out when I first set things up a few years ago (although I have to say, it’s been working very nicely ever since) but as you say, will be good to get rid of at least some of the custom code as it will mean there are fewer “working parts” to go wrong… well hopefully ??

    Have a great day and I’ll let you know if I get stuck.

    Best regards – Nik

    Thread Starter Nik

    (@nikbond)

    Thank you again and it’s at least reassuring to know that I was a) thinking along the right lines and b) I’m not the only one who couldn’t find anything obvious! (I was hoping I might come across some kind of action or filter that could be removed, but at least from investigations so far, it’s not going to be quite that simple.)

    Thank you too for confirming I’m on the right track with regard to removing the Unsubscribe link for now. I really do appreciate how frustrating this kind of issue must be for you, especially when providing such a great plugin free of charge, and if I do happen to come across a solution in future, I will certainly report back here.

    Thread Starter Nik

    (@nikbond)

    @boonebgorges – thank you for taking the trouble to get back to me. Since the error only occurs when attempting to access the Unsubscribe link, it looks to me as if there may be some problem with the order in which components are being loaded (ie. too soon for the bp_is_search_post_type_enable function to be loaded) but I do appreciate that you design for Buddypress not BuddyBoss so not really your problem.

    I may try and investigate a bit further when I have time but in the meantime, will have to remove the Unsubscribe link from the emails. Would I be right in thinking I should use the ass_digest_format_item_group filter for that?

    With many thanks again.

    Thread Starter Nik

    (@nikbond)

    Hi @miemie

    Thank you for getting back to me.

    This issue affects “non standard” products even they are NOT part of a bundle ie. with your plugin installed, no fields are displayed in the General (edit) tab.

    I’m not asking for customisation but simply asking you to consider tweaking/improving your code to allow for this conflict which would affect anyone trying to edit non-standard products with your plugin installed.

    Warm regards.

    Thread Starter Nik

    (@nikbond)

    Ah… thank you SO much! That’s working perfectly and by using the same model, I see now that I can also control other elements on the page to fine tune the results.

    I’ve tested 3 or 4 different PDF generator plugins in my search and yours seems to be far and away the most flexible and user-friendly.

    Thread Starter Nik

    (@nikbond)

    Hi there… thank you for getting back to me so promptly. Unfortunately the site is currently only on my local host but if all else fails, I will try to get a version online later. In the meantime, I’m thinking possibly the simplest option IS to use the “print-only” option but then to hide the elements I don’t want to display with CSS.

    When I use the “print-only” option the elements I don’t want to see have a class of .frm_hidden. I’ve tried hiding them with CSS along the lines of:

    #printfriendly.pf-12 div#pf-print-area div#pf-content div.print-only .frm_hidden
    {display:none !important;
    visibility:hidden !important;}

    … but this doesn’t seem to be working. Any hints? ??

    Forum: Plugins
    In reply to: [Weight Tracker] Shortcodes
    Thread Starter Nik

    (@nikbond)

    Many thanks and will do.

    I’m now off to have a play with the WPForms side of things to see what I can achieve there too!

    Regards
    Nik

    Forum: Plugins
    In reply to: [Weight Tracker] Shortcodes
    Thread Starter Nik

    (@nikbond)

    Ah how did I overlook that? That’s perfect…

    I’ve now set it so that when viewing a profile other than the user’s own, they will see [wt-chart] and [wt-table] for the user whose profile they are viewing which is exactly what I wanted ??

    Thank you for putting together such a great plugin and you’ll be receiving an order for the Pro version shortly!

    Warm regards
    Nik

    PS. What is the purpose of the Search/Filter which appears above [wt-table]? I’ve tried entering various criteria but not coming up with any results so not quite sure what I should be searching for? I think I may well hide it with CSS unless there’s a better way?

    Forum: Plugins
    In reply to: [Weight Tracker] Shortcodes
    Thread Starter Nik

    (@nikbond)

    Hi Ali

    Many thanks for getting back to me so promptly.

    I’m integrating your plugin with Buddypress so that members can track their progress on their Buddypress profiles (and that part is working really well) but I’d really like to make it so that it’s possible for members to view other members’ progress too eg. John can see Jack’s progress when viewing Jack’s profile ??

    I’ll have a look at the code to see if I can find a way to filter what is displayed based on user_id but if you have any suggestions, that would be really helpful.

    Nik

    Hi @davidfh34

    I’d be really interested in knowing more about your integration as it sounds very similar to what I’m trying to achieve.

    Would you be willing to post more details here or do we need to find some way of communicating privately?

    With many thanks in advance.
    Nik

    • This reply was modified 4 years, 4 months ago by Nik.
    Thread Starter Nik

    (@nikbond)

    Thank you for getting back to me Michiel.

    I did a bit more investigation on this myself and the issue seems to be coming from the frontend/build/free.js file.

    For now at least, I’ve got around this by tweaking the code so that the js doesn’t get loaded on the Buddypress profile pages. Obviously this means the announcements don’t get shown on the profile pages either, but this isn’t a major issue since they’re still visible everywhere else. That said, of course, if you can come up with a more permanent solution even better…

    Regards
    Nik

    Thread Starter Nik

    (@nikbond)

    Ah bless you… I must admit I was slightly alarmed myself when I came across the “anomaly”, albeit one that was only occuring in a very specific set of circumstances.

    For what it’s worth, I still think it’s a really useful plug-in (which I’ve customised slightly for several different sites now) and the support is even better ??

    Hope you can have a rather more “restful” weekend…

    Thread Starter Nik

    (@nikbond)

    OK… I’ve just tested everything I can think of and that does indeed seem to be working. No doubt my (very attentive) users will let me know if not, but fingers crossed, so far so good…

    Thank you so much for your assistance with this. I really appreciate it.

    Thread Starter Nik

    (@nikbond)

    Hi Michael

    Just wondering if you’d had any further chance to look into this? ??

Viewing 15 replies - 1 through 15 (of 93 total)