Maarten
Forum Replies Created
-
Forum: Reviews
In reply to: [Links shortcode] VERY goodThanks Juergen for your feedback. The empty template was actually a bug, which has been resolved in the latest version.
Forum: Plugins
In reply to: [Links shortcode] [Plugin: Links shortcode] Undifined constant errorCould you let me know if the issues are resolved in version 1.4 of the plugin?
Forum: Plugins
In reply to: [Links shortcode] Am I missing an indexed file or something?Hello Droopie,
How are you trying to access ‘links categories’?
Please note that you cannot display the names of the categories a link belongs to using this plugin. It’s a limitation in the way links are stored and retrieved in WordPress, caused by the fact that a link can belong to multiple categories. I might circumvent that in the future, but for now it is not supported.Please have a look at the solution I propose here: http://wordpress.org/support/topic/possibly-incompatibility-with-mime-type-link-images-plugin?replies=1#post-3986514
Forum: Plugins
In reply to: [Links shortcode] Possibly incompatibility with Mime Type Link Images plugin?Hello MG,
I just took a look at the page and in Firefox it looks OK. From the response to the issue you posted on the other plugin, I understand that you have fixed the issue via a work around. Below I describe a permanent solution that does not require changes to the other plugin.
If I understand correctly the Mime Type Link Images plugin uses some JavaScript to add an image to each link where necessary, using CSS:
.mtli_pdf { background-image: url("../images/pdf-icon-16x16.png"); } .mtli_attachment { background-attachment: scroll; <strong>background-position: right top;</strong> background-repeat: no-repeat; display: inline-block; height: 16px; <strong>padding-right: 19.2px !important;</strong> }The bold statement above is what makes sure that the icon is shown right of the text, instead of on top of it.
Basically the Links Shortcode plugin outputs links exactly as specified in the template (on its Settings page). You seem to have something in the template like this:
<div class="links_sc">
The CSS that comes with the Links Shortcode plugin definespadding:0for class ‘links_sc’, apparently by default overruling what is stated in bold above.By replacing
<div class="links_sc">by<div>in the the Template section of the Links Shortcode settings page, this issue can be solved. It does not hurt other functionality because you do not display the Facebook button with your links.Please try it and let me know if this is the permanent fix.
Forum: Plugins
In reply to: [Links shortcode] [Plugin: Links shortcode] SSL insecure contentHello webaware,
Sorry for the delay. I have attempted to fix the issue. Please let me know if you still encounter it in yesterday’s 1.4 release.
Forum: Plugins
In reply to: [Links shortcode] PHP Warning: Creating default object from empty valueHello r-dent,
Thanks for reporting this. It should be fixed in 1.4 (released yesterday).
Best regards,
Maarten
Forum: Plugins
In reply to: [Links shortcode] Links out of orderIf you use a caching plugin you might encounter issues when reordering links with My Link Order after publishing a page.
I recommend you use
orderby="link_updated"to sort your links by the date they were last edited, if that works for you. Let me know if this does the trick.Forum: Plugins
In reply to: [Links shortcode] Common missed step on why links does not displayWhen you install the plugin it should configure a default template. If it does not, please let me know. In the mean time you could copy the example included in the short instructions on the settings page.
Forum: Plugins
In reply to: [Links shortcode] New userThank you for your feedback. I will make it a bit clearer on the settings page. By the way, the short code is [links], not [link]
Due to the way links logic is implemented in WordPress, some properties, like the categories a link belongs to are not available. It is however possible to select links belonging to a category (so the other way around).
Forum: Plugins
In reply to: [Links shortcode] Links won't open in New WindowI don’t see anything wrong with your code. One thing I can imagine is that there is some JavaScript running on the page that makes all links open in the same tab. Alternatively it could be a browser setting (http://www.ghacks.net/2009/07/03/force-firefox-to-open-links-in-same-tab/). Does this behavior also happen in other browsers? Also, does it happen for all links or only for internal links (http://stackoverflow.com/questions/7513204/force-open-links-in-same-window-on-same-domain)?
Forum: Plugins
In reply to: [Links shortcode] [Plugin: Links shortcode] SSL insecure contentThanks! I’ve added that change in the next release. I have no possibility to test it on an https site, but in a normal http site it works.
Forum: Plugins
In reply to: [Links shortcode] [Plugin: Links shortcode] [link_category] returns emptyI have tried to solve this issue, but it seems to have to do with the way Links and retrieving Links has been implemented in WordPress. Also behaviour would be unpredictable in case links have/belong to multiple categories. For that reason I have for now officially removed from the plugin (per version 1.3).
This has been implemented in version 1.3, which has just been released. Please see the release notes for details.
This issue has been resolved as of version 1.2. Settings will only be removed on uninstallation.