Active
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2011 at 10:16 UTC
Updated:
1 Nov 2011 at 04:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
Deepika.chavan commentedHi,
1. Add following code in marinelli.info file, to create custom css file.
2. Create local.css file in /css dir. Add following css code in local.css file
NOTE: Here my taxonomy field name is 'field_skill_term' So please replace the field name in above code.
3. Because of 'Float: left' property the element moves to left and immediate next element shifts to the right of the element.
So in my case next element is 'links-container' . The following css will keep the 'links-container' to left. (Replace the 'links-container' with your next element and add the following css in 'local.css' file).
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
shruti.sheth commentedHello,
I tried creating taxonomy tags in the marinelli 7.x-3.0-beta11 version and was able to get the taxonomy tags in column form. Please check the screenshot in the attachment. Is this the exact way you want?
if yes, then try the following steps to get the tags in column form.
1. Add a field in the content type you want and it select the field as 'Term reference'
2. Select the widget as 'Select list'
3. In the ' FIELD SETTINGS' make 'Number of values' as 'Unlimited' and select the desired vocabulary.
When a content is created by selecting multiple taxonomy terms the tags are shown in column form, one in the screenshot attached here.
Hope this helps!
Regards,
Shruti Sheth
Comment #3
chaser commentedThank you very much Deepika Chavan, Worked perfectly.
Thanks Guys...:)
Comment #4
chaser commentedHi I have a trouble finding my element since am noob in css. How do i find the element?
Comment #5
Daedalon commentedThanks, Deepika. Is it possible to make a custom CSS under the subtheme instead of the marinelli folder itself?
Comment #6
Deepika.chavan commentedHi Daedalon,
Yes, you can add custom css file under subtheme by following same steps given in #1(just make the changes in 'subtheme.info' file and put the custom css file in subtheme /css folder). It will pick your custom css file up when you will enable the subtheme. Please clear the cached data after enabling the subtheme.
Rgrds,
Deepika.