shikarishuffle
Forum Replies Created
-
I was troubleshooting this for hours until I finally gave up and switched to Divi’s first recommended plugin. Worked instantly then.
Would be interesting to know why this is an issue.
Forum: Plugins
In reply to: [Contact Form 7] Styling first_as_label of select menu.Let me know if that works for you @thomross. Otherwise I’ll go back and check what I did exactly.
Forum: Plugins
In reply to: [Contact Form 7] Styling first_as_label of select menu.I’m pretty sure I ended up doing this:
.wpcf7-form select { color: #7F7F7F; }I just encountered the same issue, not a theme problem as I originally thought.
I hope this fix applies to you or anyone else that has experienced it.The issue seems to have appeared once the URL in the database is changed, while in the process of migrating over to a new hosting space.
The old site works fine because the old URL has caused wordpress to expect a certain number of characters from the URL.
eg. Old URL: http://johnsmith.com = 20
New URL: http://johnpaulsmith.com = 24(Export a copy of your database for safe keeping)
Change the URL within wordpress (wp-admin > Settings > General) to force WP to update the expected string within your database.
eg. http://dohnpaulsmith.com, still 24Change back to the correct URL within phpMyAdmin.
This worked for me, I hope it works for you.
Forum: Plugins
In reply to: [Contact Form 7] Styling first_as_label of select menu..wpcf7-form select { }Worked fine in the end.