DAEXT
Forum Replies Created
-
Hello Thomas,
I found this very interesting plugin
Thank you. If you like this plugin please remember to rate it in the Reviews section. This helps the plugin downloads and its future development.
Would it be possible for you to export earlier posts/pages etc. to Markdown documents? That would save folks like me a ton of time, because I had to change plugin for my Markdown-work and as a result all content is now in raw HTML.
This is definitely possible and I have added a ticket for this.
How do I easily update a published post and the document, if I at some point need to edit a post that I loaded via a document? Should I update both document and post or just the document to get it all updated?
The correct method (to keep in sync the two versions of the article) is to update the document from the Documents menu, edit the corresponding post, and then load the updated document by using the Load Markdown section.
If using the “Submit Markdown” option when creating a new post, will this text automatically be saved as a document?
No, the Submit Markdown section adds in the edited post the Gutenberg blocks generated from the provided Markdown text.
Are there plans for incorporating the different parsers like those in the import markdown plugin, so there can be changed Markdown variant via the options?
Yes, this is possible. I added a ticket for this.
Please that at the moment I can’t guarantee about the implementation of these features or provide you a release date. A Pro version of this plugin is also in development and some of these feature may be added in the Pro version.
Let me know if you have other questions.
- This reply was modified 4 years, 5 months ago by DAEXT.
Hello Li-An,
sorry for the delay with this answer but I wasn’t subscribed to this support area.
I saved your feedback in our issue tracker. However, the idea with this plugin is to keep the Markdown documents independent from the WordPress posts and import them in the editor only when needed.
- This reply was modified 4 years, 5 months ago by DAEXT.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] How to add a Capability to a User Role?Hello Kokuryu,
sorry for the delay with this answer but I missed the notification.
Thank you for making an amazing plugin.
Thank you. If you like the plugin please remember to rate in the Reviews area. This helps the downloads and its future development.
However, only administrator can access this plugin’s menu. I also want the editor / shop manager can use it. How to do to make it visible with editor / shop manager?
The plugin by default verifies the “manage_options” capability in the menus and in the function used to create the menus. You can replace “manage_options” with a capability owned by the editors, for example “edit_others_posts”.
You can find occurrences of “manage_options” in the the following files:
- daext-autolinks-manager\admin\class-daextam-admin.php (To list the entries in the plugin menu)
- daext-autolinks-manager\admin\view\autolinks.php (Autolinks Menu)
- daext-autolinks-manager\admin\view\categories.php (Categories Menu)
- daext-autolinks-manager\admin\view\statistics.php (Statistics Menu)
Please note that an option to control this aspect without altering the plugin code is available in the Pro version distributed on our website.
Let me know if you have other questions.
Thank you for all the details. I just added a ticket for this.
Hello tararais,
EDIT: On settings there is a global option, it works but you can’t limit per category/pages
do you mean settings a different maximum number of automatic internal links per post based on the post category and on a parameter set on the specific post?
Thank you.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Widgets Page in latest WP not workingThis forum can be used only for the free version distributed on ww.wp.xz.cn. The identifier “_daam_enable_autolinks” indicates that you are a using a copy of the Pro version.
If you have a license of the Pro version contact us with your item purchase code and the exact plugin version with one of the methods described in our support page.
Thank you.
Hello altyfc,
if you are referring to the automatic links feature included in the Pro version of the plugin please contact us with one of the methods described in our Support Page. This forum can be used only for the free version available on ww.wp.xz.cn
Thank you.
- This reply was modified 4 years, 7 months ago by DAEXT.
Forum: Plugins
In reply to: [Live News - Responsive News Ticker] Question move ticker below bottom barHello shelon,
I don’t understand which is the bottom bar to which you are referring to. Can you please add more details?
If you want to place it below the scroll bar button you can for example increase the z-index of the scroll up button:
.td-scroll-up { z-index: 9999999999 !important; }Let me know if you have any questions.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Apostrophe words not linkingThank you for all the details. I saved your feedback.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Apostrophe words not linkingCan you please add more details on this options? I don’t understand exactly its use. Thank you.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Show all the LinksHello Rushster,
if you are a developer you can read the data available in the
[prefix]_daextam_autolinkdatabase table and generate the list.Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Apostrophe words not linkingThe HTML entities are saved in the Keyword field, but when you edit the autolinks the HTML entities are displayed as characters. However, I verified they not all keywords with HTML entities are properly replaced with autolinks and I created a ticket to solve this.
I marked the topic as solved. Please open a new topic with all the details required to reproduce the issue if needed.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Apostrophe words not linkingHello @rushster,
WordPress replaces certain characters like apostrophes and quotes with the HTML entities of specific symbols. The HTML entities of these symbols should be used in the Keyword field of the autolink.
You can find the HTML entities by inspecting the page HTML.
Forum: Plugins
In reply to: [League Table - WordPress Table Plugin] table inport / export doesnt workHello Silas,
please send an email at [email protected] with attached the XML file. So we can inspect it and provide you more details.
Thank you.