Nico Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Loco Translate Can't Find my Text Domain or Correct .po fileI do have the exact same problem.
Loco does not find my strings when using the textdomain as a constant.Is there any update to this problem?
Forum: Plugins
In reply to: [Advanced WPLink] AWESOME! One CSS TweakHmm. You’re right. I will consider it for an upcoming version, thanks!
Kind regards, Nico
Forum: Plugins
In reply to: [Advanced WPLink] "Title" instead of "link text"Hello Deon
Right now I’m collecting ideas for an upcoming version. That’s something I will consider, thanks!
Kind regards, Nico
Forum: Plugins
In reply to: [Advanced WPLink] "Title" instead of "link text"Hello Deon
I see your point with the “button functionalty”. I’ll make it optional in an upcoming version.
But the “link text” is a feature I did not change. It is and was an element of the tinyMCE and I don’t see any reason to change it. I sometimes need it to change the text after I added a Link.
Kind regards, Nico
Thank you for your feedback! I’ll keep this in mind for future versions.
Forum: Plugins
In reply to: [Advanced WPLink] Cron error after installationHy,
This might be caused because I’m was using a specification from PHP7.
I made a workaround and uploaded a new version. Could you update the plugin (0.9.3) and try it again?Cheers, Nico
Forum: Fixing WordPress
In reply to: how to disable the Inline Linking tool from WP 4.5 ?Hy there I just released a Plugin, that might solve this problem.
With this plugin you are able to enable/disable the inline linking tool. Besides that it gives you the possibility to add a rel=”nofollow” tag and some stylings.
Forum: Plugins
In reply to: [Rel Nofollow Checkbox] Compatability Issue with Latest WP ReleaseOne week ago I contacted the author with a solution. But unfortunately I did not get an answer.
So I added the Rel Nofollow Checkbox to a Plugin I just released:
Advanced WPLinkBesides the rel=”nofollow” checkbox, this plugin lets you choose wether you want to use the inline link tool or not (it works with both) and add some styling possibility.^
I’d love to get some feedback and I’m always open for improvements.
PS: Don’t forget to deactivate “Rel Nofollow Checkbox” when using my Plugin.
Forum: Plugins
In reply to: [Rel Nofollow Checkbox] In-line editor stays openOne week ago I contacted the author with a solution. But unfortunately I did not get an answer.
So I added the Rel Nofollow Checkbox to a Plugin I just released:
Advanced WPLinkBesides the rel=”nofollow” checkbox, this plugin lets you choose wether you want to use the inline link tool or not (it works with both) and add some styling possibility.^
I’d love to get some feedback and I’m always open for improvements.
PS: Don’t forget to deactivate “Rel Nofollow Checkbox” when using my Plugin.
Forum: Plugins
In reply to: [Rel Nofollow Checkbox] Will this be updated for 4.5?One week ago I contacted the author with a solution. But unfortunately I did not get an answer.
So I added the Rel Nofollow Checkbox to a Plugin I just released:
Advanced WPLinkBesides the rel=”nofollow” checkbox, this plugin lets you choose wether you want to use the inline link tool or not (it works with both) and add some styling possibility.^
I’d love to get some fedback and I’m always open for improvements.
PS: Don’t forget to deactivate “Rel Nofollow Checkbox” when using my Plugin.
Forum: Plugins
In reply to: [Qtranslate Slug] Same slug for taxonomy and Post-TypeSo do you have some news? It would be great if I could use it.
Forum: Plugins
In reply to: [Qtranslate Slug] Same slug for taxonomy and Post-TypeWell before I used the plugin in I did not translated the slugs and it was possible using this function:
https://someweblog.com/wordpress-custom-taxonomy-with-same-slug-as-custom-post-type/So I think it should be possible..
Forum: Plugins
In reply to: [qTranslate X] get language date formatGreat!
$q_config['time_format']['xx']
works! Thank you very much!
In my eyes it would make sence to use theget_option( 'time_format' )
and translate it like the “blognme”. Since the date-format is only a string, I guess that should work.Forum: Plugins
In reply to: [qTranslate X] get language date formatThanks for yout answer. Lets say I want to Output the current time:
<?php echo date(get_option( 'time_format' )); ?>
Bu this will create the time depending on the time-option of my WordPress installation.Now I’d like to get the time-format of the current language. I’ve senn in the DB there is a option callsed ‘qtranslate_time_formats’. Do you provide a function to get the time format based of the current language?
I’m sorry, but I couldn’t find anything in the FAQ.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] get_term_children orderThat works great! Thank you!!
I only had to adjust my code because get_terms() returns the terms and get_term_children() returns the term IDs. But now its works!