Own DB list does not show filter / edit icons????

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 13, 2015 12:53 pm
Reply with quote
Report this post
Hi there,

I'm building a few home developed components (based on JCC = https://www.component-creator.com/en/) to run under Joomla 3.4.
Problem is that JCC component only shows correct filtering options and edit/delete icons in Joomla default Protostar template - not in my GavickPro News 2 template. I earlier i used Music free - and here problem is the same.

You can see the problem by visitin our site http://kratvej28c.dk/ and access the 'test DB' 'ToDo listen' - Protostar: http://kratvej28c.dk/todo-listen/todo-listen-3 vs. News 2: http://kratvej28c.dk/todo-listen/todo-listen-4
Select 'Search tools' for worst .... :-(

What to do? Any suggestions welcomed..

BR Frank
User avatar
Fresh Boarder

teitbite
Tue Dec 15, 2015 7:29 pm
Reply with quote
Report this post
hi

I'm afraid it's not possible to create a template with advanced features and not hit some conflict with 3rd party extension. I can see that the part of the script which is setting a width of a dropdown select is not working properly and set the value 0 to it.

Try maybe overwrite it by adding this to override.css file:

Code: Select all
.js-stools .chzn-container {
    width: 125px !important;
}
User avatar
Moderator

GK User
Wed Dec 16, 2015 12:40 pm
Reply with quote
Report this post
GREAT! Added to 'Custom CSS code' in template advanced tab - did the trick.
One down!
Thx for qick help.. Is there also an easy' way to enable icons for edit / delte and so on...?
User avatar
Fresh Boarder

teitbite
Sat Dec 19, 2015 10:27 am
Reply with quote
Report this post
Hi

I'm afraid I do not know this component to even tell if it has delete/edit functionality. Can You please walk me step by step so I'll be able to see this elements in joomla default template and than in our template, so I will compare it and come up with a solution hopefully.
User avatar
Moderator


cron