Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • davidbreedlove

    (@davidbreedlove)

    March 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?

    Thread Starter davidbreedlove

    (@davidbreedlove)

    Fixed 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 {…}

    Thread Starter davidbreedlove

    (@davidbreedlove)

    ThanksWPyogi. That did it.

Viewing 3 replies - 1 through 3 (of 3 total)