@ JimtownSteve
re: Is there a way to increase the size of the Send button?
The theme’s button CSS can be applied. Add this to the theme’s custom CSS area:
#cnct-email-send button#cnct-send {
display:inline-block;
color:#ffffff;
text-decoration:none;
margin: 3px 0;
font-size:18px;
padding:8px 10px;
border:0;
background-color: #dd0000;
border:1px solid rgba(0,0,0, 0.1);
border-radius: 10px;
/*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);*/
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
re: Is there a way to remove the last line completely, the one that shows “Categories” and “Updated”?
Yes. Navigate to the Connections : Templates admin page. Click the Customize button for the Default template. The page will refresh with the Template Customizer on the left and a preview on the left. Click any entry name in the preview. The preview area will refresh to display just that entry. Uncheck the options to display the categories and last updated. Save and Publish, then exit the Customizer.
Note, this will only work if you setup a directory home page with the [connections] shortcode on it.
re: A would like to have a name on the list for “Everyone”such that when clicked the form comes up but when sent it goes to all the people on the list. Can I do that by creating a new record with a First Name of Everyone then add all the emails in the Email Addresses section?
Sorry, no, this is not possible in Connections. Doing an “Everyone” entry, when the email is sent, it will be sent to only the first email added to the entry, not all.
What you could do is setup an email address on your server and send it to that and when email is received at that address you could add a rule to auto forward. I think you can set up that rule to auto forward to multiple addresses.
Hope that helps!
-
This reply was modified 9 years, 7 months ago by
Steven Zahm. Reason: Edit CSS code block
