Artisteer 3.0.0.33215 Beta and Drupal 6 issues


Author Message
Greywolf

Posted: 11/20/2010
Quote message 

I was playing with the beta, and though it will allow me to build a trial template, when I tried to use it, I have three areas where the text is blown up to a huge font size (the online users, Calendar, and NWS Weather forecast.) I have gone through the settings time and time again and cannot for the life of me figure out what is causing these three spots to have text blown up to near 32pt fonts.

I do like the fact that we finally have the ability to use percentages now for width instead of fixed width, and a lot more controls available for the look and feel of our themes.
 
Mark C

Posted: 11/21/2010
Quote message 

I think the answer lies in the "Beta" part of the software you are using. File this as a support request using the "Support" link on the left so Artisteer know it exists and will get to work fixing it.

 
Lawrence

Posted: 11/21/2010
Quote message 

I've said it a ton of times on these forums, and I'll say it again. Use Google Chrome to find out the classes of your themes, this way you don't have to look through every single Artisteer theme file. :-)

Right click, inspect element, to the right there will be a box with all the styling. Change as fit, copy your changes and paste them at the end of your style.css file. Hope this helps.
 
Hunter Gatherer

Posted: 11/22/2010
Quote message 

@Lawrence: Thanks for that tip...
 
Greywolf

Posted: 11/22/2010
Quote message 

Quote Lawrence:

I've said it a ton of times on these forums, and I'll say it again. Use Google Chrome to find out the classes of your themes, this way you don't have to look through every single Artisteer theme file. :-)

Right click, inspect element, to the right there will be a box with all the styling. Change as fit, copy your changes and paste them at the end of your style.css file. Hope this helps.

I use Firefox with Firebug, but I get the idea of what you're wanting me to try. I'll give that a go and see if I can get any results with the suggestion.
 
Greywolf

Posted: 11/22/2010
Quote message 

Okay, I found the issue for all using the beta of Artisteer 3 and Drupal 6.

Under style.css, you need to comment out the following section:

.art-postcontent p

this entire module, so that any headings you choose in your theme will display as you set them to.

Finally got my text displaying the way I wanted it to. Hope this helps someone else.

Greywolf
 
Greywolf

Posted: 11/23/2010
Quote message 

Updated: Okay, I found the issue for all using the beta of Artisteer 3 and Drupal 6.

Under style.css, you need to search for the following section:

UNDER the .art-postcontent p secion, comment out the font size line or change it to something like 12px;.

Also: If you use the text zoom module, you will have to remove the font size line under the art-main at the top of your style.css file.