Búsquedas recientes
No hay búsquedas recientes

Ruthy Licht
Incorporación 15 abr 2021
·
Última actividad 01 feb 2022
Seguimientos
0
Seguidores
0
Actividad total
17
Voto
1
Suscripciones
6
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Ruthy Licht
Ruthy Licht hizo un comentario,
Yes, sorry :)
There's apparently an extra space that doesn't show when you look at the title.
It's also not picking it up when I copy-pasted the title.
It's basically an invisible extra space, but it's visible on the long link from Zendesk:
Moral of the story: if anyone else encounters this odd issue, you should check in the source for the exact wording and spaces as it shows on the link.
Ver comentario · Publicado 26 mar 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
OMGGGGGG Mystery solved!
Here's what I had set:
{{#is name 'Help me save money'}} fas fa-dollar-sign{{/is}}
{{#is name 'Help me save time'}} far fa-clock {{/is}}
{{#is name 'Help me with EVERYTHING'}} fas fa-hand-holding-usd {{/is}}
Here's what I SHOULD have set:
{{#is name 'Help me save money '}} fas fa-dollar-sign{{/is}}
{{#is name 'Help me save time '}} far fa-clock {{/is}}
{{#is name 'Help me with EVERYTHING '}} fas fa-hand-holding-usd {{/is}}
Tiny little space at the end of the title, that doesn't catch on copy-paste from the title!!
WOOOOHOOOOO!!!
I realized this when you asked for the full screenshot, and I noticed the extra dash at the end of the link:
So thank you so so much for this!!! I've been pushing this away for months and so happy it's resolved!
Ver comentario · Publicado 26 mar 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
Sorry I have about 25 categories with separate icons so I cut only the start, and forgot to add the closing quote.
that's the closing:
">
{{name}}
I have tried changing the icons both ways and it's consistently the same result- on one of the pages, icons won't show no matter what.
But- BINGO! When I inspected the html, I found the issue!
While all pages render the classes properly:
That page doesn't read the class, and there's no "::before ==0" added:
Any idea what controls this function or how in the world I managed to mess this up? lol
Thank you again so so much!!
Ver comentario · Publicado 25 mar 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
Thank you so much Karen!
I can't locate any of those...
Here's my code for category pages:
Ver comentario · Publicado 24 mar 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
So happy!
I'm still struggling with one specific category that won't show icons no matter what.
It's set up exactly the same like the rest but one specific categoy is very stubborn.
If anyone knows how this could be solved or why would a specific category not show icons- any leads much appreciated!
Ver comentario · Publicado 24 mar 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
Thank you so much @...!!
This worked and now all of my categories besides one look awesome!
I have the weirdest issue:
The icons work on all category pages, but not on a specific one.
Here's the code I'm using:
``` |
The first three are not working -they're all in one category.
I've checked my category page 100 times to make sure there's not specific ruling for this category view but there's nothing and I can't seem to find another reason for those not to show the icons - it's all part of the free package so shouldn't be a fa issue :(
Any idea what this could be?
Ver comentario · Publicado 27 ene 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht creó una publicación,
I'm trying every trick I can find to add FontAwsome before the section name, and create a div that would look like a button.
I added the header code, and then added the spans
However, it's not rendering into the test view. I tried the fa images on the home page and it worked fine. Is there a different way I should approach this with the category_page.hbs?
I don't mind not displaying the articles in each section, so I tried removing this part, but it didn't help.
Here's my code - any help much appreciated:
{{#each sections}}
{{#is name 'catA'}}
{{/is}}
{{#is name 'catB'}}
{{/is}}
{{#is name 'catC'}}
{{/is}}
{{name}}
{{#if articles}}
{{#if promoted}}
{{/if}}
{{title}}
{{#if internal}}
{{/if}}
{{#each articles}}
{{/each}}
{{#if more_articles}}
{{t 'show_all_articles' count=article_count}}
{{/if}}
{{/if}}
{{else}}
{{t 'empty'}}
{{/each}}
Publicado 26 ene 2020 · Ruthy Licht
0
Seguidores
2
Votos
3
Comentarios
Ruthy Licht hizo un comentario,
@...
I had a similar issue last week-
after playing with it a lot I found a part on the hbs file
We do not have sections included in our subscription, so I removed it to un-clutter- and this did the trick!
Ver comentario · Publicado 20 ene 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
Thank you so much for this great idea!
Using it for a test article and it looks amazing!
I'm trying to create a "open all" button but can't get the details to open- if anyone could point me to what I'm doing wrong that would be such a huge help!
Here's the html:
Here's the js:
function openAllDet() {
document.getElementsByClassName("artDetails").open = true;
}
When I click on the button the details are not opening :(
Also- after opening, do I have to create another part for the function to close everything back for the next person logging in or it will automatically revert back to the original html?
Thank you so so much!!
Ver comentario · Publicado 19 ene 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios
Ruthy Licht hizo un comentario,
Thank you so much ModeratorWes!
Just to let you and everyone know- this still works on the current version. Thank you for this you saved me :)
Ver comentario · Publicado 17 ene 2020 · Ruthy Licht
0
Seguidores
0
Votos
0
Comentarios