vishakhanehe
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Hide the job listing from getting publicHi,
To make that page password protected I am writing the following snippet but after making that job posting password-protected, when I open that it does not show anything for password but it gives a Protected: text in front of title.function change_password_protected ($output) { $adminEmail = get_option( 'admin_email' ); $newPasswordText = 'Hi, Welcome! <a href="URL">HERE</a> <br/> If you have registered and received a confirmation call or message, please add the password below:'; $output = str_replace("This content is password protected. To view it please enter your password below:", $newPasswordText, $output); return $output; } add_filter( 'the_password_form', 'change_password_protected', 999);
Let me know what is wrong with the above code. Please.
Hi Team,
Thanks for the update. Is there any solution to fix this because this bug affects our platform too?Please let us know if any temporary solution can be done for now.
Thanks,
Anybody can help with this issue?
Forum: Plugins
In reply to: [Contact Form 7] When submit, shows spam error but already using recaptcha.Hi Erik,
The latest version also does not help. Getting the same error.
Image linkFYI – cleared my cookies too and opening in incognito window.
Let me know if any other solution is there.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Issues with the gTranslate popupYeah, I understand.
As this depends on how you design any feature so I have done customization in my code but this is very weird that if I change anything ingTranslate.php
file then nothing reflects so I have to use another plugin for CSS and JS related changes.Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Issues with the gTranslate popupHi,
Currently, I sorted the issue via custom code but if you want to reproduce the bug, here you go.
Install the plugin > Select the popup beta > Choose lang to show > as Default lang is Eng, Cookies are not there. Now, Choose any other lang (hindi/punjabi etc), When you will select the cookie is there with
googtrans: /en/hi
but now if you will again select the English lang from popup then your cookie is deleted.Apart from this: If I change any code in
gTranslate.php
, my code does not reflect on the browser. FYI – Not using any caching plugin and using incognito window too.Let me know if you need any screenshots.