Shape 5

Joomla Templates => Incline - Club => : speleo January 02, 2015, 02:48:43 PM



: Category Filter input box wont accept input
: speleo January 02, 2015, 02:48:43 PM
Hi,  on a siteshaper install the category filter input box is broken and wont accept input.  Also the "display#" box on the right hand side is not populated.  

This is when viewing an Articles > Category List from a menu item

I've tried a different template and it works fine so it looks like a Incline template issue.

Any ideas?



: Re: Category Filter input box wont accept input
: mikenicoll January 02, 2015, 06:16:19 PM
Hello,

Please post a live URL to the page where the issue occurs.


: Re: Category Filter input box wont accept input
: speleo January 03, 2015, 01:56:01 PM
http://batproducts.co.uk/index.php/pages/category-list

This is a siteshaper download.  Generic install.  pm me if you want admin access. 


: Re: Category Filter input box wont accept input
: bsaett January 05, 2015, 12:34:49 PM
Hi, i think i have a similar problem.  :(


: Re: Category Filter input box wont accept input
: mikek January 06, 2015, 08:02:57 AM
Hello bsaett,

Can you please post a url to where this occurs?


: Re: Category Filter input box wont accept input
: speleo January 06, 2015, 08:30:23 AM
Hi,  did you take a look at my demo generic siteshaper install @ http://batproducts.co.uk/index.php/pages/category-list

This shows the error.  Also the Display drop down is empty.  This normally includes the number of articles to display.  There are no other codes installed on this site.

I have also changed the template to a generic one on my dev site and it works fine on that which points to an issue with Incline.  Many thanks for your support.


: Re: Category Filter input box wont accept input
: mikek January 06, 2015, 09:21:18 AM
Hello,

Can you try adding the following to custom.css on your site and let me know if it makes a difference. Selects some times have problems with em font-size calls:

select {
font-size:11pt !important;
}


: Re: Category Filter input box wont accept input
: speleo January 06, 2015, 09:44:17 AM
Thanks, that sort of fixes the Display# drop down box - still needs some of the CSS tidying up.

.input-mini { width: 85px; } does the trick

The Category Filter text box is still broken but looking at the CSS it seems that the font-size is computed to 0 (zero)

#filter-search {
font-size: 11pt !important;
}

in custom.css fixes it.


: Re: Category Filter input box wont accept input
: bsaett January 06, 2015, 11:11:47 AM
Hi,

looks like

#filter-search {
font-size: 11pt !important;
}

works  :)
Thank you


: Re: Category Filter input box wont accept input
: mikenicoll January 10, 2015, 04:29:51 PM
Glad you got it sorted ;)