64 comments found.
Astro has been updated to 4.5.0, below is the change-log for this update.
16/11/2017 - v4.5.0
+ WordPress 4.9.X Support
+ Updated Documentation
Is it possible to remove the scrollbubble that says how long is remaining to be read?
Hey killerimtools,
This can be removed with some custom CSS. Please open a new ticket on our support site and we will be happy to assist with this.
Argh. My support code ran out. Guess I’ll have to figure it out myself. Have tried various css solutions to no avail – looks like you have a script that makes the thing visible after a certain amount of scrolling which overrides any css I use.
You can still override this using increased specificity of the ‘important’ keyword – the below should work:
#scrollbubble {
display: none !important;
}
Lol – thanks. Looks like my problem was I misread the css when I tried myself – I did .scrollbubble instead of #scrollbubble !
No problem – glad you have this resolved!
Will Astro be updated anytime soon!? Or it will be removed?
We continually update our themes to support future WordPress versions, add popular requested features and fix any reported bugs. At the time of writing Cedar is full compatible with the latest version of WordPress, and we have no outstanding feature requests or bug reports.
Hey joshuanet,
We are planning a design refresh of Astro, much like we have done with our Astro for Ghost theme, but don’t have an estimated launch date for this at the current time.
While it has been a while since the last update to Astro, the above quote holds true here. Astro is compatible with the latest WordPress version (5.5.1) and our theme live demo is running this version. We don’t have any open bug reports for Astro. If you are encountering an issue be sure to open a ticket on our support site.
Wonderful just wanted to know as these themes are still the cleanest. Where do we go for feature requests?
Appreciate the kind comments! The best place for this would be our support site as we can track these requests there (if your support has expired you can use the ‘Other’ category).
Is this theme still supported? The syntax highlighter do not horizontally scroll and is breaking line when the code line is above a certain character limit. Thanks!
Hey kelsonmartins,
We just responded to your support ticket regarding this.