Dreadpoule
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update WP 3.9 – Can't add mediaThanks for the script
function icl_load_jquery_ui() {
wp_enqueue_script( ‘jquery-ui-dialog’, false, array(‘jquery’), false, true );
}add_action( ‘admin_enqueue_scripts’, ‘icl_load_jquery_ui’ );
It saved my life !!!!
Forum: Plugins
In reply to: [BackUpWordPress] Impossible to change the settings.Thanks a lot Russ, it works for me too ??
Forum: Plugins
In reply to: [Anti CSRF] Error reportError report for me too ??
WordPress Version: 3.5.1
PHP Version: 5.2.17
This Version: 1.1.4
Referer: /wp-admin/options-general.php?bawac_force_nonce=9d2097718b&page=wp_skitter_menu
Actual page: /wp-admin/options-general.php?bawac_force_nonce=9d2097718b&page=wp_skitter_menuAny idea ?
Thanks ??
Oh god thanks for the space council, that’s work !!!
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Button not showing up in TinyMCEExcuse my poor english (i’m french)
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Button not showing up in TinyMCEI’ve the last issue of your plugin, the 1.1.3
So, I’m in the admin-page of Shortcode Pro, in the configuration page of my 4th shortcode. When I activate the editor-button for it (which will have to appear 4 buttons in the editor-bar), I update this shortcode and I go create a new article (or a new page). But in the visual mode, the tools-editor-bar has disappeared… then, I click on html-mode tab but it does nothing at all. And when I click in visual-mode tab, the text field disappears and there is only the tabs visual and html-mode.
So, I come back in the admin-page of Shortcode Pro and I disable the button of my 4th shortcode and then, the tool-bar appears and the 3 first buttons appears too.Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Button not showing up in TinyMCENope, always not ??
Tested on Safari and Firefox last version with WordPress last version too.
The bug are still here ??
Even in ‘Wrap Content With’ and ‘Insert Custom Code’ modes… even in re-sorting the differents shortcode.Even if your plugin is great, it is still very unstable in my opinion:
Beyond two or three buttons in the edit bar TinyMCE, the WYSIWYG view bar simply disappears (same picture as laurenmichell). And if I disable the button of the last shortcode created, then everything returns to normal.I tried to change the order of buttons in the toolbar but it changes nothing.
Do you have an idea to solve my problem?
Hello ! When I put {content} in my shortcode, it’s used like simple text, {content} appears in my page instead of the content selected.
Can you help me ?