Search found 9 matches

by Kir
Mon Sep 16, 2019 11:08 pm
Forum: General
Topic: Pagination with "show more"
Replies: 3
Views: 2278

Re: Pagination with "show more"

diego wrote: Mon Sep 16, 2019 10:42 am I'm working a theme with this feature, I'm still working on it but you can get the code from.
https://github.com/bludit/bludit/tree/m ... al-network
Thank you for your reply! I think many of us will be waiting for new theme with this feature :)
by Kir
Thu Sep 12, 2019 8:47 pm
Forum: General
Topic: Pagination with "show more"
Replies: 3
Views: 2278

Pagination with "show more"

Hi!
Is there any way to use "show more" or "show older posts" pagination? Without refreshing whole page to show more posts?
Or maybe classic pagination with prev\next page but without refreshing all page?
by Kir
Sat Sep 07, 2019 12:11 pm
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

So I've solved my problem by using onclick="opngnrl()" and onclick="opn3dprnt()" attribute for each button with function: <script> function opngnrl() { window.open("/blog/category/general#news","_self")} function opn3dprnt() { window.open("/blog/category/...
by Kir
Sat Sep 07, 2019 12:24 am
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

Perhaps there is a script or something, but the URL is not shown in the adress field of the browser. Yes, you were right. This problem is due to jquery.min.js When I disabled this script, everything works fine, but animation on my site stopped to work. Do you know, how to avoid using this script on...
by Kir
Fri Sep 06, 2019 1:47 pm
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

Edi wrote: Fri Sep 06, 2019 1:09 pm Perhaps there is a script or something, but the URL is not shown in the adress field of the browser.
I will try to create new static page without this css and will write my experience here.
by Kir
Fri Sep 06, 2019 12:05 pm
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

Edi wrote: Fri Sep 06, 2019 11:53 am What about a link, not a button. Does this work?
Same thing :( You can check it - I've added two links in first article.
by Kir
Fri Sep 06, 2019 11:42 am
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

Edi wrote: Fri Sep 06, 2019 11:35 am I think the problem is "target=_blank" in connection with an anchor. Try without it or another attribute.
You can try it now (I have removed "target"), same problem...
by Kir
Fri Sep 06, 2019 11:22 am
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Re: Link to category with id

<a href="http://kir.dx.am/blogblog/category/general#news"> works for me. Thank you,for your reply. I've changed href to absolute links. But it still doesn't work in propper way. Try to visit http://kir.dx.am/blog/ and press one of two buttons. In my case it opens id="news", but ...
by Kir
Fri Sep 06, 2019 12:50 am
Forum: General
Topic: Link to category with id
Replies: 10
Views: 4491

Link to category with id

Hi! I'm new to Bludit CMS and to web-design too. In bludit I've got static part of page.php (blekathlon theme) and then there are posts. In my header I've got two buttons with link. First to one of my categories, second - to another one. But I need to open this category not on the beginning of the p...