GithubHelp home page GithubHelp logo

hugo-elate-theme's Issues

need help with mapping

Hello
I am not an expert in site development but I like hugo's methodology but I am having a lot of trouble getting a map of my office to display.

I acquired a googlemaps api key and saved it into the config.toml but the same default map shows.
Previous support seemed to indicate something about altering some javascript file but I do not see that code.
It appears that something called leaflet is being used and not google.
Could you explain what steps need to be taken?
I would prefer google but openstreetmap would work.

Many thanks

Other colors theme

Hi, found there are 6 color themes to choose within style.css but didn't find how to configure it, is it a todo list?

Change background Colours of sections

Hi

Thanks for the Theme.
How can I change the background colour e.g. for the "hero" part to black, blue or grey?

I don't see where I can do it in style.css.

In hero.html changing the part

style="background-image: url(images/full_image_2.jpg);"

to

style="background-colour: black;"

does nit change anything. The initial gradient appearance stays.

It would be very nice if you could point me (and maybe others) in the right direction.

;-)

KR, Chris

Works in Microsoft Edge 41.16299.15.0, does not work in Chrome 64.0.3282.186

The example site is visible and perfect in MS Edge, but is not visible (e.g. the Hero section, etc) in Chrome.

Except the top menu and the footer, none of other sections (e.g. the Hero section, projects, testimonials, etc.) information / data are visible in Chrome. The content appears to be rendered but it is simply hidden and not visible (used the page source and a simple select all and paste to check the content)!

Is there a setting / something that needs to be set?

Screenshots:

Chrome (the content / seems hidden)
image

(invisible Hero section in Chrome)
image

Edge (renders and shows perfectly)
image

How can i create new post?

Hi, how can i generate new post?
I mean
I want add page for description item ( url = "#")

[[params.intro.item]]
title = "test"
description = ""
url = "#"

Make YouTube, Facebook and Twitter editable in the config

Hi.

I changed the footer to

<li><a href="{{ with .Site.Params.footer.twitter }}{{ . | markdownify }}{{ end }}"><i class="icon-twitter"></i></a></li>

And added

# Footer section
  [params.footer]
    enable = true
    twitter = 'https://twitter.com/rocketpigmc' 

Would you please make this also here available :)

Thanks!

Feature Request - Optionally Add Logo for Brand

This is a really nice theme - thank you!

I'd like to be able to add a company logo in the config.toml [params.navigation] section.

I tried playing around with nav.html but having trouble getting formatting correct and I'm not really a web designer. :( (learning slowly but surely though!)

Would you consider adding this feature?

Thanks in advance!

Add a blog

It would be excellent if there is a blog section. Thank you.

huge performance issues

i love your theme and the look and feel.. but it completely slows my browser down when im scrolling.

im on a dell XPS with 16 gb ram and core i7. Is there any way we can get an alternative version without all the cool animation effects ? im pretty sure that's what slowing it down

Failed to load resource with a status of 403

Getting this error on several websites:

1, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/images/person1.jpg
2, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/images/person2.jpg
3, Failed to load resource: the server responded with a status of 403 (HTTP/2.0 403) https://mywebsite/js/jquery.min.map

I checked my /static/images/ and person1.jpg & person2.jpg are there, don't know why, and person3.jpg works fine.

Above first two errors happen in production environment, $ hugo server works fine too.

But no jquery.min.map in /static/js/, maybe it's a type error, just don't know which file exists.

Postpend/Prepend Link handling issues

Section links work, but the prepend and postpend links do not. The code in the nav.html for each is:

                    {{ range .Site.Menus.prepend }}
                        <li><a href="{{ .URL }}"><span>{{ .Name | markdownify }}</span></a></li>
                    {{ end }}

and

                    {{ range .Site.Menus.postpend }}
                        <li><a href="{{ .URL }}"><span>{{ .Name | markdownify }}</span></a></li>
                    {{ end }}

The links show up in the status bar when you hover over them but clicking doesn't work.

Authors section line break

Hi,
I'd like to add more that three "Authors" but the generated sites does not render correctly as the second row of authors overlaps the first row. Is there a way to force to add a line break? This might be similar to #29

screenshot 2018-11-08 at 08 54 56

a tags not allowed in work.description

I have a link that I want in my description text for the work section like so

description = 'We use the <a href="https://hubot.github.com">Hubot Framework</a> for this project.'

From my initial investigation, the text is templated in layouts/partials/work.html on line 8

{{ with .Site.Params.work.description }}{{ . }}{{ end }}

It looks like if I add | markdownify to {{ . }} it works. I don't know if that's the right move but I can make a PR to that effect.

Problem adding new page link to navigation bar (layouts/partials/nav.html)

Adding a page link like the following to navigation bar (layouts/partials/nav.html), doesn't work

<li><a href="{{ $.Site.BaseURL }}promote"><span>Promote</span></a></li>

it produce apparently correct html source, but linking simply goes nowhere:

<header role="banner" id="fh5co-header">
    <div class="container">
            <nav class="navbar navbar-default">
                <div class="navbar-header">   
                    <a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
                    <a class="navbar-brand" href="//localhost:1313/">Smart City Digest</a>
                </div>
                <div id="navbar" class="navbar-collapse collapse">
                  <ul class="nav navbar-nav navbar-right">
                    <li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
                    <li><a href="/promote"><span>Promote</span></a></li>
                    <li><a href="#" data-nav-section="contact"><span>Contact</span></a></li>
                  </ul>
                </div>
            </nav>
    </div>
</header>

Line breaks are not rendered from config.toml

Hi,

Very simple question - how do you add a line break to the content in the config.toml? For example, in one of the params.intro.items I want to have a description that is split over multiple lines. I have tried using <br>, <br/>, \n etc but they not being interpreted in the intro.html but instead being displayed in the final html as text.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.