Wednesday, 25 March 2015
  90 Replies
  15.5K Visits
0
Votes
Undo
After the Update from JEvents 3.1.45 to 3.2.5 the window that appears when you click with the mouse on the editing Symbol does not work. It appears, but the screen is dimmed(including the editing window) and if I want to click on one of the editing options, the window of editing closes.
I've noticed that after updating the message "problem during deleting the edit.xml" or something like that, were shown in the backend.
Sorry for my bad English, I'm from germany, I hope you can understand my problem.

my JEvents Support Info:

PHP Version : 5.3.29
MySQL Version : 5.5.42-log
Joomla : 3.3.6
component_com_jevents : 3.2.5
component_com_jce : 2.4.6
module_mod_jevents_cal : 3.2.5
module_mod_jevents_custom : 3.2.5
module_mod_jevents_filter : 3.2.5
module_mod_jevents_latest : 3.2.5
module_mod_jevents_legend : 3.2.5
module_mod_jevents_switchview : 3.2.5
plugin_content_jevents : 3.2.5
plugin_finder_jevents : 3.2.5 (not enabled)
plugin_search_eventsearch : 3.2.5
Tuesday, 28 April 2015 13:11
·
#144764
Accepted Answer
0
Votes
Undo
Thank you very much geraint, this link to the BT forums solved the issue for me.
As a summary, they have a download with some modified files for BT login, and I had to do the according changes manually because my BT login version is a newer one, but all is working now as expected. Thanks again :-)
Stephan
Friday, 05 June 2015 15:50
·
#144788
0
Votes
Undo
Can you please disable loading jquery in JEvents Configuration?


Carcam, can you be more specific as to where I can find where to disable "loading jquery".

Thanks.
Friday, 05 June 2015 16:36
·
#144789
0
Votes
Undo
Configuration with french fields but this one is still in english.

You must be in expert or medium mode in Jevents back configuration
Friday, 05 June 2015 22:34
·
#144790
0
Votes
Undo
I've already done that process per my previous post. I was unsure if the suggestion of disabling Jquery was different than disabling JavaScript which is what JS stands for if I am not mistaken.

Still problem persists.
Sunday, 07 June 2015 09:54
·
#144791
0
Votes
Undo
when you view the web page source when editing an event - are there multiple copies of jQuery or bootstrap javascript being loaded?

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!

Thursday, 11 June 2015 17:32
·
#144792
0
Votes
Undo
Just to clarify....
I cannot get to the Event Edit popup page to view the source. When I click on the edit pencil icon the page greys outs and the pop up appears from the top and immediately disappears.

Did you mean to view the page source of the event page where the edit icon appears on the frontend?
Friday, 12 June 2015 08:40
·
#144793
0
Votes
Undo
That suggests that 2 copies of bootstrap.js is being loaded - on the page where the pencil icon appears view the web page source and see what JS and CSS files are being loaded

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!

Saturday, 20 June 2015 07:52
·
#144794
0
Votes
Undo
Same problem with template JSN Epic 6.0.9 after updating to JEvents 3.2.15: adding or editing events in frontend is no longer possible. Screen is dimmed but JEvents popup is not showing.

Creating new events in frontend can be reenabled by turning off frontend popup in JEvents configuration, allowing to create a new event in a 'regular page' instead of a popup. Editing or deleting an existing event however is still not possible.

No problems with JEvents 3.2 when Protostar or JSN Mico are used instead of JSN Epic.

No problems occur either when reinstalling JEvents 3.1.45.
Saturday, 20 June 2015 12:43
·
#144795
0
Votes
Undo
Hello,

This is because we have moved to jQuery/Bootstrap for JEvents 3.2 and unfortuantely your template is clashing with ours.

If you can PM me logins to replicate the issue, I will provide you with some CSS.

Thanks
Tony

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!Join the JEvents club today!

Saturday, 20 June 2015 16:01
·
#144796
0
Votes
Undo
Hello,

This is because we have moved to jQuery/Bootstrap for JEvents 3.2 and unfortuantely your template is clashing with ours.

If you can PM me logins to replicate the issue, I will provide you with some CSS.

Thanks
Tony


Thank you, Tony, for support. I provided an account for you (see PM).

Tom
Monday, 22 June 2015 08:20
·
#144797
0
Votes
Undo
Hello,

following an advice in JSN Epic support forum a part of the problem could be solved.

Adding
.jevbootstrap .modal{ 
position: absolute !important;
}

now enables editing and deleting existing events in frontend.

However, in JEvents configuration I still have to disable 'Edit events in frontend popup'. Otherwise creating a new event in frontend is not possible.

Tom
Monday, 22 June 2015 09:33
·
#144798
0
Votes
Undo
Solution found for Template JSN Epic, thanks to Anhnh of Joomlashine support.

Add the following code to your template.css or to a custom.css:

.jevbootstrap .modal, #myEditModal.modal{
position: absolute !important;
}


Thanks
Tom
Monday, 22 June 2015 09:34
·
#144799
0
Votes
Undo
Hello Tom,

adding:


.modal.hide.fade.in { position: absolute !important;}


to the JEvents Custom CSS has fixed it for you.

Many thanks
Tony

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!Join the JEvents club today!

Monday, 22 June 2015 10:33
·
#144800
0
Votes
Undo
Hello Tony,

I just tested your fix and found out that everything works fine now.

Thank you
Tom
Monday, 22 June 2015 12:15
·
#144801
0
Votes
Undo
You are welcome Tom.

Thanks
Tony

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!Join the JEvents club today!

Tuesday, 23 June 2015 04:50
·
#144802
0
Votes
Undo
same issue can no longer edit events on front end (even superuser)
- is there a test to see which if any if above is the solution ?
Tuesday, 23 June 2015 07:43
·
#144803
0
Votes
Undo
Can you please be more specific about the issue? Do you get any error messages in your browser console?
Tuesday, 23 June 2015 08:30
·
#144804
0
Votes
Undo
Matthewra,

Please do not double post and tag onto other peoples post. I have responded to your other post and requested you open a new topic and the reason this is likely happening.

Many thanks
Tony

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!Join the JEvents club today!

Wednesday, 22 July 2015 11:54
·
#144805
0
Votes
Undo
Hi, I have the same problem: when I try to modify an event in frontend, a mini modal box appear on the screen and no operations are available. The template I'm using is Helix. I already tried to insert custom css code without success. Can you help me?


PHP Version : 5.6.9
MySQL Version : 5.5.43-37.2-log
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 3000
Club code set? : No
Joomla : 3.4.1
component_com_jevents : 3.2.16
component_com_jce : 2.5.2
module_mod_jevents_cal : 3.2.16
module_mod_jevents_custom : 3.2.16
module_mod_jevents_filter : 3.2.16
module_mod_jevents_latest : 3.2.16
module_mod_jevents_legend : 3.2.16
module_mod_jevents_switchview : 3.2.16
plugin_content_jevents : 3.2.16
plugin_finder_jevents : 3.2.16 (not enabled)
plugin_search_eventsearch : 3.2.16
Wednesday, 22 July 2015 20:50
·
#144806
0
Votes
Undo
Please update to JEvents 3.4RC This has fixed most of the conflicting frontend editing issues.

Many thanks
Tony

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!Join the JEvents club today!

Wednesday, 28 October 2015 00:43
·
#144807
0
Votes
Undo
I'm having the same issue on a site using Joomla 3.4.5 and Jevents 3.4 Stable.

I've tried the css suggestions above in this forum. No luck. The site is using Rockettheme Audacity.

Any other suggestions I can try?? Thanks!
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.