Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

simple shop

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

ok thanks

For this question?
Are working to change background colors in the file 'theme.css'
What Should I Change That line to the Main Menu?

Ferdy
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
He Ferdy,

Are you after changing the background or font colr for the main menu? I might have misunderstood the question. Maybe illustrate with a screenshot?

Thanks,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
I think I just understood.

If you want to remove the heading 'Main Menu' then you need to do this in the module manager.

Find the module called Main Menu of the type mod_mainmenu and in the parameters for it, disable the title from showing.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hello Jason,
very difficult to explain.
I am attaching the file to a better understanding of the final result to be obtained.

Hello Ferdy
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Ferdy,

theme.css, line 116:

#leftCol ul li li a,#rightCol ul li li a,.moduletable-panelmenu ul li li a,li.level2 a,li.level3 a {padding: 4px 0 0 16px;font-size: 90%;background: #fdf9ed url(../images/sublevel_arrow.png) no-repeat 0 center;margin-left: 20px}
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Hello Seth
ok made the change.
I noticed these errors:

1) menu 'HOME' is still white

2) For example if I open the menu 'features' and pass the mouse over submenu returns the white, I would like to change this color. (Now the default color is gray, I want to change the color green)

you can see it too.
www.aniloae.com/joomla
hello
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Hello Seth,
no response to my previous posts?
hello :(
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Hey Ferdy,

For the first issue,

theme.css line 117
#leftCol ul li a, #rightCol ul li a, #leftCol ul li span.separator, #rightCol span.separator {
background:none repeat scroll 0 0 #fdf9ed;
border-bottom:1px solid #EEEEEE;
font-size:1em;
}

The second problem should be fixed by that as well.

Let us know.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hello Jason
Thank you for your interest in my problem.

In the file 'theme.css', line 116 - line 117, are written correctly according to your specifications.

updating the web page the problem is not solved.

Cheers,
Ferdy
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
It looks fine from here.

I guess you were looking at cache.

It looks great now.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Sorry, but I did not understand what you mean.
Hello
ferdy :(
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
I looks like the problem is fixed.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
I do not see any changes on the home page.
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Ah! Now I see what you mean.

I think that maybe is the body color showing through, where you have background:none. Try replacing that with background: #fdf9ed
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
I made the changes as per your post.

changed background color # fdf9ed, and change line 122-127 (attached file).

I updated the web page, nothing has changed
hello :(
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
sorry I forgot to attach files
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Hey Ferdy,

Sorry we have been missing the one place this needs to be changed.

In the templates,

/js/template.js file

(function(jQuery){jQuery.each(,function(i,attr){jQuery.fx.step[attr]=function(fx){if(fx.state==0){fx.start=getColor(fx.elem,attr);fx.end=getRGB(fx.end)}fx.elem.style[attr]="rgb("+[Math.max(Math.min(parseInt((fx.pos*(fx.end[0]-fx.start[0]))+fx.start[0]),255),0),Math.max(Math.min(parseInt((fx.pos*(fx.end[1]-fx.start[1]))+fx.start[1]),255),0),Math.max(Math.min(parseInt((fx.pos*(fx.end[2]-fx.start[2]))+fx.start[2]),255),0)].join(",")+")"}});function getRGB(color){var result;if(color&&color.constructor==Array&&color.length==3)return color;if(result=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color))return[parseInt(result[1]),parseInt(result[2]),parseInt(result[3])];if(result=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color))return[parseFloat(result[1])*2.55,parseFloat(result[2])*2.55,parseFloat(result[3])*2.55];if(result=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color))return[parseInt(result[1],16),parseInt(result[2],16),parseInt(result[3],16)];if(result=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color))return[parseInt(result[1]+result[1],16),parseInt(result[2]+result[2],16),parseInt(result[3]+result[3],16)];return colors[jQuery.trim(color).toLowerCase()]}function getColor(elem,attr){var color;do{color=jQuery.curCSS(elem,attr);if(color!=''&&color!='transparent'||jQuery.nodeName(elem,"body"))break;attr="backgroundColor"}while(elem=elem.parentNode);return getRGB(color)};var colors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);

jQuery("#rightCol ul li a,#leftCol ul li a").hover(function() {
jQuery(this).animate({ backgroundColor: "#f9f9f9"}, 300);
},function() {
jQuery(this).animate({ backgroundColor: "#fff" }, 300);
});
});

CHange the background color values there and you should be fine.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hello Jason,
ok now it works perfectly the color of the menu.

panel does not open / close (panel registration)

Ferdy
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.
Hey Ferdy,

Looks like the change you made might have introduced a bug in the javascript.
Can you make sure that only the color and nothing else was changed?

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hello Jason
I removed the background image as per your advice.
The panel does not work yet.

Hello Ferdy
  • hi-tech's Avatar
  • hi-tech
  • 12 Month Developer
  • 51 posts
  • Karma: 0
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers