Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Dashed Border around the centered Menubar


  #1  
Old Jul 13, 2009, 08:05 AM
Bud66
 
1 posts · Jul 2009
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  
Old Jul 14, 2009, 06:22 AM
juggledad's Avatar
juggledad
 
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  
Old Jul 14, 2009, 10:05 AM
kirth
 
2 posts · Jul 2009
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
  #4  
Old Jul 14, 2009, 02:08 PM
kirth
 
2 posts · Jul 2009
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
  #5  
Old Jul 15, 2009, 05:16 AM
juggledad's Avatar
juggledad
 
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  
Old Jul 17, 2009, 01:15 AM
juandrah
 
24 posts · Jul 2009
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  
Old Jul 21, 2009, 07:36 AM
juggledad's Avatar
juggledad
 
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  
Old Jul 23, 2009, 02:37 PM
arch14
 
9 posts · Jul 2009
I've added the code you suggested, but the dashed border remains around the page menu bar (though not on the items themselves).
  #9  
Old Jul 23, 2009, 03:18 PM
juggledad's Avatar
juggledad
 
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  
Old Jul 23, 2009, 03:51 PM
arch14
 
9 posts · Jul 2009
http://www.losultimate.com/test/wordpress/
  #11  
Old Jul 29, 2009, 04:44 AM
Fleur's Avatar
Fleur
 
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  
Old Jul 29, 2009, 05:45 AM
juggledad's Avatar
juggledad
 
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  
Old Jul 29, 2009, 07:51 AM
Fleur's Avatar
Fleur
 
6 posts · Jul 2009
North Germany
I can handle it alone, thanks .
Fleur
  #14  
Old Jul 29, 2009, 09:25 AM
arch14
 
9 posts · Jul 2009
Curious. In my CSS inserts section it says "solid" not "dashed".
  #15  
Old Jul 29, 2009, 09:34 AM
arch14
 
9 posts · Jul 2009
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  
Old Jul 29, 2009, 09:46 AM
Fleur's Avatar
Fleur
 
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  
Old Nov 9, 2009, 07:01 PM
Burn
 
32 posts · Nov 2009
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  
Old Nov 9, 2009, 07:58 PM
juggledad's Avatar
juggledad
 
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  
Old Nov 10, 2009, 03:30 AM
Burn
 
32 posts · Nov 2009
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  
Old Nov 10, 2009, 03:54 AM
juggledad's Avatar
juggledad
 
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  
Old Nov 10, 2009, 05:02 AM
Burn
 
32 posts · Nov 2009
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...

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Dashed border still appears with page menu centering neska0209 New Versions, & Updating 6 Jul 15, 2009 05:15 AM
Image not centered in frame paulae Atahualpa 3 Wordpress theme 1 May 4, 2009 09:20 PM
Image not centered in box paulae Atahualpa 3 Wordpress theme 5 Apr 29, 2009 09:35 PM
Dashed borderline Glalax Atahualpa 3 Wordpress theme 2 Apr 8, 2009 06:10 AM
Can't get logo and header image overlay to be centered on all screen resolutions jockoe Header configuration & styling 1 Feb 27, 2009 02:44 PM


All times are GMT -6. The time now is 09:36 AM.


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