Tagged Questions
0
votes
1answer
51 views
Custom wysiwyg editor doesn't execute shortcodes?
I encounter this weird problem.. I'm trying to create a simple & easy website for a client. He wants to embed video's into the page.
I use different customfields assigned to specific elements in ...
0
votes
0answers
29 views
show shortcodes in editor
Is there any way in which i can show custom shortcodes inside the editor panel, I have a bunch that I've created and thought it would be a good idea?
Not found anything online other than tutorials on ...
2
votes
1answer
871 views
Solution to render Shortcodes in Admin Editor
I have asked this question about a year ago and I am hoping there is some type of simple solution which will allow me achieve my objective. So here it goes:
I often utilize shortcodes within the ...
0
votes
1answer
74 views
How to add a shortcode that creates an adjacent column of text in the content editor?
I'd like to enable a shortcode toolbar button, similar to the "More" break, that I can click to mark an insertion point where the text should be broken into columns.
Do shortcodes have encapsulation ...
2
votes
2answers
1k views
WordPress adds br in between my shortcode
I am having a problem where my markup is rendered incorrectly (more space because of <br />) as WordPress adds <br /> everywhere theres a line break
eg.
[x]
[y]Hello world[/y]
[y]A ...
4
votes
2answers
4k views
How to add multiple buttons to TinyMCE?
I've followed a tutorial on Nettuts on how to add a custom button to TinyMCE (http://net.tutsplus.com/tutorials/wordpress/wordpress-shortcodes-the-right-way/)
It works great and all, but i want to ...
0
votes
3answers
1k views
Automatically added brs and paragraphs?
Here's my very simple shortcode:
function box_shortcode( $atts, $content = null ) {
extract( shortcode_atts( array(
'width' => 'auto',
'height' => 'auto',
...
