I'm trying to render 2-3 levels of main menu with custom css classes in ul/li element in my drupal 8b2 theme, but after 2 days of googling I have to give up. I simply can't get anything to work ; so any hints on how to make this happen?
What I would like to have looks something like this:
Each of these are built up using content types and a VIEW each section.
1. The view for "team" for instance lists all team members and their phone numbers photo, etc.
2. The view for "Products" show each product as an AJAX scroller
3. The view for FAQ is just an UL list -- default theme markup works
In developing my site using Bartik and Drupal 7.32, I was having trouble floating images to the right, where the image would have text wrap around to the left. I was using TinyMCE and WYSIWYG along with text styles to allow more html/css codes. But I was not able to float images right, no matter what I did. I created a new class in CSS Injector called Floatright, which did just that. I would also configure the image to float right under Advanced in the TinyMCE editor, still no luck. Then I tried using an inline style AND the TinyMCE designation at the same time, and it WORKED!
I was following a video tutorial to add Omega theme to MyDrupal. I ftp'ed the Omega folder up, then moved it to sites/all/themes. Then I logged out of MyDrupal to reset everything. When I reloaded the site (MyDrupal home page), it was COMPLETELY blank...all white. Now I can't log in or see anything. Any idea what I did wrong, and how to correct the problem?