I resolved this - it was the Angular maps conflict. When removed the media picker worked fine. But when rendering it just showed me three stacked images with no transitions.
Any suggestions.
Thanks
David
Can anyone assist, I am pretty new to this but seem to have made an error in my uSkyslider installation. When I try to add the properties for the slider it looks like: ![See Screenshot][1] [1]: /media/upload/d22dd39c-2e1b-4fa1-a44c-e330b72fed47/rs/uskys_1.jpg Can anyone point me in the right direction? With thanks Umbraco 7.1.4 Installed Packages - AngularGoogleMaps1.0.2 - uSkySlider_0.9.1 - Razor visualiser 0.91 I bought the code canyon slider revolution and copied the files from examples and source into the root of my project, so what have I done wrong? In hope of a simple fix David
This clearly conflicted with uSkySlider's 1.10.1 reference in the header! (Serves me right for trying to reverse engineer a website!)
The other item I have spotted in the Console is an error associated with the line: <script type="text/javascript" src="/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
This file does not exist from the Revolution download. there are the following files jquery.themepunch.tools.min.js and jquery.themepunch.revolution.min.js
It seems to be a slider revolution slider version issue, the last version of the plugin is 4.6 and have 3 JS reference (I have updated it 3 days ago in the doc ).
I think that you have to download revolution slider 4.6 and add this ref /rs-plugin/js/jquery.themepunch.tools.min.js
conflict with angularGoogleMaps package
First of all thank you for this great package!
I am not sure if this a bug that originates from your package, I have posted this on AngularGoogleMaps section as well;
After installing the uSkySlider package
and followed by the AngularGoogleMaps package at http://our.umbraco.org/projects/backoffice-extensions/angulargooglemaps
on a version 7.1.4 (MSSQL 2008)
both datatypes stop rendering in the assigned page.
If i uninstall AngularGoogleMaps then all is back to normal.
if i uninstall uskyslider then AngularGoogleMaps works as normal.
So I suppose some angular stuff is conflicting?
Hi Keilo ! Thank you for you feedback.
I will check that and I'll keep you up to date about that.
Antoine
Have posted a reply to this bug at /angulargooglemaps/bugs/53822-Breaking-while-installed-with-uSkySlider-package
Have removed use of 'draggable' attribute from AngularGoogleMaps, to stop this clash with uSkySlider.
Please download latest AngularGoogleMaps v1.0.2
Thanks
Thanks Jonathan!
Thanks Jonathan!
Anyway, I will change the name of this directive to avoid other potential conflicts
I resolved this - it was the Angular maps conflict. When removed the media picker worked fine. But when rendering it just showed me three stacked images with no transitions.
Any suggestions.
Thanks
David
Can anyone assist, I am pretty new to this but seem to have made an error in my uSkyslider installation. When I try to add the properties for the slider it looks like: ![See Screenshot][1] [1]: /media/upload/d22dd39c-2e1b-4fa1-a44c-e330b72fed47/rs/uskys_1.jpg Can anyone point me in the right direction? With thanks Umbraco 7.1.4 Installed Packages - AngularGoogleMaps1.0.2 - uSkySlider_0.9.1 - Razor visualiser 0.91 I bought the code canyon slider revolution and copied the files from examples and source into the root of my project, so what have I done wrong? In hope of a simple fix David
Hi David, Sorry for the delay, I was out of office.
Could you check if there is some error in the js console (f12), also try to empty you browser's cache.
Antoine, the assistance is greatly appreciated!
I think I have just resolved my problem. The issue was the following section in the page footer:
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
@* <script src="/js/less-1.7.0.min.js"></script>
<script>less.watch();</script>
This clearly conflicted with uSkySlider's 1.10.1 reference in the header! (Serves me right for trying to reverse engineer a website!)
The other item I have spotted in the Console is an error associated with the line:
<script type="text/javascript" src="/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
This file does not exist from the Revolution download. there are the following files
jquery.themepunch.tools.min.js and
jquery.themepunch.revolution.min.js
But none with plugins
Many thanks, and sorry for not responding sooner
David
It seems to be a slider revolution slider version issue, the last version of the plugin is 4.6 and have 3 JS reference (I have updated it 3 days ago in the doc ).
I think that you have to download revolution slider 4.6 and add this ref /rs-plugin/js/jquery.themepunch.tools.min.js
There is another post which referere to this issue http://our.umbraco.org/projects/backoffice-extensions/uskyslider/bug-reports/55209-Sliding-transitions-not-working-in-Chrome
is working on a reply...