emilyTK
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Mobile CSS not loadingConfirmed, it really looks wrong. But it also looks like some of the rules are taken into account by your iPhone, because the menu shows up with a grey background like it’s supposed to.
Did you make any changes to your CSS styles? Because you might have forgotten a semicolon somewhere down the road.Too bad I have no iPhone 5 to view this in.
Makes perfect sense. Glad it worked out. ??
Forum: Themes and Templates
In reply to: [Twenty Fourteen] edit function.php and lost my siteForum: Themes and Templates
In reply to: Change body background twentyfourteenAre we talking about the same white background? Is this it?
https://i.imgur.com/FGHlBUA.pngAll you need to do is override it in your custom CSS, like so:
.entry-header, .entry-content { background: red; }
Choose any colour.
Forum: Themes and Templates
In reply to: [Reddle] Browsers ignore stylesheet-font-definitionsOHELLOAGAIN! You should update your Internet Explorer, because it works perfectly in IE11. For all older versions of IE, avoid working with the
rem
unit in CSSfont
shorthand, because IE up to version 11 will not understand.
See: https://stackoverflow.com/questions/16157342/css-rem-unit-not-working-with-font-declarationsForum: Themes and Templates
In reply to: Change body background twentyfourteenYour background colour is now
#bbd6af
, an enjoyably light teal.Forum: Themes and Templates
In reply to: [Virtue] Mobile CSS not loadinghttps://i.imgur.com/P3flPrx.png
Looks fine in my browser and on my Android phone. What mobile device and browser are you using?
Can you provide a link to your website?
Forum: Themes and Templates
In reply to: [Theme: twentyfourteen] Navigation jumps below contentOh alright. So the bad news is: This really won’t make things easy. The good news is: I can think of two options:
#1: Make a child theme and change the order of sections being included into all the pages. The whole
#secondary
section needs to be above the main content in the PHP partials. Next, you will have to adjust the CSS for#secondary
, overriding Twenty Fourteen declarations from line 3689 on in your child theme’s style.css.#2: Learn to understand CSS flexbox, define your HTML sections as flex items and change their order. Alternatively, find a friend who will do this for you, because this goes way beyond WordPress forum help.
Forum: Themes and Templates
In reply to: [Theme: twentyfourteen] Navigation jumps below contentThe whole HTML output of Twenty Fourteen is leading up to it. It appears at the bottom of the page, because it is included into the page after the main content.
Note that if you move it to the left side of the screen for small screen resolutions, the black area is likely going to cover the full screen, and a horizontal scroll bar will appear.
Forum: Themes and Templates
In reply to: How do I find my theme directory?wp-content
is in the root directory of your WordPress installation. It’s one of the first folders you find when accessing your WordPress installation on the server using an FTP programme.Forum: Themes and Templates
In reply to: [Twenty Fourteen] Maximum amount of links in sidebarSweet, yeah, they sound like great support.
Forum: Themes and Templates
In reply to: [Make] Menu Issues & Theme VersionFor the black bar only, you might use
.header-bar a{ color: #fff; }
I checked your site again though. There is no more text in the black bar (unlike earlier). There’s only the icons left now. So I couldn’t really test it properly this time.
Forum: Themes and Templates
In reply to: [Make] Menu Issues & Theme Version.site-header a { color: #fff; }
Forum: Themes and Templates
In reply to: [Make] Menu Issues & Theme VersionThere’s a limit in WordPress, but it’s like 49 or so. Find out more here:
https://sevenspark.com/wordpress/menu-item-limit