Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Renewal required? #256130
    Hugh Campbell
    Participant

    When I “went Pro” just over a year ago, I thought there was a one-year limit on support and updates, but that Report add-ons, etc. would not need annual renewals — “no recurring subscriptions” as advertised. This does not appear to be the case. Detailed reports for newsletters sent through the past year are also no longer available, even though I paid for them. Just not clear what the coverage and terms are. Otherwise, the product itself is terrific …

    in reply to: Subscription form fields #185528
    Hugh Campbell
    Participant

    Solved. With the addition of this at the top of the Subscription page, the Email field displays in a similar manner to the Text fields:

    <style>
    input[type=”email”]:hover {
    border: 1px solid rgb(75, 198, 73);
    }
    input[type=”email”]:focus {
    border: 1px solid rgb(75, 198, 73);
    }
    </style>

    in reply to: Subscription form fields #185462
    Hugh Campbell
    Participant

    Thanks very much, Stefano. I am not a programmer but I have dabbled a bit in CSS. Using the Inspector in Firefox’s developer tools, I see that input type text has the setting ‘input[type=text]:hover’ but there is no similar setting for type=email (a bug, perhaps, in the plugin code?). Rather than modifying theme or plugin CSS files, I’d rather just add that setting for type=email through a <style>…</style> statement at the top of the Subscription page. Would you be able to advise on the syntax for that statement?

    Hugh

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