wp_hela
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Upgrade to 3.6@henk: major error messages?
I get an “Notice: wpdb::escape ist seit Version 3.6 veraltet! Benutze stattdessen wpdb::prepare() or esc_sql(). in Y:\webs\licht\licht13\wp\wp-includes\functions.php on line 2871”
… which ist caused by Broken Link Checker … it’s a notice and only appears in WordPress’ debug mode. Okay, I have to admit, because of the enotice you will also get an ““headers already sent” error ??
This error is also triggered by the Broken Link Checker plugin …
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Calling non-static method statically error@simon: this does the trick … however, this should be updated with the next release.
Forum: Plugins
In reply to: [LTW Content Shortcodes] Link to Tabupdate: only the title of [tabs title=”Tabs Example”] shows up ….
Forum: Plugins
In reply to: [LTW Content Shortcodes] Link to TabHelp!!!
I don’t get the Tab stuff working in 3.5.2 German
From:
[tabs title=”Tabs Example”]
[tab title=”Tab 1″]Tab 1 Content[/tab][tab title=”Tab 2″ active=”true”]Tab 2 Content[/tab]
[ tab title=”Tab 3″]Tab 3 Content[/tab]
[/tabs]
only the title shows up … there is no reference of the other tabs in the HTML code ??
Forum: Hacks
In reply to: Limit dimensions of Full Size imageI’m using WP 3.5.1 and the built in media manager … which is nice except, that ith uploads images of 5000 pixels and more
The plugin Resize Images before Upload seem not to work with the new media manager of 3.5.1 ??
Forum: Hacks
In reply to: Limit dimensions of Full Size imageThis is exactly what I’m looking for, too.
Forum: Plugins
In reply to: [Faster Image Insert] dont work on wp 3.51I agree … it seems as if the images wont be resized anymore ??
Forum: Plugins
In reply to: [Root Relative URLs] Updating the plugin broke AJAX and JS“switch to the local version included in WP” ???
local Version of what …. root relative links? Ich though WP insists on full URL.
Forum: Plugins
In reply to: [Root Relative URLs] Updating the plugin broke AJAX and JSMaybe my issue belongs to here.
When I use MapPress Easy Google Maps v2.40.3 (https://www.wphostreviews.com/mappress) and Root Relative URLs 2.3 ist activated, browser say “google is undefined” somewhere here
…var c=n.center?new google.maps.LatLng(n.center.lat,n.center.lng):new google.maps.LatLng(0,0),tt=n.height,h=n.mapid,fi=n.mapTypeId?n.map…
but who could say exactly in a minified js *gg*
However everything works fine if I deactivate Root Relative URLs.
Forum: Plugins
In reply to: [Visual Form Builder] Date Picker issue after 2-8-2013 updatehmmm …. Matthew, I’m using the Pro v 2.2.1, at least it says so in the plugin dashboard. But I still had to change the form-output.php.
So, what exactly did you mean, when you say “qietly rolled back in v2.2.1”. Ich just downloaded Pro v2.2.1 and still had to fix the problem manualy.
Forum: Plugins
In reply to: [Visual Form Builder] Date Picker issue after 2-8-2013 update@jesling: works for me!!!!
Matthew,
can you provide a solution without messing with the core files? Some functions.php voodoo, because I don’t want to loose my changes with the next update of VFB.regards
HeinzForum: Plugins
In reply to: [Visual Form Builder] Date Picker issue after 2-8-2013 updateSame problem by the way in Opera …
These lines do the trick:
function visual_form_builder_init() { load_plugin_textdomain( 'visual-form-builder-pro', false , 'visual-form-builder-pro/languages' ); } add_action('init', 'visual_form_builder_init');
Hmmm … seems I’m talking to myself here *gg*
Hope this helps someone with the same problems ??
Ok, I found the problem … the multi language plugin qTranslate interferes with Visual Form Builder.
Is there a solution for this problem?