com_abook > view=search: searchtool not visible on android

Started by hymeno, 18 April 2019, 20:26:47

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

hymeno

someone knows why in the Alexandria Book Library 3.1.4 on J! 3.9.5 these "searchtools" (I think this is an "Ajax thing"?) are not visible in my android-smartphone?
"searchtools" is such a smooth openable pull-down-menue with more openable pulldown-menues for categories etc.
best, h.

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Hi hymeno,
search tools is hidden in phone view. If you want to display it you have to modify a little bit the code.
componets/com_abook/site/layouts/joomla/searchtools/default/bar.php line 44
remove "hidden-phone" word
componets/com_abook/site/layouts/joomla/searchtools/default/list.php line 18
remove "hidden-phone" word
componets/com_abook/site/layouts/joomla/searchtools/default.php line 37
remove both words "hidden-phone" and "hidden-tablet"

To apply this changes I suggest you use joomla override system

Alternatively you could get a similar result using css code.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

hymeno

hey  federica,
thanks for the quick reply! :-)

with your hints, I see the button, but on touch, it doesn't do anything - it does not open up.  ???

best h.

federica

Does your template use Bootstrap framework?
If you try to use Protostar template the button appears?
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

hymeno


federica

Try to use original protostar template, so you avoid override files cause errors.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]