Gerald
Forum Replies Created
-
Forum: Plugins
In reply to: qTranslate doesn't translate comments_popup_linkTry it like this:
<?php comments_popup_link( __( '<!--:en-->Leave a comment<!--:--><!--:es-->Deja un comentario<!--:-->', 'twentyten' ), __( '<!--:en-->1 Comment<!--:--><!--:es-->1 comentario<!--:-->', 'twentyten' ), __( '<!--:en-->% Comments<!--:--><!--:es-->% comentarios<!--:-->', 'twentyten' ) ); ?>
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] The latest version does not save changessaving now works in v4.2.9
Forum: Plugins
In reply to: [underConstruction] [Plugin: underConstruction] Does not work on WPMUSame error message here.
Forum: Plugins
In reply to: [Flattr] How to flattr whole blog?Didn’t find any solution for this using the plugin so I think the only way right now is to insert a manual flattr button.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Any possibility to customize the flattr-Button??Styling the static button with CSS works nice. What I would need is to add the counter, anybody managed to do that using REST API?
Forum: Plugins
In reply to: Front Slider 2.2 not working – Script..slider.js?ver=1.3 404Better use the last version of Front Slider – actually 2.4
Forum: Plugins
In reply to: Where do I upload images to appear in the plugin Front SliderFront Slider uses automatically the Featured Image you attach to a post or page.
Forum: Fixing WordPress
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] tags exceptionThanks for your quick and helpfull answer: After removing the described file I can access the Options page.
Everything works fine now and I can use the Tag Pages as I needed.
There are two warnings on my system (PHP 5.2.8): After chaning options on Tag Pages I get: Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/dynamic-widgets/mods/browser_module.php:35) in /wp-includes/pluggable.php on line 934
And the first time accesing to admin panel I got: Warning: Invalid argument supplied for foreach() in /wp-content/plugins/dynamic-widgets/classes/dwmodule_class.php on line 226
Forum: Fixing WordPress
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] tags exceptionThanks Qurl for your update. Just installed the latest dev version 1.5b6 and get the following error when trying to edit the options of dynamic widget:
Fatal error: Call to a member function getDWOpt() on a non-object in /wp-content/plugins/dynamic-widgets/mods/useragent_module.php on line 23
Forum: Networking WordPress
In reply to: Switching Primary site with SubdomainThanks, that worked out!
I also had to switch the wp-content/uploads directory with the blogs.dir/X/files directory and the references in the posts.
Forum: Fixing WordPress
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] tags exceptionThanks Qurl, that worked out perfectly.
Is there any possibility to define a condition for showing a widget on a tag summery page?
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] Tanzaku theme, post width help!And how did you do it? I added a custom field with name ‘post-class’, value ‘x2’ and changed index.php template retrieving the value with
get_post_meta($post->ID, 'post-class', true);
and applying it with post_class() function.Is there a way without changing the template?