IN this article:
{{article.body}}
Búsquedas recientes
No hay búsquedas recientes
Incorporación 26 nov 2021
·
Última actividad 19 dic 2024
Seguimientos
0
Seguidores
0
Actividad total
30
Votos
11
Suscripciones
7
Última actividad de Administrator
Administrator creó una publicación,
Hi,
our article center is divided within sections that are representations of different products in our offer.
Users are able to see sections of products, that they have purchased. If specific user didn't purchase specific product, then he can't see it section with specific articles about this product. Users may have more than one product at the time.
Till now, all articles are available on for signed-in users, and - further - method of division mentioned above.
Almost every article has table of content in the upper part.
What I want to do is:
(This is before signing)
To make all articles visible without signing but with paywall/membersonly protection/fade out preview like that:
Something like: we have such article but it's only for customers that have purschased an access.
I want to make visible only table of content in each article or first 300 characters of text.
(This is after signing)
To maintain the divison of sections for specific products, what means: if user has purchased product then he has access to the section with articles. If no - he hasn't and there is no section, it's empty or with specific text, ie ‘This article is only for customers that have purchased this product.’.
Is this possible somehow?
The main goal of above is to share the upper part of articles with Google - I want to unlock them for searching.
Should I focus on different approach maybe?
Best regards,
Jakub
Editado 13 may 2024 · Administrator
0
Seguidores
4
Votos
1
Comentario
Administrator creó una publicación,
Publicado 27 jul 2022 · Administrator
0
Seguidores
3
Votos
1
Comentario
Administrator hizo un comentario,
Hello,
have you find solution for you? I'm looking for something similar
Ver comentario · Publicado 30 mar 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator creó una publicación,
Hello,
in my company we have customers with and without subscription. I'm looking one from those solutions:
1) Showing form only for specific user's segments (tried do this but with no success)
2) Display callout with warning that creating ticket is available only for users with subscription:
Of course technically it's possible to send us the ticket, but specific trigger close tickets. I need something to warn about it users who don't belong to specific segments.
Right now I have:
{{#if signed_in}}
Caution
The service is available only for users with subscription
Is this possible to display this 'callout div' only for specific segments or users from organization with specific tags?
Publicado 21 mar 2022 · Administrator
0
Seguidores
2
Votos
1
Comentario
Administrator hizo un comentario,
Ifra,
really, really appreciate your help - thank you so much!
Ver comentario · Publicado 11 mar 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator hizo un comentario,
Thank you! I did as you wrote.
Is this possible to limit this only for article page?
I would like to minimalize jump effect on other pages, i.e. main page where row with blocks is shifted with specific pixels amount:
position"0":
position"scrolled down":
Ver comentario · Editado 11 mar 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator hizo un comentario,
Hello,
TOC works nice except for one thing - I am wondering is this happens only in my HC?
Clicking on the link takes you to the specific header, but a few lines below not to head of section.
For example - click on 3rd link from TOC: http://gmsystem.zendesk.com/hc/pl/articles/4417171125905-Jak-wypożyczyć-licencję-Solid-Edge-
As you can see it takes you to proper section but first lines are hidden behind header.
How can I fix that?
Ver comentario · Publicado 10 mar 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator hizo un comentario,
Many thanks!
Really appreciate your help :)
Ver comentario · Publicado 09 feb 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator hizo un comentario,
Indeed. Thank you. And the last question:
how can I change:
if($("ul#toc").has("li").length === 0){
to hide TOC if article has less than 2 headings?
Ver comentario · Publicado 09 feb 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios
Administrator hizo un comentario,
Thank you for the solution. Works fine.
I'm trying set TOC as transparent callout.
Add this code:
IN this article:
{{article.body}}
and
$(document).ready(function(){
$("#toc").toc({content: ".article__body", headings: "h1,h2,h3,h4"});
if($("ul#toc").has("li").length === 0){
$('.toc-title').hide();
$('.callout callout--transparent').hide();
}
})
If there is no heading in article TOC is hide, but borders of this callout are still there. What should I do?
Ver comentario · Publicado 08 feb 2022 · Administrator
0
Seguidores
0
Votos
0
Comentarios