icing
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Styling the Contact FormThanks for your reply.
The second one I had figured out. Watermarking; it is also on Contact Form’s Documentation on Text Fields. The following is the code.
[text your-name watermark "Full Name- Required"] [email* your-email watermark "Email - Required"] [text Phone watermark "Phone"] [text your-subject watermark "Subject"] <p>Attachments<br /> [file file-582 limit:20mb filetypes:jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|odt|zip|pdf|rar|exe|xls|txt|7z|xlsx] [textarea your-message watermark "Your message here...."] <p>Enter the text in the image below<br /> [captchac captcha-936] [captchar captcha-936] <p>[submit "Send"]</p>
For rounded border, I have added this to style.css of Child theme.
/* This will override form input area. Line 438 */ input[type=text], input[type=password], textarea { border: 1px solid #ccc; border-radius: 2px; }
As far as the 1st form goes, I am more interested in the blueish glow on the borders. Hope you know how to do that. Thanks for your help.
Latest update is that I have had to remove Better WP Security as I couldn’t reach the WordPress login page with the earlier setup. Mind you, the login page’s URL was not default and had been modified using BWPS.
Restoring older versions of htaccess didn’t help. Then deleted BPS and BWPS via ftp, only then could I reach the login page. Re-installed BPS and configured WPSC rules.
Time to download another backup.
Before cutting the Better WP Security code from Root .htaccess and pasting in Custom Code Bottom, I had disabled Server Tweaks in Better WP Security. These tweaks are already built in BPS. AITPro wrote about it in the other thread linked above.
This is for those who have similar problem.
Thank you for the solution above. I have added BWPS code in Custom Code bottom. Also added image hotlinking protection below that. Yeah the WPSC plugin error is gone now too and I have activated mod_rewrite mode in it now and updated .htaccess from WPSC.
The security status is now all green. Thanks for your time and effort. Really appreciate it.
I have also gone through that thread posted by you above and found it most relevant to my problem and had insightful information regarding BWPS.
Forum: Your WordPress
In reply to: Check my wordpress first tryI see you have changed the name of the theme to JICF. At what point did you change it? Just renaming the folder of a standard theme before uploading by ftp, is that enough? Or does it involve other items to be modified as well?
Forum: Your WordPress
In reply to: Check my wordpress first tryI see you have changed the name of the theme to JICF. At what point did you change it? Just renaming the folder of a standard theme before uploading by ftp, is that enough? Or does it involve other items to be modified as well?
Forum: Your WordPress
In reply to: New website by wordpressHow did you disable right click?
How did you get the glow in the inpur fields of contact form 7 on Register Interest page.I am also using WP Better Security in conjunction with Bulletproof Security. Now, the other plugin likes to add its code in .htaccess on top.
# BEGIN Better WP Security ... ... ... # END Better WP Security # BULLETPROOF .47.3 >>>>>>> SECURE .HTACCESS
This causes the status of Bulletproof Security Plugin to show
Additional Website Security Measures The WP readme.html file is not .htaccess protected
I guess nothing is broken functionality wise, correct me if I am wrong.
Another option for me is to edit secure.htaccess within the folder
/public_html/wp-content/plugins/bulletproof-security/admin/htaccess
to add the Better WP Security code below BPS’ code.This is the reason I need to edit functions.php.
Thanks for your reply. Sorry for posting in the wrong section. Didn’t know this subforum existed. Will post here from now on.
By comment out, you mean removing this action by adding “//” before code line 202?
How do I go about editing code line 256? Please elaborate.
Thanks
Forum: Themes and Templates
In reply to: Twenty eleven sites or blogs showcases?Even I would like to know that. Good way to learn how others are doing it.
Forum: Your WordPress
In reply to: Responsive e-commerce siteYou have done a really good job with this website. Its a pity it can’t be released.
I am a novice so don’t know how to use only some parts of the theme.
Forum: Plugins
In reply to: [Plugin: BPS Security] Editing .htaccess file to Protect hotlinkingI used AutoMagic to create Master htaccess file. I activate all 4 bulletproof modes one by one starting from the bottom. SAPI is CGI.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Header Image not showing in IEIt is now showing fine since I deleted Quick Cache plugin and installed WP Super Cache instead. Do you see it alright in your browser?
Forum: Plugins
In reply to: [Plugin: BPS Security] Editing .htaccess file to Protect hotlinkingI have fixed the code and manually uploaded secure.htaccess file and now image hotlink protection is working.
Though, I couldn’t update from within the plugin. Something, you might want to look into.
Thanks AIT for your help.
Topic ResolvedForum: Plugins
In reply to: [Plugin: BPS Security] Editing .htaccess file to Protect hotlinkingThanks AITpro for replying here. I have corrected the above code using the website you have given. Still when I click Update File, it doesn’t get updated and returns a 404(Nothing Found, Embarassing of page twentyeleven theme). I have deactivated all other plugins for the time being.
Is there another way to edit .htaccess file with which bulletproof security plugin is fine with?
Please let me know.
Thanks