Forum Replies Created

Viewing 15 replies - 16 through 30 (of 38 total)
  • Plugin Support Dani

    (@devdani)

    Hello RogerK,

    Issue While Importing from the Tools Menu

    When you use the Import option under Markdown → Tools, the imported content should appear as documents in Markdown → Documents.

    If the documents are not being created after an import, it may indicate that the database tables required by the plugin were not created during the initial activation.

    To verify:

    • Please check if the table wp_daextulma_document exists in your database.
    • Additionally, review your PHP error log for any messages related to failed database queries or other plugin-related issues.

    Please let me know what you find so I can provide further instructions to help resolve the issue.

    Plugin Tools in the Editor

    This plugin requires the Block Editor to be active. With the Classic Editor or another alternative editor, the Block Editor sidebar tools are not available.

    • This reply was modified 8 months, 2 weeks ago by Dani.
    Plugin Support Dani

    (@devdani)

    Hello ehsanfotoo,

    Thank you for your message.

    The plugin only implements hreflang using link elements added to the page header. At the moment, it does not include a built-in language or country selector feature. If you’d like to add a country selector, this would currently require either an additional dedicated country/selector plugin or a custom implementation.

    Plugin Support Dani

    (@devdani)

    Hello tonoccho,

    I confirm that the syntax used for shortcodes does not match a specific Markdown syntax element, as a consequence the shortcodes added in your Markdown document will be treated as literal text (and not converted).

    • This reply was modified 8 months, 2 weeks ago by Dani.
    Plugin Support Dani

    (@devdani)

    Hello conrad8,

    Thank you for your message. I need to kindly ask you to reach out to us through the support methods described here for the following reasons:

    Thank you for your understanding.

    Plugin Support Dani

    (@devdani)

    Hello conrad8,

    Thank you for all the details, things are much clearer now.

    The problem is that everything that was previously available has now disappeared. In the database table wp_da_hm_connect, all the hreflangs appear, but not in the plugin.

    The table wp_da_hm_connect is used in the Pro version of Hreflang Manager. It is not part of version 1.12 available on ww.wp.xz.cn. In version 1.12, the table name is daexthrmal_connection.

    Ref: https://plugins.trac.ww.wp.xz.cn/browser/hreflang-manager-lite/trunk/admin/class-daexthrmal-admin.php#L427

    Previously, we had the hreflangs available on each page, in the editing area. 

    The free version of the plugin on ww.wp.xz.cn has never included a UI for editing hreflang data in the editor. Block Editor integration and meta boxes for configuring hreflang in the Classic Editor are features available only in the Pro version.

    To resume, based on the details you’ve provided, it looks like you are currently using the free version (1.12, from ww.wp.xz.cn) but your database still contains tables from the Pro version. I recommend checking whether you had previously installed the Pro version under a license, and then making sure that the plugin files you’re running now match the database structure of the version you intend to use.

    Note: If you have a Pro version license, please reach out using one of the contact methods listed on our Support Page. Support for the Pro version is provided exclusively through the site where it is distributed.

    https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products

    Plugin Support Dani

    (@devdani)

    Hello conrad8,

    The hreflang data are configured via the Hreflang -> Connections menu. Please make sure that the logged user has the capability required to view the menu, which is manage_options. Details on the WordPress capabilities are available here.

    If you need further assistance, please provide the following information:

    • Are you using the latest version of the Hreflang Manager plugin available on ww.wp.xz.cn (version 1.12)?
    • Is your WordPress installation updated to the latest version (6.8.2)?
    • Do you have any PHP log errors, warnings, or notices that you can share for troubleshooting?
    Plugin Support Dani

    (@devdani)

    Hello wpshushu,

    At the moment, there isn’t an option available to achieve this. I’ve created a ticket to track the request, but I can’t provide a release date or guarantee that it will be implemented.

    If you’d like to make the adjustment directly in the plugin, it’s fairly simple:

    1. Open the file:
      /daext-autolinks-manager/shared/class-daextam-shared.php
    2. Go to line 1032 inside the preg_replace_callback_2() method
    3. Set the $open_new_tab variable to an empty string.

    Note that this adjustment is valid for version 1.10.10:

    // Get the "open_new_tab" value.
    if ( 1 === intval( $this->autolinks_ca[ $autolink_id ]['open_new_tab'], 10 ) ) {
    $open_new_tab = 'target="_blank"';
    } else {
    $open_new_tab = '';
    }
    • This reply was modified 9 months, 1 week ago by Dani.
    • This reply was modified 9 months, 1 week ago by Dani.
    Plugin Support Dani

    (@devdani)

    Hello wpshushu,

    Currently, there isn’t an option to completely skip HTML attributes when searching for keywords (the plugin scans all text within the post content’s HTML). However, if you’ve added a keyword such as target or blank, you can use the Left Boundary and Right Boundary options and set them both to White Space.

    This will avoid matching for example the keyword blank in target="_blank" and will match in a blank wall.

    Plugin Support Dani

    (@devdani)

    Hello Li-An,

    I assume you’re referring to the Submit Markdown post editor feature. Here are a few things I recommend to verify:

    1. Clear your browser cache – The JavaScript code related to this feature has been updated, so it’s important that the latest version is properly loaded in your browser.
    2. Verify the selected Markdown parser – Starting from version 1.21, you can now choose the Markdown parser used in each context. Please go to Options → Conversion → Editor, ensure a parser is selected, and save the settings.

    If the issue persists, please provide a few more details:

    • The context in which the error appears
    • Whether it’s an actual error or an editor snackbar notification
    • The exact error message
    • The Markdown content you’re trying to parse

    Thank you.

    Plugin Support Dani

    (@devdani)

    Hello edselopez,

    Thank you for reporting this issue.

    You’re absolutely right, under the Shortcode column, it currently shows [lt id="x"], but the correct shortcode should be [ltl id="x"].

    We’ll be releasing an update this week to correct the displayed shortcode in that column. Thanks again for bringing it to our attention.

    Plugin Support Dani

    (@devdani)

    Hello richopenshaw,

    Please follow these steps to address the issue:

    1. Disable the Limit Shortcode Parsing and Verify Single Shortcode options.
    2. Use the Text Module instead of the Code Module.

    If the issue persists, enable WordPress debug mode, visit the page containing the table, and check the error.log file for any PHP errors. If you find any relevant entries, please share them here (hide sensitive data if necessary) so we can further investigate.

    Plugin Support Dani

    (@devdani)

    Hello Calogero,

    Thank you for sharing the log details.

    The notice related to _load_textdomain_just_in_time has been removed as of version 1.10. Please note that PHP notices like this are primarily intended for developers and do not impact the functionality of plugins or themes.

    If you come across any other specific issues that affect the plugin’s functionality, feel free to share the details so we can provide you with a precise answer.

    Plugin Support Dani

    (@devdani)

    Hello Calogero,

    The external rss feed is only shown in the setting in the pro version?

    RSS feed as a source is Pro version feature. For additional questions related to the Pro version please contact us via [email protected] since Pro version related support questions are not allowed in this forum.

    Ref: https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products

    Moreover, when I create a new ticker the fornt end show white pages.
    This plugin is compatible with wordpress 6.8.1?

    Yes. For the white page issue I recommend:

    1. Enabling the Debug mode
    2. Visiting the page where the issue is present (the white page based on your description)
    3. Sharing the relevant information (included in the PHP error log) about the error in this thread. So we can provide you with a precise answer. Environment-related issues, such as an incompatible PHP version or missing PHP features, may be present.
    Plugin Support Dani

    (@devdani)

    Hello andybrandt,

    Thank you for taking the time to share your feedback.

    The plugin adds Markdown tools only to the WordPress Block Editor sidebar. If you’re using the Classic Editor or a third-party visual editor, most of the plugin’s features will not be available. In that case, the plugin may indeed appear non-functional.

    It’s important to note that this requirement applies equally to both the free and pro versions. While this is clearly stated in the plugin documentation, we acknowledge that it was a mistake on our part not to highlight this directly within the plugin interface as well. We understand that many users install and test plugins quickly, and we should do more to make these requirements immediately visible.

    Thank you again for your input. It’s helpful for improving the plugin experience.

    Plugin Support Dani

    (@devdani)

    Hello giorge283,

    The plugin adds a Google Ads conversion tracking script using gtag:

    https://support.google.com/google-ads/answer/7548399

    The script is specifically for Google Ads. It sends conversion data only to Google Ads and has not effect in Google Analytics.

Viewing 15 replies - 16 through 30 (of 38 total)