Help changing a menu


Author Message
Daniel

Posted: 9/25/2010
Quote message 

http://i55.tinypic.com/300dwyu.jpg

what are those called in artisteer? and where do i change them at?
 
Lawrence

Posted: 9/25/2010
Quote message 

Those are the node tabs. You can style them manually using the class "tabs" or you can change your button's appearance. The button appearance is set through Artisteer and is global. To get unique styling for them, you'll have to edit them manually. Anymore questions, feel free to ask! :-)
 
Daniel

Posted: 9/25/2010
Quote message 

thanks! i do have one more question. these fields, how do i change the color of them. its hard to read what they say sometimes. someone told me on the drupal forum to put this in my style.css

.status {
background: SOME_BACKGROUND_COLOR;
border: 1px solid SOME_BORDER_COLOR;
}

div.error, tr.error {
background: SOME_BACKGROUND_COLOR;
color: SOME_FOREGROUND_COLOR;
}


http://i53.tinypic.com/2yyv210.jpg heres the pic of what it looks like
 
Lawrence

Posted: 9/25/2010
Quote message 

Here's a brief tutorial on styling tabs.

1 - Declare the tab ---> <div class="tabs">

2 - Display the tab ---> <?php print $tabs ?>

3 - (Don't forget to close it with </div>)

4 - Tabs CSS

.tabs {
code-goes-here
}

.tabs ul.primary li a {
code-goes-here
}

.tabs ul.primary li.active a {
code-goes-here
}

.tabs ul.primary li a:hover {
code-goes-here
}


Now I'm gonna take a swing at sounding amateur, which I am, but I believe you could style them without the "Tabs" class. I haven't styled tabs much, but tweak that code a bit and you should get something working.

Note: Flush your caches.
-You could use Admin Menu "Flush Theme Registry"
-You could use Drupal's default "Flush Cache"
-You could just disable "Optimize CSS files"

Anymore questions, don't hold back. I'll do my best to help. :-)
 
Lawrence

Posted: 9/25/2010
Quote message 

I'm sorry but I couldn't help but navigate on over to your website out of curiosity. Found the URL in the image you posted. Seems you're either printing $messages twice or using $closure twice. It's probably due to a module. Thought the info would help. :-)
 
Lawrence

Posted: 9/25/2010
Quote message 

Here's an image, it happens randomly so I took a mug shot of it. http://tinypic.com/view.php?pic=aziau9&s=7 :-)
 
Daniel

Posted: 9/25/2010
Quote message 

thanks for finding that...any idea of how to fix it?
 
Mark C

Posted: 9/26/2010
Quote message 

The site seems to be having some major css issue at the moment.

See:
http://tinypic.com/r/2qn1pwj/7
 
Daniel

Posted: 9/26/2010
Quote message 

yea, it was when i was trying to change something last night..i was too tired to fix it. the site isnt launched yet, so i have room for error :)