Tim Codex
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Difficulty adapting css and other problems.Wonder why you rate it 5 stars when you don’t like it?
Forum: Reviews
In reply to: [Gutenberg] Not Ready But Promised, Please Slow DownYour builder is even not better than my page builder. Honestly, yours is a copycat of Facebook note editor.
I am total happy with the current WordPress editor and your comment give me a belief about corruption in WordPress community.
If you have a plan to sell something like pro version or premium blocks, please do it on plugin, instead force people buying things from you by adding this thing to core.
Regards.
Forum: Reviews
In reply to: [Cimy Swift SMTP] Not work with gmailForum: Reviews
In reply to: [Cimy Swift SMTP] Not work with gmailI will rate 5 stars if you can login and test your self successfully. Evan buy you a beer if you can do it.
Send email to my email: [email protected] so I can provide private information.
Forum: Plugins
In reply to: [Theme Check] Show wrong text domainNever mind. I add debug into Theme check plugin and I found where it found the error. Thank you.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Possible conflict, server problemMagOne is a premium WordPress theme so you can submit ticket to https://support.sneeit.com to get support. Thank you very much.
Forum: Fixing WordPress
In reply to: TemplateMenu override Ubermenu3Hello,
MagOne is a premium theme, just please submit ticket to https://support.sneeit.com and get support service. Thank you very much.
MagOne is a premium theme. Just please submit ticket to https://support.sneeit.com and get support service. Thank you very much.
Forum: Plugins
In reply to: [Theme Check] Bracket in text lead to wrong reporthaving an unclosed set of parenths inside a translatable text statement is incorrect
Not agree, ex a case if the text is emoticon text
:-(
Language is unlimited, so we must not set any limit on any text.
Forum: Fixing WordPress
In reply to: Can not add shortcode button with name "slider"I also found, we can not add shortcode with name “button”. That’s disappointed.
Forum: Fixing WordPress
In reply to: Can not add shortcode button with name "slider"@jose Castaneda
Yes. I disabled all plugins and tried with Twenty Fourteen. Here is code in functions.php
function wpi_post_editor_buttonhooks() { // Only add hooks when the current user has permissions AND is in Rich Text editor mode if ( ( current_user_can('edit_posts') || current_user_can('edit_pages') ) && get_user_option('rich_editing') ) { add_filter("mce_external_plugins", "wpi_post_editor_register_tinymce_javascript"); add_filter('mce_buttons', 'wpi_post_editor_register_buttons'); } } function wpi_post_editor_register_buttons($buttons) { array_push($buttons, '|', 'slider'); return $buttons; } // Load the TinyMCE plugin : editor_plugin.js (wp2.5) function wpi_post_editor_register_tinymce_javascript($plugin_array) { $plugin_array['wpi_post_editor'] = get_template_directory_uri() . '/js/editor.js'; return $plugin_array; } // init process for button control add_action('init', 'wpi_post_editor_buttonhooks');
And here is the code of editor.js:
jQuery(function($) { (function() { // prepare box for input content tinymce.create('tinymce.plugins.Wpi_post_editor', { init : function(ed, url) { // Contact ed.addButton('slider', { title : 'Slider', cmd : 'slider', image : 'slider.png' }); }, }); // Register plugin tinymce.PluginManager.add( 'wpi_post_editor', tinymce.plugins.Wpi_post_editor ); })(); });
Thank you Jan. I understood and the review team also replied me.
Hello, any expert here for an answer.
Hi all.
I confirm this error is Facebook internal error itself. It will not affect other javascript codes because seem everything is from inside Facebook iframe.
To display the page fans box without faces of fans, you must still check
facepile=true
but use iframe instead of code from Facebook developing page.Here is my example about facebook page fans iframe without error:
<iframe name="f12547a894" width="300px" height="1000px" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:page Facebook Social Plugin" src="https://www.facebook.com/v2.4/plugins/page.php? adapt_container_width=true&app_id=403849583055028&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FxRlIuTsSMoE.js%3Fversion%3D41%23cb%3Df11c9c3f4%26domain%3Dmagonedemo.blogspot.com%26origin%3Dhttp%253A%252F%252Fmagonedemo.blogspot.com%252Ff289e16c38%26relation%3Dparent.parent&container_width=301&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com% 2Fpages%2FSneeit%2F622691404530609&locale=en_GB&sdk=joey&show_facepile=true&show_posts=false&small_header=false&width=300" style="border: none; visibility: visible; width: 300px; height: 130px;" class=""></iframe>
Forum: Fixing WordPress
In reply to: How can I allow vistor access?OK catacaustic and Jon. Thank for your time.
I will not give up with this until I found one. But now, I must leave my customer alone and hope he can find a magic man who can do that ??