danielfriesen
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Bootstrap and JSN Bootstrap issuesI’ve already dropped WR PageBuilder from the site.
https://alpha.vancouver-anime.com/
Rules like
.jsn-master .jsn-bootstrap p
were overriding my margins onp
and.jsn-master .jsn-bootstrap h2
were overriding.card .card-header
as I recall.Forum: Plugins
In reply to: [Thumb Fixer for Social Media] Empty descriptions when using pluginsFrom a quick test, it looks like Jetpack is the one responsible for outputting my description and og:description tags.
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] Empty descriptions when using pluginsSorry but you seem to be misunderstanding what I’m saying.
I’m saying that by default my WordPress installation ALREADY has a meta description tag and og:description filled with a description to it. And the_excerpt already has handling build into WordPress to generate an excerpt from the content.
But when I activate your plugin the description meta tag and og:description become =””, completely erasing the description I already had and event disabling the automatic generation of a description from content that iirc platforms like Facebook try to do.
This is not something needing pro feature I’m talking about, it’s a critical bug where your plugin destroys something that already works.
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] Empty descriptions when using pluginsSorry I forgot I disabled the plugin before testing normal WP posts, pages, and custom posts without images.
This happens universally on all posts, pages, and custom post types, unless the post in question is using an explicit custom excerpt.
Forum: Plugins
In reply to: [CSS Columns] Specify a line break at a specific point between columnsOh sorry. I thought you were talking about a colored border in the gap and I’d have to check the code.
This plugin just uses CSS3’s column properties. So no you can’t break at a specific point.
Forum: Plugins
In reply to: [CSS Columns] [Plugin: CSS Columns] Doesn't like images with captionsIn CSS3 that would be done using column-rule-*. I’ll consider implementing a shortcode attribute for that later.
Forum: Plugins
In reply to: [CSS Columns] [Plugin: CSS Columns] Doesn't like images with captionsFixed in 0.9.3. WP’s shortcodes don’t support nesting implicitly and plugins need to explicitly run the shortcodes in content.
Forum: Plugins
In reply to: [CSS Columns] [Plugin: CSS Columns] Does not work on IESorry, the purpose of the plugin is to make use of css’ native column support. Which gracefully degredes instead of using hacks to support browsers that don’t support columns.
Microsoft didn’t add css column support til IE10 so that’s why IE8 will fall back to straight content.
Template, as in for a custom skin?
This just adds some css properties, you could easily request the developer of a theme add a simple template that uses this for multiple colums. Though it’s out of scope for this plugin.