josephweiss
Forum Replies Created
-
I have the same issue. Here is a simple test form
https://fmsrunning.com/test/I have woo commmerce and a few others installed. Any plugins you think may be interfering?
Forum: Plugins
In reply to: [Contact Form 7] stopped working since updateI get a success that the form was sent but not seeing any acutal email sent. I rolled back to the last version, still not working?
Any thoughts all?
Thanks Badiuth. I can’t believe that I missed that. Good catch.
I found the solution. Hard code the link to the css file and BAM!
`
markzero: I had the same problem. In my case I had moved the blog to a different domain and server, so I had exported the database, made the necessary changes for the new URL, and imported it to the new domain.Your situation might be different, but what I found out by checking various things on this forum was that nextgen was NOT automatically writing a link to it CSS files to the header.php file of my theme. Maybe there is a way to get this to work automatically, but I just made the link explicit in my header.php file. I added this above the </head> tag:
<link rel=”stylesheet” href=”http://www.mydomain.com/wp-content/plugins/nextgen-gallery/css/nggallery.css” type=”text/css” media=”screen” />