Closed (fixed)
Project:
radix
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2014 at 19:15 UTC
Updated:
7 Nov 2014 at 23:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
shadcn commentedComment #2
barrapontoadmin/structure/features/create is kind of broken, see #2191577: Features creation needs work.
Comment #3
PI_Ron commentedPlease see below my attempt to install radix 3.x.
This was after downloading fresh install of Panopoly from Pantheon to my local Kalabox.
Comment #4
PI_Ron commentedI tried once more and it failed.
Then I ran
drush cc drush&drush cc allRan it again, had success.
I did run
drush cc drushbefore the failed attempts too, but notdrush cc allHope this helps!
Comment #5
barrapontoTo run
drush radixyou need to enable Radix 3 (the parent theme),drush cc drushand finally rundrush radix 'subtheme'.Comment #6
kclarkson commenteddrush radix "Flatly" --bootswatch=flatly
Radix subtheme "Flatly" created in: /radix-test/sites/all/themes/flatly using the "default" kit.
Comment #7
kclarkson commentedIn order to use Font Awesome with Radix do we have to download the Font Awesome module ?
Its unclear if we have to use the Font Awesome SASS syntax or if we just use the typical
Comment #8
shadcn commentedNo. You don't need to install any other module. Font Awesome is supported by default. You can use the tags directly in your site. Example:
<i class="fa fa-bars"></i>Comment #9
barrapontoThis is latest Radix, latest compass_radix, with Radix Core installed... anyone else sees this issue with the search navbar?
Comment #10
PI_Ron commentedIs this process still correct? I can see the subthemes generated have gemfiles now, do we run bundle install first?
I'm having trouble getting compass to run in my subtheme following the steps in issue description (worked fine on last theme I made without gemfile).
The below paste is after running above install steps, then cd into subtheme and run
compass clean && compass watch. I also triedbundle installfirst, which worked, but I then can't run compass.Comment #11
PI_Ron commentedOK here are new steps, please confirm this is correct? (worked for me)
1. Get a copy of Radix from the 7.x-3.x branch
2. Install compass_radix
3. Create a Radix subtheme
drush cc drush.drush radix "Subtheme".bundle installcompass clean && compass watchin for your subtheme.Test and create issues in the issue queue.
Comment #12
PI_Ron commentedIs Radix 3.x usable with Panopoly?
Comment #13
barraponto@PI_Ron yes, it is usable with Panopoly 3. I'm using it on a site right now. Are you having issues?
Now, If you're going to run Radix from git (or a dev release), you should also install a dev release for the compass_radix gem. The easiest way to do it is by checking out from git into the extensions folder and commenting out the require line from config.rb. See Step 4 in the updated instructions.
Comment #14
PI_Ron commentedAh right, thanks that might be the key step I was missing - I'll give that a go as As soon as I'm back in office and let you know.
I did get my subtheme compiled however, and on a panopolyy news node I've selected a radix layout using Ipe. However 'boxton' (panopoly layout) is still being used within the radix layout. If I change the individual nodes layout via panelizsr to a radix layout, then there are two radix layouts rendered on the page: one overall, and one within the main content column.
Is this by design? At the moment in getting all kinds of ugly overlapping going on.
Comment #15
PI_Ron commentedHere is a screenshot of a news item layout after selecting a radix layout using IPE.
Steps to produce this:
Comment #16
PI_Ron commentedI think my issue may be related to: https://drupal.org/node/2206167
I've now disabled my subtheme & radix, but left radix_core & dependencies enabled. Attached is screenshot of problem, this is using a panopoly layout but with radix_layouts enabled.
Comment #17
PI_Ron commentedOk, the layout issue I have brought up in last three comments appear to be only when using Panopoly 1.2
I have a site using Panopoly 1.1 & Radix 3.x and layouts are fine, I updated to Panopoly 1.2 and layouts broke. I've reverted back to Panopoly 1.1.
Comment #18
kclarkson commentedI have followed these steps and was also getting the error failed to open stream: No such file or directory radix.drush.inc:156
it would be much easier if this was setup as a dev release on the homepage. For some reason I just could not get the subtheming to work.
I tried the Alpha3 and everything works great.
Comment #19
PI_Ron commented@kclarkson are you using panopoly 1.2?
Comment #20
kclarkson commentedYes. I am using Panopoly 1.2.
Comment #21
shadcn commentedThe overlapping issue is due to views having the .row class by default and .views-row not having any .col-* class. We did that to let users specify a .col class for their rows so views can be responsive.
@kclarkson, @barraponto: do you think it would be wise to fallback to a .col-md-12 if no col class is given for .views-row. This will fix all the overlapping issues.
Comment #22
barraponto@arshadcn, maybe, from a preprocess: if there is no col-md class, add col-md12 as default. (but it might be confusing, let's document it).
Comment #23
PI_Ron commentedThanks arshadcn.
I found that I had to go into Panelizer (/admin/structure/types/manage/panopoly_page/panelizer) and change the layout for Teaser/Featured to 1 column to get rid of the overlapping issue. There is a
.containerclass within views rows.Comment #24
shadcn commentedClosing this issue. Feel free to re-open.