davidbreedlove
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to re-subscribe a permanently deleted contactMarch 13, 2020
Re: how-to-re-subscribe-a-permanently-deleted-contact
I have read through this thread hoping you would by now have fixed Mailchimp. I permanently deleted my entire contact list — something I THOUGHT I had done many times in the past. Since someone else manages our membership database, I prefer to just kill the old audience and re-import from the .CSV she sends me.It would be impossible to get our 355 members to re-subscribe themselves. I’m dead-in-the-water if I can’t re-import our membership.
What is the status of development/maintenance of Mailchimp code? Any chance this “feature” will be re-designed?
Forum: Themes and Templates
In reply to: Home menu won't change colorFixed almost everything. The tooltip is still there for “Home” menu item only; it’s hardcoded thus:
<li><a href="..." title="Home">Home</a></li>
.
Question: Where do I loo to kill that “title” attribute of the
<li>?FYI these are what I had to change in -child/style.css:
.menu {…}
.menu ul li a:hover,
.menu li li a:hover {…)
.menu a {…}
.menu a:hover {…}
.menu .current_page_item a,
.menu .current-menu-item a {…}
.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {…}
.js .main-nav .menu li.current_page_item,
.js .menu .current_page_item a,
.js .menu .current-menu-item a {…}
.js .main-nav .menu li.current_page_item,
.js .menu .current_page_item a:hover,
.js .menu .current-menu-item a {…}Forum: Themes and Templates
In reply to: Responsive Child Theme not showing up in AppearanceThanksWPyogi. That did it.