I want to remove uppercase from titles (menus, blocks etc). Do I have to edit fusion-acquia-marina-style.css or is there any other way?
Editing the fusion-acquia-marina-style.css means that I have to make the same edits in every update.
How can I remove uppercase from titles?
Category: Theming Tags:
AM: How to create templates for custom content type?
I have a new content type called 'mappage' and I would like to create a new template file for it so I can include some custom Javascript when the page is displayed.
What's the proper way to create a new template file? Or if that is not the right way to inject a .js file let me know :)
Thanks!
Read more »Category: Theming Tags:
Learn how to unlock more of Drupal's potential with Fusion theming at DrupalCon San Francisco
The TopNotchThemes team will be at DrupalCon in full force! Most importantly, we'd like to show you how to build more flexible themes faster, without reinventing the wheel -- with Fusion. If you want to see this session at DrupalCon, vote now!
Read more »Category: Theming Tags:
Multi-language with page-front.tpl.php
Hi,
I will change my web site to multi-language. I use page-front.tpl.php in Acquia Slate. The page-front.tpl.php is used only for the default language. What should I do?
hosias.
Read more »Category: Theming Tags:
According to Fusion handbook header region so float left of logo but in Acquia Marina is is *below* the logo?
I was looking at the Fusion handbook and saw this diagram illustrating the various regions in Fusion:
http://drupal.org/files/images/fusion-theme-regions.png
According to the diagram the Header region floats to the right of the site logo. However with my Acquia Marian 6.x.3-0.alpha installation, the Header region is below the logo. I've attached a scree shot to illustrate.
Did I misunderstand the Fusion diagram?
Read more »Category: Theming Tags:
Fusion's Styling for blocks not available in Acquia Marina?
I'm using Acquia Marina 6.x-3-0.alpha1. On the project page (http://drupal.org/project/acquia_marina) there is a link to 'Fusion handbook - for Acquia Marina 3.x' (http://drupal.org/node/629408)
The Fusion handbook mentions block configuration settings for 'Styles'
Read more »Category: Theming Tags:
Needing some help in changing Slate's colors
Hi all,
I'm new to this and really like Slate, but would like to change up the black/dark grey background to something more blue/purple. I'm aware that this would be done in the CSS (I've not got much experience there) and that it would be even better to put changes in my local.css file. As a test I put the following in my local.css:
body {
background: #fff
I'm aware #fff is white, but I've not seen any difference in my theme even after flushing the cache. Any help would be greatly appreciated.
Read more »Category: Theming Tags:
How to edit a node
Greetings!
I am building a community website and I chose the Acquia Prosper as my theme.
Now what I would like to do is add an additional line of text under the "Submitted by (user), on (date)" line, in each post, which it will say "Message (user) now!". I am already using the privatemsg module for personal messages communication for the website's users.
Any ideas on how is that possible? I really like this theme and I don't want to have change to it now...
Cheers,
Mike
Category: Theming Tags:
Splitting Header horizontally, how-to for Acquia Marina?
Right now, my site's logo is taking up the space between the Header Top and Header sections. My logo is left-aligned so on the right side I have all this unused white space. I'd like to put it to good use by putting a block in there, perhaps the search bar or the language switcher block.
So one question:
1- To do this, do I need to add a new region? If so how?
And one feature request:
1- Could future releases of Acquia Marina have a Header First and Header Right region added?
Read more »Category: Theming Tags:
Adding a Newsticker to Acquia Marina
I'm a big fan of Acquia Marina, and recently adapted it for a customer's new site and branding. See:
http://www.reachinsurance.co.uk/
I used the Newsticker module to add a scrolling jQuery slogan in the preface section. This was really easy to implement and to theme. If anyone else fancies a go, it's as easy as enabling the module, adding the newsticker block to the preface-first region and pasting the following into your local.css
Read more »Category: Theming Tags:
Acquia Marina in CVS
This isn't really a support request, but it seemed like the best category.
I'm playing with the Fusion version of Acquia Marina. First of all - hats off! I've always liked the base look of AM, but the features of Fusion are too good to pass up. I was really glad to see that I can now have both.
Read more »Category: Theming Tags:
Acquia Slate and ubercart -- after main product image, images are all sticked together.
Hi,
I am trying to use Acquia Slate and ubercart together.
The only problem right now is about the product images.
The first main image is no problem. However, for the second images and the following, all the images would be sticked together.
I tried to add some space between the images, but the product node cannot be showed properly. All the product info would be push to the the bottom and cannot work well togather with the sidebar first area.
Read more »Category: Theming Tags:
Missing </div> tag, possibly Acquia's fault
I have set up a view to show all blog nodes, a very simple thing. Unfortunately if a blog node has comments, the edit/reply links in the comments don't work. I believe the cause is a missing tag.
You can see the problem on my page at http://www.cachekuni.com/blog
If you use the HTMLTidy validator at http://validator.aborla.net/ and feed it the URL above it will report back 6 errors, one of which is:
72:
Read more »Category: Theming Tags:
How to add captions to images
I'm using Acquia Maraina and would like to add image captions to my jpg's. Is there a way to do this using the theme or should I be looking into using a Drupal module instead?
Read more »Category: Theming Tags:
Waffles style breadcrumbs on Fusion enabled Acquia Marina
I have a site running Acquia Marina 3.x on Drupal 6.x
I have tried the Waffles customization of the theme but wasn't impressed with how it worked in IE6 and IE7. Instead, I've chosen to use the Fusion version of Acquia Marina but I would still love to have the fancy breadcrumbs used in Waffles. Does anyone know how to modify it to work? I tried just copying the images, css, and page.tpl.php section however it didn't look anything like it should.
Any ideas?
My site is: http://www.day-trips.ca/
Read more »Category: Theming Tags:
How to remove border-bottom?
I'm using Acquia Marina (6.x-3-0-alpha1); it's working splendidly.
I'd like to remove the 1px border that it's adding at the bottom of my page posts however, what's the 'prefer/correct' way to do this? I think I've tracked the border down to this CSS in acquia_marina/css/fusion-acquia-marina-style.css
div.node.full-node div.content {
border-bottom:0 solid #D6DDB9;
}
The reason I want to remove it is that there is also a 1px border on top of the footer and I think it looks strange to have two 1px borders so close to each other.
Read more »Category: Theming Tags:
Acquia Marina - moving sidebar last to right sidebar
Hi everybody again,
I need a hand on moving the sidebar last in acquia marina to a real right sidebar, anybody guess how?
Any Help will be appreciated.
Thanks
Pietro
Category: Theming Tags:
How to create a sub-theme of Acquia Marina?
Hi, I'm fairly new to Drupal but learning quickly. I am running a multi-site Drupal install on a VPS that will only house Drupal sites. I am using subdomains for the multi-site functionality, which is working fine, symbolic links and all.
Read more »Category: Theming Tags:
Padding Issue with Acquia Prosper
I have having an issue removing the padding from the regions within in the Acquia Prosper theme. I am fairly new to Drupal and Acquia Prosper, so I hope my explanations are sufficient.
Firstly, if you look at the first attached file (help1.png), I cannot removing the spacing at the sides of the shopping cart, that is contained within the "sidebar-last" region. I have set the padding in the the local.css file to zero but no luck.
Read more »Category: Theming Tags:
How do I remove link to blog in post...
I am running a site where I am the only blog poster, and I do not like the link to my blog. It is on the bottom of the blog post. How do I remove this?
Read more »Category: Theming Tags:
Display Author's username to link to content profile
Hi
I am using content profile for my profiles. And I have the Display author's username checked in the Acquia Marina theme. I would like the author's username to redirect to their content profile and not to the user account page as it does now. I believe that this will mean getting into the code... but I'm a newbie at PHP so don't know where to start. I've looked at several modules such as ME, Realname and Rules, but none seem to be able to make this work. If there's a way to change it in the code, then I will. Just looking for suggestions.
Thanks!
Tamela
Category: Theming Tags:
Log In for specific pages
Hi,
Drupal newbie here. I've got a client who wants some pages to require a login. I thought it would be done with permissions but I've not been able to figure it out. In the nav menu there's a link to a page called "Licensees". That needs to take the viewer to a login before they can view the page. Any help would be very much appreciated.
Thank you!
Category: Theming Tags:
Log In for specific pages
Hi,
Drupal newbie here. I've got a client who wants some pages to require a login. I thought it would be done with permissions but I've not been able to figure it out. In the nav menu there's a link to a page called "Licensees". That needs to take the viewer to a login before they can view the page. Any help would be very much appreciated.
Thank you!
Category: Theming Tags:
How do I position an image in the header area?
Hi there,
I'm mildly adapting Acquia Marina for this site: http://www.ablazepartners.org
I want to position an image in the header region, just after the logo.
Acquia Marina is fixed width, so the page renders in the middle of the screen. On my small laptop the beginning of the page is on the left of the screen, on a wide-screen monitor the page is centred and there is a wide margin on the left of the screen.
If I add a background image to the body like so:
Read more »Category: Theming Tags:
How do I position an image in the header area?
Hi there,
I'm mildly adapting Acquia Marina for this site: http://www.ablazepartners.org
I want to position an image in the header region, just after the logo.
Acquia Marina is fixed width, so the page renders in the middle of the screen. On my small laptop the beginning of the page is on the left of the screen, on a wide-screen monitor the page is centred and there is a wide margin on the left of the screen.
If I add a background image to the body like so:
Read more »Category: Theming Tags:
need 4 preface section
I start loving Acquia Marina since i found Drupal for its beauty and multiple regions, but now I'm facing the problem to add a preface region to the three originals.
I would like to have 4 preface regions 'cause I have 4 topics of the website and it would be a great stuff to position 'em in the preface bar.
Do you have any idea or can anybody please help me?
Thank you very much
Read more »Category: Theming Tags:
submitted By and Date
I'm trying to omit the submitted by info. can't find a theme setting in Acquia Marina v2 or 3 beta.
I have tried to remove the taq in template.php and the page..php.
i can't make it to work for me?
any idea?
many thanks
Category: Theming Tags:
Layered Photoshop PSD files now available!
the Acquia Marina drupal page says you can access the Layered Photoshop PSD files now available!
when you go the link it takes you to /groups.drupal.org/tnt
How can I downlaod the layered psd files.
many thanks
Category: Theming Tags:
How-to extract and use rounded box in other themese
I really like the Acquia Marina theme but unfortunately it doesn't perfectly fit my site. I'm wondering if perhaps I can extract the bits I like and merge them into another theme. I'm expecially interested in how it creates rounded box for side blocks.
Does someone have any tips or pointers on how I might possibly extract the css/code that takes care of this and put it into another theme, something like Garland perhaps?
Read more »Category: Theming Tags:
Need to remove...
What do I need to comment out in the page.tpl.php in order to make the long horizontal banner to stop from appearing along with the search field embedded into it and the little logo as well. I have an image I'm using in place of the seascape image and would like to turn it into the Home button now.
Best Regards - Tyler
Read more »Category: Theming Tags:
Flash .swf as the preface_sidebar background image
Hey all, I'm loving the Acquia_Slate theme, but I've run into a small hitch which I can't figure out.
I want to make the background that is displayed, when the preface_sidebar is enabled, a .swf with Flash animation. The default is the super nice purple rocks with the mission statement in the bottom right corner.
I've done a tonne of fiddling and cannot get the overlay to work correctly. Normally, the background is an image (.jpg) and the preface_sidebar overlays the image with a very slick transparency - all defined in the .css.
Read more »Category: Theming Tags:
Uneven column widths
Hi,
I'm working with the Acquia Marina theme for a client. They want the sidebar first narrower than in the base theme and they want the sidebar last wider than in the base theme. I've been playing around with the css but haven't figured out how to make this work. Has anyone else out there done this? Any tips would be greatly appreciated while I still have some hair left!
Thanks!
Read more »Category: Theming Tags:
Some feedback on theme
Have just created a site using acquia_slate: http://annarobertsgevalt.com
I am impressed with the quality of the theme, particularly the depth and detail of the css. In playing with the theme I was also interested to see how it forced me to think about the site in a different way, to define the site and it's work in a succinct, visual way. Almost like appearance forcing substance as it were.
Here are a few minor snags we ran into that we'd love some help with:
Read more »Category: Theming Tags:
GMap popups and calendar
I have recently upgraded an existing site, www.dance-ottawa.com, to drupal using acquia slate theme. Thanks - it looks great.
But I have an issue with the gmap module.
You can see the problem if you go to any dance school and click the pin in the map. This is supposed to popup details about the item at the pin.
The gmap popup uses white as a background colour for the popup, but the acquia slate theme is using its own colours for the text in the popup - making the popup unreadable.
Read more »Category: Theming Tags:
CSS Styles missing from my site when view in Internet Explorer (IE)
I'm having some problems with my site when view in Internet Explorer. My website (http://www.cincyliberians.com/) has no css styles apply when view in IE browser but works fine in Firefox, Netscape,etc. What I don't understand is why some of the pages have css styles in IE but some do not, especially the front/home page. I'm using the picture reloaded theme and when I switch to the default theme (Garland) or any other theme, it still does not have css styles. Please help me!!.
Read more »Category: Theming Tags:
Using both style and local css slowing load times
While viewing site load results from tools.pingdom.com I noticed the files in style.css were loading in addition to mods made in local.css. This is normal and expected however it does slow site load times. I my case it really had a great effect.
Read more »Category: Theming Tags:
stop drop down menu
There's lots of information on how to get the drop-down menu to WORK. But for some reason I can't seem to shut it OFF! Even when I have the Primary Menu items' expand option turned OFF (not checked, in other words), the menu is still dropping down. Any ideas?
Thanks!
Read more »Category: Theming Tags:
Acquia Marina - Move Sidebar_first up beside breadcrumb
Hi there! I would like to either move the breadcrumbs down, or somehow move the sidebar_first region up so the 2 are level along the top. I tried moving the breadcrumb code within page.php but it ended up being centered, and I'm still left with a gap under the blue bar. Any suggestions?
I'm using 6.14. And yes, I'm being a control-freak! ;)
Thanks in advance!
Read more »Category: Theming Tags:
Optimize CSS Doesn't Work in Firefox with Acquia Marina
Hi,
I have attempted to enable Optimize CSS under Performance - /admin/settings/performance
Yesterday it was working fine in Firefox and IE. Today, it works great in IE but breaks in FF (see image).
Has anyone else experienced problems with this?
I did find a similar issue with the drigg theme but am unsure how to apply the solution here - http://drupal.org/node/332118#comment-1561702 to the marina theme.
Read more »Category: Theming Tags:
Layout bug in Acquia Slate
I have a problem with the layout of the front page and certain of the system pages. A big unwelcome white square appears in the middle of the page, just after the header and before the rest of the content. This big unwelcome white square appears on most but not all pages, and it seems inexplicable. Attached are some screen shots -- two of them display the problem, and the third shows the page as it should appear with no big unwelcome white square. I have spent many hours looking for the cause of this problem, and I am now at the end of my rope. Any help would be appreciated!
Read more »Category: Theming Tags:
How do I remove the site slogan white rectangular bar in Acquia Slate
Hello to all:
Can someone please exxpalin to me in simple laymaan's language how to remove the site slogan white rectangular bar in Acquia Slate theme.
Please see attached.
Thanks in anticipation of an quick response.
Regards
O
AttachmentSize
Slogan bar.png181.28 KB
Read more »Category: Theming Tags:
Changing the Primary Menu BG color? Screenshot included.
I am attempting to use a custom logo that fills most of the space in the Header. My only issue is that the Primary Menu creates a white background that I cannot get rid of. I attempted to add:
"
background: #C7F4F1
"
To the:
"
primary-menu-wrapper {
margin: 0 auto;
position: relative;
width: 960px;
z-index: 5; /* fixes IE z-index bug */
}
"
Read more »Category: Theming Tags:
How do I change the Green Color on the menu blocks!?
I have watched the video, read the tutorials and played with my style.css file!! I've changed my image files, background, footer, legal, search bar etc color, but I STILL cannot for the life of me figure out how to change the GREEEN color on the menu blocks (the default color that is shown, for example, where it says User Login)
Please help!
Read more »Category: Theming Tags:
Second Search Box
OK, so I'm LOVING Marina! I've been able to VERY EASILY customize it beyond belief... so thanks for such an awesome theme.
Read more »Category: Theming Tags:
Image being duplicated as a result of modification in local.css
Have a situation wherein I want to indent items in a ul, li and who also have the h3 tag. I've modified the local.css file with the following:
ul li h3 {
background:transparent url(images/green-bullet.png) no-repeat scroll left;
list-style-image:none;
list-style-type:none;
padding-left:1.666em;
}
Category: Theming Tags:
Anyone remember a site in orange and white posted as a Slate Showcase?
There was before a site basically in orange on white bg based on Slate. If that site still exist I would be happy if someone has a link to it.
Thanks!
Eva
Read more »Category: Theming Tags:
Add image to header region.
Good day,
I have two questions, dont think its really hard for developers but kinda confusing for the beginner. I have Drupal 6.13.
In Acquia Slate I would like to add image to the header region(i dont have a slogan or search) and have it to be displayed on all pages except front page. I already have the front page I want but would like to see additional image on header when I click any of my primary links.
Could you please advise how I separate whats displayed on front page and whats on other pages.
Thank You.
Category: Theming Tags:
APK and Acquia Marina (Rounded Corners Issue)
I am trying to make my profiles with APK but have the issue that I get rounded corners with a white background (see attached pic). I cannot switch to Acquia Marina Rounded Corners style because APK seems to be fixed on its own style. My solution would be to change the background colour to white but I cannot figure out where to put it. I figured how to change the main wrapper to white but I only want to change the colour on profile pages.
I tried changing
background: white;
clear: none;
margin: 12px 0;
Category: Theming Tags:
Slate Postscript regions. Blocks throw off alignment
I have 2 issues
First
In IE7 I cannot figure out how to chage the background of my Postscript regions. They are black. I have changed it in my local.css and it shows correctly (#292929) in Firefox and Safari) But I cannot get it changed in IE7 and I have a huge black box in the postscript region.
Category: Theming Tags:
Problems with Acquia Marina
We are using the Acquia Marina theme on our site (http://www.hcpl.net). We are having some problems with it just on some pages our consultant made for us using CCK--the issue is isolated just to the pages for each of our locations (we are a library system).
Read more »Category: Theming Tags:
Categories
Recent comments
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
- мой комментарийcastledwel
