Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: hymeno on 18 April 2019, 20:26:47

Title: com_abook > view=search: searchtool not visible on android
Post by: hymeno on 18 April 2019, 20:26:47
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.
Title: Re: com_abook > view=search: searchtool not visible on android
Post by: federica on 19 April 2019, 10:14:04
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 (http://"https://docs.joomla.org/Layout_Overrides_in_Joomla")

Alternatively you could get a similar result using css code.
Title: Re: com_abook > view=search: searchtool not visible on android
Post by: hymeno on 21 April 2019, 21:55:00
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.
Title: Re: com_abook > view=search: searchtool not visible on android
Post by: federica on 26 April 2019, 10:07:31
Does your template use Bootstrap framework?
If you try to use Protostar template the button appears?
Title: Re: com_abook > view=search: searchtool not visible on android
Post by: hymeno on 26 April 2019, 11:49:42
yes, I use a Protostar-override template.
Title: Re: com_abook > view=search: searchtool not visible on android
Post by: federica on 31 July 2019, 10:50:17
Try to use original protostar template, so you avoid override files cause errors.