palmdoc
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Unsafe email config is used without sufficient protectionFunny
I installed recaptcha but I still see the configuration error in Mail 2 which I use as an autoresponder, flagging [your-email]What should I do?
Forum: Plugins
In reply to: [Contact Form 7] error [your-email]I use recaptcha for the form submission but the configuration still flags [your-email] in the mail section.
Please advise. ThanksThanks but I notice if cloaked, the web page doesn’t look good on mobile, like it is no longer responsive or mobile friendly
Here’s the temporary fix:
In custom-profile-filters-for-buddypress/custom-profile-filters-for-buddypress-bp-functions.php
add the HTML exceptionif ( in_array( $bp_this_field_name, $no_link_fields ) ) $field_value = strip_tags( $field_value,'<br>' ); return $field_value;
Then in your profile fields put the
in where you want the line break (a space between the text and
is needed)e.g.
line one
line twoI would like a solution to this too. Great plugin but it strips the line breaks off in multi-line text area fields.
Anyone?Forum: Plugins
In reply to: [Health Tracker] How to use?I mean there is no text input field when you add a variable.
If I put something in the Answer 1, Answer 2, etc in the Add a qeustion then I see only check boxes
It’s not like one can freely enter a value e.g. if you are tracking Blood pressure.
Or am I getting the steps wrong?It’s a very promising and much needed plugin but it could be a little clearer on the steps
Forum: Plugins
In reply to: [PDF Embedder] Zoom in iOSThanks. Getting your Premium plugin now!
Forum: Plugins
In reply to: [PDF Embedder] Download ButtonAppreciate this option too! Thanks
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] New feature – group promoteGood idea
Forum: Plugins
In reply to: [BP Profile Search] Cannot list more than 20Update:
It was not a theme issue but it was a bug in my functions.php
Buddyboss theme was fine and works well with the BP Profile Search pluginForum: Plugins
In reply to: [BP Profile Search] Cannot list more than 20Thanks for the tip. With the 20-15 theme, pagination is back.
I am using Buddyboss theme so it might be a theme issue. Will check with Buddyboss support.Forum: Plugins
In reply to: [Google Doc Embedder] No Preview AvailableI find that embedded PDFs sometimes display and sometimes they do not (only the download link shows but there is no “No preview available” message)
This is independent of the file size.Forum: Plugins
In reply to: [YARPP For bbpress] not show up under bbpress topicsSame here. Nothing, Nada, Zilch.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Update disappears when adding pictureEven 0.5Mb picture uploads faile. Those in a few hundred Kb seem to be OK. What is limiting the upload and where can I set it?
Forum: Plugins
In reply to: [Google Doc Embedder] Button for bbPress editorI have tinyMCE enabled for bbPress using :
https://www.ads-software.com/plugins/bbpress-enable-tinymce-visual-tab/However it seems the GDE button does not appear, even with the “Fancy editor full” option enabled for the tinyMCE enabler plugin.
Anyone have any luck?