vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [FlyMag] Displaying Site's Title as a Graphic in HeaderHi,
Yeap, that option isn’t applied, sorry about that.
Update the theme to the latest version please which just came out yesterday and you won’t need to add width: 100% anymore as it is already added.
Forum: Themes and Templates
In reply to: [Moesia] Remove Header Parallax EffectYou’ll need to use some custom CSS for that:
.has-banner:after { background-attachment: scroll !important; }Forum: Themes and Templates
In reply to: [Moesia] Slider interfering with individual headerPlease use our forums for support for the premium version: http://athemes.com/forums/forum/moesia-pro/
Forum: Themes and Templates
In reply to: [Moesia] Swtiching image and text in BlockquoteSorry, for some reason I thought by image you meant the mark and you’re referring to a general blockquote, not that widget.
This should do it:.bq-img { float: right; }Forum: Themes and Templates
In reply to: [Moesia] How to reduce the font size of the welcome message?I see you already reduced the title size, but anyway in case somebody else needs it:
.welcome-title { font-size: 24px; } .welcome-desc { font-size: 18px; }Forum: Themes and Templates
In reply to: [Moesia] Swtiching image and text in BlockquoteYou could switch it and display it at the bottom. You’ll need to add this to a custom CSS plugin:
blockquote:before { content: ''; } blockquote:after { float: right; margin-right: 10px; font-family: FontAwesome; font-size: 30px; line-height: 1; content: '\f10d'; color: #ff6b53; }Forum: Themes and Templates
In reply to: [Fara] Footer?You can use the footer widget areas to add whatever you like.
Forum: Themes and Templates
In reply to: [Fara] More than two columns of posts on home page?Sorry, that’s not possible without a lot of code changes.
Forum: Themes and Templates
In reply to: [FlyMag] Owl Item links not workingCool. Reviews and ratings are appreciated 😉
Forum: Themes and Templates
In reply to: [Moesia] Header image on blog pageSorry, no. There might be some widget but I don’t know any.
Forum: Themes and Templates
In reply to: [FlyMag] Owl Item links not workingSure, you can use a child theme or if you’re only interested in CSS changes it’s easier to use a custom CSS plugin.
Forum: Themes and Templates
In reply to: [FlyMag] Owl Item links not workingYou can always increase the arrow size if you feel it’s hard to notice. I might not realize it as I know it’s there.
Yeap,
width: 100%;wasn’t added because most people just use a small logo. But it would be a good idea to add it to the theme in the next update.You seem to have a lot of code changes there, but all you need to do is assign the Full Width page template or the Front Page page template. Whichever you want.
Forum: Themes and Templates
In reply to: [Moesia] Header image on blog pageHi,
The header image is disabled on all pages except the front page on your site. Please go to Customize > Welcome area and enable it.
Forum: Themes and Templates
In reply to: [FlyMag] Owl Item links not workingI noticed the second part, it will be changed in the next update.
Regarding the first part, when you hover and the background moves up an arrow appears in its place in the right corner. And that arrow is linked to the post. See on the demo site: http://demo.flyfreemedia.com/flymag
Can you post a link to your website so I can see if there is an issue there, on all the sites I check the arrow shows up fine.