Thanks!
Hello
@kurulumu_net
For the next version I will remove that sub-menu.
To remove comment out these lines of code or delete it
Thank you for the answer.
I updated the TR language file for the theme. There were some shortcomings. Now all is ok: D
Hello @kurulumu_net
Thank you for being part of Simply.
I’m very happy for your help.
You also gave me a good idea to organize the language 
Hello @rattle
Excuse me. I forgot to update the html documentation.
To fix this you just have to add the following classes to the button.
button button--dark button--large
Hi!
Just tried it but the button doesn’t seem to invoke action.
<button class="godo-ne-button button button--dark button--large" type="submit">Subscribe</button>
Any plans to integrate Ghost membership?
This is really nice. One UX issue I’ve noticed on the demo is that you have a footer as well as infinite scroll. I often find this a bit difficult as when I scroll to the footer, I can see the footer links for a moment, then they are pushed off-screen as more stories load. Just a point for you to consider.
I have never used Simply before, but the description looks attractive. I used Medium earlier, and there are really some restrictions that I do not like. So I need to try Simply by all means now. I am from 503 Area Code - Oregon - Area Phone Codes and I believe it is accessible from everywhere, right? What do I need to know before I start using this application?
Hello @amaitu
You’re absolutely right, that’s one of the problems. The solution I’m seeing is that it will automatically scroll to the second page. Then on that page it will stop and have a button that says more articles. When the person clicks on the read more articles button then the infinite scroll will be activated. By this I mean that the person will have the time to read what he has in the footer.
Hi @afragos
In my free time I’m working on the mockup for the new version of Simply with membership support
Nice, yeah I think that’s an elegant solution
Interested to see how it looks like on mobile.
Hey @ariznaf, already wrote to @GodoFredoNinja regarding this matter.
I’ve done exactly as it reads under Change Theme Color but I can’t get it to work. As you can see on below snippet it doesn’t change the top menu to a green background and it does purely change the link color to green.
Did this ever happened to you? If it did and you know the fix, could you share it? Otherwise, we can always wait for the theme creator to reply.
Hola @ricapachanga @ariznaf
Gracias por ponerte en contacto con mi persona.
Acabo de revisar tu correo y ahora tu nueva mención en el foro de Ghost.
Acabo de terminal de crear el nuevo Mockup para Simply. Esta nueva versión tendrá soporte para membresía y viene con muchas características nuevas. En mis tiempos libres iniciare a realizar la codificación sera un código mas ordenado y entendible.
Comentarios
Para añadir los comentarios tienes que editar el archivo que acabas de mencionar partials/article/article-comments.hbs
Remplaza todo el código por este de aquí
<div id="post-comments" class="post-comments js-comments u-bgColorGrayLight u-paddingTop30 u-paddingBottom30 u-contentTitle">
<div class="u-container u-maxWidth740">
{{!-- hyvor Comments --}}
<div id="hyvor-talk-view"></div>
</div>
</div>
{{#contentFor "scripts"}}
<script type="text/javascript">
var HYVOR_TALK_WEBSITE = YOUR_WEBSITE_ID; // DO NOT CHANGE THIS
var HYVOR_TALK_CONFIG = {
url: "{{url absolute="true"}}",
id: "ghost-{{comment_id}}"
};
</script>
<script async type="text/javascript" src="//talk.hyvor.com/web-api/embed"></script>
{{/contentFor}}
Asegúrese de reemplazar YOUR_WEBSITE_ID en el código con su ID de sitio web
Mira la documentación aquí. https://talk.hyvor.com/documentation/installation/ghost-install
Cambiar el color del header
Para añadir color al fondo del header tienes que añadir un poco de estilos
<link href="/assets/styles/theme/green.css" rel="stylesheet">
<style>
.header { background-color: #026401; border-bottom: none }
.u-menu-color a { color: #B5DDA8 }
.u-menu-color a.nav-current, .u-menu-color a:hover { color: #fff !important }
.menu-burger span { background-color: #B5DDA8}
.menu-burger:hover span { background-color: #fff }
</style>
The images are not being cut. You only reduce the size by respecting its proportions.
All the images are not the same size some are very long others are very high.
In the post, the images are covered and aligned in the center.
With the styles you can play by aligning the images up or down
<style>
.story-img {object-position: top !important;}
</style>
this is a great, great theme! keep it up
abrazos





