hello
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Centering entry boxesTry the code like this and see if it works for you:
<p style=”text-align: center; font-family: Footlight MT Light; font-size: 16px;”>Here at Cut-N-Crown we welcome questions and comments.</p>
<p style=”text-align: center; font-family: Footlight MT Light; font-size: 16px;”>We encourage you to leave us your feedback.</p>
<p style=”text-align: center; font-family: Footlight MT Light; font-size: 16px;”>Thank you for visiting our site!</p>
<center>[si-contact-form form=’3′]</center>
<p class=”spacer_” /></p>
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Centering entry boxesMake sure you add the code “<center>[si-contact-form form=’1′]</center>” in your HTML editor, not the rich text editor.
When you go to edit your page, there should be two tabs on the editor. One says “Visual”, the tab next to it says “HTML”. Click the “HTML” tab and insert your code. You can just overwrite the code that you had originally placed there before, just make sure to change the “form=’1′ number, if your original code had another number on it.
Note: Since you probably had input this code into the rich text editor’s “Visual” tab, make sure that when you view your code with the visual tab selected, it only looks like this: [si-contact-form form=’1′].
It should only have the <center></center> tags around it when you view it through the “HTML” tab.
Forum: Plugins
In reply to: Plugins that do the same thingI guess everyone just installs them regardless. I do and they don’t seem to cause problems. Any suggestions on this topic would be gladly appreciated. Thanks.
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Centering entry boxesTry this in you contact page where you put the SI contact form code:
<center>[si-contact-form form=’1′]</center>
It worked for me: https://www.nitrowebtools.com/contact-us/
Note: I will be removing my <center> tags from the page above in the next hour since I did it just to reply to this post.
Forum: Fixing WordPress
In reply to: TinyMCE problem with wordpress 2.9.2stroohead,
I was having the same problem. I finally fixed it by removing an .htaccess file that I had placed in the wp-includes folder for security reasons. If you placed an .htaccess file there for security reasons, try removing it. This is what was in my file:
Order Allow,Deny
Deny from all
<Files ~ “.(css|jpe?g|png|gif|js)$”>
Allow from all
</Files>It’s great for security so I will just add it back when I finish editing. Hope this helps.