vladff
Forum Replies Created
-
Forum: Reviews
In reply to: [Sydney] Abnormal Index Page LoadingIt’s okay that you think we failed with the design of the loading screen, we all have different tastes. What isn’t okay is that you rated the theme 1 star for something that can be easily seen if you click the Preview button right here on theme’s page on wordpress.org.
You have two ways of removing it described on your support thread.
Forum: Themes and Templates
In reply to: [Sydney] Abnormal loading of homepageIt can simply be hidden with some custom CSS added into a custom CSS plugin, at least until we decide to offer an option in the theme to remove it:
.preloader { display: none; }Forum: Reviews
In reply to: [Sydney] Abnormal Index Page LoadingIt’s a pre-loading screen. It’s not a flaw and it’s not a bug. These sort of preloaders can be seen in a lot of themes and on a lot of sites.
A better approach would have been to ask us how if it’s possible to remove it if you don’t like it instead of giving a 1-star rating.
Forum: Themes and Templates
In reply to: [Sydney] How to create a Sydney Child ThemeAre you sure you’ve activated the correct theme? If you go to Themes it doesn’t say that the current theme is broken or something?
The code looks alright to me, but if you want you can download our child theme and delete everything except the header from style.css and the first function from functions.php. You can see it working here so the issue isn’t with the theme or child theme.
Forum: Themes and Templates
In reply to: [Sydney] One EmployeeHi,
If you have a custom CSS plugin you can add this:
.owl-wrapper { margin: 0 auto; text-align: center; } .owl-carousel .owl-item { float: none; display: inline-block; }Forum: Themes and Templates
In reply to: [Sydney] How to create a Sydney Child ThemeIf it helps anybody, we’ve just submitted a child theme for Sydney yesterday: https://themes.svn.wordpress.org/bistro/1.0/
Check style.css and the first function from functions.php, it’s exactly the method described in the Codex and it works without issues.Forum: Themes and Templates
In reply to: [Sydney] How to create a Sydney Child Theme@daniellevdkem: There really isn’t anything specific to Sydney regarding child theming.
Post the header of your style.css please so I can see if everything looks right.Forum: Themes and Templates
In reply to: [Sydney] device version of website menu subitems buttonYeap, you would need to install a custom CSS plugin and add this:
.btn-submenu:before { content: "More"; font-family: sans-serif; font-size: 14px; } .btn-submenu.active:before { content: "Less"; }Forum: Themes and Templates
In reply to: [Sydney] device version of website menu subitems buttonHi,
That isn’t something that we can change in the theme because most people will already have the work linked to a page. That’s why there is a different icon to toggle the sub-menu.
Forum: Themes and Templates
In reply to: [Moesia] No Header Image Option on Single PageThat is indeed the file. If you’ve never imported it you’ll not see that option. More info on the documentation page.
Forum: Themes and Templates
In reply to: [Moesia] "hide welcome image" doesn't workIf you look at your image you’ll see an orange dotted pattern. That checkbox hides the pattern.
Forum: Themes and Templates
In reply to: [Moesia] "hide welcome image" doesn't workIs that page actually a subdomain? Or have you used the single page header options? I’m asking because the text on the header is different. So it basically doesn’t have any relation with your front page header image.
Forum: Themes and Templates
In reply to: [Moesia] "hide welcome image" doesn't workPost a link to your site please, those options still work fine for me.
Forum: Reviews
In reply to: [Sydney] very good and siple theme for freeHey,
Thank you for reviewing Sydney.
If you could please let me know what bugs you’re referring to at vlad[at]athemes.com I’ll be happy to fix them. Maybe it’s something we’ve already fixed for the next version.Hi,
Sorry about that and sorry for the delay. It seems we included the menu in the body fonts scheme instead of the headings one. Will be fixed in a future version – not the next one unfortunately because we’ve already submitted it.
Meanwhile a quick fix for you is to add this at the bottom of your style.css:
#mainnav ul li a { font-family: 'YourFontHere' !important; }Ratings are appreciated if you enjoy the theme 🙂