vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fara] Footer?Sorry, I was probably thinking of something else when I answered this. There aren’t any footer widget areas in Fara and to change the text in the footer you would need to alter some code directly in footer.php, preferably in a child theme.
Forum: Themes and Templates
In reply to: [FlyMag] Social Sharing Plugin for FlyMag ThemeHey,
Any proper plugin should do. I just saw somebody using Sharedaddy from Jetpack with Flymag and it was looking nice.
Forum: Themes and Templates
In reply to: [Moesia] Services Page LayoutAre you referring to Services widget or to the services page template?
Forum: Themes and Templates
In reply to: [Moesia] Moesia Background Extra SpaceI see. You have a custom CSS plugin installed. I don’t know how it’s called. Find it and you’ll notice that some code was added in the textarea it provides. Scroll down and you’ll see this:
header.site-header { height:550px !important; }Change it to this:
.home header.site-header { height:550px !important; }Forum: Themes and Templates
In reply to: [Moesia] How to enter linked text into footerIt belongs in the root folder of your child theme.
Forum: Themes and Templates
In reply to: [Moesia] Moesia Background Extra SpaceHey,
You’ve set a fixed header height in your custom CSS, while disabling the header image for secondary pages. Change your selector to this:
.home header.site-headerForum: Themes and Templates
In reply to: [Moesia] on mobile site scrolling down is not workingYou just need to disable the custom scroller for now from Customize > General. As @lightrunner mentioned, there is a new version of nicescroll which should fix the issue for Windows phones and we will include it in the next theme version.
Forum: Themes and Templates
In reply to: [FlyMag] Minifying CSS cannot be doneOf course they show errors. Those tools are meant for JS, not CSS.
You should use one of the caching plugins available that also offer minifying, script concatenation and stuff like that.
Forum: Themes and Templates
In reply to: [Moesia] Services excerpts on front pageYeap, you’re missing the fact that widgets don’t get picked up from child themes as they’re not part of the hierarchy. You would need to use unregister_widget and then register your own copy of the widget. Some search results on our forums that might help with this: http://athemes.com/forums/search/unregister_widget/
Forum: Themes and Templates
In reply to: [Moesia] Bring page content up to a header imageJust a quick note, you have to actually remove the image from upload field, checking off the toggle won’t remove it. That toggle is mostly there so that the options area isn’t overcrowded with things you might not use.
Forum: Themes and Templates
In reply to: [Moesia] Icons not resolving for parked domainYeap, they do. But regarding fonts this is what happens unless the server you’re loading from has the proper headers. Anyway, you’ll find a lot of info around the web about this, but for the moment you might want to check out the solution: http://davidwalsh.name/cdn-fonts
Forum: Themes and Templates
In reply to: [Moesia] Icons not resolving for parked domainHey,
That’s because you’re loading the icons on http://sla-inc.com from http://searchlightassociates.com and this is something that isn’t allowed by some browsers, mostly Firefox. Can’t really help here.
Forum: Themes and Templates
In reply to: [FlyMag] Problem with Google Fonts for New Menu ItemsHave another look at what I said please. You need to remove
fafor that item and keep onlyfa-shopping-cart. The other items work well because they don’t have thefaclass which is unnecessary and all it does is overwrite the font family.Forum: Themes and Templates
In reply to: [Moesia] Profile picture lost for EmployeesReselecting the images should do it. Anyway, we’ve already submitted an update to take another approach with this as it seems the way we did it in the last update is causing issues on some servers.
Forum: Themes and Templates
In reply to: [Moesia] Inner pages Employees sectionCheck your child’s style.css please. You have this line
//Employee Front Page//which is not valid and it breaks the code you added after it. You need to do it like this/* ... */