saschapi
Forum Replies Created
-
Forum: Plugins
In reply to: [My YouTube Channel] Responsive theme -> Responsive widthI would like to know the same. I had the feeling it worked before you updated to the new framework… π Any idea?
Forum: Plugins
In reply to: [MimeTypes Link Icons] Change Icon Set?Thanks! That seems the right idea π
Forum: Plugins
In reply to: [Recent FB Posts] No recent Facebook posts to show. Any solution?I second that. Not working for me… π
Guys!
Didn’t you see Jeremy’s post! They are looking into it and he will post again when has some news… I think it is time to understand that the developers are aware of it and they are working to solve the problem.
Everybody posting “me too” will not speed up the process! π
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuI just checked it and it seems to fix the problem. For the moment all JS-Actions (like unfolding the options tab) are working.
Hope this helps
Sascha
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuWill have to check. I deinstalled the plugin cause I needed the site working for a demo. Next week I will have time to reinstall!
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuNo, actually I was using Firefox. But maybe it is still related?
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuI have the same issue! Sometimes it works and sometimes it doesn’t! Maybe it is related to jQuery?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Acceptance checkbox error messageUnfortunately this solution does not work for me either! Are you sure that simply adding the above line to the additional settings field does the trick?
Thanks in advance
Sascha
Forum: Plugins
In reply to: WP_query not working in search template together with Relevanssi PluginThanks for your answer. This is unfortunate… π I will try some of your hints but it’s a pitty that it’s not possible to include a query in front of the search results.
Forum: Plugins
In reply to: [Plugin: MapPress Easy Google Maps] WP 2.9 mappress 1.5.8.9 broken?And by the way this is related to this issue:
http://core.trac.ww.wp.xz.cn/ticket/11537Forum: Plugins
In reply to: [Plugin: MapPress Easy Google Maps] WP 2.9 mappress 1.5.8.9 broken?Same for me. I saw that Chris tried to fix this problem. It works for most of the people but not for us π
For me changinge the mappress JSON function did the trick. Try changing the last lines of mappress.php:function mapp_json_encode($content) { //if (!class_exists('Services_JSON')) // require_once('class-json.php'); $json = new Services_JSON; return $json->encode($content); }I removed the “class-json.php” and modified the call to “encode” (which basically wrong but works in WP2.9. It will have to be changed once again when WP2.9.1 is available!
Maybe this is also working for you if you have the same server setup! π