kckc
Forum Replies Created
-
I configured a new Plan & Sign up that is the same as my original plan, except I didn’t toggle on any of the options. It worked at first. I see the current plans, payment gateways, and submit button.
BUT when I toggle on the “Hide Current Plans” option then nothing displays. I think I should see the Payment Gateway and Submit button. That’s what I was seeing with my original plan, before it stopped working.
My original plan that I was using is configured to ‘Hide Current Plans’ – that is the behaviour I want to use. When I un-toggle that option it displays.
Are you able to reproduce this?
I have been using this facility on one of my pages when the user is signed in, i.e. using [arm_setup id=”1″] . It was working fine – not displaying the signup form, but displaying the plan and the submit button to purchase.
BUT – now it’s not displaying anything – has something changed?
Forum: Plugins
In reply to: [bbp style pack] Subscribe to Forum Button not workingThank you all so much for fixing this. I finally got to looking at it today and it works perfectly.
Forum: Plugins
In reply to: [bbp style pack] Subscribe to Forum Button not workingAmazing support and assistance. Thank you so much. I’m away just now but will try this when I get back in a few days.
Forum: Plugins
In reply to: [bbp style pack] Subscribe to Forum Button not workingI typically use Chrome, and have used Chrome any time I’m updating the bbp style pack settings. I have tested the Subscribe Button on both Chrome and Firefox. Same behaviour on both – no update happens. On both browsers, the regular subscribe/unsubscribe link works fine.
One similarity with @jb510 is that I am also running BBPress on the same site, and also have “Allow BuddyPress Groups to have their own forums” NOT checked… I’m using the plugins on a localhost just now.
Another thing – not sure if it’s significant, but just in case, I have the following 3 bits of custom CSS: (if there is a setting to do any of these I haven’t found it yet …)
(i) make the display of the forum wider;
(ii) make the ‘subscription’ toggle larger font size;
(iii) increase size of the ‘Reply To’ and ‘Create New Topic’ text font
.has-sidebar:not(.error404) #primary {
width: 100% !important;
}
a.subscription-toggle {
font-size: 16px !important;
}
fieldset.bbp-form legend {
font-size: 16px !important ;
}