Support

Frequently Asked Questions

M Media Instant Sitemap – Free Edition

Where is my sitemap?
It’s in your WordPress root as sitemap.xml. Your previous sitemap is backed up as sitemap-YYYYMMDD-HHMMSS.xml.
Does it include pages, posts, and custom post types?
Yes. All public post types are included by default.
What permissions are required?
The plugin needs write access to your WordPress root to create sitemap.xml and backups.
Why don’t I see changes right away?
If you use a caching plugin or CDN (e.g., Cloudflare), purge cache after generating your sitemap to see updates.
Does it automatically ping Google or Bing?
Not in v1.0. This is planned for a future release.
Can I customize changefreq or priority?
Currently, all URLs use defaults (e.g., weekly and 0.8). A filter hook for customization is on the roadmap.
Will it work with multisite?
It generates a sitemap per-site today. Network-wide generation may be added later.
What happened to the admin-bar button?
As of v1.4, the UI lives on a dedicated left-menu page (Instant Sitemap) for better UX and fewer accidental clicks. Advanced users can re-add an admin-bar button with a small snippet if desired.
Can I put it under Tools instead of a top-level menu?
Yes. Developers can swap to a Tools submenu with:
add_submenu_page('tools.php','Instant Sitemap','Instant Sitemap','manage_options','instant-sitemap','instant_sitemap_render_admin_page');
Does any data leave my site?
No. The plugin does not send data to external services.

Still stuck? Email us at support@mmediausa.com.

M Media Instant Sitemap Pro

Should I uninstall the free plugin?
Yes, we recommend it. Pro includes the same Instant Sitemap generator plus JSON-LD. Removing the free plugin reduces UI clutter. Your sitemap.xml files remain intact.
I clicked Generate Sitemap — why didn’t my schema change?
The button only re-writes /sitemap.xml. Schema is added at page load based on your settings and the page context. Refresh the page and check the HTML source or use Diagnostics → Preview JSON-LD.
Will this conflict with Yoast, RankMath, SEOPress, or AIOSEO?
We try hard not to. If we detect one of these, we show a banner and start with all schema modules disabled (Coexistence Mode). You can enable specific modules if you prefer our output for those types.
Do you edit my theme’s header.php or JSON-LD?
No. We never modify theme files. We output JSON-LD via wp_head. If your theme already prints schema, keep our modules off or enable selectively.
Can this “fill in” missing pieces of my existing JSON-LD?
Not in v1.0.0. We don’t parse or merge your theme’s JSON-LD. You choose modules; we output only those types, cleanly and predictably.
What does BreadcrumbList include?
  • Pages: Home → ancestor pages → current page.
  • Posts: Home → (Blog page if set) → primary category chain → current post.

If a sensible trail can’t be computed, we skip breadcrumbs for that request.

Article vs BlogPosting?
v1 uses BlogPosting for single posts. Pages and custom post types are ignored in v1.
Why isn’t Organization showing?
You must provide Organization Name (and optionally Logo). If left blank, we emit only WebSite to avoid guessing. This is by design.
Does any data leave my site?
No. The plugin does not send data to external services.
Multisite support?
Network-activate if you want; settings are per-site.

Still stuck? Email us at support@mmediausa.com.

M Media Smart Navigation Pro

Does it work with all themes?
Yes. It uses modern, standards-based markup with minimal CSS that adapts to professionally built themes (and Bootstrap 5).
Can I use it on multiple menus?
Absolutely. Add multiple locations in settings (comma-separated) or use the shortcode multiple times.
How do I add a mega menu?
Add class mega to a top-level item. Its children become columns; grandchildren are links. Configure column count in settings.
How do I add a divider or header?
  • Divider: add a child with title - or class divider.
  • Header: add class dropdown-header or set the item’s Title Attribute to header.
What about alignment and autoclose?
Alignment classes like dropdown-menu-end are honored. Autoclose behavior can be set globally and overridden per item with:
dropdown-autoclose-inside, dropdown-autoclose-outside, or dropdown-autoclose-false.
Is it dark-mode aware?
Yes. CSS variables respect prefers-color-scheme. Submenus flip direction in RTL automatically.
What about accessibility?
Menus are fully keyboard-navigable (arrow keys, Tab, Esc) and use correct ARIA roles for screen readers.
Will it conflict with my theme’s CSS?
Rarely. If your theme has heavy dropdown overrides, you may need a one-line CSS reset. See our docs for examples.
Does any data leave my site?
No. The plugin runs entirely within WordPress; no external data calls are made.

Still stuck? Email us at support@mmediausa.com.