aib20
Forum Replies Created
-
Hello, Amrit,
I noticed that the code has changed slightly, and I can no longer enter the previous one because it causes an error. Earlier, my dashboard displayed the following information: “From your account dashboard, you can edit your profile details, change your password, and check your results” where “profile detsils”, “password” and “results” were links to the respective tags.
I wish I could attach a screenshot of the code in dashboard.php, but unfortunately, I cannot (what a shame).
Anyway, the account dashboard looks good, but I wish it displayed the previous information.
Cheers!
Hello Amrit!
Thank you for your answer. This is the code inserted. Sadly, it doesn’t work. Instead when I enter my account, I see that a critical error has occured
/* translators: 1 profile details url, 2: change password url */
echo wp_kses_post( echo sprintf( __(‘From your account dashboard you can edit your profile details ( %1$s ), edit your password ( %2$s ) and check your results ( %3$s ).’, ‘user-registration’ ), esc_url( ur_get_endpoint_url( ‘edit-profile’ ) ), esc_url( ur_get_endpoint_url( ‘edit-password’ ) ), esc_url( ur_get_endpoint_url( ‘my-results’ ) ) );Forum: Plugins
In reply to: [WP Content Copy Protection & No Right Click] Styling the alertI bought the pro version, but I still have the problem with styling. Could you suggest me a code to use?
Hello Sumit,
unfortunately I don’t know how to make the video.
I did everything you advised, yet I’m as far from fixing the issue as I was before.
Everything worked fine until I upgraded your plugin. Then I tried to rollback to previous versions of QSM but the problem stayed the same.
Best
Aib
Hi Sumit,
I pasted the code you gave me in Additional CSS, deleted cache but the questions are still in bold. Before I asked for help, I experimented with the codes myself. I pasted this one, for example:
.quiz_section label, .quiz_section .mlw_qmn_question {
font-weight: 400 !important ;}Best regards
Aib
Hello Sumit,
the new code didn’t help 🙁
Thank you for trying to help me, though.
Kind regards
Aib
Thank you for the code, but it didn’t help 🙁
Dear Sumit,
this is the link to the test quiz: https://www.englishforpsychology.eu/exams-and-tests/test-quiz/
Thank you for your help
Aib
Thank you for the code but it didn’t fix the issue.
Regards
Aib
Hi Sumit,
Here is another quiz: https://www.englishforpsychology.eu/exams-and-tests/the-man-with-the-seven-second-memory/
This time the bold print isn’t a problem because it’s a multiple choice quiz and the answers aren’t in bold. It may, however, give you an idea what I’m talking about.
Hi Sumit,
I’m afraid I can’t post the link, because the quiz is not in public mode. I took a print screen of the quiz but I can’t paste it here.
The quiz consists of fill in the gaps questions and all of them are in bold. Bold type is good when it’s used sometimes, but it’s overused and the quiz looks bad with it.
Thanks, Jade.
Hello Jade. Thanks for the snippet, but it doesn’t do what I wanted. It decreased a little the gap between the First name and Last Name fields.
I wanted to increase the gaps between the fields and the box so they are the same as in my other forms.Thank you!
I also have a color problem. I’d like to add a hover effect on the button.
I’ve used this snippet:
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #xyz;
align-content;
}Thanks!