Search found 100 matches

by kaaleth
Fri Oct 31, 2025 1:09 am
Forum: Plugins
Topic: 🔒 Secure Access+
Replies: 9
Views: 15908

Re: 🔒 Secure Access+

I do not have any issue with other plugins.

When I will move my website to Internet I will try to install it again.
by kaaleth
Tue Jul 16, 2024 7:42 pm
Forum: Plugins
Topic: 🔒 Secure Access+
Replies: 9
Views: 15908

Re: 🔒 Secure Access+

Hey,

I was the person who informed you about this "bug" but even after fix, I am getting same issue.
by kaaleth
Thu Jul 07, 2022 12:40 pm
Forum: Themes
Topic: Content after break
Replies: 4
Views: 11213

Re: Content after break

Just returned from my holidays and I will continue checking... meanwhile may somebody know how can I fix my issue?
by kaaleth
Tue May 24, 2022 8:43 am
Forum: Themes
Topic: Content after break
Replies: 4
Views: 11213

Re: Content after break


What does $page->contentBreak() ?


It just shows a content before your:

<!-- pagebreak -->

and now I would like to render the content AFTER <!-- pagebreak --> only. I thought it was

<?php echo $page->content(); ?>

but it renders whole of my content + content before break. This makes no ...
by kaaleth
Mon May 23, 2022 9:03 am
Forum: Themes
Topic: Content after break
Replies: 4
Views: 11213

Content after break

Hello,

how can I show content in the template after break? I would like to put

<?php echo $page->contentBreak() ?>

in section A, and the rest of the content in section B but I cannot find a right function for it.

One more question, is there any way to show something in the template that is ...
by kaaleth
Mon May 10, 2021 9:02 pm
Forum: Themes
Topic: Docs X - Re-ordering the pages in sidebar
Replies: 4
Views: 11516

Re: Docs X - Re-ordering the pages in sidebar

Hi Edit,

I was not able to find a solution for my problem.

I have something like this:

menu.png

So as you can see, Home is a parent category that has a child: Team and Welcome.

The Welcome page has order set by 1 and Team set by 2 but somehow the website shows the Team as 1st and Welcome as ...
by kaaleth
Sun May 09, 2021 7:57 pm
Forum: Themes
Topic: Docs X - Re-ordering the pages in sidebar
Replies: 4
Views: 11516

Docs X - Re-ordering the pages in sidebar

Hi,

how can I reorder the page positions inside of sidebar? I have changed the position of the content but the pages are still messy. I would like to sort them somehow.
by kaaleth
Sun Oct 14, 2018 11:47 am
Forum: General
Topic: Wrong IMG source after update to 3.1.0
Replies: 4
Views: 9914

Re: Wrong IMG source after update to 3.1.0

Hmmm, wait a sec.

I did update once again and now everything works fine (without changing any values). No idea WHY last time it made some problems. I try to update my blog everytime when something new is come up, so I know the procedure :)

It was really weird but the most important thing is - it ...
by kaaleth
Sun Oct 14, 2018 9:52 am
Forum: General
Topic: Wrong IMG source after update to 3.1.0
Replies: 4
Views: 9914

Re: Wrong IMG source after update to 3.1.0

Thanks for reply, Diego

I have back to 3.0.0 because I had no time to fix it. Of course, I took a look at ACP after update but nothing changed. I will try your solution now and give a feedback.
by kaaleth
Sat Oct 13, 2018 9:04 pm
Forum: General
Topic: Wrong IMG source after update to 3.1.0
Replies: 4
Views: 9914

Wrong IMG source after update to 3.1.0

Hi,

My blog is powered by Bludit 3.0.0 so I have pushed update to 3.1.0. After update all of my images were missing from entries, I mean, before update all of links follow to bl-content/upload folder. After update all of my entries want to load images from "/", for example:

before update

website ...