project_subdomain
Forum Replies Created
-
Just found the conflict with the plugin WP-SpamShield.
Disabling anti-spam for forms is a temperoray solution.
Thanks for helping!Hi and thanks for your reply.
I’m using the newest version 2.3.5 and it occurs on all computers and in all most used browsers, no matter of JavaScript/Cookies enabled.
Forum: Plugins
In reply to: [Wise Chat] Access for WP users – allow reading chatomg sorry, really missed it!
thanks for your quick reply!
Just works perfect with “Access mode: All” and ticking “Read-only For Anonymous” now ??Forum: Plugins
In reply to: [Wise Chat] European Privacy LawYes – which cookies does the plugin collect and what about the IP?
Guess, which data is collected in general is a very important question for all Europeans using your plugin;)
Forum: Plugins
In reply to: [Wise Chat] Chat opening hours: Repeated maintenance errorThanks,
this is great to know. I did not find the reason for the behaviour being stopped sometimes ?? Then it’s all fine and won’t bother me that much, others likely,too.Forum: Plugins
In reply to: [Wise Chat] Highlight or seperate time from date (Chat window)Thanks, Marcin,
really looking forward to see it separated.Forum: Plugins
In reply to: [GD bbPress Attachments] Unresponsive new topic/reply-formSolved with
/*Fix for cut off reply-form on smaller mobiles*/ @media screen and (max-width:430px){ #bbpress-forums fieldset.bbp-form input{ width:100%!important; } }
in bbpress.css
Forum: Plugins
In reply to: [Yoast SEO] Incorrect doubled meta title on homepageOk, this time the reforce title tickbox solved it.
Hi,
thanks for your reply, still struggling with this, unfortunately.
Could you provide the mail function code that works? I tried some combinations and did not find a working one (recently updated with original strings). Does this work for you?function change_text_activation_mail( $translated_text ) { if ( $translated_text == "To activate your user, please click the following link:\n\n%s%s%s\n\nAfter you activate it you will receive yet *another email* with your login." ) { $translated_text = "translated here"; } return $translated_text; } add_filter( 'gettext', 'change_text_activation_mail', 20 );
Thanks for your quick and helpful reply, Vasyl!
Finally I got to work what I needed quick and light with the help of wordpress codex without the plugin.
As soon as I’ve the time I will test it on another website as I really appreciate the scope of your plugin!
Thanks for your support!Thanks a lot for your helpful support anyway!
I’ll report it as soon as possible at the piwik forum.Forum: Plugins
In reply to: [Shariff Wrapper] Change content of facebooks share buttonsthanks for your reply! This helped me!
Forum: Plugins
In reply to: [Front End PM] Notification mail: Get message contentGreat, works, thanks a million!
Forum: Plugins
In reply to: [bbpress Simple Advert Units] Different ads for each forum/topicgot it to work:
Created a custom action hook function in functions.php which I then added to the ads textbox of the plugin advanced ads (should work with most other ads manager plugins, too). Finally placed the ads’ shortcode in the ad unit textbox.
Great that bbpress Simple Advert Units now supports shortcodes!Forum: Plugins
In reply to: [Autoptimize] Images bump to the bottom of page (Easy Fancybox)Thank you both so much!
Excluded jquery.fancybox-1.3.7.min.css (instead the non-minified stylesheet) which just did the job, so it works again on small screen.
In fact I disabled wp_debug recently. Never thought it could be causing this behaviour which is really good to know.