Hi Ciaran,
I have taken the coding from your example to put a simple bootstrap panel in both an article and a Custom HTML Neither work. Is there additional configuration I require?
Thanks
Peter
- bibbp
- Commercial Templates
- Monday, 03 November 2014
- Subscribe via email
http://www.cechealthcarecoding.com - it is the featured article...
you'll need user xxxx pw xxxx to access the site...
Thanks
you'll need user xxxx pw xxxx to access the site...
Thanks
- more than a month ago
- Commercial Templates
- # 2
Hello
Your bootstrap markup appears to be incorrect... http://getbootstrap.com/components/#panels
Ciarán
Your bootstrap markup appears to be incorrect... http://getbootstrap.com/components/#panels
Ciarán
- more than a month ago
- Commercial Templates
- # 3
here is the code: (one taken from here and one from getbootstrap...neither show the panel
<p></p>
<div class="panel panel-primary">
<div class="panel-heading">Primary Panel</div>
<div class="panel-body">Lorem...</div>
</div>
<div class="panel-footer">Panel Footer</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Panel title</h3>
</div>
<div class="panel-body">Panel content</div>
</div>
<p></p>
<div class="panel panel-primary">
<div class="panel-heading">Primary Panel</div>
<div class="panel-body">Lorem...</div>
</div>
<div class="panel-footer">Panel Footer</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Panel title</h3>
</div>
<div class="panel-body">Panel content</div>
</div>
- more than a month ago
- Commercial Templates
- # 4
Sorted! Needed to add:
<!-- Latest compiled and minified CSS -->
<l-ink rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- Optional theme -->
<l-ink rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<s-cript src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
..into the Custom Code header!
<!-- Latest compiled and minified CSS -->
<l-ink rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- Optional theme -->
<l-ink rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<s-cript src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
..into the Custom Code header!
- more than a month ago
- Commercial Templates
- # 5
Hi There
I have a similar problem, could you advise me how to do this. I still have the template on localhost on my pc for testing.
Need the bootstrap to look like template demo Virtuoso.
Kind Regards
I have a similar problem, could you advise me how to do this. I still have the template on localhost on my pc for testing.
Need the bootstrap to look like template demo Virtuoso.
Kind Regards
- more than a month ago
- Commercial Templates
- # 7
cut and paste the above into the custom code header section removing the hyphens...then it should work.
- more than a month ago
- Commercial Templates
- # 8
Perhaps I am missing something but I have entered the code into the custom Head section of the template settings and still not showing the effect as in the demo.
I'm using the Xamp and my joomla installation is 2.5.14 and J51-Virtuoso 2.5 Template.
I also installed it on another template online and also get same result.
I'm using the Xamp and my joomla installation is 2.5.14 and J51-Virtuoso 2.5 Template.
I also installed it on another template online and also get same result.
- more than a month ago
- Commercial Templates
- # 9
Oh I see, I get the panels but don't get all the colour fills...sorry I am at the limit of my knowledge here.
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »