recently got the Barcelona theme for Primefaces and lately started using some charts but it seems they don't reflect the Barcelona theme/skin at all. They still have the old RIO skin. Could somebody please enlighten me on how to solve this?
I have done some research and it seems that with other themes like Adamanthium you had to use the setExtender("skinChart"); method and so on to allow JQPlot to re-skin it for you using JS methods. Is there something similar for the Barcelona theme perhaps?
Any guidance would be greatly appreciated, thanks in advance.
I have managed to get this solved thank you. For anybody struggling with this in the future perhaps, the solution is as follows:
Ensure you copy the content of the charts.css to your project's resources folder as well as charts.js. After you've done that you can let jqPlot re-skin your charts using the following on your chart model, for example:
myPieChart = new PieChartModel();
myPieChart.setExtender("skinPie");
I hope this will help someone in the future.
Cheers.
Related
Just for studing purpose,I am play with the MRTK Scrolling object, as you can see from the picture below the example works fine with some static 3D objecst, but if add trought a script a Dynamic Prefabs there is no way to see the objects visible even on the inspector is not possible set the visibility.)
Please note that the script works fine outside of the scrolling and please not that the example comes from
MRTK/Examples/Demos/ScrollingObjectCollection/Scripts
Am i wronge something? The idea is to create a scrollable dynamic components,if you have any tips i would be more than happy because i am stuck :-)
MRTK version 2.8.3
thanks in advance for your help
On www.booknooklearning.com I saw this code displayed in the header section below the main nav, and which I don't recognize. Can you help me identify the language?
I did a quick search but nothing came up at all. I mean nothing.
[stack_hero layout=”fullscreen” image=”611″ opacity=”5″ height=”30″]
See BookNook in Action with a Live Demo
[/stack_hero]
I'd like to find out what language this is?
After research the website turns to be Wordpress, witch means PHP.
The tags stack_hero are Shortcodes that a wordpress theme is using to call theme partials.
Hope this helps you.
I'm busy getting this red-line when trying to use <rich:notifyMessage>. I'm used to primefaces but for this project richfaces is inevitable, hence i'm quite a novice here. I'm using richfaces 3.3.4 final and all required jars are included. What could I be missing? Is there a perfect alternative for a notification message pop-up apart from <rich:message> or <rich:messages>? I'd really appreciate a working example too. Thanks in advance.
I am newish to coding websites, I've done it before but I want to start getting more advanced. And I need some help, I am attempting to make a website that looks like this:
http://imgur.com/ALdNXbH
Ihave the logo and can do any gfx.
Ok let me give a summery, I want to have the navigation bar around the logo likeep shown, and the quick news could be a feed from a forum or something and I would like to have the navigation bar on all pages not including forum.
I am not asking for you to code it for me but simply just help and general tips.
Thank you very much for reading,
Nick
You should have the navigation at the head of every web page. Think of your users!
Dear community im using the masonry script on this site: http://www.hoeckernetworks.impulsfaktor.abcde.biz/
I was searching for an option to fix the picture loading problem and i found imagesLoaded. I try to get it to work, but it wont do its job. I am not a great javascript programmer and tryed it with the example code. Maybe someone has a hint for me. Just to inform: i use masonry working with html. If its needed i can send my source but i think one can see it on the site.
regards an already thanks for any help