Add the following to the theme’s custom CSS area found in the Customizer. #cn-tile-plus .cn-entry .fn { font-size: 16px } #cn-tile-plus .cn-entry { font-size: 14px; } If you increase the font size, you will likely also need to increase the tile size. To learn how, please see this FAQ.
The cMap template was not designed to be displayed in a columnar layout, and there are display inconsistencies with the sliding content trays. However, if you are not using those features or are not concerned with the content shifting due to the sliding content tray, you can use the following CSS to force the template …
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 anch 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” …
Introduction You can adjust the PHP execution on your own, here are some methods to try. I recommend starting at the top an working your way down the list. Apply only one change at a time, do not try to apply them all. Be aware that this requires advanced knowledge; it is not basic and …
The purpose of these warning and notices are to help developers debug potential issues with their code. Plugin and theme developers use this information to check for compatibility and that best practices are being adhered to in their code. However, it is considered a best practice to hide these warning and notices on live production …
Introduction You can adjust the memory allocated to PHP on your own, here are some methods to try. I recommend starting at the top an working your way down the list. Apply only one change at a time, do not try to apply them all. Be aware that this requires advanced knowledge; it is not …
In order to receive updates for the extensions or templates you have purchased you must activate the Support License Key on the site you wish to receive updates. You can find your Support License key in the following locations: In the sales confirmation email. On your Purchase History page, under the Licenses tab. To activate …