SOLVED - Joomla login information is affected by JEvents com
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
SOLVED - Joomla login information is affected by JEvents com
by Beata » Fri Oct 14, 2011 10:14 am
I don't know, how it works out, but I noticed, when I publish JEvents Legende module, Joomla login information becomes in large letters; therefore I have unpublished this module.
But again, anyway, when I open event in calendar, the same happens with login information
Please view my attached image
How is possible it to improve ? I don't like it.
But again, anyway, when I open event in calendar, the same happens with login information
Please view my attached image
How is possible it to improve ? I don't like it.
- Attachments
-
- login.gif (171.6 KiB) Viewed 351 times
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
Re: Joomla login information is affected by JEvents component
by Tonyp » Fri Oct 14, 2011 11:19 am
It appears that your template has an element that is clashing with Jevents.
Do you have a link we can view this at? We should be able to either do a simple CSS Override or a Jevents Template Override.
Do you have a link we can view this at? We should be able to either do a simple CSS Override or a Jevents Template Override.
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8744
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Joomla login information is affected by JEvents component
by carcam » Fri Oct 14, 2011 1:32 pm
As Tony suggested it's an issue with the CSS of JEvents.
Just add this to your template css:
and it should be solved.
Just add this to your template css:
- Code: Select all
.tabcontent{ font-size: 100.01%!important}
and it should be solved.
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Joomla login information is affected by JEvents component
by Beata » Fri Oct 14, 2011 4:14 pm
Tonyp wrote:It appears that your template has an element that is clashing with Jevents.
Do you have a link we can view this at? We should be able to either do a simple CSS Override or a Jevents Template Override.
You can view herehttp://www.lbks.lt/index.php/lt/component/jevents/day.listevents/2011/10/15/103%7C104%7C105
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
Re: Joomla login information is affected by JEvents component
by Beata » Fri Oct 14, 2011 4:25 pm
carcam wrote:As Tony suggested it's an issue with the CSS of JEvents.
Just add this to your template css:
- Code: Select all
.tabcontent{ font-size: 100.01%!important}
and it should be solved.
I use template beez_20, style name Beez2 - Default.
I have added these codes to template.css, but this didn't help
Link: http://www.lbks.lt/index.php/lt/component/jevents/day.listevents/2011/10/29/103|104|105
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
Re: Joomla login information is affected by JEvents component
by Beata » Fri Oct 14, 2011 4:39 pm
Sorry, you wrote "CSS of JEvents."
I found css only in
components/com_jevents/assets/css/
???
I found css only in
components/com_jevents/assets/css/
???
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
Re: Joomla login information is affected by JEvents component
by Tonyp » Fri Oct 14, 2011 8:01 pm
Hello,
Download and extract this file:
And upload it to templates/beez_20/css/
And it will solve your problem
.
Download and extract this file:
general.zip- (1.06 KiB) Downloaded 18 times
And upload it to templates/beez_20/css/
And it will solve your problem
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8744
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Joomla login information is affected by JEvents component
by Beata » Sat Oct 15, 2011 8:51 am
Thank you very much, but it didn't solve
Here is your general.css:
http://www.lbks.lt/templates/beez_20/css/general.css
and my opened event looks in the same way:
http://www.lbks.lt/index.php/lt/compone ... C104%7C105
I have never had problems with JEvents in Joomla 1,5...
Here is your general.css:
http://www.lbks.lt/templates/beez_20/css/general.css
and my opened event looks in the same way:
http://www.lbks.lt/index.php/lt/compone ... C104%7C105
I have never had problems with JEvents in Joomla 1,5...
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
Re: Joomla login information is affected by JEvents component
by carcam » Sat Oct 15, 2011 9:19 am
The problem is that the "tab" of the login use the same class name as the "JEvents" tabbed edition interface for the frontend. If you are able to get rid of the tab where your login module is inserted (by the way it seems you are not using the tabs), the login module will work.
If you do not want to get rid the tabbed interface, just inspect the CSS with firebug.
If you do not want to get rid the tabbed interface, just inspect the CSS with firebug.
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Joomla login information is affected by JEvents component
by Beata » Sat Oct 15, 2011 9:46 am
Joomla 1,7 don't use tables (?)
I am not sure if I be able to find where is the problem...
I know a little css 1 only ...
I am not sure if I be able to find where is the problem...
I know a little css 1 only ...
-

Beata - Posts: 15
- Joined: Fri Oct 14, 2011 7:01 am
- Location: Lithuania
13 posts
• Page 1 of 2 • 1, 2
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: Bing [Bot]

