wpdev123456
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: upload securityThanks James.
Forum: Fixing WordPress
In reply to: upload securityWell we let some users to upload attachments such as word document, pdf etc. when a work order is created. The upload program we created deployed in the theme folder. We disabled execution in the upload folder, where uploaded files resided. If there is a need to upload document in WordPress, should we disable PHP in themes? Is this a security risks?
What is the best practice in deploy such program in the theme folder? I am sure others might have resolved this already. Thanks.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] form post & getthanks!
Forum: Fixing WordPress
In reply to: wp visual editor double linesnevermind. i just removed the visual editor. too much troubles. thanks
Forum: Developing with WordPress
In reply to: wp-login.phpthanks for your great info. I will look into this.
Forum: Developing with WordPress
In reply to: wp-login.phpHello Joy,
thank you for your suggestion. Your function will replace the message. However, I would like to remove the box around the message “Enter the new password below” – refer to screenshot -`https://ibb.co/sQLLm4r
this class <p class=”message reset-pass”> create the box. I can either change <p class=”message reset-pass”> to <p>, which will remove the box or I have to modify the css, which I have no idea where the message reset-pass css reside.
thanks.