jscrollpane not working - jquery-jscrollpane

I am hoping someone can tell what I am doing wrong. I can't get the jscrollpane to work on a page on my site. Just text with a box > very simple idea but the scrollbars are either nonexistent or the default.
Thank you
Debra

It looks like the javascript files for jScrollPane and the mousewheel plugin aren't available on your server:

Related

MVVMCross: Can not close view

Hi guys I have a very weird issue in MVVMCross right now.
I'm trying to close a page by using navigationService.Close(this), but it doesn't close. In the logging I'm seeing the following message: Ignoring close for ViewModel - Matching View for ViewModel instance failed.
I checked on Github where this message is thrown and it is exactly what it says it can't find the view which needs to be closed. But now the weird thing: If I just change the presentation to Modal (which I don't want in this case) the close command just works.
Is this a bug? Am I doing something wrong? Can anyone help me?
Maybe it is because we have a TabbedRootViewModel in which the navigation is done?
Fixed it (somehow) by setting WrapInNavigationPage = true in the TabbedRootViewModel. This did give some other issues like a double navigationBar. Which I fixed by turning off the navigationBar in XAML. So it's not the ideal solution, but it is a solution :)

Magento Extension not work properly on backend

I have an issue with Ves Contentslider of VenusTheme as it dose not load properly on backend. It still works fine on front end but we cannot do any configuration as it's control panel does not load the content. This is pretty weird as we have not changed any thing in our site recently. Please have a look at the screen shot below to have better understanding. Thank you in advance.
Screen shot
I just fixed this issue and thanks to the Venus Theme team for the quick and accurate suggestion. I did compress the js&css files and it stop the website rendering the js&css codes properly. That is why the configaration panel did not load on the admin site. So, I just need to go to the back end and navigate to Configuration/Advanced/Developers/JavaScript Settings(CSS Settings) and chose No option for the Merge JavaScript Files(Merge CSS Files). Then everything work perfectly again. This is good to know when we consider compress our CSS and JavaScript files. Cheers

Creating a firefox script to close all but one tab?

im using greasemonkey in firefox and looking to create a script that will close all but a specified tab(or webpage).
Ive little to no clue what im doing, i wanted it to be simple i.e.
if (tabs >= 3)
Close all tabs except specified webpage
but i just cant seem to figure it out or even find a list of my options =/
any help would be greatly appreciated
You can't do this, for the same reason that a random webpage can't: it would be a security nightmare. A given page can only control itself and its children.

Manipulate Html from Firefox Extension

I am creating a Firefox extension that is somewhat similar to Firebug. There is a panel (or vbox) at the bottom of the browser that allows users to specify colors to certain Html elements. When they click the OK button, I would like these colors to get updated on the current web page.
I have my JavaScript working when I click the button (i am just throwing an alert), however when I change that JavaScript to change the css or styles of an element (by either using document.getElementById or jquery), nothing changes.
Is there something with Firefox extensions that I am missing? Any help is appreciated.
Let me know if you have any questions. Thanks
https://developer.mozilla.org/en/Extension_Frequently_Asked_Questions#Accessing_the_document_of_a_webpage_doesn%27t_work
You want content.document.getElementById() and similarly for every other construct you use.

IE crashing with a Runtime error while running javascript

IE is closing with the error window as shown below
(source: tutorboy.com)
In my web Application there is once mutil tab page having diffrecnt graph floating function with AJAX. This graph and tab were working in FireFox, but in IE when i click on the tab wil get this error. i checked with other pc also but.. the smae issue is there.....
Thanks for any help.
http://support.microsoft.com/kb/886264 mentions that happening with the Excel 2002 web component, if you're using that.
Yes i got the solution :), i am using and IE PNG fix for the Graph,.
and removed there is some div and image elements styles from the CSS file.
so beware of using IE tab function and style and PNG fix functions together...
thank you.

Resources