Who is article for? Web developers, webmasters or even tech-minded entrepreneurs can benefit from this article. In fact anyone considering using the platforms mentioned. You're faced with a difficult choice Joomla or Wordpress?
Who is article for? Web developers, webmasters or even tech-minded entrepreneurs can benefit from this article. In fact anyone considering using the platforms mentioned. You're faced with a difficult choice Joomla or Wordpress?
You can be security conscious and still get hacked ! I was way back in the day. I can help you and give you some tips to move you forwards in getting back to a healthy website.
I have migrated to version 3 many Joomla sites but this time I wanted to try a bootstrap framework with a blank template system. T3 came with just enough bells and whistles obviously by design.
Check them out via this t3 introductory video and the site I am now converting across here...
Less - change your CSS via Less file manipulation...the Less files should be coming also from a custom theme you create so that it wont get wiped with any t3 updates....You will then need to compile the less files to get the css file made for you - a very common work flow that we all agree as front end devs works well.
Here is the path to the file where I am adding some basic css classes (My goal is to really just use the basic Bootstrap stuff as much as possible) - ROOT/templates/t3_bs3_blank/less/themes/cd/template.less
.btn-default{
display:block;
overflow:hidden;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse{
margin:0;
}
Editors Note: It is some time since I wrote this and interestingly wordpress is often a better platform for most standard website functions these days. We still love Joomla for some kinds of function but are doing most sites with wordpress now. View the comparison blog on Wordpress vs Joomla