Caroline Moore
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sunspot] Translation to italianHowdy! Just a note to say the latest version of the theme, downloaded here:
https://wordpress.com/themes/sunspot/
…has the fixed POT file. ??
Forum: Themes and Templates
In reply to: [Syntax] Site description in an HTML comment?Howdy! We’ve made a change to the theme such that the site description is hidden by default, but you can override that with Custom CSS. You can download the latest copy here: https://wordpress.com/themes/syntax/
Forum: Themes and Templates
In reply to: [Fictive] site doesn't align properlyHowdy! The latest version should have a fix for the alignment bug, and can be downloaded here: https://wordpress.com/themes/fictive/
Forum: Themes and Templates
In reply to: [Writr] New WRITR Udate, No More Sidebar :(I’m seeing a much cleaner looking version of the site with the sidebar intact. Is that because you reverted to the previous version of Writr or because it’s fixed, I wonder?
Forum: Themes and Templates
In reply to: [Writr] New WRITR Udate, No More Sidebar :(Also, in case it’s helpful, this is a full “diff” of the changes to Writr with the last update:
https://themes.trac.www.ads-software.com/changeset?old_path=/writr/1.0.8&new_path=/writr/1.1.1Forum: Themes and Templates
In reply to: [Writr] New WRITR Udate, No More Sidebar :(Hi @Oizuled!
Can you try disabling your child theme and see if things go back to normal? This may be related to markup changes in the parent theme that are no longer compatible with your child theme. Let us know if that helps.
Cheers,
CarolineForum: Themes and Templates
In reply to: [Writr] print errorHowdy @siglic! This was a weird one, but I think we’ve found the fix. You can download the latest version of Writr here:
https://public-api.wordpress.com/rest/v1/themes/download/writr.zipForum: Themes and Templates
In reply to: [Syntax] RTL problemOK, I think we have a fix for those! Give this version, 1.0.4, a try and let us know:
https://public-api.wordpress.com/rest/v1/themes/download/syntax.zipThanks!
Howdy Debbie!
I’m a Theme Wrangler with Automattic, following up on this issue.
Could you try running the Regenerate Thumbnails plugin? You can download it here:
https://www.ads-software.com/plugins/regenerate-thumbnails/Running that should fix the issue and allow your featured images to display at the new, wider layout.
Let us know if you have any problems with it!
Cheers,
CarolineForum: Themes and Templates
In reply to: [Superhero] Featured Images not working in generalHowdy! Thanks for bringing this bug to our attention.
There’s a fixed version of Superhero here that should work with Photon:
https://public-api.wordpress.com/rest/v1/themes/download/superhero.zipIt will be available here on www.ads-software.com soon!
Forum: Themes and Templates
In reply to: [Pictorico] submenu color issueHowdy @wlasch!
We’ve made a fix to Pictorico; in the meantime, you can add the following code to your Custom CSS plugin or child theme to fix it:
.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a { color: #07a1f2; }
Fantastic! Glad we could help. ??
Howdy!
Jetpack Featured Content automatically filters out featured content posts from the main query. You can remove the filter with the following code (as always, we recommend doing this in a child theme’s functions.php):
/** * Do not exclude the Featured Posts from the main blog query */ function mytheme_add_featured_content_to_blog() { remove_action( 'pre_get_posts', array( 'Featured_Content', 'pre_get_posts' ) ); } add_action( 'init', 'mytheme_add_featured_content_to_blog', 31 ); // Immediately after FC hooks in.
I hope this helps!
Forum: Themes and Templates
In reply to: [Untitled] Mini carousel problemHowdy @inspirion,
It looks like you’ve since switched themes, but I’ve made a changed to Untitled that we’ll submit to the www.ads-software.com repository soon.
Untitled won’t display the link to the current post’s featured image in the mini slider, only the other posts.
I hope this clarifies!
Cheers,
CarolineForum: Themes and Templates
In reply to: [Panel] Random comicHowdy Louise!
We’ve been working on this one but without much luck. However, I have a couple things you can try if you’re still up for it!
* Update Jetpack to the latest version (I believe it’s 2.8)
* Try regenerating Permalinks by going to Settings -> Permalinks and hitting the Save Changes button at the bottom of the screenNow give it another go. My theory is it has something to do with Permalinks on your WordPress install.
Cheers,
Caroline