Maarten
Forum Replies Created
-
The fix did not help. We still encounter this problem.
If this helper plugin is used on the Thank You page, it does not relate to the problem, as the main problem happens when the order gets the status “complete” (when it is fulfilled)
You are right. I have started a new thread.
Please do not dismiss this as an issue which should be addressed with WooCommerce. This issue seems caused by the Mollie plugin. We are having the same issue. As a result, some orders which are marked as complete fail to update in Mollie’s backend and any other process scheduled after, like informing the user of a completed order, does not run. It seems to be due to a termination caused by the Mollie plugin (or API) in some cases, not all, although logs do not show why. Because it happens in some cases and not all, we are suspecting it is caused by an interaction with the external Mollie API. The issue started to happen about 3 weeks ago.
Forum: Plugins
In reply to: [Links shortcode] Multiple templatesHello sunkast, At the moment there is no option to add multiple templates. It is on my shortlist for new features, so I hope to include it in a future version.
Forum: Plugins
In reply to: [Links shortcode] Users ratingHello myriamrv, sorry for my late response. I wasn’t planning to add this feature, mainly because of the extra workload required. I’m happy to discuss custom development with you. Could you contact me at the following email address to discuss the options: wordpressplugins [at] apprique.com
Forum: Plugins
In reply to: [Links shortcode] simple shortcode not workingHello Emily, could you give me some details? Was the plugin activated successfully and can you see the settings page in the Links menu? (I can see that the plugin is currently not activiated) Is there a default template defined under “How to display the links?”? Do any other shortcodes work? (I ask this because it could be that you theme has disabled all shortcodes)
Forum: Plugins
In reply to: [Links shortcode] Common missed step on why links does not displayHi Adam, on the Links Shortcode settings page (reachable via the “Links” menu), the default template is displayed at the bottom of the page, under Examples A list of links. You can copy-paste that code into the field called “How to display the links?”.
Forum: Plugins
In reply to: [Links shortcode] Called a cheater after wordpress Upgrade?Thanks for reporting this! The new version (1.6) of the Links shortcode plugin now includes this functionality from the links manager plugin.
Forum: Plugins
In reply to: [Links shortcode] Warning not an errorThanks for reporting this. It should be resolved in today’s new version (1.6)
Forum: Plugins
In reply to: [Links shortcode] display links in 2 columnsHello M One and netdiva790,
Using a table would be a bit hard as you would manually have to split the links into equal length columns and then use two or more shortcodes in a HTML table in your page.
Using CSS you could make a template which displays every link as a list item:
<link_xxx_etc]</li>The “before” template (in the plugin settings) would be
<ul class="three_column_links">
And the “after” template:
</ul>You could then use CSS in your WordPress Theme CSS to display lists for the “three_columns_links” in columns, using the “column-count” CSS3 property: http://www.w3schools.com/cssref/css3_pr_column-count.asp
It should be supported by all modern browsers, but I have no experience with it myself.About images, Yes, you can assign images to links in the Links module of WordPress. You can then retrieve the url for an image using the template tag [link_image].
Forum: Plugins
In reply to: [Links shortcode] Why double listingThe issue has been resolved in this week’s update.
Forum: Plugins
In reply to: [Links shortcode] link targets iframes and widgetsHi jonodavs,
Although I have not tested it, the easiest way to achieve this without changing the plugin would be to use another plugin, like this one: http://wordpress.org/plugins/use-shortcodes-in-sidebar-widgets/
to enable shortcodes in text widgets.It could also be that there are Links widgets that go a bit further than the standard Blogroll widget, which allows to set a target frame.
I hope this helps. I will keep in mind to add a Links Shortcode Widget, although a better name would then probably be just Links Widget.
Best regards,
Maarten
Forum: Plugins
In reply to: [All Related Posts] Related by custom taxonomy?I’ll look into that. Thanks for the suggestion!
Forum: Plugins
In reply to: [Links shortcode] Why double listingThanks for reminding this. I will remove it from the settings menu in the next version. Previously it was only in the Settings menu, but I found it would be better to put it in the Links menu.