Graham Stacey
Forum Replies Created
-
Forum: Plugins
In reply to: [Stealth Publish] Clash with The Events CalanderHi Scott,
Sorry for the slower than indicated response.I have done as you suggested and the issue has not gone away.
I confirmed the clash, by deactivating Stealth publish, after which the Events Plugin acts as normal.The staging site is still live and you can see the front end as with Stealth Publish activated and with 129 commented out as suggested.
Happy to share login details with you if it would help.
Holding back on updating to AAM 2.0 to see if this issue is resolved.
Thanks
GrahamForum: Plugins
In reply to: [amr users] amr user first role exclude usersGreat, thanks, sorted.
Forum: Plugins
In reply to: [amr users] amr user first role exclude usersI too am having an issue regarding exclusions.
It appears as though it is only accepting the first argument in the First Role exclusion field.If I exclude…
Administrator, Subscriber
then Administrators are excluded but not Subscribers
If I exclude…
Subscriber, Administrator
then subscribers are excluded but not Administrators.Any clues?
ThanskForum: Plugins
In reply to: [Attachments] Clash with WP Print FriendlyThanks Jonathan,
It is not the WP Print Friendly UI being injected, if by that you mean the dashboard UI, but the return based on the settings.
The code in question in the WP Print Friendly Plugin is this, I think:
public function filter_the_content_auto( $content ) { $options = $this->get_options(); global $post; if ( is_array( $options ) && array_key_exists( 'auto', $options ) && $options[ 'auto' ] == true && in_array( $post->post_type, $options[ 'post_types' ] ) && ! $this->is_print() ) { extract( $options ); //Basic URL $print_url = $this->print_url(); //Page URL, if necessary if ( ! empty( $print_text_page ) && strpos( $post->post_content, '<!--nextpage-->' ) !== false ) { $page = get_query_var( 'page' ); $page = $page ? $page : 1; $print_url_page = $this->print_url( false, $page ); } //Build link(s) $link = '<p class="wpf_wrapper"><a class="' . $css_class . '" href="' . $print_url . '"' . ( $link_target == 'new' ? ' target="_blank"' : '' ) . '><img src="https://campaignforsocialscience.org.uk/wp-content/themes/cfss/icons/cfss-print-icon.png">' . $print_text . '</a>'; if ( isset( $print_url_page ) ) { $link .= ' | '; $link .= '<a class="' . $css_class . ' ' . $css_class . '_cur" href="' . $print_url_page . '"' . ( $link_target == 'new' ? ' target="_blank"' : '' ) . '>' . $print_text_page . '</a>'; } $link .= '</p><!-- .wpf_wrapper -->'; //Place link(s) if ( $placement == 'above' ) $content = $link . $content; elseif ( $placement == 'below' ) $content = $content . $link; elseif ( $placement == 'both' ) $content = $link . $content . $link; } return $content;
What do you think, their problem…?
ThanksForum: Plugins
In reply to: [Attachments] Clash with WP Print FriendlyHi,
You’re right, there is an issue. Since I upgraded your latest version, before that this did not occur, that I am aware of.
I was partly bringing this to your attention as this issue may well occur with other plugins and therefore be a bigger issue.
I was trying not to be too direct in my questioning as I realise support is free. If you have a solution to this then great. Otherwise I guess I will need to try and work around this myself.
Thanks
Forum: Plugins
In reply to: [Attachments] Clash with WP Print FriendlySeems I miss placed the closing anchor tag.
‘Thanks’ links to screenshot.Forum: Plugins
In reply to: [AutoChimp] Version 2.11 error on registerLikewise, thanks
Forum: Plugins
In reply to: [AutoChimp] Version 2.11 error on registerYou’re probably on to this, but same error for me.
PHP Fatal error: Class ‘ContentVipersVideoQuicktags’ not found in /nas/wp/www/cluster-1673/cfss/wp-content/plugins/autochimp/autochimp-plugins.php on line 247, referer: https://campaignforsocialscience.org.uk/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Forum: Plugins
In reply to: [amr users] Download csv of filtered listThanks for this clarity.
Forum: Plugins
In reply to: [Email Users] Email to user meta fieldThank you Andy. Very helpful
Forum: Plugins
In reply to: [Email Users] Email to user meta fieldJust as I suspected, but thanks for the confirmation
So another re-build looks line it is on the cards?!?! ARRH!
Forum: Plugins
In reply to: [Email Users] Email to user meta fieldAndrew,
I too am trying to implement this and am grateful to Mike for working hard to add this function.
I wonder how you got this too work with Cimy User Extra Users fields. I can’t see how to address the actual field, which in my case is called DIOCESE within Cimy.Grateful for any clues
thank youForum: Plugins
In reply to: [Theme My Login] Clashing with WP-MemberRealised overnight that WP-Member is a paid for plugin. I can foward login details for the clean WordPress site mentioned above if that would help.
Graham
Forum: Plugins
In reply to: [Email Users] 'Notify Users' menu option for CPTsThanks Mike,
I had a quick look at the code and i agree it will need a little work, but I think it is the way ahead. I can’t find anything that does anything similar to this, so I think there would be a market for it.