By JillJack on
http://www.ug.bcc.bilkent.edu.tr/~oyilmaz/untitled.jpg
Which file contains this tracker? it keeps track of the navigator. How will I delete it ?
http://www.ug.bcc.bilkent.edu.tr/~oyilmaz/untitled.jpg
Which file contains this tracker? it keeps track of the navigator. How will I delete it ?
Comments
that's the breadcrumb, if
that's the breadcrumb, if you want to get rid of it on each and every single page, then look for something like this in in page.tpl.php of your theme:
<?php print $breadcrumb ?>and delete it.
Thanks, I now deleted it,
Thanks, I now deleted it, but have another problem,
http://www.ug.bcc.bilkent.edu.tr/~oyilmaz/untitled2.jpg
To the place of the breadcromb, I wanted to add a menu (which is a nice menu module), However when I try to add, it does as in the picture, When I create the region under the primary links, it again crashes and put the menu on the Web Site's name, I want it exactly on the place that is shown in the picture. Can you tell me how can I put it to there ?
Ah, I don't like Garland,
Ah, I don't like Garland, especially because of its many position:absolute divs. Can you check whether your menu is embedded in any div? If yes, does it have a unique ID, or at least a class name that seems to be not used anywhere else?
If class name, replace .breadcrumb with .CLASSNAME in style.css of the Garland theme (should be 4 instances). if ID, then replace .breadcrumb with #ID. This might work.
I just downloaded the menu
I just downloaded the menu module and installed, Where can I find it's code ?, In which file can I see it ? :/ as you see I am pretty new to drupal
Have you got Firefox? If no,
Have you got Firefox? If no, get it, if yes, get Firebug, and learn how to use it and you'll find the respective css quite easily.
So long, just open the sourcecode of the page you are looking right now, try to find the nice-menu part somewhere and if you can't locate exactly where it starts/end, just copy and paste a bit more than seems reasonable in here and I try to figure it out for you. just embedded it in < code >
Firebug is really an invaluable tool for developing, so you really should have it and learn how to use it in any way!
I am using firefox but not
I am using firefox but not firebug. Can you tell me again, in what way firebug will help me ?, I mean what does it for ?,
and here is my source file,
http://www.ug.bcc.bilkent.edu.tr/~oyilmaz/document.rtf
Try to replace .breadcrumb
Try to replace .breadcrumb in style.css with #block-nice_menus-1, if that doesn't work I would need access to it, i.e. could you just put it online somewhere, to fiddle around with it a little bit more.
Firebug, well, it's a great tool, what else can I say :)
It lets you inspect the html/css/javascript code on the fly, you open it, click on inspect (there is also the glasses icon that does this), hover over any object on the page and you see instantly the relevant html code. On the right hand side you see the applied css and where it is applied. At the same time you can edit the whole thing with Firebug, the html, the css, the javascript, you name it, and you see instantly the effects. Obviously, this is just for testing purposes as Firebug doesn't save anything and as soon as you hit F5 (refresh) it's all gone.
But for things like this, it's perfect.
P.S. I'm off now, so will reply tomorrow at the earliest.
Thanks :) You really helped
Thanks :) You really helped me much, it works now greatly...:P
Glad to have been able to
Glad to have been able to help you out
As well
riley-huff
I was working on the very same problem today...saved me some work! Thanks again