Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
1. Which page do I start with? I began with the Contribution Page but it seems to have many includes and is complex. Is there a different component that is relatively straightforward and can help me get up to speed?
2. Which CRM do I develop with? I have been working with Joomla! as I am more familiar and I was thinking since I am modifying core files, it does not make a difference. Does Drupal/WP offer any advantage?
3. One of the options discussed about CSS structure was retaining both classes. W have semantic classes that already exist and add layout level classes as another layer. In this case, we would be trimming down the existing civicrm file to bare minimum and adding layouts through bootstrap. Any ideas?
4. There was another comment on my blog post and it made some valuable suggestions - Using less to include bootstrap & civicrm css files to generate a common file and another about the table centric layout of CiviCRM. I too have observed CiviCRM is based on layout tables. But these tables are in Joomla specific parts of the code. Is this true for other CMSes too? In that case, I will have to completely abandon tables and switch to a div based approach. This may be huge. Your suggestions?