miketurco
Forum Replies Created
-
Is disabling the security feature the only way to go? I find that more than a little worrisome. Is there another option?
For what it’s worth, I’m using Contact Form 7 and having this same problem.
Thanks,
Mike
I just tested and it’s working perfectly. Thank you very much!
This relates directly to your issue, but it’s an aside.
I don’t know what contact form your using on your site, a plugin or whatever. Contact Form 7 (and others) allow you to save all emails sent from the site in the wordpress database so that you can review them manually. It’s a really good backup system and also a way to do a reality check now-and-then regarding the front-to-back email system on your website. This also protects you if emails sent from your website to you were sent to spam or otherwise didn’t make it into your inbox. Doing thing one thing — saving sent emails to the wp database — has helped me tremendously in the past.
Mike
Forum: Plugins
In reply to: [Solid Mail – SMTP email and logging made by SolidWP] Gmail does NOT workSome thoughts on troubleshooting
can you login to the gmail account itself with the same username and password?
Try this: open a text document, type in the gmail username and password. Then open gmail in a private window in your browser. Copy and paste that info directly into gmail to log in. Did it work? Do the exact same thing with WP SMTP. In other words, copy/paste the information. Do not type it in and do not accept the defaults.
Sometimes a space can mess you up in the password field. Always count the number of * characters in the password field to make sure there’s no space.
Hope this helps.
Mike
Forum: Themes and Templates
In reply to: Twenty Sixteen (2016) Default ThemeJust to be clear, when your existing theme is enabled, you can see the images. When you preview twenty sixteen, there are no images?
This is probably a plugin problem. If you deactivate all your plugins and then re-enable them one at a time, you’ll see if that’s the problem. I had some difficulty with a plugin myself but don’t remember which one.
I’m using twenty sixteen on my site (slightly modified) and like it a lot.
Mike
Forum: Themes and Templates
In reply to: How to style carouselCame across your question while looking to do basically the same thing. No responses here, but I did find this. Hope it helps.
Mike
Forum: Reviews
In reply to: [WP Dashboard Notes] Strange to use, can't add linksI’m using the current version of the plugin. Don’t know how it was when you posted, three months ago, but now it works perfectly for me.
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesI didn’t know if I was supposed to replace an existing line in the file, so I just added it to the bottom of the CSS file. That worked perfectly. Thank you very much!
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesActually… that is not the right place to modify the style. It screws up the other notes. I didn’t notice at first because all of my other notes were collapsed.
If you’d like, you can suggest some CSS. I’ll give it a run and let you know how it goes. My time is limited over the next few days so it might take a day or so to get back to you…
Mike
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesIt works fine in chrome.
The problem in firefox is the text box (and surrounding div or whatever) is a little short, and the pop-up menu at the bottom covers up the place where you would click the mouse.
I found a fix, methinks. In the file mysite.com/wp-content/plugins/wp-dashboard-notes/assets/css/wpdn_admin.css
I changed this:
.wp-dashboard-note {
line-height: 1.5;
font-size: 14px;
}To this:
.wp-dashboard-note {
line-height: 1.5;
font-size: 14px;
height: 30px;
}I don’t know whether that’s the “proper” place to apply that piece of code, but it works. (Story of my life…)
In any event, I am now up and running.
Thanks again,
Mike
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesThat doesn’t work on my computer. Only way to get into that is for me to edit the title and then hit the tab key.
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesI went back to play with this and actually found something different. Here’s the sequence:
– create a new note, then change it from list to note at the bottom by clicking the note icon.
– type in the title for the note. At this point, you cannot select the field for the note itself with the mouse, nor can you see it.
– From the title field, hit the tab key. It takes you into the body of the note itself. Once you add some text in there and save the note, everything works. You can edit the note, use your mouse
So it works, but maybe there is a CSS issue. I tried looking at the code myself but couldn’t figure it out.
It would be nice if there were a border around the notes field itself, as there is on the list items.
Thanks,
Mike
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesConfirmed. That’s what I’m seeing too.
Forum: Plugins
In reply to: [WP Dashboard Notes] Can´t make regular note with multiple linesHi Jeroen,
I’m having the same problem. I’m using Windows 10 and WP version 4.3.1.
When I press enter, or shift-enter, there’s no new line, the note saves and then I have to click Edit again to edit the note. I have not been able to add a new line.
Thank you for doing all of this work to make something nice for people to use.
Mike
Forum: Plugins
In reply to: [Contact Form 7] CF7 Persistent dataI found this which is a really good start.
I basically copied the HTML example on a test page on my site and it works. As far as integrating with CF7… I have no idea. Yet. This is (hopefully) a step in the right direction.
Mike