vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Header image vanished when updated to 1.24You don’t have a problem now either. Refresh your page/clear your cache and it should be solved 🙂 Two more users reported this since the update and it was just a caching issue.
Forum: Themes and Templates
In reply to: [Moesia] Masthead height expressed in percentage?Forgot to mention, you can add the button I was referring to from Customize > Welcome area, in case you don’t have one already.
Forum: Themes and Templates
In reply to: [Moesia] Masthead height expressed in percentage?We’ve got a lot of users saying that due to the header being full screen, their visitors won’t know they have to scroll down. Though nobody reported it yet that actual visitors said they didn’t know they should scroll down.
I don’t really see this as an issue, but there is an even easier solution then messing with the header height: you can add a button in the header area, name it Click to scroll down and add #site-navigation in the URL field. So when its clicked it will scroll the website down smoothly to the menu.
Regarding the parallax images: nobody said yet that visitors consider parallax images to be broken. Parallax has been around for some time now so I don’t think many people get confused by it. It’s even in the Google Play thingy on Android when you go to an app’s page.
Forum: Themes and Templates
In reply to: [Moesia] Title of PagesTo explain further:
By default, your inner pages titles in your case should be MY INNER PAGE TITLE | JOHN DOE.
If they’re not, then the issue comes from somewhere else.Forum: Themes and Templates
In reply to: [Moesia] Title of PagesWhat I meant is if this issue is present with other themes now, not in the past. Would be cool if you could switch to another theme on the server you’re experiencing the issue and check.
Also, can you please check our demo site and have a look at the titles? All of the inner pages are PAGE NAME | SITE TITLE. This is how it should be done, this how default Twenty themes do it.
I can guarantee that there is nothing wrong with the theme, simply because we’re using the exact same filter for the title as the default themes.
So check you SEO plugin please.Forum: Themes and Templates
In reply to: [Chef] Smaller Featured ImageYeah, I’m not really sure what you mean. All your images are at least 800px in width at the moment. The vase image is 800x515px.
Also, there is absolutely no way that a featured image will go full width if it’s smaller than 750px. But feel free to set a small image as featured, remove the code I gave you and send me an email at flyfreemedia[at]yahoo.com so I can have a quick look and see why it would go full width.
Forum: Themes and Templates
In reply to: [Moesia] Cross browser compatibilityYour website looks the same to me in Chrome and FF. You should probably make a screenshot and mark exactly what you feel is wrong.
You should go to Customize > General and disable the smooth scroll bar. Most likely that is causing the issues in your windows phone.
Forum: Themes and Templates
In reply to: [Moesia] Cross browser compatibilityAs I said, update the theme please. And I see your images are responsive in Chrome.
Forum: Themes and Templates
In reply to: [Moesia] Masthead height expressed in percentage?There is now an option to shrink it in Customize > Header image. Though it’s also in pixels.
Percentages for the height don’t work in this case. It may seem logical that you can set it to 50% of the browser height, but that’s not how CSS works with elements with position: relative.
What you can do is set it in viewport relative units. This is how the header was built in the first versions of the theme, but we dropped it due to poor mobile support.
.has-banner, .has-banner { max-height: 50vh; }I guess you could also wrap it in a media query to avoid issues on mobiles.
Forum: Themes and Templates
In reply to: [Moesia] Header Image is not ResponsiveOh my 🙂 You’re using version 1.06. Latest theme version is 1.24.
Forum: Themes and Templates
In reply to: [Moesia] Title of PagesPerhaps you should make a screenshot and mark on it exactly what you’re referring to.
Site title/tagline are shown on every page in absolutely every theme. Or do you mean that here it is displayed bad: http://snag.gy/7EBhc.jpg ? In that case you should probably check your SEO plugin. See on our demo site how it looks: http://demo.athemes.com/moesia/Forum: Themes and Templates
In reply to: [Chef] Smaller Featured ImageHey,
This would do it and also center the image:
.entry-thumb, .single-thumb { max-width: 70%; margin: 0 auto 30px; }But really the best way would be just to add smaller images if you don’t want them this big. This way you can also control them on a post by post basis.
Forum: Themes and Templates
In reply to: [Moesia] Header Image is not ResponsiveYou’re loading the images from your localhost so I cannot see them.
Forum: Themes and Templates
In reply to: [Moesia] Title of PagesMaybe I’m not understanding correctly what you’re saying, but this is how the site title/tagline works. It displays on all pages. As I said, individual page titles are set from the page editor, and I’m guessing you already have them set.
Forum: Themes and Templates
In reply to: [Moesia] [Theme: Moesia] In blog page don't appear any postYou probably have the wrong URL or something. Can you post a link to your website?