marcusjwilson
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Im not a fan of GutenbergIt is optional. Install the Classic Editor plugin and you can use the old editor still.
Thanks for letting us know, Christian. Yes, I was struggling to override with CSS in a way that preserved that icon too. Oh well.
Hey Yehudah – Thanks for the advice on Post SMTP and for adding the fallback. That plugin is working brilliantly for us now.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Column wrapping issue since 1.9.0Great stuff, Vrunda –
Thanks for getting that issue resolved so quickly. Much appreciated!
Yes, advanced columns appear to be working as expected now.
Best wishes
MarcusThat sounds ideal, @yehudah – thanks! Looking forward to seeing to new release.
Forum: Plugins
In reply to: [Contact Form 7] V3 Failure to SendWe are experiencing this issue too.
Forum: Reviews
In reply to: [WooCommerce Email Test] Doesn’t work with most recent WoocommerceI can confirm the original briangelhaus’s original comment here. When previewing an email, the plugin does throw a Fatal Error which does NOT occur when an email is generated to the customer.
i.e. PHP Fatal error: Uncaught Error: Call to a member function has_downloadable_item() on boolean in …./woocommerce/includes/class-wc-emails.php:368
This is without heavy template customisations, using WC3.3.5 plus WC Bookings/Deposits plugins enabled, if that’s of help.
Forum: Plugins
In reply to: [WooCommerce] Products Are Not Displayed On Shop Page & Category PageStill seeing this issue in Woo 3.3.1 – no products display on Shop landing page.
Also is_product_category() function no longer seems to work as expected since 3.3.
Forum: Plugins
In reply to: [Easy Footnotes] Programmatic output of Footnotes?Sure, Lunis –
You would need to add a filter to change the content that is sent to the “PDF & Print” plugin by BestWebSoft, by adding the following code to your Theme’s functions.php file:
/* Output footnote content after PDF and Print output */ add_filter( 'bwsplgns_get_pdf_print_content', function( $content ) { /* After content - add footnotes here */ global $easyFootnotes; $after_content = $easyFootnotes->easy_footnote_after_content(get_the_content()); /* returns the main content, with the footnotes below */ return $content . $after_content; } );
This worked for me.
Best wishes
MarcusForum: Plugins
In reply to: [Easy Footnotes] Programmatic output of Footnotes?Great stuff, Jason –
Works perfectly for me, and only outputs the footnotes once.
Thanks so much for looking into this.
marcus
For info –
we’re also seeing this error message on Add Posts/Add Custom Post screens around the TinyMCE editor since upgrading to WordPress 4.8.1 and latest version of the plugin.
Failed to load plugin url: /https://MYURL/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_attach_to_post_tinymce_plugin.min.js
We’ll try the Reset.
Thanks
MarcusMarking as resolved.
Forum: Plugins
In reply to: [Event Organiser] Shortlinks, Jetpack and Event OrganiserThanks, Stephen – yes, shortlinks is a Jetpack thing. Just wondered if you’d run into this before.
I’ll take a look under the bonnet and see what’s going on.
Cheers!
Forum: Plugins
In reply to: [BP Avatar Suggestions] Avatar suggestions not showing in Front EndApologies –
I realised that the Avatar suggestion only works for users who have not set an avatar already. Can the plugin be changed to allow users to choose suggested avatars at any point (i.e. after they have already set an avatar).
Thanks
MarcusForum: Plugins
In reply to: [Custom Field Template] Shortcode Scheduled PostsI’m seeing this same error in the “Custom Field” column in the WP Post listing screen for Posts with “Private” status. This seems to just apply to Posts that were added after the CFT 2.1.6 update.
Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/public_html/wp-content/plugins/custom-field-template/custom-field-template.php on line 303
Fix for this would be appreciated.
Marcus