akarmenia
Forum Replies Created
-
Hmm, what was the critical error? Here’s my theme file:
https://www.dropbox.com/s/lwy2zkkua9yon1w/functions.php
Without knowing the cause of the issue or being able to reproduce it myself my hands are tied ??
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] The code is copied wrong with Opera BrowserYou’re welcome!
Does it work with the Twenty Twelve theme? The latest github version works for me in both admin and when I’ve logged out. It might be a theme issue.
You’re welcome ??
No worries. I also noticed the “themes” directory made on the 2nd of January, but after deleting it didn’t come back, so most likely the subsequent updates to the dev version have fixed any issues.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandMuch appreciated ?? glad you like it!
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] The code is copied wrong with Opera BrowserYou can set it to toggle to plain code on mouseover and then change back. See the setting “Enable plain code view and display” in the Code section. Change it to On MouseOver.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandI found a bug where the Tag Editor did not show for users who aren’t logged in – the button was there but clicking it failed to load. This has been fixed. Also, make sure to enable this setting:
Display the Tag Editor in any TinyMCE instances on the frontend (e.g. bbPress)
Download the latest github zip.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandSee the latest github:
https://github.com/aramkocharyan/crayon-syntax-highlighter/archive/master.zip
I’ve added it into Crayon. Enable “minimize code” under Code in settings.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandJust noticed that events are broken from this, still some work to do, but the click to expand works fine.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] The code is copied wrong with Opera BrowserTry to copy the plain code ??
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Bug: INLINE is showing as plain textYep, this was a bug. Please try the latest github zip.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandOk, download this zip:
https://www.dropbox.com/s/5xymv9us8lc45pj/expand.zip
Put it in your theme directory. Then add these:
wp_enqueue_script( 'expand-script', get_template_directory_uri() . '/expand/expand.js', array('jquery'), '1.0', true ); wp_enqueue_style( 'expand-style', get_template_directory_uri() . '/expand/expand.css' );
I added them in the function
twentytwelve_scripts_styles()
.This is a neat feature, so I’ll add it to Crayon shortly. Please test this and let me know.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] REQUEST: Click to expandWhile Crayon doesn’t support this, it’d be super easy to write some jQuery for it. Give me 20 min.