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?
remove select options color from top banner (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: remove select options color from top banner
#5308
jnmoore (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
remove select options color from top banner 1 Month, 2 Weeks ago Karma: 0  
Hi,

New at this. Customizing top banner and have replaced vector graphic and template logo.

How do I lock in the site color choice (brown) and get rid of the choice display at the top? I looked at the css but not obvious to newbe me.

Thanks,

John
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5311
Marco (User)
Senior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: France Birthdate: 1969-08-06
Re:remove select options color from top banner 1 Month, 2 Weeks ago Karma: 1  
hello,

to lock your color choice, set the default color in the template parameter in joomla (1.5.x)

else, just have a look at line 168 to 176 (RationalMagic Rev2) of index.php :

Code:


<div id="color-text"><span>Options :</span>
<div id="color-icons">
<!-- Theme Switcher -->
<a href="" class="blue-color" onclick="changecolor('blue');" title="changer pour du bleu">blue-color</a>
<a href="" class="green-color" onclick="changecolor('green');" title="changer pour du vert">green-color</a>
<!--<a href="" class="brown-color" onclick="changecolor('brown');" title="changer pour du marron">brown-color</a>
<a href="" class="peachy-color" onclick="changecolor('peachy');" title="changer pour du rouge">peachy-color</a>-->


here the two last one are disable with <!-- and -->

you can also use the "id" in your .css, and to swich them all off just have a look there :
http://www.joomlajunkie.com/members-forum/rational-magic/how-to-turn-off-theme-and-font-switcher.html
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5535
jnmoore (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:remove select options color from top banner 1 Month, 1 Week ago Karma: 0  
Hi,

Sorry I didn't really understand your reply (my ignorance) but did manage to get rid of the color boxes and type size choice. I still have the arrow with "Select options" visible -- do I delete a line for this or is this a graphic element?

Thanks,

John
johnagon.com
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5540
stoker (Admin)
Admin
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:remove select options color from top banner 1 Month, 1 Week ago Karma: 9  
Hi John,
The background image on the options box is set via css. Depending on which color you have set to your default, you will need to remove the reference from the relevant color specific css file.

An example of this (if you color choice was set to green):
#color-text {
background:transparent url(../images/green/select.gif) no-repeat scroll 0% 0%;
}

The above css is located in your green.css.php (around line 58).

Let me know if you get stuck at all

Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5553
jnmoore (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:remove select options color from top banner 1 Month, 1 Week ago Karma: 0  
Thanks Chris

I deleted this from the brown css;

}
#color-text {
background: url(../images/brown/select.gif) no-repeat;

The arrow image no longer displays which is good but the words "Select options:" are still visible and I don't see where this is located in the css?

John
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5558
Andy (Admin)
Co-Founder of JoomlaJunkie
Admin
Posts: 693
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male Location: Cape Town, South Africa
Re:remove select options color from top banner 1 Month, 1 Week ago Karma: 14  
Set display: none on your #color-text like this

#color-text {
display:none;
}

This will hide the entire block switcher block.
 
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.