Brian1
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] Problem with Twenty ThirteenHere is a link to the Album;
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveThanks very much. IE8 has certainly been a nightmare. I will try to work my way through the validation errors but maybe the best approach will be a recommendation that people get FF or Chrome!
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveThank you!
@media screen and (min-width: 600px) {
.site {
overflow: visible;
}
}That is now causing it to display correctly in Chrome and FF. IE 8 is still a problem. In non-compatibility mode it truncates the menu and in compatibility mode the menu displays correctly but my footer contents end up in the side-bar.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveNothing is changed in the parent theme.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveSo since the @import rule is not in my child style.css the core style.css is not getting referenced?
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveThank you for the note on commenting. I know that has nothing to do with the issue we are having since we get the same effect when using the core theme.
It appears that I have made an error in my assumption of how the child themes work so that can be cleared up.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically Twentytwelve.site {
margin: 0 auto;
max-width: 68.5714rem;
overflow: hidden;
}Ok I have switched that hidden to visible. I flushed the cache and the menu is still cut off. Please note it is the bottom of the page that I am concerned about not the side. The last item should be “Zen Sarcasm”.
On the issue of Child Themes. I thought that a style sheet in the child theme would override the one in the core theme rather than both of them being referenced. Is that incorrect?
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveThe style.css file that is being used for the child theme was copied from the parent theme and modified.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveI did save it to the style sheet after I tested it I deleted it. The styling that you have quoted is not coming from the style.css sheet. Where are you seeing it?
Forum: Fixing WordPress
In reply to: Menu Truncated vertically Twentytwelve.site {
overflow: visible;
}I placed this in style.css and it did not change how the menu was being truncated at the bottom of the page.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically Twentytwelve….and the last item was called “Zen Sarcasm”.
If you check on the page http://www.openvoices.ca/education/s2/ it will give a listing of the page that is the same sort that the menu is in.
I have tried it on two computers here and with the theme twentytwelve it does not show the entire list.
It would also be nice to have the screen scroll when you reach the bottom but that is a separate issue.
Forum: Fixing WordPress
In reply to: Menu Truncated vertically TwentytwelveWhat do you mean by screen?
This happens in Chrome 25.0.1364.172, FF 19.0.2 and IE 8.0.6001 that I know of.
Shortest version of all this: PHP gets screwy, it’s not WordPress per se, even though that’s where you’re seeing the problem.
Saying PHP “gets screwy” is not really an explanation. And it seems to me that suggesting it is a permissions problem when the ownnership and permissions are identical for all files is not either.
The problem with simply suggesting that it is because PHP is unreliable is that the whole system is based upon PHP.
So if not a WordPress bug this sounds like Wordpess using an unreliable process ie. php for file transfer?
….with the resulting conclusion being that the automatic update is not a reliable process.
I am using a shared hosting package with Net_Hosted in the uk. It is a Linux apache installation.
So why would the servers response be unique in this regard (IE the server changes IDs when a process is called by php half way through execution of the process).
I have used Concrete5 (cms), Filezilla and the cPanel file managers and they do not have issues with changing ID during processes.