media 65
Home | Login | Register | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:   Password: 

Password Reset
Close


Go Back   Media 65 Forums > Joomla > Joomla Templates

 
 
Thread Tools Display Modes
  #11 (permalink)  
Old 03-26-2007, 09:44 AM
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

5sccorp

There is no "frontpage module" all the formating in most cases is
in the template_css.css style sheet.

If you added DW Styles in the main index.php this will override
the template_css.css because it's last to be called.

Question do you use Firefox?

Last edited by admin; 03-26-2007 at 09:46 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #12 (permalink)  
Old 03-26-2007, 10:05 AM
Junior Member
 
Join Date: Sep 2006
Posts: 14
Default

yes, firefox. all the style info is now in the template_css.css as i mentioned and you also mentioned for the DW layers (divs).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #13 (permalink)  
Old 03-26-2007, 10:34 AM
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

Ok do you have a copy of “Web developer extension” for Firefox?

If you don't please download it.
https://addons.mozilla.org/en-US/firefox/addon/60

What this will do for you in short the extension comes with a lot of features.
The one you need to use is the view style information.
This will “Id” the CSS that you need to edit.
See: attachment picture

Using our: Joomla Template Kit Visual CSS Reference 1.0.X
http://www.m65.net/articles-joomla!-...la-css-51.html

and this tool you should have no issue finding the CSS section that needs
to be edited to make the page look the way you like.


1. Install the extension
2. Open your FF browser to template page your working on.
3. Select “View Style Information” in the FF extension.
4. point your mouse cursor to the area with the issue
5. ID the CSS call name
6. Lookup the CSS name "ID" via Joomla Template Kit Visual CSS Reference Guide
7. Edit the template_css.css with your changes

That should do it.
Attached Images
File Type: gif Joomla_Template_Kit_css_view.gif (7.9 KB, 6 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #14 (permalink)  
Old 03-26-2007, 01:19 PM
Junior Member
 
Join Date: Sep 2006
Posts: 14
Default

cool tool. from what i have been reading in joomla.com forums, it seems that the frontpage settings can not be changed. only though hacks. this may be something you may want to look into for your next release.

as for the css line, it said it is the td ID. i set that to transparent and nothing happened.

thanks for the hand. i will keep reading the post at the joomla site. if you find anything, it would be appreciated as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #15 (permalink)  
Old 03-26-2007, 01:39 PM
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

I don’t know who said that but there are a ton of all black background templates out there.
The “front page” is a component and is still under the control of the “Main body” call
Via the CSS Style sheet you can color it what ever you like. You don’t hack to hack anything.

Just the edit CSS section:
/* ############# CONTENT - SECTIONS & CATEGORIES
/* Main Body Text */
.contentpane {background: White;}
.contentpaneopen {background-color: White;}
/* Main Body Text */

I don’t get it what are you trying edit?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #16 (permalink)  
Old 03-26-2007, 02:29 PM
Junior Member
 
Join Date: Sep 2006
Posts: 14
Default

i have already changed that setting, and that worked fine for the rest of the site. take a look at:
The Home of JumpersPartyPad.com - Home

then look at the Open Bounce link which has the setting you show changed to transparent. for some reason the frontpage has a white background. i have changed all the white settings in the template_css.css file as well as checked my code in index.php to see if there is anything else causing the white. i can't find anything anywhere?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #17 (permalink)  
Old 03-26-2007, 02:39 PM
Junior Member
 
Join Date: Sep 2006
Posts: 14
Default

finally found it. it seems that the frontpage falls under the blog section of your template css. i updated that to transparent and that fixed the issue. may want to not that under your documentation for future uses. the web developer tool is great, thanks for that link and all the support.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #18 (permalink)  
Old 03-26-2007, 03:09 PM
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

I’m glad you found out what I’ve have been telling you from the start.

Go to the CSS style sheet:
http://www.m65.net/article-pages-joomla!-knowledgebase-content---sections-and-categories-51-93.html#1_1

Content - Sections & categories
FF Control key & F Key find "blogsection"
/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{ height: 18px; }
.blog_more{ height: 18px; }
.blog_heading { height: 18px; }
/* space from bottom of article */
.article_seperator{background-color : #FFFFFF;}
/* End blogsection */ Please note: that a Blog is a layout style not just part of the “front page component!”
You can add this layout style to almost any article category via the menu system.

See this old video:

123 Web Kit - Working The Mambo Menu System: Adding Menu Blog Category



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #19 (permalink)  
Old 03-26-2007, 03:15 PM
Junior Member
 
Join Date: Sep 2006
Posts: 14
Default

sorry for the headache. eventhough i had read everything, i just seem to have not seen the frontpage part under the blog area. thanks again for all the "holding hand" support. it's the little things that always get me...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #20 (permalink)  
Old 03-26-2007, 08:35 PM
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

Hey happens to all of us.
Cheers,
Brian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 01:46 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0