seagyn
Forum Replies Created
-
Forum: Plugins
In reply to: [wpMandrill] Taking over this pluginWe already have one but I’ll have a look at what has been done. The whole intention of taking this one over is to get away from another Mandrill plugin.
Forum: Plugins
In reply to: [wpMandrill] Email HeadersHey @toddebner – we’re actually working on a plugin: https://github.com/flickerleap/mandrillpress it’s still very early but if you have a testing site that you can run it on, I’ll gladly take feedback. This is very much a plugin still in development!
- This reply was modified 7 years, 4 months ago by seagyn.
Forum: Plugins
In reply to: [wpMandrill] Email HeadersPS – if you want, I’d gladly take over this plugin to keep it up to date and some features moving on it. We currently have a couple of variations running for a couple of network sites.
Forum: Reviews
In reply to: [The Social Links] Never got it workingHi @g3kxyz,
Sorry to hear this. What were you struggling to get to work? Were our instructions not clear enough?
Forum: Plugins
In reply to: [The Social Links] Plugin using 88.5mb of PHP memoryHi @jennettefulda,
Thanks for giving a detailed report.
We’ll have a look if we can find a memory leak in the plugin. If we can’t we will then ask for some more details about your specific set up.
Kind regards,
SeagynForum: Plugins
In reply to: [Cloudflare] Subdomains don’t display main zone in dropdownHi @jwineman
It’s working now :/ It said no zone found.
In dev console had an error in compiler.js around the line where it gets the zone.
Forum: Plugins
In reply to: [The Social Links] Widget render fails w/ esc_html callsHi Paul,
Apologies for that – we’re releasing an update now. It was a Code Sniffing fail!
Forum: Plugins
In reply to: [The Social Links] Widget Administration brocken after updateJust to let you know, we’ve released a patch that fixed one of the widget files. It will be available shortly.
Sorry about that!
Forum: Plugins
In reply to: [The Social Links] Widget Administration brocken after updateHi legraindeweb
We’re looking into it and will let you know what you find.
Thanks!
Forum: Plugins
In reply to: [The Social Links] [Plugin: The Social Links] ShortcodeThere isn’t a shortcode yet but it’s on the way. It will be available in the next update.
Sorry about the delay!
Forum: Plugins
In reply to: [The Social Links] PinterestHi, more info will be posted soon. New revamp of the plugin coming very soon.
Forum: Plugins
In reply to: [The Social Links] Instagram & PinterestHi,
These will be incorporated very soon. Sorry about the delay in getting this updated.
Thanks,
SeagynForum: Fixing WordPress
In reply to: Cannot view theme registered menusOMG. Fail. Ok so I realised that it was doing it but it does not create the menu it just creates the position.
Is there anyway to create a menu so that all you have to do is add pages/categories/links?
Forum: Fixing WordPress
In reply to: Cannot view theme registered menusI am even trying this:
add_action('after_setup_theme', 'register_custom_menus'); function register_custom_menus() { register_nav_menus(array( 'main' => __('Main Menu') )); }
Forum: Fixing WordPress
In reply to: Cannot view theme registered menusAny help with this.
I can’t get any custom menus working even on a brand new install locally and online. The arguments for wp_nav_menu are not working either. Sounds like a royal F up to me.