By Guest on Tuesday, 23 January 2018
Replies 1
Likes 0
Views 1.1K
Votes 0
My site has an issue with a CSS conflict on the page icalevent.edit where the ID for buttons are using the same "btn" as my template (or rather bootstrap it seems). The three colored boxes on the screenshot are the buttons.

If I remove the "btn" class from the button code bellow in firebug it actually prints the text at least, but I can't seem to find the code in the files:

<button href="#" onclick="javascript:Joomla.submitbutton('icalevent.apply');return false;" class="btn btn-small btn-success">
<i class="icon-apply icon-white">
</i>
Spara
</button>


Can anyone:
A) Help me find where this code is generated so that I can remove the class and make the text visible?

B) Find a better solution to this problem?

I use JEvents v3.4.43 Stable
Hello,

1. Ideally your template should be support the JToolbar class. But I will be writing our own to avoid this issues in the future since it appears many templates developers do not think of the Toolbar.

You can open:

/Users/tonypartridge/Development/Projects/Dev/JEvents/component/admin/libraries/jevtoolbarbuttons.php

And check btn btn-small if you wish.I'll try and improve the toolbar for the next release.


Many thanks
Tony
·
Wednesday, 24 January 2018 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post