Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] AMP vs RWD or AMP & RWD or simply AMP??Too early to tell 🙂 I think it will all depend on how well it’s adopted by publishers, site owners, and apps/consumers.
Forum: Plugins
In reply to: [AMP] 404 ErrorsCan you try flushing your rewrite rules by going to Settings > Permalinks and hitting the “Save” button?
Forum: Plugins
In reply to: [AMP] Google Ads Don't Show Up On AMP PagesWe’ll have an update pushed out soon that adds lots of customization options, which will allow inserting ads and changing the look and feel of the template. I’ll reply here once the update is live.
Forum: Plugins
In reply to: [AMP] Feedback!Hi Dean,
The plugin currently only supports posts (and custom post types, if you add support for them via
add_post_type_support). We may look at adding support for Pages and archives in the future.Forum: Plugins
In reply to: [AMP] Modify the WordPress icon svgWe’ll have an update soon that will replace it with your site icon (if set) and also provide some filters to modify it.
Forum: Plugins
In reply to: [Lazy Load] How to apply new lazy loading filter?Check out this example for disabling the plugin for mobile browsers (when using Jetpack): https://github.com/Automattic/lazy-load/blob/master/wpcom-helper.php
If you’re looking to disable for particular posts, it’s not super easy with the current filter but if that’s a use case you’re looking for we could make it work.
Forum: Plugins
In reply to: [Lazy Load] uninstall doesnt (seem to) workThat doesn’t seem right. When you deactivate or uninstall the plugin, it should stop loading any and all plugin files. Maybe the uninstall/deactivation didn’t go through properly?
Forum: Plugins
In reply to: [Zone Manager (Zoninator)] Get RSS Feed of posts in ZoninatorThe Github version of the plugin has feed support. You can access zone feeds at:
/zones/{slug}/feed.json.Forum: Plugins
In reply to: [Lazy Load] Finding the options panelThe plugin doesn’t have any options. You activate and it just works 🙂
Were there specific options you were looking for?
Forum: Plugins
In reply to: [Co-Authors Plus] Guest Authors and Author BoxesOnly certain features in Social Pack require Jetpack as they just extend things like Publicize. The profile extensions should work as-is when you activate the plugin.
If you’re seeing otherwise, that’s something we should fix 🙂
Also, if this is for a private site, you may want to consider using the Posts2Posts plugin for handling the relationships between company and objects.
This isn’t super easy to do but is possible.
You can hook into
save_post, and if the author(s) have changed, fetch all object associated with the company (via a meta_query) and use the$coauthors_plus->add_coauthorsmethod to update the authors for these objects.That’s obviously very high level but hopefully enough to get you started.
Forum: Plugins
In reply to: [Co-Authors Plus] Guest Authors and Author BoxesFor social fields, check out the Social Pack extension: https://github.com/Automattic/Co-Authors-Plus-Social-Pack
Forum: Plugins
In reply to: [Edit Flow] Upon activation (Code 500 server error)Can you check your server error logs to see if there are any fatal errors around the time of activation?
Forum: Plugins
In reply to: [Push Syndication] Pull RSS FeedYou’ll want to use the Github version for Pull Support as we haven’t synced over an update in a while (although, we’ll look into that): https://github.com/automattic/syndication