By rhart on Tuesday, 05 December 2017
Replies 4
Likes 0
Views 1.1K
Votes 0
Hi,

Looks like I've an issue on the frontend when using my template. Buttons for save / save&close / cancel are not showing correctly and only a small box is shown instead as per attached screenshot when trying to add an event.

Any idea how this easily can be solved ? (other then changing to a different template )

Thanks
Hello,

Yes that is unfortunate you will need to write some CSS to style the buttons I'm afraid.

Many thanks
Tony
·
Tuesday, 05 December 2017 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
As I'm not a CSS expert any suggestions on which changes would be required so that the buttons show up properly?

Thanks
·
Wednesday, 06 December 2017 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Please see: https://www.jevents.net/docs/jevents/item/customisations-with-css

as a basic get started guide.

Apart from that there isn't much we can do. We can provide some custom CSS for our silver club members, because this means logging into your site inspecting and writing CSS to write around the issue with your template and add to the JEvents Custom CSS.

Many thanks
Tony
·
Wednesday, 06 December 2017 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi thanks,

the quickest fix seems to be adding the jevbootstrap class to the line


<div style="clear:both" class="jeventslight">


so you get


<div style="clear:both" class="jeventslight jevbootstrap">


unfortunatly it isn't possible to make an override within joomla for this part and adding it into the core file would mean it would be overwritten when doing an update.. or you should add it to the core view.html.php file as it probably will solve this issue for other templates as well
·
Friday, 08 December 2017 14:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post