lyevalley
Forum Replies Created
-
Hi Jeremy ‘Posts’,’Pages’ and ‘Events’. Unchecking posts doesn’t help but unchecking pages turns them off and both buttons disappear. So it seems buddypress profile pages are treated as pages (makes sense) and presumably the bbpress forum is loading as a page within a page maybe?
This maybe more of a bbPress issue than a Jetpack one, but it would still be nice to be able to turn the share buttons off on buddypress profile pages completely. For example the privacy settings page that is only available to the profile owner has a share button on it, that seems a little counter intuitive.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] MailPoet profile within BuddyPressI can access the subscription page by generating a link using ..
$model_user = WYSIJA::get(‘user’,’model’,false,’wysija-newsletters’,false);
$model_user ->getFormat=OBJECT;But I would like to call the form not just generate a link to ?wysija-page=1&controller=confirm&wysija-key=
For anyone else experiencing this problem it was the message saying “GeoDirectory does not have access to your filesystem, thing like import/export will not work. Please define your details in wp-config.php as explained here” at the top of the page that was stopping Jetpack the activity monitor from working. So it seems that it isn’t just import/export that doesn’t work if you get this message.
I fixed it by adding define(‘FS_METHOD’,’direct’); to the WordPress config.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] form within an imageMailPoet just creates the form it is up to you to style it how you want. By default the form will be styled according to the basic styles that govern form layouts in your chosen theme.
Adding an image background would be something that should be done by applying a style in a CSS style sheet not an option in the MailPoet form generation code.
It i important to keep style and function separate, if you want to add custom styling to any aspect of your site including MailPoet forms you will really need to learn about CSS. It may seem a little daunting but it isn’t as complicated as programming.