Decision Games
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Always the same error message in orange boarderSame here. It is considering all my messages as spam.
Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message. Marked as Spam.I tried it on another site and it worked fine, so my assumption is that it had problems with the theme.
Forum: Plugins
In reply to: [Contact Form 7] Some shortcode doesnt work!I am not sure the theme is overriding it, but I cannot test it as it is a live site. I do not know why the “size” shortcode will not work, but others will.
Below is the page I am trying to make a form for. As you can see it is going the full width, the only way I got around it was by putting it in a table and making the width of that acceptable.
https://strategyandtacticsmagazine.com/site/mega-feedback-st294/
Forum: Plugins
In reply to: [Contact Form 7] Some shortcode doesnt work!Ok, so maxlength works, but the styles that should make the text boxes and areas certain size doesn’t work. I do not have Jetpack enabled, so my guess is that its still the theme taking control. How do I allow for the CF7 code to take control.
Forum: Plugins
In reply to: [Contact Form 7] How to: Check Boxes on Multiple lines?Thats great, but now all of my checkboxes are doing that. I want some to be inline and others to be on separate lines. Is this possible?
Forum: Everything else WordPress
In reply to: First experience with Blue Host was terribleYeah, like I said I use them personally, here at work we use someone else…
Forum: Everything else WordPress
In reply to: WordPress site has slow load time, need help!To be honest I just started working here last month (after it was made) so there is still a lot I am trying to figure out. I dont know if there are a lot of scripts or not. Do you mean whether they are in the header or footer?
Also I checked out the site you gave me and it was so bad I got this:
Analysis Error
Unable to analyze your site with Page Speed
Please contact us if you have a URL that isn’t working.Forum: Everything else WordPress
In reply to: First experience with Blue Host was terribleI hope my post isnt considered spam. I was just seriously trying to help…
Forum: Everything else WordPress
In reply to: First experience with Blue Host was terribleI am sorry to hear about your problems. Personally I use Host Gator: https://www.hostgator.com/ for all my web hosting, including WordPress. Once my WP site went down and through the support chat it was up and running again after just an hour. My suggestion is to see what their reseller accounts are. Good Luck!
Forum: Plugins
In reply to: [Contact Form 7] Text Field Size stuck at defaultSo you could try just styling the p tag:
<p style=”width: 150px;”><span class=…..></span></p>
Thanks, this did make it smaller. My new problem occurs because I have the input in the same line as some text. I tried to fix it with lists, but it didnt work:
<ol class="cf7"> <li><p style="width: 50px;">[text A2 5/3]</p></li> <li><p><b>A2.</b> Custer’s Final Campaign</p></li> </ol>
I also tried using CSS to limit the size on individual li. The only thing that made it smaller was the <p> so I am not sure what is left to try.
Forum: Plugins
In reply to: [Contact Form 7] Text Field Size stuck at defaultYeah, that makes sense except that the input style width cant be changed because Contact Form 7 uses shorthand. Unless I am missing something, I cant change that in-page.
Forum: Plugins
In reply to: [Contact Form 7] Text Field Size stuck at defaultI found its “class” and cant find it anywhere in the css.
<p><span class=”wpcf7-form-control-wrap A1″>
<input type=”text” name=”A1″ value=”” class=”wpcf7-form-control wpcf7-text” size=”5″ maxlength=”3″ /></span><b>A1.</b> Cactus Air Force</p>It says size is 5, but is shows as 40.
Forum: Plugins
In reply to: [Contact Form 7] Text Field Size stuck at defaultThere are quite a few styles that deal with “input”. Is there one in particular that I need to edit?