Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Dashed Border around the centered Menubar (http://forum.bytesforall.com/showthread.php?t=2402)

Bud66 Jul 13, 2009 08:05 AM

[SOLVED] Dashed Border around the centered Menubar
 
Hi there,

i´ve centered the Menubar. In the right and the left of the menubar, there is a dashed borderline. How can i disable this? Can someone help me please?

http://www.hsv-habenhausen.de/hsvhabenhausen/

Greetings.

juggledad Jul 14, 2009 06:22 AM

what have you got set at ATO->Page Menu Bar->Border around all menu items?

kirth Jul 14, 2009 10:05 AM

I have the same problem. New to WP and Atahualpa. Changing the border option affects the borders of the page links themselves, but not the page bar where no links appear. Same issue with the cats bar. LOVE the theme, but must destroy dashed lines...

Thanks in advance for help,

Kirth

kirth Jul 14, 2009 02:08 PM

Solution found, from this thread from a few days ago. Still, it's a bug in the ATO.

http://forum.bytesforall.com/showthr...ghlight=dashed

juggledad Jul 15, 2009 05:16 AM

Add the following to ATO->Add HTML/CSS Inserts->Css Inserts
HTML Code:

div#menu1 {
border: solid 1px #ccc;
}


juandrah Jul 17, 2009 01:15 AM

Just getting started and had this issue too, thanks. Also have a similar issue with changing the color of the text in the date/category line on the home page. Links change but not the text. Look for this in css.php also?

Quote:

July 15th, 2009 | Category:Uncategorized | One comment | Edit this post
Now to business, I figure that ATO is the admin panel but what does ATO stand for please?

also... your fix...

Quote:

Add the following to ATO->Add HTML/CSS Inserts->Css Inserts
HTML Code:

div#menu1 {
border: solid 1px #ccc;
}
is permanent, correct? In other words, it does not permanently fix the ATO bug, just permanently fixes the prob in that blog site. So, if I wanted dotted and red I would make the permanent blog site change because css inserts carry forward with upgrades...

Code:

div#menu1 {
border: dotted 1px #00ff00;
}

and have to remember to do that for any other blog site I set up?

Thanks, juandrah

juggledad Jul 21, 2009 07:36 AM

Any CSS INSERT you add will be permanent for that site. The info is stored in the wordpress database.
and yes you will have to do that to every blog if you want solid lines

arch14 Jul 23, 2009 02:37 PM

I've added the code you suggested, but the dashed border remains around the page menu bar (though not on the items themselves).

juggledad Jul 23, 2009 03:18 PM

arch14, please post the url

arch14 Jul 23, 2009 03:51 PM

http://www.losultimate.com/test/wordpress/

Fleur Jul 29, 2009 04:44 AM

Hallo,
dieses Problem habe ich auch: http://petitefleurs.de , ich kann allerdings Eure Antwort im englischen nicht so verstehen.
Ich bitte um kleine Übersetzung ins Deutsche.
Lieben Dank
Fleur

juggledad Jul 29, 2009 05:45 AM

arch14
go back and check your CSS insert - you still have
HTML Code:

div#menu1 {
        border: dashed 1px #ccc;
}

change 'dashed' to 'solid'

Fleur Jul 29, 2009 07:51 AM

I can handle it alone, thanks .
Fleur

arch14 Jul 29, 2009 09:25 AM

Curious. In my CSS inserts section it says "solid" not "dashed".

arch14 Jul 29, 2009 09:34 AM

I figured it out -

I also have the CSS insert for removing arrows in the page menu bar. I had the dashed line insert after the arrows insert, but if I insert the dash-line script first it works. Not sure why (obviously my skills aren't that great), but it solved the issue.

Fleur Jul 29, 2009 09:46 AM

Hi,
I have just changed the color and the lines are now gone:

div#menu1 {
border: solid 1px #ffffff;

Burn Nov 9, 2009 07:01 PM

This is very weird!!

I had successfully removed the dashed with this bit
div#menu1 {
border: none 0px;
}

and now they're back... Why o why? (actually if it's hardcoded somewhere, this is something to be corrected for a next version ;))

WP:2.8.5
Atahualpa 3.4.4

juggledad Nov 9, 2009 07:58 PM

if it had worked, what have you changed? Didi you add more CSS Inserts? Add a plugin that added CSS after Atahualpa's and references menu1?

Burn Nov 10, 2009 03:30 AM

I added some /* COMMENTS */ in the CSS inserts cause I was modifying something in the sticky msg style and I wanted to make it easier for myself what was what...
I did go find the hardcoded bit of code and removed it... I know it wont pass an upgrade... unless the next version makes this bit dynamic... but I didnt want to go dig into that yesterday night... had other things on my plate ;)

juggledad Nov 10, 2009 03:54 AM

so is it still an issue? if so, what's the url

Burn Nov 10, 2009 05:02 AM

I deleted my first /* comment */ and typed it again.. and all went back to normal... there is something weird in that.. I suspect I had something more like this /* comment /* cause I cant explain it otherwise...


All times are GMT -6. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.