LucasKA
Forum Replies Created
-
I actually rolled it back to the original versions of damn near everything but WordPress itself.
Still showing up.
Forum: Plugins
In reply to: [The Events Calendar] Preview Show the Events ListCreate an event.
Hit preview – you go to the preview of the Event Page (is this the right terminology?)
In our implementation, we removed that ability to go to the Event Page, all pertinent information is in the Events List, they don’t need to go to a sub page.
Can I set it so when you hit preview, you see a preview of the Events List, instead of the Single Event?
Forum: Plugins
In reply to: [The Events Calendar] Event loop nested incorrectly?Thanks Barry,
It doesn’t do it with the Skeleton Styles, just the full styles. I had a feeling it had something to do with that. Do you guys have documentation on the difference between them, or what Full styles tries to pull from my stylesheets?
Well here’s the issue, the previous dev of this site enabled auto updating, and when someone updated this plugin, it broke.
I just rolled it back to the previous version of the plugin and it works again. Once I have a better grasp of how the site functions, as well as a stable staging server, perhaps I’ll revisit that bug, but in the meantime, if it ain’t broke, don’t fix it.
I appreciate your help though.
The popup to edit the ticket is not working.
I am 99% sure this is a theme based issue, there was a lot of custom code in this theme, but this error is happening in events-manager.js
Actually, when viewing the JS I get the error
Uncaught TypeError: Cannot read property ‘top’ of undefined: (Repeated 2 Times)
At the end of this code.
I’m pretty sure its the culprit.
Any fix?
//Add a new ticket $("#em-tickets-add").click(function(e){ e.preventDefault(); reset_ticket_forms(); //create copy of template slot, insert so ready for population var tickets = $('#em-tickets-form table tbody'); var rowNo = tickets.length+1; var slot = tickets.first().clone(true).attr('id','em-ticket-'+ rowNo).appendTo($('#em-tickets-form table')); //change the index of the form element names slot.find('*[name]').each( function(index,el){ el = $(el); el.attr('name', el.attr('name').replace('em_tickets[0]','em_tickets['+rowNo+']')); }); //show ticket and switch to editor slot.show().find('.ticket-actions-edit').trigger('click'); //refresh datepicker and values slot.find('.em-date-input-loc').datepicker('destroy').removeAttr('id'); //clear all datepickers slot.find('.em-time-input').unbind().each(function(index, el){ this.timePicker = false; }); //clear all timepickers - consequently, also other click/blur/change events, recreate the further down em_setup_datepicker(slot); em_setup_timepicker(slot); $('html, body').animate({ scrollTop: slot.offset().top - 30 }); //sends user to form });
Forum: Plugins
In reply to: [Aqua Page Builder] Where is the data saved?I found it.
Forum: Themes and Templates
In reply to: Theme on phone calling nonexistant images?I wonder if it has to do with Aqua Page Builder Resizer?