peejfancher
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Server Side Rendered is available in version 1.5.0For SSR to work WP_DEBUG needs to be set to false. Sometimes it will we set to true in wp-config.php for development purposes.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Moseover glitch with default Twenty FifteenSure. I was just giving a quick solution for spyderman4g63’s specific problem.
Either way, this seems like an issue that should be fixed at the plugin level as opposed to the user adding little snippets of CSS to fix usability.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Moseover glitch with default Twenty FifteenYou’re right. I was just giving a quick example. Glad this helped.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Moseover glitch with default Twenty FifteenFound the solution. For some reason the numbers column was fluctuating in size on mouse over. Giving the crayon-nums column a set width fixes the issue.
On your site, you would need to add to your CSS:
.crayon-theme-twilight .crayon-table .crayon-nums { width: 19px; }Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Moseover glitch with default Twenty FifteenDid you ever find a fix for this? Having the same mouseover glitch issue you described.
Forum: Plugins
In reply to: [SearchAutocomplete] Returning unfiltered irrelevant resultsJust wanted to follow up that I figured out our issue. It mas my mistake. Originally I forked the plugin to make some modifications. However I neglected to rename the plugin directory so it still prompted for an update when a new one became available. Updating the plugin obviously removed my alterations which caused the undesired behavior.
So basically, I altered the plugin then forgot about it. Apologies for the unnecessary post.