Skip to content
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

feat(sidebar_footer_image): add sidebar footer image config #160

Merged
merged 4 commits into from
Jan 22, 2017
Merged

feat(sidebar_footer_image): add sidebar footer image config #160

merged 4 commits into from
Jan 22, 2017

Conversation

simonsmh
Copy link
Contributor

Contributing rules

  • Fork the repo and create your branch from canary. Then be sure to put the canary branch as the target for your pull request.
  • Please be sure to follow the contributing guidelines, especially for commit message
  • Remove the Contributing rules part from this description
  • Fill out the other parts from this description

What kind of change does this PR introduce? (check one with "x")

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

Description

Add footer image config.
Now users are able to add their own footer image.
#140 #141
image
to review


Verification steps

@ghost
Copy link

ghost commented Jan 20, 2017

Your pull request doesn't follow our guidelines. Please fix the following:

  • Pull request title must be in imperative, present tense (e.g. "add", "fix", "change") (?)

Click here for details.

Thank you! 🙏

This comment was made by GitMagic – Magically enforcing your contribution guidelines.

@simonsmh simonsmh changed the title feat(footer_image): footer image config feat(footer_image): add footer image config Jan 20, 2017
@ghost
Copy link

ghost commented Jan 20, 2017

Thank you, the title and description now looks good! :bowtie:

@simonsmh simonsmh changed the title feat(footer_image): add footer image config feat(sidebar_footer_image): add sidebar footer image config Jan 20, 2017
@@ -0,0 +1,9 @@
<% if(theme.img.footer_image) { %>
<div id="footer-image">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I suggest you to put the div inside the for loop
  • Please change #scheme-Paradox #upyun-logo by #scheme-Paradox #footer-image in style.css
  • Please test with multiple images to adapt the style

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm...
In one div block it's horizontal so multiple pictures show well.
In multiple div block it's vertical and only show one picture. The next one have to be scroll to show.
I will try to fix it although I have no idea what is leading to such a strange behavior.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe try to change the div for a span and put them inside the loop

@simonsmh
Copy link
Contributor Author

Good to go?
It seems working properly.

@pidupuis pidupuis merged commit 7f08939 into iblh:canary Jan 22, 2017
@iblh iblh mentioned this pull request Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants