danielkoch
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] _shepherd_tec_task_logs’ doesn’t exist errors@d0153: Thanks for your reply. Not quite sure why to open an new thread for the same topic.
I think I have the same issue and thought a thread will only be closed once a fix for a issue is available…
Forum: Plugins
In reply to: [The Events Calendar] _shepherd_tec_task_logs’ doesn’t exist errors@d0153: Why closing an issue without a solution? I have the same issue. What is the outcome of your investigation?
Forum: Plugins
In reply to: [WP to CRM Lead Sync] Get different languages from SuiteCRMThank you!
Do you also have an update regarding topic no. 1.?
Forum: Plugins
In reply to: [WP to CRM Lead Sync] Get different languages from SuiteCRMThanks for the update! I checked the new version. Look good so far. But: “required” fields are not checked. The setting is ignored.
Thanks, finally I modified my code. Now I’m using
$wpdbfor more control about the query. It works now.Forum: Developing with WordPress
In reply to: Change type of REST API search parameter valueThanks, I ended up with a custom endpoint. Works now.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Buttons not showing upOk. Not the best solution but it works.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Buttons not showing upHi Matt,
ok. I inserted the <script> elements within some conditional tags.
The problem, on pages, where the script is correctly added by your plugin the script appears now twice.
Is there a possibility to prevent the automatic insertion of the script elements?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Buttons not showing upHi Matt,
I configured the plugin to appear below the blogpost detail. As you can see on this page:
http://essenceoffinance.com/de/2014/10/02/golden_gate_insolvenz/
after the mentioned <div> container the script<script type="text/javascript"> var addthis_for_wordpress = 'wpp-4.0.5'; </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<id>" async="async"></script>is inserted.
On other blogpost (the most):
http://essenceoffinance.com/de/2014/11/17/golden-gate-anleihe-eingriff-in-den-bestehenden-treuhandvertrag-welche-glaeubigergruppen-sind-betroffen/
only the <div> container ist rendered without the <script> elements.