What do I need to do in order to make this work? Thanks!
]]>I am unable to edit or remove the ‘Custom Message’ in the ‘sharing posts panel’. Every post that is now shared to my soc meds has the same title. I have no access to edit it in wordpress because it is greyed out.
I have tried to remove it in the orignal post but it is greyed out there too.
See SS for more details >https://imgur.com/a/oSxrNBq
Any suggestions as to how to remove it will be appreciated, thanks.
Regards,
]]>Thank you
]]>I hope these two things can be resolve in a future version.
]]>Is there a hook/filter for changing the custom message after somebody registers?
To be clear I know you can do it in the settings under each role but I have some custom variables to pass into the message.
I want to change the message with the status “Require admin review”.
Thanks
]]>I’m sorry but i need help with something weird :
I personnalized my Complianz Banner with custom HTML message (a very simple table) and custom CSS.
BUT, when i preview my banner on my homepage, there is unexpected <br> that makes it very ugly !
Can someone help me with this please ?
Thanks by advance ! ( And pardon my english, i’m french )
Have a great day !
The banner
The page’s inspector
MY HTML CUSTOM MESSAGE :
<table>
<tr>
<td><img class="cookieimg" src="https://www.cicadom.fr/wp-content/uploads/2022/11/cookies-cicadom.jpg" width="450" height="auto" /></td>
<td>Avec votre accord, nous aimerions utiliser des cookies. Certains sont strictement nécessaires au bon fonctionnement du site et d'autres sont utilisés pour améliorer votre expérience utilisateur et mesurer l’audience.</td>
</tr>
</table>
MY CSS :
/* Container */
.cmplz-cookiebanner{
}
/* Logo */
.cmplz-cookiebanner .cmplz-logo{}
/* Title */
.cmplz-cookiebanner .cmplz-title{
font: 600 17px 'Baloo Tamma 2', cursive;
}
/* Close icon */
.cmplz-cookiebanner .cmplz-close{}
/* Message */
.cmplz-cookiebanner .cmplz-message{}
/* All buttons */
.cmplz-buttons .cmplz-btn{
}
/* Accept button */
.cmplz-btn .cmplz-accept{
}
/* Deny button */
.cmplz-btn .cmplz-deny{}
/* Save preferences button */
.cmplz-btn .cmplz-deny{}
/* View preferences button */
.cmplz-btn .cmplz-deny{}
/* Document hyperlinks */
.cmplz-links .cmplz-documents{
}
/* Categories */
.cmplz-cookiebanner .cmplz-category{}
.cmplz-cookiebanner .cmplz-category-title{}
/* Manage consent tab */
#cmplz-manage-consent .cmplz-manage-consent{}
/* Soft cookie wall */
.cmplz-soft-cookiewall{}
/* Placeholder button - Per category */
.cmplz-blocked-content-container .cmplz-blocked-content-notice{}
/* Placeholder button & message - Per service */
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-blocked-content-notice{}
button.cmplz-accept-service{}
/* Styles for the AMP notice */
#cmplz-consent-ui, #cmplz-post-consent-ui {}
/* Message */
#cmplz-consent-ui .cmplz-consent-message {}
/* Buttons */
#cmplz-consent-ui button, #cmplz-post-consent-ui button {}
/* From Stacked to Inline */
@media (max-width: 768px) {
.cmplz-cookiebanner .cmplz-buttons {
flex-direction: row;
}
}
.cmplz-message table td {
background-color:transparent !important;
border-color:transparent !important;
font-size:15px;
font-family: 'Baloo Tamma 2',cursive;
padding: 0 0 0 0;
vertical-align: middle;
}
]]>I was able to display it using a custom snippet found in the Support threads. But it still not removing the default message!
function awsm_job_application_submitted_message() {
global $awsm_response;
$awsm_response['success'][] = esc_html__( 'Your application is under process. The HR team will get back to you if your application is shortlisted.', 'wp-job-openings' );
}
add_action( 'awsm_job_application_submitted', 'awsm_job_application_submitted_message' );
Can you help me to resolve it?
]]><div class="restrict">text</div>
When I check this code in the console, it shows up as:
<div class='\"restrict\"'>text</div>
I went back to look at the html I entered, and it showed like this in the protection tab:
<div class="\"restrict\"">text</div>
I corrected the html and clicked update, but it keeps saving wrong.
Could this be a bug or an issue with another plugin?
]]>So to get round this, I’ve changed the settings to use Redirect to Login and Back instead. However, the custom message is still showing and no redirection is happening.
Grateful for your help, thank you
]]>Fraud Prevention Plugin for WooCommerce notifies blocked users, for example, fraudsters, of the reason why the operation was blocked. I don’t want blocked fraudsters to know they are being blocked, let alone why and how they are blocked. I just want them blocked and thinking that my website malfunctioned, for example, kick them out of Checkout or show them a “Something went wrong. We have a technical issue.” popup. Can your plugin do it?
Best regards,
TK
]]>