gill01
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Menus] Compatibility issue – update needed?Same problem here, please let me know if you resolved this.
ThanksThank you, I have submitted a ticket
Thanks for the update dreamfox, it is working again.
However, with Woocommerce’s new system the only shipping options are Flat Rate, Free Shipping and Local Pickup. So we need to offer 2 flat rate options for one zone now – post office and courier service. (We used to make courier = flat rate and post office = local delivery.) So now there is no way to distinguish between these flat rate options using the plugin. Is there anything you can do?
Thanks so much
gillForum: Plugins
In reply to: [Groups] Post thumbnails to display to non-membersHi jfcarter
I haven’t looked at this in a while but now seems I was wrong and non-members can’t actually view the thumbnails and titles on category pages using the above. Any chance you can shed some light on what to change in class-groups-post-access.php? I’ve searched for a solution to no avail.
Thank you
GillForum: Plugins
In reply to: [Groups] Post thumbnails to display to non-membersHi jfcarter
After much searching I am using this solution:
On each of the posts pages (of which you are trying to restrict content) place this shortcode at the top (I have a group called General Membership which allows access to my videos):
[groups_non_member group=”General Membership”]
This video is for members only. Please login or signup to view this class. [/groups_non_member]This means that anyone who is not a member of the General Membership will only see that message. Then for the content that is for members only you can use this shortcode (place it underneath the above shortcode):
[groups_member group=”General Membership”]YOUR MEMBERS ONLY CONTENT HERE[/groups_member]
Members will see the restricted content only but not the first message to non-members.
You have to do this for each post but I have found this still shows all the thumbnails and titles on the category page, so I guess its the best way forward.