Jon Weatherhead
Forum Replies Created
-
Forum: Plugins
In reply to: [No BS Image Slider] Please provide a shortcodeGood suggestions Tim. There is now a shortcode, and we have a great blog on the plugin. As mentioned in your other ticket, we’d love to release an update in the near future and will keep these features in mind.
https://planetjon.ca/4778/making-an-image-carousel-with-no-bs-image-slider
Forum: Plugins
In reply to: [No BS Image Slider] Suppress WP lazy loading on slider imagesGood idea Tim. I’ve noticed some visual issues with the lazy loading myself. There will be an update in the near future.
Forum: Plugins
In reply to: [Also In This Series] Is there a styling guide?Hi. I will see about getting such a blog published at some point but in the interim this is a quick guide to the inline blog post template.
.also-in-this-series is the top-level class and everything will be within this container.
Then you find .series-title and .series-description classes which wrap the title and the series description.
There is no wrapping class for the actual series listing yet, but each listing has a .series-post class.
From a hierarchy view, it all looks like this:
.also-in-this-series
— .series-title
— .series-description
— ol
—- .series-listing
—- .series-listing
—- .series-listing
—- .series-listingYou can probably make basic CSS rules to target those, but if you have a more complex setup and series somehow conflicts with other CSS rules I recommend writing your rules as
.also-in-this-series .series-title
.also-in-this-series .series-description
…I hope that this is useful information.
Forum: Reviews
In reply to: [Also In This Series] Looks GreatThank you, I’m glad that you like it!
Forum: Reviews
In reply to: [Also In This Series] Excellent in every wayThank you, I’m glad that you like it!
Forum: Plugins
In reply to: [Also In This Series] remvoe View and add link in descriptionThe new update now allows for custom templates.
You can add a also-in-this-series directory to your theme and then make a serieslisting.php file. Look at the plugin source to see how my template works in views/serieslisting.phpForum: Plugins
In reply to: [Also In This Series] remvoe View and add link in descriptionHi, that’s a good idea. I’ll accommodate that for the next update.
Forum: Plugins
In reply to: [Also In This Series] 404 error for series pagesHi, sometimes when new types of content are added to WordPress, you need to refresh the permalinks. Try going to Settings > Permalinks and click onthe save button at the bottom. If that doesn’t resolve your issue, I’ll help you investigate further.
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] & amp instead && in codeDeleting my comment as redundant.
- This reply was modified 4 years, 8 months ago by Jon Weatherhead.
- This reply was modified 4 years, 8 months ago by Jon Weatherhead.
- This reply was modified 4 years, 8 months ago by Jon Weatherhead.
- This reply was modified 4 years, 8 months ago by Jon Weatherhead.
Forum: Plugins
In reply to: [Also In This Series] How to translate ?Sure thing Marc. I’ll make this available in a small update in the near future.
Forum: Plugins
In reply to: [Also In This Series] Box to create SeriesSure. I’ll include that in the next release.
Forum: Plugins
In reply to: [Also In This Series] Also in this seriesA bit late, but do you want to test if a post is in any series at all, and optionally specific series?