Recent posts

#31
Errori (Bugs) / Re: On search page All books n...
Last post by iberan - 01 January 2025, 11:52:46
Thank you for your response!
#32
Errori (Bugs) / Re: Invisible page headings
Last post by iberan - 01 January 2025, 11:49:10
Hi Federica,

You are right, it works as well.

(It happened I didn't find show_page_heading parameter in your package, but now I understand you use this option from Joomla core com_menus...)

Many thanks for your great work and I wish you a happy new year!
#33
Errori (Bugs) / Re: Invisible page headings
Last post by federica - 31 December 2024, 19:07:40
Hi iberan,
'show_page_heading' is a parameter of the menu item (see menu -> Page Display tab).
Try enabling it then tell me if you see the header title
#34
Errori (Bugs) / Re: On search page All books n...
Last post by federica - 31 December 2024, 19:02:21
Quote from: iberan on 16 December 2024, 08:39:08So sorry Federica because I wrote Friderica  :'(
no problem!  :)

QuoteOn search page All books (or Search results) numbers does not visible when the template background is not dark.
I added the new class "text-bg-info"
eg:
<span class="badge text-bg-info"><?php echo $this->total;?></span>
I will add the changes in the next version
#35
Errori (Bugs) / Invisible page headings
Last post by iberan - 17 December 2024, 08:53:28
Hi Federica,

There is an if statement in /components/abook/views/.../tmpl/default.php files:
<?php if ($this->params->def('show_page_heading'1)) : ?>
It looks like the "show_page_heading" option field is missing from config.xml (and/or from default.xml files), so the page headings are always invisible.

Thanks.
#36
Errori (Bugs) / Re: On search page All books n...
Last post by iberan - 16 December 2024, 08:39:08
So sorry Federica because I wrote Friderica  :'(
#37
Errori (Bugs) / On search page All books numbe...
Last post by iberan - 16 December 2024, 08:33:57
Hi Friderica,

On search page All books (or Search results) numbers does not visible when the template background is not dark.

It happens because of the Joomla core badge style class has white font color (#fff;).

Quick solving change in /components/com_abook/views/search/tmpl/default_items.php at #63, #67 and #69:

<span class="badge"><?php echo $this->total;?></span>to:
<span class="badge" style="color: #000;"><?php echo $this->total;?></span>
Thanks.
#38
Supporto (Support) / Re: Export of lists
Last post by Odin72a - 13 December 2024, 01:39:09
Yes, indeed, I didn't find that.
Everything is fine:
https://www.screenpresso.com/=IIl1TcPocBIq
#39
Supporto (Support) / Re: Export of lists
Last post by federica - 12 December 2024, 19:10:20
I tried to translate some words because I do not know you language. I think this is the plugin to insert a book into a joomla article.
You have to search "Alexandria Book Library" among Components (may be the name differs in russian translation).
#40
Supporto (Support) / Re: Export of lists
Last post by Odin72a - 11 December 2024, 22:38:20