xanathon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When i Edit Posts the Visual Editor is BlankI tested some more, this happens in Firefox 13 and Chrome 20.0.1132.47
I tried clearing the cache.
Only the content is missing, title and excerpt are there
WordPress Version is 3.4.1, I would think this happens since 3.4
Forum: Fixing WordPress
In reply to: When i Edit Posts the Visual Editor is BlankI have the same problem.
The visual editor per se works, but it seems the posts content is not loaded into the editor.
Forum: Requests and Feedback
In reply to: I don't like the new toolbar and admin navigationClick on the name of your site from the front end. Takes you to the dashboard.
Okay, thanks.
You can get to them by hovering, not clicking.
Did you read what I wrote? I’m talking about mobile devices, no “mouse hovering” there. Additional: even on conventional devices as PCs or notebooks this is way more annoying and leads to longer workflow than just keep the submenus I constantly need open.
You can revert back to the old uploader if you want to 🙂 There are buttons on that screen to do so.
Are you sure? The option given gives me the impression that my only option is to switch to the browser uploader. That’s not the same as the old uploader. Asides from that if I want to use the drag’n’drop-interface I’m stuck with the way too big drop-area, am I?
Forum: Requests and Feedback
In reply to: I don't like the new toolbar and admin navigationYes, I already found that plugin. It’S from one of the core developers who still insists the new menus are the best thing since sliced bread. Sure…
Still: I cannot see any reasonable grounds to force the users to click MORE than before 3.3. To make the workflow more difficult and even highly annoying on mobile devices that is utter nonsense from a users point of view (and should be from a developers point of view). This is not “confusing” this is simply bad usability.
I will wait what happens and what plugins are provided to circumvent this nonsense. Until then no update. Newer jQuery is not a problem, I am able to integrate it into older versions of WP.
Forum: Fixing WordPress
In reply to: Mobi and ePub files disallowedJust add this to your themes functions.php
function addUploadMimes($mimes) { $mimes = array_merge($mimes, array( 'epub|mobi' => 'application/octet-stream' )); return $mimes; } add_filter('upload_mimes', 'addUploadMimes');Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parametersWell, I provided a precise errormessage, it would be really nice to get at least a small pingback as “I’m working on it” instead of no response at all…
If you need more information please tell me what information exactly you need. I’m willing to provide more details to get rid of this error, but questions have to be asked as I’m not that clairvoyant… 😉
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parameters# OS : Linux (64 Bit)
# Server : Apache
# MySQL Version : 5.0.92-community-log
# SQL Modus : not set
# PHP Version : 5.2.14
# PHP Safe Mode : Off
# PHP Allow URL fopen : Off
# PHP Memory Limit : 128M
# PCRE Backtracking Limit : 500000
# PHP Max Script Execute Time : 30s
# PHP IPTC Modul : Yes
# PHP XML Modul : YesForum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parameters“Everything else works just fine.” was not a very good description. I meant that all other plugins work without problems, that was not related to flattr, which does not work at all.
Sorry about that, english is not my native language.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parameterslog shows two flattr-related notices and one fatal error:
[04-May-2011 07:19:25] PHP Notice: Use of undefined constant new_flattrwidget_widget – assumed ‘new_flattrwidget_widget’ in /home/imagcon/public_html/phantanews/wp/wp-content/plugins/flattr/flattrwidget.php on line 143
[04-May-2011 07:19:25] PHP Notice: Use of undefined constant FLATTRSS_PLUGIN_PATH – assumed ‘FLATTRSS_PLUGIN_PATH’ in /home/imagcon/public_html/phantanews/wp/wp-content/plugins/flattr/flattr5.php on line 376
[04-May-2011 07:19:26] PHP Fatal error: Call to undefined method OAuthUtil::parse_parameters() in /home/imagcon/public_html/phantanews/wp/wp-content/plugins/flattr/oAuth/flattr_rest.php on line 390
I would think that the oAuth-error is the culprit.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parametersThe slow loading was some versions ago but when I deactivated the plugin everything was fine again.
I cannot say anything about the current loading behaviour, as the plugin does not work at all.
You probably should be more specific what information you need. As I wrote above, after I entered the API-informations the flattr-settings screen in the backend went blank. Everything else works just fine.
I will activate the WP-logging and see if that gives some more information about the problem.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parametersFirebug reports no errors in the admin panel
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Settings not shown after setting parametersNothing?
I deinstalled the flattr-button some time ago because it slowed the loading of the website considerably down while waiting for content to be fetched via javascript from the flattr page. That was not acceptable.
With flattr now changing the way it works (from 1st of may on, as was announced) I wanted to check back to see if there are improvements but instead it ceases to work completely. This ist not encouraging.
Update – before someone points to the obvious: yes, I tried a search or two and am aware of the issue with uppercase CPT-names. The name of my CPT is lowercase as is the slug.
Forum: Fixing WordPress
In reply to: Partially english texts after updateAFAIS the change in translation handling in 2.9 is causing this problem.
See for example http://wordpress.org/support/topic/343389
I downloaded the themes po/mo files, opened them in poedit, saved again and uploaded the files to the server.
Still english texts…
Forum: Fixing WordPress
In reply to: Partially english texts after updateAnother possible problem could have been file permissions.
Checked them: all are okay.It could be that the theme is the culprit. I’m using hybrid with a child theme. Hybrid is localized and the texts no longer translated are definitely in the language-file. I updated from 2.8.x to 2.9.2, before upgrade this worked fine.