Install the Code Snippets plugin, add a new code snippet with the following code, save, and activate the new code snippet.
The only required fields when submitting a directory entry are the name fields (first and last for an individual and organization name for a business). To make an email field required, follow these few steps. First, install the Code Snippets plugin. Add a new code snippet with the following code, or download, unzip the code-snippet.zip …
Add the following code to the Code Snippet plugin. Change email@domain.tld and Your Name to the email address and name, you want to send the BCC.
Add the following CSS to the theme’s custom CSS area found in the Customizer: Tweak the colors as desired.
First, install the Say What? plugin. After you install and activate the Say What? plugin, a new menu item will be added under the Tools admin menu named Text changes. Navigate to the Tools : Text changes admin page and click the Add New button. Enter the following settings: Change the Email Me string to your desired text. If you would like the “Email …
Add the following to the theme’s custom CSS area found in the Customizer. .cnbh-block { max-width: none !important; overflow: hidden; width: 100% !important; } .cnbh-block table { display: block; } .cnbh-block table thead { display: none; } .cnbh-block table tbody { display: flex; flex-wrap: wrap; max-width: 100%; } .cnbh-block table tbody tr { flex: 0 …
Install and activate the WP Upload Restriction plugin. Configure the plugin according to its documentation.
Install and activate the User Role Editor plugin. Editor the Role Capabilities each role you wish to allow Media Library access. Add the `upload_files` capability to each role. Install and activate the Code Snippets plugin. Download this zip file: code-snippet.zip Unzip the downloaded file. Import the unzipped file into the Code Snippets plugin and then …
Navigate to the Connections Settings admin page and click the Display tab. Scroll down to the Entry Actions section, enable the Email Entry, and save the changes. When this option is enabled, a link to the contact form will be displayed at the top of the single-entry detail/profile page. To display an “Email Entry” link …