emilyTK
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ryu] Italics in phone resolutionNo problem. Thanks for pointing it out to me in the first place! 🙂
Forum: Themes and Templates
In reply to: [Ryu] Italics in phone resolutionWow, this is a Samsung Galaxy problem. I did not know about that one yet. Thanks! 😀
See if you can work around it following the advice in that thread on Stack Overflow.Forum: Themes and Templates
In reply to: [Enigma] Change Awesome Icons?Check the icon in Firebug or Chrome Dev Tools and you will see how they are being declared in your theme. If you check the envelope in Enigma in Dev Tools, you will see that its CSS selector is “.fa-envelope:before”. Check the icon you’re trying to swap, and Dev Tools will give you the selector you need.
If you have Enigma running, then no, all you need is “.fa-envelope:before” or whatever element you are trying to change. If you have a different theme than Enigma, you’ll find out what you need by checking in Dev Tools.
If that won’t work for you, would you provide a link to your website so we could check it out?
Forum: Themes and Templates
In reply to: Child Theme style.css not workingNo problem, figuring it out is my job. 🙂
Let me know if this works for you.Forum: Themes and Templates
In reply to: [Enigma] Change Awesome Icons?Enigma declares all the icons in
wp-content/themes/enigma/style.css, but if you edit that, all your changes will be gone as soon as you update Enigma.See if this changes something in your child stylesheet:
.fa-envelope:before{ content:"\f0b1" !important; }Forum: Themes and Templates
In reply to: [Enigma] main page hoppingWell, for one: 3 hours is rarely enough time to give people around the world if you need them to figure out the problem.
Second, if you mark your thread as resolved, people aren’t likely to take a look at it, because, well, by marking it as resolved you state that the problem is already dealt with.
Third, I really don’t see any problem with your website. What do you mean by “moving up and down”?? Try to be more specific.Forum: Themes and Templates
In reply to: [Enigma] Change Awesome Icons?Ohey, take a look at the Font Awesome Cheatsheet. It provides you with the icon codes for version 3.2.1. You can use those codes in your custom CSS, where you would simply put something like this:
.fa-envelope:before{ content:"\f0b1"; }You won’t need the full code, just the four bits between
xand;which you then append to a backslash\like I did in the example above.Forum: Themes and Templates
In reply to: Foundationpress – Parent or child?If you’re worried about breaking things, check with FoundationPress support, so that FoundationPress developers or savs could help you out.
I can only say that you should really pay attention to Grunt, because Grunt is what’s translating Sass into CSS, so you’re gonna need it.
Basically though, all you need to do is make a child theme, and you should be fine. That’s how easy it is, really. 🙂Anyway, FoundationPress will help you out if anything else comes up, I’m sure.
Forum: Themes and Templates
In reply to: Can't Install ThemeThis sounds like a How-To and Troubleshooting, or maybe even a Localhost installs problem.
Try asking your question in those forums. Faster solutions guaranteed. 🙂Forum: Themes and Templates
In reply to: [Ryu] Italics in phone resolutionSeems to work alright in the preview. Does it happen to all italics, or just italics in selected places, like headlines, or text blocks? Can you provide a link to your website?
Forum: Themes and Templates
In reply to: [Hueman] Hueman Menu background (gradient)As for #1, here’s a CSS background gradient generator:
http://ie.microsoft.com/Testdrive/Graphics/CSSGradientBackgroundMaker/Default.htmlForum: Themes and Templates
In reply to: How to Remove spammy Link in HTML.Forum: Themes and Templates
In reply to: Avada Custom css file locationIt was a simple question, and I tried explaining the problem, like I would to anyone. No offense intended, really.
Forum: Themes and Templates
In reply to: Avada Custom css file locationDMax, we might as well walk down a random road, then you point to a random house, asking: “Tell me what kinds of wine those people store in their basement.”
There’s just no way to tell. Please ask Avada on their forum. They’re the ones who bought the wine.Happy to help!
(And what I did was take a screen shot, import it into Photoshop, hit T, write “that thing ->”, save, and upload to imgur. No hard skills required, lol.)