Title: Dani's Replies | WordPress.org

---

# Dani

  [  ](https://wordpress.org/support/users/devdani/)

 *   [Profile](https://wordpress.org/support/users/devdani/)
 *   [Topics Started](https://wordpress.org/support/users/devdani/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devdani/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devdani/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devdani/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devdani/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devdani/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/devdani/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/devdani/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/devdani/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hreflang Manager - Hreflang Implementation for International SEO] URL fields not visible](https://wordpress.org/support/topic/url-fields-not-visible/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [3 hours, 58 minutes ago](https://wordpress.org/support/topic/url-fields-not-visible/#post-18931919)
 * Hello,
 * Thank you for all the details.
 * The URL select fields in the **Connections** menu rely on JavaScript to initialize
   and render correctly. When they don’t appear, it’s typically caused by a JavaScript
   error on the page that prevents that initialization from completing.
 * To troubleshoot, please open the **Connections** menu with Chrome DevTools open
   on the **Console** tab (F12 → Console). Any JavaScript error blocking the select
   fields will be visible there.
 * I recommend disabling the component (plugin or theme) that introduces the error/
   conflict and reload the page with the browser cache cleared. If needed, share
   the error message or a screenshot in this thread. Just make sure to redact any
   sensitive data before posting.
    -  This reply was modified 3 hours, 58 minutes ago by [Dani](https://wordpress.org/support/users/devdani/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hreflang Manager - Hreflang Implementation for International SEO] 10 alternative versions – always 10 – why?](https://wordpress.org/support/topic/10-alternative-versions-always-10-why/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [2 months ago](https://wordpress.org/support/topic/10-alternative-versions-always-10-why/#post-18874090)
 * Hello fox-didl,
 * thank you for your feedback.
 * I’ve already planned an update that will introduce an option in the settings 
   to control how many alternate version fields are displayed. This will allow you
   to limit the output to only the alternate version you actually need.
 * The update is expected to be released by the end of this week or the beginning
   of next week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[League Table - WordPress Table Plugin] Tables do not show after latest updates.](https://wordpress.org/support/topic/tables-do-not-show-after-latest-updates/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [2 months ago](https://wordpress.org/support/topic/tables-do-not-show-after-latest-updates/#post-18871206)
 * Hello joerc,
 * Thank you for your message.
 * The file paths and folder structure you’re referencing do not match the files
   included in the version distributed on WordPress.org. These files and this structure
   are not present in the free version of the plugin. Reference: [https://plugins.svn.wordpress.org/league-table-lite/trunk/](https://plugins.svn.wordpress.org/league-table-lite/trunk/)
 * If your question is the Pro version, please contact our support using the methods
   [described here](https://daext.com/support/) by including your order number, 
   the license information, and the plugin release in use.
 * Questions related to the Pro version are not allowed in this forum, as per the
   guidelines. Thank you for your understanding.
 * [https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products)
    -  This reply was modified 2 months ago by [Dani](https://wordpress.org/support/users/devdani/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hreflang Manager - Hreflang Implementation for International SEO] Widget for sidebars missing](https://wordpress.org/support/topic/widget-for-sidebars-missing/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/widget-for-sidebars-missing/#post-18790868)
 * Hello fox-didl,
 * Thank you for your feedback.
 * I’ve created a ticket to consider adding this feature in an upcoming plugin update.
   You can expect a plugin update around February, which may include this enhancement.
 * To make sure we’re addressing the right use case, could you please confirm that
   what you need is **a widget for the block editor sidebar** and also **meta boxes(
   for the Classic Editor**) to add hreflang links directly within the post/page/
   cpt editing screen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hreflang Manager - Hreflang Implementation for International SEO] Hreflang code not showing](https://wordpress.org/support/topic/hreflang-code-not-showing/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [5 months ago](https://wordpress.org/support/topic/hreflang-code-not-showing/#post-18774825)
 * Hello Annie,
 * Here are a few things I recommend checking:
    - If the **URL to Connect** value uses the URL of the production site, the hreflang
      tags will not be added on the staging site.
    - The plugin uses `wp_head` to print data in the front-end section. Make sure
      the active theme correctly implements `wp_head` according to WordPress theme
      development standards. Ref: [https://developer.wordpress.org/reference/hooks/wp_head/](https://developer.wordpress.org/reference/hooks/wp_head/)
    - Enable **Options → Tag Inspector** to quickly check whether the hreflang tags
      are being generated by the plugin.
    - Make sure the defined **URL to Connect** exactly matches the site URL, including
      protocol and any trailing slashes.
    - Set the **Options → HTTPS** value according to whether the site is actually
      served over HTTPS.
 * If you need any further assistance, please let us know.
    -  This reply was modified 5 months ago by [Dani](https://wordpress.org/support/users/devdani/).
    -  This reply was modified 5 months ago by [Dani](https://wordpress.org/support/users/devdani/).
    -  This reply was modified 5 months ago by [Dani](https://wordpress.org/support/users/devdani/).
    -  This reply was modified 5 months ago by [Dani](https://wordpress.org/support/users/devdani/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Ultimate Markdown - Markdown Editor, Importer, & Exporter] Doesn’t actually export](https://wordpress.org/support/topic/doesnt-actually-export/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/doesnt-actually-export/#post-18769914)
 * Hello area9,
 * Thank you for taking the time to leave a review.
 * I’d like to clarify that the plugin’s description and documentation explain the
   export feature exactly as it works. The export functionality is intended to generate
   Markdown files from Markdown documents stored within the plugin, and this behavior
   is explicitly documented.
 * For reference, the Export section states:
 * > Export
   > With this menu, you can generate Markdown files from the Markdown documents
   > stored in the plugin.
 * This matches what is described in your review. There is no claim that the plugin
   converts non-Markdown content into Markdown during export.
 * May I ask where the “not entirely accurate” feature description can be found?
   If there is a specific sentence or section in the plugin description that you
   believe is misleading, I would be glad to review and address it.
 * Otherwise, the review appears to restate the documented behavior while presenting
   it as an inaccuracy, without pointing to any incorrect description or unmet claim.
 * Thank you for your time.
    -  This reply was modified 5 months, 1 week ago by [Dani](https://wordpress.org/support/users/devdani/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Helpful - Article Feedback Plugin] Design suggestion](https://wordpress.org/support/topic/design-suggestion-2/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/design-suggestion-2/#post-18756774)
 * Hello eperatopoulos,
 * Thank you for your feedback.
 * Currently, this feature is only available in the paid version. While some features
   from the paid version are added to the free version from time to time, I’m unable
   to provide a release date or guarantee at the moment.
 * The current implementation:
    - [https://snipboard.io/yl83eh.jpg](https://snipboard.io/yl83eh.jpg)
 * If you need any further assistance, please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import Markdown - Versatile Markdown Importer] Wordfence : “Import Markdown” plugin has a security vulnerability](https://wordpress.org/support/topic/wordfence-import-markdown-plugin-has-a-security-vulnerability/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/wordfence-import-markdown-plugin-has-a-security-vulnerability/#post-18739298)
 * I wanted to provide an update regarding the previously reported vulnerability.
   The report has now been removed from the Wordfence vulnerability database.
 * After reviewing the issue, it became clear that it was not actually a vulnerability.
   The report, originally from Patchstack, flagged the ability for users with the
   contributor role to add a standard hyperlink to a draft post as a vulnerability.
   This behavior is expected and consistent with how the WordPress editor functions.
 * We contacted Patchstack to clarify the situation, and the CVE ID associated with
   this report has been removed. As a result, Wordfence, which used Patchstack as
   a source, has also updated their database and removed the vulnerability.
    - Patchstack database: [https://patchstack.com/database](https://patchstack.com/database)
    - Wordfence vulnerability database: [https://www.wordfence.com/threat-intel/vulnerabilities](https://www.wordfence.com/threat-intel/vulnerabilities)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autolinks Manager - SEO Auto Linker] Support multiple keywords for one link](https://wordpress.org/support/topic/support-multiple-keywords-for-one-link/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/support-multiple-keywords-for-one-link/#post-18718377)
 * Hello geworg,
 * Thank you for your feedback and for sharing your use case. I agree that in your
   situation, being able to configure multiple keywords in a single input field 
   would be more convenient. I’ve created a ticket to record your suggestion so 
   it can be properly evaluated for a future update.
 * Currently, the plugin supports only one keyword per autolink. This design choice
   was made because:
    -  The Keyword field can include any combination of words, phrases, or sentences.
      In some cases, characters such as commas or other separators might be part
      of the actual keyword or phrase, which would make it difficult to reliably
      use them as delimiters for multiple keywords.
    - Each autolink has its own unique ID, which helps with identification (it’s
      currently used in the front-end link HTML for a custom data attribute value)
      and may also be used in the future for statistics or reporting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Helpful - Article Feedback Plugin] Listing by Publishing Date is hiding most content](https://wordpress.org/support/topic/listing-by-publishing-date-is-hiding-most-content/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/listing-by-publishing-date-is-hiding-most-content/#post-18718336)
 * Hello nyakuza,
 * Thank you for the detailed feedback.
 * I completely understand your concerns and agree that the current behavior could
   be improved. I’ve created a ticket to review and enhance these aspects (default
   date range, ability to input the dates, possible buttons/pills to disable the
   date filter) in a future update of the plugin.
 * At the moment, I can’t provide an exact release date or guarantee which of the
   suggested improvements will be included, but an update is planned for December.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import Markdown - Versatile Markdown Importer] Wordfence : “Import Markdown” plugin has a security vulnerability](https://wordpress.org/support/topic/wordfence-import-markdown-plugin-has-a-security-vulnerability/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [7 months ago](https://wordpress.org/support/topic/wordfence-import-markdown-plugin-has-a-security-vulnerability/#post-18708212)
 * Hello merzakabderrahim,
 * Thank you for bringing this to our attention. We’ve reviewed the details in the
   Wordfence database and confirmed the report. A security patch addressing this
   issue will be released within this week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Helpful - Article Feedback Plugin] Thanks for your feedback!](https://wordpress.org/support/topic/thanks-for-your-feedback-4/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [7 months ago](https://wordpress.org/support/topic/thanks-for-your-feedback-4/#post-18708156)
 * Hello Rik0399,
 * Thank you for your kind words. If you enjoy using the plugin, please consider
   leaving a rating in the [Reviews section](https://wordpress.org/support/plugin/daext-helpful/reviews/)
   here on wordpress.org, it helps improve the plugin’s visibility and reach.
 * Regarding your question:
    - You can control the alignment of the form elements via the **Options → Content
      → Alignment** option.
    - For additional design adjustments, check out **Options → Style**, where each
      form element offers its own customization settings.
 * If you were referring to editing the form content directly as HTML, this feature
   isn’t currently available. However, I’ve created a ticket for it so it can be
   considered in a future update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interlinks Manager - Internal Links Optimizer] jQuery in track-internal-links.js](https://wordpress.org/support/topic/jquery-in-track-internal-links-js/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/jquery-in-track-internal-links-js/#post-18690932)
 * Hi Eder,
 * Thank you for your feedback. I agree, converting it to vanilla JavaScript is 
   both useful and straightforward to implement. I’ve created a ticket to track 
   this improvement.
 * Please note that the link tracking feature that needs this refactoring is part
   of the Pro version. According to the [WordPress.org support guidelines](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products),
   topics for commercial products aren’t allowed here. For feedback/questions related
   to the Pro version, please use the contact methods listed on our [support page](https://daext.com/support/).
    -  This reply was modified 7 months, 2 weeks ago by [Dani](https://wordpress.org/support/users/devdani/).
    -  This reply was modified 7 months, 2 weeks ago by [Dani](https://wordpress.org/support/users/devdani/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Markdown - Markdown Editor, Importer, & Exporter] Bulk import from hierarchical folders](https://wordpress.org/support/topic/bulk-import-from-hierarchical-folders/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/bulk-import-from-hierarchical-folders/#post-18686750)
 * Hello vsswebmaster,
 * We have replied to the email address you registered on our site. Please note 
   that questions regarding commercial plugins should be directed through our official
   support channels rather than the WordPress.org forums:
 * [https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products)
 * Thank you for your understanding.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Markdown - Markdown Editor, Importer, & Exporter] No Sidebar Section für Posts, Pageges and Custom Posts](https://wordpress.org/support/topic/no-sidebar-section-fur-posts-pageges-and-custom-posts/)
 *  Plugin Support [Dani](https://wordpress.org/support/users/devdani/)
 * (@devdani)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/no-sidebar-section-fur-posts-pageges-and-custom-posts/#post-18650147)
 * Hello RogerK,
 * I can confirm that the table prefix is set in **wp-config.php**. For example,
   if the prefix is `m4bjh_`, then the table name should be `m4bjh_daextulma_document`.
 * Here’s what I recommend:
    1. Enable debug mode as explained [here](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/).
       See the first code snippet provided in the page.
    2. Try importing a new document from **Markdown → Tools → Import**.
    3. Check the PHP error log file for details. (the location depends on your hosting
       setup, your hosting provider will be able to provide you the location)
    4. Once you’re done, disable debug mode.
 * Please share the error message here, but be sure to remove any sensitive information
   before posting.
    -  This reply was modified 8 months, 2 weeks ago by [Dani](https://wordpress.org/support/users/devdani/).
    -  This reply was modified 8 months, 2 weeks ago by [Dani](https://wordpress.org/support/users/devdani/).

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/devdani/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/devdani/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/devdani/replies/page/2/?output_format=md)