help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

J3+Styling - Backend - Event view

Re: J3+Styling - Backend - Event view

9 years 9 months ago
#20500
Tooltips out of place
Maybe you have noticed it but the tooltips are behaving a bit weird, this happens as the view is having <ul><li></li><ul> and not divs.

It would be better if this code is used
Code:
<div class="control-group"> <div class="control-label"><label></div> <div class="controls"><input></div> </div>

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 9 months ago - 9 years 9 months ago
#20502
Change Blue background of categories

There is a lightblue background of the categories field but not everyone will like it so you might want to change that.

.../administrator/components/com_jem/views/event/tmpl/edit.php

Find
Code:
function setbgcats() { var z=document.getElementById("cid"); z.morph({ // backgroundColor: '#D5EEFF' }); }

and
Code:
setbgcats();

Just remove it and the color should be gone.
Last edit: 9 years 9 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 9 months ago
#20657
Hi, I need your help.
I adapted backend isis event view right side with bootstrap accordeon.
All is working fine except:
the chosen image should be shown, when the image slide is open.
When I open, I see very quickly the image, but then the slide closes half. (image 1)
Only when I hover with the mouse inside of the slide, it's visible but overwrites the rest. (image 2)

How to correct that?

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 9 months ago - 9 years 9 months ago
#20659
@jojo12

not sure but maybe there is something wrong in the tmpl file.
Is it possible to attach the page so i can take a look at it?

the thing is that it should be looking like attached image.
Last edit: 9 years 9 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 9 months ago - 9 years 9 months ago
#20661
I try

Edit:
@Bluefox: did you see something?
Last edit: 9 years 9 months ago by jojo12.

Please Log in or Create an account to join the conversation.

Re: J3+Styling - Backend - Event view

9 years 9 months ago
#20679
@Jojo didn't notice your edit but no am not seeing the problem.

Guess you did add the code
Code:
JHtml::_('jquery.framework'); JHtml::_('script', 'com_jem/slider-state.js', false, true);
and the file slider-state.js

am wondering what's running in the backend but will test a bit more.

Please Log in or Create an account to join the conversation.

Time to create page: 0.749 seconds