rudiberto
Forum Replies Created
-
Something similar here: My Website is broken. Disabling nextgen-gallery brings my page back, but shows nextgen short codes of course.
Had to go back to former version!
(by the way ACEkin: nice photos of Turkey!)
Forum: Reviews
In reply to: [qTranslate X] it WorksBecause there is a little problem with the language default:
Before my language was Spanish automatically – now it’s English at the beginning. Not a big thingJust had an update and seems to work now!
Where can I change to five stars?Forum: Plugins
In reply to: [mqTranslate] mqTranslate and WordPress 3.9hello chsxf,
the only thing I’m missing is the “fullscreenwitoutanythingelse”-button – but I guess that is a problem of TinyMCE.
Good work until here!Forum: Plugins
In reply to: [Admin Menu Editor] unusable…..just great now!
I had no time this days to check which of my plugins caused the fault – but after upgrading to version 1.3 it’s working properly.Thanks a lot! for me it is really intuitive!
:G.rü
Forum: Fixing WordPress
In reply to: How to change height of textbox in WordPress 3.6.1?UFF! I found it:
it is in the qtranslate-files under qtranslate/qtranslate_hooks.php and here (line 89 in my case):
echo "#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; outline: none; margin:0pt; width:100%; -moz-box-sizing: border-box;";set a value like 500px for example:
echo "#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; outline: none; margin:0pt; width:100%; height:500px; -moz-box-sizing: border-box;";So the truth is, it was the fault of the update to the newest version of qtranslate…
:G.rü
Forum: Plugins
In reply to: [Admin Menu Editor] Why not localized?!…you should think about translation from the first beginning. Not (notable) more work for you guys, but a lot for us to search the strings from all code pages to translate for personal issues.
:G.rü
Forum: Plugins
In reply to: [Collapsing Archives] Expand on mouse over instead of clickYou can do that, changing line 51 in collapsFunctions.js:
jQuery('#' + id + ' span.collapse').live('click', function() { to jQuery('#' + id + ' span.collapse').live('hover', function() {but I found that a bit annoying.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] CRON StartzeitproblemeU r my hero, Vadim!
it works! What is >define (‘ALTERNATE_WP_CRON’, true);< for then?
Greetz and thanx
:G.rü