vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Lacks Full width page template?Yeap, I belive we’ve implemented it right after this discussion. It’s called Full Width and it’s in Page Attributes.
Forum: Themes and Templates
In reply to: [Moesia] Jump not working consistentlyI see it works now?
Forum: Themes and Templates
In reply to: [Moesia] Jump not working consistentlyHey,
I’m looking at your source code and those IDs don’t exist on your front page. Check your text widgets.
Forum: Themes and Templates
In reply to: [Moesia] Links of the menu not working in SafariThat was exactly what I wanted to say when I saw your link in the last post 🙂
Please mark this thread as resolved. Ratings and reviews are also appreciated.Forum: Themes and Templates
In reply to: [Moesia] Links of the menu not working in SafariI don’t think so. How exactly did you set your links in the menu? Could you post a screenshot? They don’t actually work as they should in Chrome either. They should slide down to the section instead of refreshing the page.
Forum: Themes and Templates
In reply to: [Moesia] Links of the menu not working in SafariWhat I meant is that you should disable your plugins one by one and check after you disabled each of them to see if the issue is gone.
Just to confirm, you do see it working properly on our demo site, yes?
Forum: Themes and Templates
In reply to: [Moesia] css files aren't loading in properly?You’re referring to the icons not loading in Firefox? Change your site url and leave it without www. It doesn’t have anything to do with the theme, it’s a Cross-origin resource loading issue.
Forum: Themes and Templates
In reply to: [Moesia] Links of the menu not working in SafariI saw your question in the other thread and I also saw the issue in Safari. I was waiting for confirmation from somebody with a newer version of Safari.
See our demo site please and click on Services. I added it now to check and it seems to work properly, so the issue is limited to your website. Check your plugins. http://demo.athemes.com/moesia/
Forum: Themes and Templates
In reply to: [Moesia] Social WidgetWhat do you mean delete them? You can remove them from your social menu in case you’ve added too many.
Forum: Themes and Templates
In reply to: [Moesia] "Latest News" & Navigation for front-pageHey,
– You’re not using the Latest News widget. The one you’re using is meant for the sidebar;
– Sorry, those IDs are generated by the Page Builder.Forum: Themes and Templates
In reply to: [Moesia] Scroll effect and categoriesI see what you mean. You can leave only the IDs in your links and it will scroll smoothly. But then those menu items won’t be accessible from other pages on your site.
You don’t have any posts in those categories as far as I can see. Only category with one post in it is this: http://www.woalatoo.com/?cat=1
Tip: Set all your front page rows to standard layout.
Forum: Themes and Templates
In reply to: [Moesia] Scroll effect and categoriesHey,
1. I think it is pretty smooth. Changing the smooth scroll speed would require a child theme.
2. This is most likely not theme related. Check your links again please. If you don’t figure it out you could post a link to your website so I can see the issue.Forum: Themes and Templates
In reply to: [Moesia] Multiple columns row in Front Page templateSo what bothers you is that a two column row is wider than a 1-column row? If yes, then your solution with adding the container should be reliable enough.
Forum: Themes and Templates
In reply to: [Chef] Bigger logo in header – slider does not workYou can change the logo size by adding this in a custom CSS plugin:
.site-logo { max-width: 400px; width: 100%; }The slider works with recipes only, Chef is a food recipes theme.
You can change the footer.Forum: Themes and Templates
In reply to: [Moesia] Fixed sidebar widget while scrollingHey,
You could do it, though I would probably need to see your website for some exact code.
You can add this in a regular text widget:
<a href="http://yoururl.com/contact" class="welcome-button fixed-button">Button</a>
And this in a custom CSS plugin:.fixed-button { position: fixed; top: 50%; right: 30px; z-index: 9999; }And adjust as needed.