dreamingof8a
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Photo Fetcher] "more" tag ignoredNevermind, found it. Stupid mistake, no plugin error.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] &#xxxx in newsletter emailOkay, forget what I wrote – I just realized I posted to the wrong forum – sorry!! I’m using an old version of another “newsletter” plugin …. my bad. Will have to give yours a try ??
Forum: Fixing WordPress
In reply to: Home page in domain, blog in subdomain, page in other subdomainThanks.
But that way the address would also change with the redirect to
xxx.net/gallery
rather thangallery.xxx.net
, right?I had the same error showing and all I had to do was show all options in the admin area and setup th etag/category etc settings.
Forum: Plugins
In reply to: [qTranslate] Qtranslate and Next Gen GalleryThanks
Forum: Themes and Templates
In reply to: Replace a stylesheet via function.php in child themeOkay I guess it was easy in the end – just used the same hook
wp_enqueue_scripts
– that seems to do it. Thanks for pointing me in the right direction!Forum: Themes and Templates
In reply to: Replace a stylesheet via function.php in child themeThe original enque is inside a function, which is then call via
add_action( 'wp_enqueue_scripts', 'function')
.I tried your suggestion using àfter_setup_theme` but no luck.
Do you know of any list where I can see the order of all actions? Can’t seem to find it in the codex …
Forum: Plugins
In reply to: Translate nextgen gallery using qtranslateHave you tried to use the lang tags in description and so on? According to some older posts and an even older changelog of nextGen Gallery, the two plugins shold work together now.
Maybe you can try it out?
I’m actually waiting for confirmation of the same question as I want to switch but this issue is important for me.
See also my related posts here, here and here.
It would be great to either implement multi language into the plugin itself or at least allow the usage of language tags via polyglot or qTranslate.
Forum: Plugins
In reply to: [qTranslate] Qtranslate and Next Gen GalleryHi didier,
I am considering to use NextGEN gallery and qtranslate together for my blog – can you give me a short comment on how they work together? It seems in your case without problems?
So all I do is install both plugins and use the language tags (short or standard?) in the NGG fields I want to translate, and that’s it?
Any feedback is much appreciated!
Forum: Themes and Templates
In reply to: Usage of fopen/fwrite/fclose in WordPress themefor some reason it works now …
Forum: Fixing WordPress
In reply to: Can’t access post.php anymore!?Okay, found the bad guy: The plugin “Kill Preview 1.0” is causing the trouble – no idea why since it has been working up to now. Anyway, don’t need it ??
Forum: Fixing WordPress
In reply to: Can’t access post.php anymore!?Another thing came to my mind:
PHP got upgraded on my all-inkl webserve recently, it’s running v5 now instead of v4 – could this be the problem? Is there a way to find out whether there are any incompatibilities within post.php, e.g. is there a compatibility checker of some sort available?
Or could anyone help me out and go through the old post.php and tell me if there are possible problems – i don’t really know enough about php4 vs. php5 myself.Cheers
Forum: Fixing WordPress
In reply to: Can’t access post.php anymore!?Haven’t tried that yet because since I last used post.php I haven’t done anything to the plugins. But I will try it anyway.
Upgrading is sort of in the process, the problem is that for my theme I did some hard-coding in the wordpress core files (bad idea, I know now) so the upgrade will have to wait until my new design is ready.