vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Menu gone with updateI think tomorrow.
Try clearing your cache perhaps. There isn’t a reason for the icon to disappear on widths up to 1366px. Maybe post a link to your site.
Forum: Themes and Templates
In reply to: [Sydney] Menu gone with updateAlright then, we’ll add an option so everybody can set their preferred breakpoint for the mobile menu. Because this increase was also done on users request so it’s probably best that everybody does what they think is best for their website.
Thank you for your feedback.
Vlad
Forum: Themes and Templates
In reply to: [Sydney] Menu gone with updateHi guys,
We’ve increased the mobile menu display limit to 1366px, because of two reasons:
1. So that the mobile menu (instead of the regular menu) is displayed on larger resolution tablets and,
2. So that the mobile menu takes over on lower resolution desktops, because people might have longer menus and it’s a pretty bad experience if those menus end up on two lines. This way we can avoid that happening.Above screen widths of 1366px nothing has changed.
I’m confident that this is a good change but if the feedback we get on this is negative, I’m more than happy to add an option so everybody can set the mobile menu breakpoint based on his/hers preference.
Vlad
Forum: Themes and Templates
In reply to: [Astrid] Any updates coming this new year?Hi,
There haven’t been any bug reports or feature requests from users for Astrid in a while, that’s why there weren’t any updates. It’s not abandoned in any way, we still support it and we will update it as soon as we have a reason 🙂
Forum: Themes and Templates
In reply to: [Sydney] touchscreen devices (tablet landscape) hover menu issueHi,
We’re planning to redesign the menu mobile soon and probably at that point we’ll change the breakpoint for when the mobile menu shows up, which should take care of what you’re asking.
Vlad
Forum: Plugins
In reply to: [Sydney Toolbox] Sydney Theme ToolboxHi,
The plugin is very simple and compatible with the latest version of WP, we just need to update the Tested tag. Is there some error you’re getting?
You’ll have to use the interface to translate Sydney Toolbox’s strings.
But I think we should probably add an option for this along with options to change the slugs in your language in the plugin itself. So I suggest you wait for a bit.Forum: Themes and Templates
In reply to: [Sydney] video post format Sydney themeHi,
We’ve added support for those post formats when we first developed the theme but WP core never implemented a standard way to handle the output.
So basically all that option does is add classes for your posts to style them on your own if you need. It won’t do anything else by itself and it doesn’t look like it will anytime soon.Vlad
Forum: Plugins
In reply to: [Sydney Toolbox] Is this plugin needed or optional?Hi,
The plugin is needed if your intention is to create services, employees etc., as it is explained in our theme documentation. It’s in no way needed for the theme to run properly. If you want to use only for a blog or maybe use just third party widgets to build your site, you don’t need the plugin.
To be more clear: look at the Sydney demo, if you think you’ll need the services, portfolio, employees, testimonials and clients sections, then you need the plugin.The functionality of the plugin can’t be placed directly in the theme because it lets you create custom content, and that’s not allowed for themes.
Hope this helps.
Forum: Themes and Templates
In reply to: [TheShop] Problems after woocommerce 3.0.2 updateHi,
They changed a heading type in the latest version of the plugin. Please add this in Customize > Additional CSS:
.cats-loop .woocommerce .product.product-category h2 { position: absolute; top: 40%; width: 100%; text-align: center; z-index: 12; color: #fff; font-size: 18px; font-weight: 400; }We will fix it in the theme in the next update.
Forum: Themes and Templates
In reply to: [Sydney] Issues with screen reader accessibility in main menuHi,
Thank you for your detailed feedback. Indeed, we haven’t given much importance to this aspect. I’ve added it to our list of things to do and as soon as we get to it, we’ll try to implement a more accessible menu. Can’t give you a timeframe I’m afraid.
Forum: Themes and Templates
In reply to: [Sydney] Main Menu position/alignment problemAlternatively you could use this plugin to autoload the parent theme’s rtl.css: https://wordpress.org/plugins/include-parent-theme-rtl-css/
- This reply was modified 9 years, 3 months ago by vladff.
Forum: Themes and Templates
In reply to: [Sydney] Main Menu position/alignment problemHi,
Sydney has a rtl.css (introduced in the last version) but WordPress does not load it if you’re using a child theme as far as I can see. You can get the whole RTL code here: https://themes.svn.wordpress.org/sydney/1.35/rtl.css
Forum: Themes and Templates
In reply to: [Sydney] Live Page Editor for Sydney Wont Display PageHi,
At the moment the page builder plugin has some issues in the live edit mode with certain widgets. They said they’ll look into it, but the only solution currently is just to build your layout from the backend and not use the live editor.
Forum: Reviews
In reply to: [Sydney] May want to keep css out of style.css for child themesHi @michaelhabib16,
Could you please elaborate a bit on the issue you’re having? CSS is supposed to be in the style.css file for easy access and it’s supposed (if you want) to be overridden from a child theme. That’s how things in WordPress work.