Georgi Popov
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] "Global" keyword translationIn order not to submit numerous tickets, I’ll post another i18n request here:
please have denoted whether “format” should be a noun or a verb (I understand it should be a noun, but this should be in order to avoid translation conflicts with any other potential occurrences as a verb).
Forum: Reviews
In reply to: [M Similar Posts] HelpSorry for the late reply on this.
After you install the plugin you need to go to Appearance > Widgets and include the widget in a sidebar.
Note that the widget will not appear on listing pages as this does not allow the plugin to determine posts related to which one should be shown.
Rather this only works on a blogposts’ details page (you can also use this on other custom post types).
You can also use the
[magadanski-similar-posts]
shortcode within the contents of a post to show the related ones to it.I hope that was helpful. Let me know if you have any other questions.
Forum: Plugins
In reply to: Plugin Update SVN Commit Authentication FilureI changed my password and this is working now.
It seems the issue had to do with special characters in the old password (WT… !?).
The old password was generated using https://strongpasswordgenerator.com/ but it seems those are too secure to work with SVN.
Although when changing the password you get the following hint:
Hint: Use upper and lower case characters, numbers and symbols like !”?$%^&( in your password.
I did have both “[” and “]” in the old password as well — not sure if those were causing the issue.
I’m marking this as resolved, although the whole situation does not seem quite right.
Forum: Plugins
In reply to: [M Similar Posts] M Similar Posts include pages!Sorry for the delay in reply — I thought I did but it seems it did not get saved.
So this should be for the widget and not the shortcode or some other setup, is this right?
Can you please let me know if you have this on a live site — somewhere I can preview it?
Do you have some shared taxonomy, terms of which can be added both to a post and a page?
I apologize about that.
Initially when I got the error I made some additional tweaks to my code but this particular line would still not execute for me.
I just checked that again and it’s fine now — could be some cache I might have had last time.
The thing is that the cytpe object is protected itself, so it cannot be accessed. So everything that’s left to use is just the following properties: direction, cardinality and other_cardinality.
Some get_ctype() method would really be a nice feature for the P2P_Directed_Connection_Type class for the next version. I guess that then there will no problems at all.