TripalCultivate / TripalCultivate-Theme

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

Footer section #28

Closed reynoldtan closed 5 months ago

reynoldtan commented 5 months ago

This PR adds footer section. image

The footer section of the base theme is setup so that there is a top footer section and a bottom footer section. A default content block title Powered By Drupal is added to the bottom footer and might require deleting it.

image

To Test:

  1. In my site/block/add?destination=/admin/content/block create a Basic block image

  2. Use the text editor to layout the content for the footer.

image

  1. Click save
  2. Place the footer content into Footer Top region in my site/admin/structure/block configuration page. Uncheck the Display title option . image
  3. Click save, clear cache and reload homepage.
  4. Repeat to add content to footer bottom region
laceysanderson commented 5 months ago

This PR was done backwards... you needed to make a PR from the footer branch into 4.x. I tried editing it but it would not let me 😞

laceysanderson commented 5 months ago

Closing and re-opening as the above mistake means I can't merge this version of the PR.

laceysanderson commented 5 months ago

See #30 for the new version of this PR.