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

Problems adding elements (e.g. paper-card) to the hugo Polymer theme #125

Open
8 tasks done
Lithimlin opened this issue May 6, 2019 · 0 comments
Open
8 tasks done

Comments

@Lithimlin
Copy link

Description

I am unable to add the components paper-card and paper-button to my website using bower together with the Hugo Polymer theme.

Expected outcome

After executing the command bower install --save PolmerElement/paper-card, the folder is added along with the contents and the necessary files are edited.
Then, when adding the element to the page (importing it with <link rel="import" href="{{$baseurl}}/bower_components/paper-card/paper-card.html"> and then using it), the element is shown on the website and can be interacted with.

Actual outcome

The element folders are added with their content but even after importing the element and trying to use it, nothing happens with it. No paper-card is shown.

Live Demo

Unfortunately, I do not have a live demo of my issue, as the website with this problem is not live yet. I do have a live version of the expected outcome though:
https://www.fs-ist.de
Additionally, here is a screenshot of the actual behavior:
website-paper-card-issue

Steps to reproduce

  1. Download and install hugo
  2. Install the Polymer theme
  3. Attempt to add the elements paper-card and paper-button to the bower_components

Browsers Affected

This is a browser-independent issue.

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
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

No branches or pull requests

1 participant