-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document usage of this Theme #6
Comments
How to extend this theme for your own siteNote: These instructions show you how to create your own customized copy of this theme. The recommended approach for Drupal is to make a subtheme and place your custom code in there. However, this process is harder to explain to new Drupal users and has some snags that new Drupal users often get stuck on. Creating a custom copy is just as effective as a subtheme though it can be harder to incorporate updates from the original theme.
Change the Top MenuThe top menu on all pages can be configured through the Drupal Menu UI. On your website, go to Admin > Structure > Menu: the "Main menu" contains the links in the top menu on the site. By going to list links you can see all that are available. You can use the "Add link" to add items to this menu. To trigger the drop-down menu style, nest an item under another and then edit the parent and enable "Show as expanded" Slideshow on Front Page (OPTIONAL)In the screenshot for this theme you see a sunflower picture under the menu. This is actually a slideshow! When you first enable the theme you will not see a slideshow because it first needs to be installed and configured. *This is optional! There is a great tutorial for the Lexus Zymphonies theme for installing and populating the slideshow. These instructions apply to this theme as well as that functionality is inherited. Here is the tutorial: https://www.zymphonies.com/blog/nivo-slider-installation NOTE: We tested with Nivo Slider library 3.2 in your sites/all/libraries directory and the Drupal Nivo Slider 7.x-1.12 in your sites/all/modules directory. You need both. Blue Descriptive sections under the slideshow (OPTIONAL)Create blocks in Admin > Structure > Blocks with the content you want and place them in the top widget sections (one block per section). Here is a tutorial for how to create blocks using the UI in Drupal 7: https://www.inmotionhosting.com/support/edu/drupal/create-block/. The following is an example of the block content to get the same styling we have used: <div class="content">
<p><i class="fas fa-seedling fa-3x fa-inverse"></i></p>
<h2>Organized by Breeders</h2>
<p>Resulting from a Genome Canada Emerging Issues grant led by breeders, the purpose has always been to support breeders as they continue to integrate public data into their breeding programs.</p>
<p><a href="about-us#breeders">Read more</a></p>
</div> The |
This issue will contain documentation for how to install, configure and customize this theme for your site.
The text was updated successfully, but these errors were encountered: