tornator
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP can't find pictures and behaves strangelyThanks for your help! I got some of the pictures working by changing all of the permissions on the site to 755. Anyways the site seems to be broken. It is impossible to add or edit pages or posts and there are some really strange glitches everywhere.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Using pll_register_string and pll__eOh well, I think I can just google that π
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Using pll_register_string and pll__eThanks for your reply.
I don’t believe I did. I don’t know PHP very well. How is this accomplished?
Forum: Fixing WordPress
In reply to: Spanning a div through whole pageOkay, I just removed the margins for the element and instead used
left: 0And thank you Pankaj for spotting that one!
Forum: Fixing WordPress
In reply to: Spanning a div through whole pageIt seems as my right margins don’t have any effect. The exactly same thing happens with the footer.
Forum: Themes and Templates
In reply to: Twentyeleven: configuring the menu barOkay, got it. I simply added:
.one-column #access ul { height: 20px; width: 1100px;and fine tuned the menu using:
.one-column #access li { width: 321px;Now the menu bar width is greater than it should be, so I suspect that there is some margins or padding lurking somewhere but since I’ve got no idea where that might be, maybe this suffices. I hope this solution wont backfire later.
Forum: Themes and Templates
In reply to: Twentyeleven: configuring the menu barOkay, now I’ve got the buttons to the left side of the menu bar and the far-left button is exactly where I want it to be. I also figured how to adjust the buttons evenly, but still the width of the menu bar is not enough. The menu bar just forces the buttons into two rows when I increase the width for:
.one-column #access liSo could someone tell me how to adjust the width of the menu bar so that I can get my buttons evenly justified for the whole length.
I found an older post about the same thing and tried to add
#branding .only-search + #access div { padding-right: 0px!important; }but unfortunately for it didn’t work.
Thanks a lot for help !
Forum: Themes and Templates
In reply to: Twentyeleven: configuring the menu barThanks for the information esmi, but this time I’ve learned my lesson, and for once I’ve made all the changes to a child theme!
Forum: Fixing WordPress
In reply to: Border-top of the headerOh, thanks for the information guys. I will study those links carefully.
Forum: Fixing WordPress
In reply to: Getting rid of the menu barYYEEeehaa! Thank you so much!
Forum: Fixing WordPress
In reply to: Removing menubarI just removed all the pages (including the hardcoded ‘Home’page) and its gone.
Forum: Fixing WordPress
In reply to: Getting rif od the 'Home' pageYay!
Thanks a lot!