Dani
Forum Replies Created
-
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_documentexists 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.
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.
Forum: Plugins
In reply to: [Ultimate Markdown - Markdown Editor, Importer, & Exporter] short codeHello 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.
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:
- Pro version support is not permitted on this forum. Please see the official guidelines: https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
- Verification is required for Pro users. To receive support, we need your Envato Item Purchase Code (for Envato purchases) or order ID (for purchases on our site).
Thank you for your understanding.
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_connectis 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 isdaexthrmal_connection.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
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?
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] do not output target=”_self”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:
- Open the file:
/daext-autolinks-manager/shared/class-daextam-shared.php - Go to line 1032 inside the
preg_replace_callback_2()method - Set the
$open_new_tabvariable to an empty string.
Note that this adjustment is valid for version 1.10.10:
// Get the "open_new_tab" value.$open_new_tab = 'target="_blank"';
if ( 1 === intval( $this->autolinks_ca[ $autolink_id ]['open_new_tab'], 10 ) ) {
} else {
$open_new_tab = '';
}Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] emit target=”” propertyHello 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
targetorblank, 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
blankintarget="_blank"and will match ina blank wall.Hello Li-An,
I assume you’re referring to the Submit Markdown post editor feature. Here are a few things I recommend to verify:
- 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.
- 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.
Forum: Plugins
In reply to: [League Table - WordPress Table Plugin] Shortcode not workingHello 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.
Forum: Plugins
In reply to: [League Table - WordPress Table Plugin] Shortcode not workingHello richopenshaw,
Please follow these steps to address the issue:
- Disable the Limit Shortcode Parsing and Verify Single Shortcode options.
- 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.logfile for any PHP errors. If you find any relevant entries, please share them here (hide sensitive data if necessary) so we can further investigate.Forum: Plugins
In reply to: [Live News - Responsive News Ticker] White page after new ticker creationHello Calogero,
Thank you for sharing the log details.
The notice related to
_load_textdomain_just_in_timehas 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.
Forum: Plugins
In reply to: [Live News - Responsive News Ticker] White page after new ticker creationHello 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:
- Enabling the Debug mode
- Visiting the page where the issue is present (the white page based on your description)
- 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.
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.
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.
- Please check if the table