Toolbox (Edit Menu) too much on the right side
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Toolbox (Edit Menu) too much on the right side
by Rolandus » Sat Feb 25, 2012 10:01 am
Hi
On my test site, when I click as an author in the frontend on the edit-button for editing an event, the toolbox with the edit menu appears too much on the right side.
Because there is a style in DIV #action_dialog "right: 0;"
I searched all the folders of JEvents Component and only found the following files
events_css.css
view_detail.js
But there I can't find the Styles appearing on this line:
<div id="action_dialog" style="position:absolute;right:0px;background-color:#dedede;border:solid 1px #000000;width:200px;padding:10px;visibility:hidden;z-index:999;">
Where I can change it, to clean this inline-styles and give my own styles with the template override method?
Thank you
Rolandus
On my test site, when I click as an author in the frontend on the edit-button for editing an event, the toolbox with the edit menu appears too much on the right side.
Because there is a style in DIV #action_dialog "right: 0;"
I searched all the folders of JEvents Component and only found the following files
events_css.css
view_detail.js
But there I can't find the Styles appearing on this line:
<div id="action_dialog" style="position:absolute;right:0px;background-color:#dedede;border:solid 1px #000000;width:200px;padding:10px;visibility:hidden;z-index:999;">
Where I can change it, to clean this inline-styles and give my own styles with the template override method?
Thank you
Rolandus
- Rolandus
- Gold Members
- Posts: 121
- Joined: Wed Jan 18, 2012 9:17 am
Re: Toolbox (Edit Menu) too much on the right side
by Tonyp » Sat Feb 25, 2012 7:34 pm
Hello,
apply:
With the bits you want to adjust in the middle of the { } making sure for example it is like:
apply:
- Code: Select all
div#action_dialog {
}
With the bits you want to adjust in the middle of the { } making sure for example it is like:
- Code: Select all
div#action_dialog {
position: left !important;
}
---------------------------------------
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: 8715
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Toolbox (Edit Menu) too much on the right side
by Geraint » Sun Feb 26, 2012 8:43 am
If that doesn't help - can you send me login details via PM and I'll take a quick look
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30507
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Toolbox (Edit Menu) too much on the right side
by Rolandus » Mon Mar 05, 2012 9:18 pm
The Problem is, that in the source code this DIV is inline-formatted:
<div id="action_dialog" style="position:absolute;right:0px;..................
I don't find the file where this comes from
<div id="action_dialog" style="position:absolute;right:0px;..................
I don't find the file where this comes from
- Rolandus
- Gold Members
- Posts: 121
- Joined: Wed Jan 18, 2012 9:17 am
Re: Toolbox (Edit Menu) too much on the right side
by Tonyp » Mon Mar 05, 2012 9:53 pm
Adding the !important should over ride it.. iirc
---------------------------------------
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: 8715
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Toolbox (Edit Menu) too much on the right side
by carcam » Wed Mar 07, 2012 7:02 am
You may change that code in the file:
[JOOMLA]/components/com_jevents/views/default/helpers/defaulteventmanagementdialog.php
You may create an overrides so that you do not have to recreate the changes on each update:
http://www.jevents.net/en/jevents-15-to ... or-jevents
[JOOMLA]/components/com_jevents/views/default/helpers/defaulteventmanagementdialog.php
You may create an overrides so that you do not have to recreate the changes on each update:
http://www.jevents.net/en/jevents-15-to ... or-jevents
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
6 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: Bing [Bot]

