ivanjunge
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Category list or dropdownI have the paid version and I want to sort by category drop-down and also by location. I don’t know what you mean by cMap. Can you help?
Forum: Plugins
In reply to: [Multiple Passwords for Protected Pages] Not accepting passwordsSame problem here.
Forum: Themes and Templates
In reply to: Twenty Twelve hyphenationThanks Pete!
Forum: Themes and Templates
In reply to: [Twenty Twelve] Author bio displayed on post page?Works great. Thanks!
I had the same problem using the newest version of NGG and CF7. I switched to a new contact form (Fast Secure Contact Form) and disabled Contact Form 7. Then the gallery images and thumbnails loaded right up. Hmm.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Messages Delayed 35minutes!I switched my hosting plan and all my domains from Godaddy to Bluehost. I just did a test on my website. Time from clicking the submit button on the WFCF7 to the email coming into my inbox – 8 seconds!!!
Forum: Fixing WordPress
In reply to: Contact Form 7 – 10 minute delay receiving emailI checked with GoDaddy. They couldn’t tell me if it was related or not but said that the servers my websites were on were old and it might help to upgrade them. They wanted me to do an SSH upgrade. I did.
After that my WordPress sites went down because the connection to the SQL servers broke. I needed to manually update that but nobody told me to. When I called in for support they guy told me that it was because I was using old WP software. (2.9) and that I should wait a day and it would fix itself.
It did not. So I called back and they walked me though updating my WPConfig setting to fix the broken sites.
Today it was taking 30-42 seconds to load my WordPress sites hosted on GoDaddy. When I called to talk to them they said they said that it was a known issue but were not allowed to disclose the source of the identified problem.
I am switching hosting accounts.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] change space between two areasI just realized that WordPress was inserting the <p> tags automatically because of the spaces (returns) used in the CF7 editing palette. They can be removed by deleting the hard returns in the form.
I got that same header pluggable.php 890 error. It said it was originating in my functions.php file, which makes sense because I messed with that.
I took out all the unnecessary spaces (where I was adding code) and I discovered that there were more spaces after the close php tag at the very end of the document. I took out all of those too. I uploaded a fresh plugabble.php file.
Fixed.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Messages Delayed 35minutes!Godaddy email, hugh? I was having this problem on a Godaddy hosted site sending emails to a Godaddy email and to a Gmail email. I tested them both with similar (slow) results.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Messages Delayed 35minutes!Yes. I tried different plugins and even hard-coded a PHP mail form. I had similar results with all of them.
I could change hosts. That would be a pain. But I have clients who are already using GoDaddy to.
Really GoDaddy? Really?!?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Messages Delayed 35minutes!Yup, GoDaddy. BTW, I recommend Bluehost to anyone out their who’s shopping around. What the heck is the Grid Plan?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Messages Delayed 35minutes!Totally weird – After about 25 tests I actually got one that came in 1 minute later. It seems totally inconsistent though.
Forum: Fixing WordPress
In reply to: Contact Form 7 – 10 minute delay receiving emailSame problem here. Sometimes 20 minutes. No, it’s not my gmail.
Forum: Themes and Templates
In reply to: Highlight Current Page in WordPress 3.0 MenusI love it! For me the container is called topMenu. You can change the background image with it like this too:
#topMenu li.current-menu-item a {
display:block;
float:left;
background:url(‘images/menu_002_h.jpg’) repeat-x;
color:#fff;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
line-height:35px;
border:solid #e1e1d3;
border-width:1px 1px 0 0;
text-decoration:none;
padding:0 25px;
}