In order for us to help you faster, please always include the following in your posts:

  • A link to your website (if developing offline please include a screenshot).
  • The exact Joomla! version (J!1.5.7) you are running.
  • The template version from the xml (located in "site root / templates / template name / template_details.xml")
  • Your servers php version.
  • Which browser(s) the issue is occurring in.

This information should be in the following format:

WEBSITE URL:
http://www.pietsnot.com
JOOMLA VERSION:
1.5.5
TEMPLATE VERSION:
1.4
PHP VERSION:
5
AFFECTED BROWSERS:
IE6, IE6, FF3, FF2.01

DESCRIPTION:

I am unable to get my suckfish menu to work in the above mentioned browsers.

It is also important that you check the following before posting:

  1. Have you have read the templates guide. (http://moourl.com/guides)
  2. Have you tested another template to see if the issue is related to your website or the template.
  3. Have you tried installing a fresh copy of the template to see if the problem exists in the original packaged version?
HIDE THIS MESSAGE
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Invisible things (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Invisible things
#4841
wilsonpro (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Invisible things 1 Month, 3 Weeks ago Karma: 0  
Very pleased with the look of Extreme Blogger Lite, however I have the following issues and would like some help please?

1) When in TinyMCE 2.0 (in from front end only) Styles, Formatting and Font Family drop down boxes have invisible text (white on white)
2) Navigation buttons NEXT and LAST are invisible until mouse-over.
3) Navigation buttons NEXT and LAST have an un-needed black box surrounding both buttons
4) <hr> lines do not show up in articles
5) Text typed into the user name and password are invisible

My website is http://gbc.org.uk.

Thank you

Andy
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5288
wilsonpro (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Invisible things 1 Month, 2 Weeks ago Karma: 0  
I have solved question 5 as follows, but am still puzzled about questions 1 to 4, can anybody can help please?
Question 5) Text typed into the user name and password are invisible
Answer:

To fix white login text on white background edit near line 916 in customize.css

/* Login Form Styling */
div#sidebar input.inputbox {
border: 1px solid #E5E5E5;
background: #F5F5F5;
width: 160px;
padding: 2px 5px;
color: #f2f2f2; (change value to #000000
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5309
waseem (Admin)
Admin
Posts: 332
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: South Africa Birthdate: 1989-05-14
Re:Invisible things 1 Month, 2 Weeks ago Karma: 3  
Hi, if you use the Mozilla browser,
go to www.westciv.com/xray
drag that box saying XRAY to your bookmarks,
go to your website then go to your bookmarks and click xray
this should hlelp you inspect your elements better,

also the google chrome browser has a very advanced inspect element feature you can enjoy..

A question also
does this happen with other templates?
 
Report to moderator   Logged Logged  
 
------
debug your code with firebug at http://getfirebug.com/
------
Scan your css with XRAY for web developers at http://westciv.com/xray
------
  The administrator has disabled public write access.
#5324
Andy (Admin)
Co-Founder of JoomlaJunkie
Admin
Posts: 692
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Cape Town, South Africa
Re:Invisible things 1 Month, 2 Weeks ago Karma: 14  
Hi Wilson,

I must apologize for this.... I think that this is something we left out when creating the lite version of this template (dark was first) it appears some of these styles were not edited as they were not active. We will take a look at this and rectify asap..

Please can you post links to the relevant pages with the problems...

Thanks
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#5330
Andy (Admin)
Co-Founder of JoomlaJunkie
Admin
Posts: 692
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Cape Town, South Africa
Re:Invisible things 1 Month, 2 Weeks ago Karma: 14  
1) When in TinyMCE 2.0 (in from front end only) Styles, Formatting and Font Family drop down boxes have invisible text (white on white)

Where do I see this?

2) Navigation buttons NEXT and LAST are invisible until mouse-over.
3) Navigation buttons NEXT and LAST have an un-needed black box surrounding both buttons

fix the above 2 items as follows:

Look in customize.css for

Code:

th.pagenav_prev a:link, th.pagenav_prev a:visited, th.pagenav_next a:link, th.pagenav_next a:visited {
border:1px solid #333333;
color:#FFFFFF;
padding:5px 14px;
text-decoration:none;
}


REPLACE WITH

Code:

th.pagenav_prev a:link, th.pagenav_prev a:visited, th.pagenav_next a:link, th.pagenav_next a:visited {
border:1px solid #ccc;
color:#444;
padding:5px 14px;
text-decoration:none;
}


LOOK FOR: customize.css (around - line 518)

Code:

.pagenav {
border:1px solid #333333;


Code:

remove border..."border:1px solid #333333;"


LOOK FOR - customize.css (around - line 547)

Code:

th.pagenav_prev a:link, th.pagenav_prev a:visited, th.pagenav_next a:link, th.pagenav_next a:visited {
border:1px solid #333333;
color:#FFFFFF;
padding:5px 14px;
text-decoration:none;
}


REPLACE WITH

Code:

th.pagenav_prev a:link, th.pagenav_prev a:visited, th.pagenav_next a:link, th.pagenav_next a:visited {
color:#444;
padding:5px 14px;
text-decoration:none;
}


4) <hr> lines do not show up in articles

I dont see where the problem is but try this

LOOK FOR

Code:

hr {
border: none;
height: 1px;
margin: 10px 0;
}


REPLACE WITH

Code:

hr {
border: 1PX SOLID #444;
height: 1px;
margin: 10px 0;
}

5) Text typed into the user name and password are invisible

I dont see this behavior at all.... All inputs work fine for me.

If you let us know about the other ones, we can take a look for you and get them fixed. We will also apply these fixes to the download.

Cheers,

Andy
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Love Thy Favicon!

Click on a block to select it..


  • Template Club

    We have included a number of subscription options to give you access to all our templates. readmore

  • JoomlaJunkie Blog

    Have you seen the JoomlaJunkie Blog, where we will be covering all kinds of exciting topics! readmore

  • Help & Support

    We offer various types of support to assist you getting setup with your new template. readmore

  • Demo Templates

    Not had a look at our templates yet? Why not head over to our demo server to take a peek!! view demos

 
  • Copyright ©2008 JoomlaJunkie.