Ron Almog

Results 10 comments of Ron Almog

that works, but not optimal. it is heavily dependant on your container, and i had to mess up with your function getOverlayStyle() and changing the shift percentages... It would be...

same problem here. Unexpected token v in JSON at position 0. this is where it is trying to read the vm.owl.options and json parse it. Any advice? data copied from...

still not working. TypeError: $element.owlCarousel is not a function at angular-owl-carousel.js:122 using owl-carousel 2. any advice? maybe clarify the way to add the owl-carousel to the project? maybe we're doing...

here is what works for me, hope it will work for you as well: under plugins, a file called vuetify.js ``` import Vue from 'vue' import VuetifyToast from 'vuetify-toast-snackbar' Vue.use(VuetifyToast)...

ok, great. i will work on that. thanks!

@simon-hardy I did as you said, and it worked. thank you! One side note: when i implemented the 'ensureAdmin' validation, it did not work. i digged a bit and found...

Oussail, thank you! that saved the day. but honestly, looks like this is a good time to look for a new gallery solution, or to create one.

i found a solution. not that great, but it solves the problem. give it a little wait, like this: setTimeout(function(){ uiCalendarConfig.calendars.myCalendar.fullCalendar('changeView', 'agendaWeek' ); }, 200);

Thanks @DerekHill for the tip. I took the latest version of @duplxey, and only with these specific versions the thing worked, and now i'm able to login with google authorization....