TripalCultivate / TripalCultivate-Theme

Provides a base theme for our collection of Tripal Cultivate sites.
0 stars 0 forks source link

Funders region #27

Closed reynoldtan closed 5 months ago

reynoldtan commented 5 months ago

This PR creates the funders content region and funders block content.

image

To Test:

  1. Upon install, the theme will create the Funders content region and the companion module will setup a funder block content.

in my site/admin/structure/block image

in my site/block/add?destination=/admin/content/block image

  1. Create funder contents. Add a description of the content (will be used to add into the region), funder logo and the url the logo will link to (funder homepage). image

  2. Repeat step 2 until all funders have been created.

  3. In my site/admin/structure/block, click Place block button and begin adding funders content. Make sure to uncheck Display title option when adding the funder. image

  4. Click save, clear cache and reload homepage.

NOTE:

  1. The order of the funders is the order it appears in the front page
  2. Non-compatible block content will trigger an error.
reynoldtan commented 5 months ago

image

Funders end up in a mild messy arrangement as screen size decreases but I am hoping the fluid css rules will address this.