|
#1
Jul 13, 2009, 08:05 AM
|
|
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.
|
#2
Jul 14, 2009, 06:22 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what have you got set at ATO->Page Menu Bar->Border around all menu items?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
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
|
#5
Jul 15, 2009, 05:16 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Add the following to ATO->Add HTML/CSS Inserts->Css Inserts
HTML Code:
div#menu1 {
border: solid 1px #ccc;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6
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
|
#7
Jul 21, 2009, 07:36 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
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).
|
#9
Jul 23, 2009, 03:18 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
arch14, please post the url
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Jul 23, 2009, 03:51 PM
|
|
|
#11
Jul 29, 2009, 04:44 AM
|
|
|
|
6 posts · Jul 2009
North Germany
|
|
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
|
#12
Jul 29, 2009, 05:45 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
arch14
go back and check your CSS insert - you still have
HTML Code:
div#menu1 {
border: dashed 1px #ccc;
}
change 'dashed' to 'solid'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13
Jul 29, 2009, 07:51 AM
|
|
|
|
6 posts · Jul 2009
North Germany
|
|
I can handle it alone, thanks .
Fleur
|
#14
Jul 29, 2009, 09:25 AM
|
|
Curious. In my CSS inserts section it says "solid" not "dashed".
|
#15
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.
|
#16
Jul 29, 2009, 09:46 AM
|
|
|
|
6 posts · Jul 2009
North Germany
|
|
Hi,
I have just changed the color and the lines are now gone:
div#menu1 {
border: solid 1px #ffffff;
|
#17
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
|
#18
Nov 9, 2009, 07:58 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#19
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
|
#20
Nov 10, 2009, 03:54 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
so is it still an issue? if so, what's the url
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#21
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...
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
|