mrbizu
Forum Replies Created
-
Forum: Plugins
In reply to: [Wise Chat] Display issue on pageI resolved it
Forum: Plugins
In reply to: [wpForo Forum] Add wp-foro below chatboxI follow your guide to disable wpforo and chat plugin, and activate chat plugin first, but still now resolve this issue.
And upgrade wpforo to new verion but still get same issue.
if you try with this code on a page :
Text Text Text ABC [wpforo-index]
you can see “text” is below the forum and forum is always on top of page.
I think this issue came from style css, but i dont know to how to resolve it.Best regards
Forum: Plugins
In reply to: [wpForo Forum] Add wp-foro below chatboxHi,
I add this code on a page content :[wise-chat channel="My Room"] Text Text Text ABC [wpforo-index]
But Why “Text Text Text ABC” is not display above forum ? Please see the screenshot :
https://gyazo.com/8525cc7451a383db84d4432e117c6babThe forum is still on top of this page.
Please check this issue. ThanksForum: Plugins
In reply to: [wpForo Forum] Add wp-foro below chatboxHi,
Here the screenshot : https://gyazo.com/7efd5e3125530ec12f14b0f5f09cf13e
I would like to move up the chatbox (above the forum), but i can’t . The forum still on top the page
Please help.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to add vertical scrolling?Oh, It’s work now. I will update WP new version.
Thanks for your help.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to add vertical scrolling?Thanks for reply me,
I follow your guide to try below :
– turn off Minify of W3Total Cache
– Add “sScrollY”: “500px” with turn off “Pagination” and “Horizontal Scrolling”But both cases above are not resolve this issue. Please help me to resolve it
Thanks
Bizu
Forum: Fixing WordPress
In reply to: How to change [email protected] email address when user registermany thanks.
Forum: Fixing WordPress
In reply to: problem conflic using jquery codeMany thanks Coppaj. It’s works
Forum: Fixing WordPress
In reply to: problem conflic using jquery codeThanks for reply me,
I sent many emails to author but he didn’t answer me. So, now I try to modify code follow your guide :
I add this function to function.php :function custom_scripts() { wp_enqueue_script('custom-script','https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', array('jquery')); } add_action('init', 'custom_scripts');
Is this correct ? Please help
Forum: Fixing WordPress
In reply to: problem conflic using jquery codeA apart of the code plugin is below :
add_action('wp_head', 'fm_header'); function fm_header() { echo "\n\n<!-- data -->\n".' <link href="'.get_bloginfo('wpurl').'/wp-content/plugins/fm-data/fm-style.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> </script> <script type="text/javascript" src="'.get_bloginfo('wpurl').'/wp-content/plugins/fm-data/jquery.tablesorter.min.js"> </script> <script type="text/javascript"> $(document).ready(function() { $("#fmdata").tablesorter( {sortList: [[1,1]]} ); $(".show").click(function () { idstring = "#"+$(this).attr("title"); $("#contentCr").html($(idstring).html()); }); } ); </script> '."\n"; }
If i active this plugin, FEATURED ARTICLES is not work. If i remove code script below, It will works:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> </script> <script type="text/javascript" src="'.get_bloginfo('wpurl').'/wp-content/plugins/fm-spider/jquery.tablesorter.min.js"> </script>
I try add this code to header.php but FEATURED ARTICLES still not works. I thinks this script is conflicting.
Please help me to resolve this problem.Thanks
Forum: Fixing WordPress
In reply to: problem conflic using jquery codeThanks Coppaj,
Which a new jQuery plugin can i use ? Could you give a recommend, please ?
Thanks
Forum: Fixing WordPress
In reply to: how to use Session code ?Anyone can help me , please ?
Forum: Fixing WordPress
In reply to: how to use Session code ?code embed to web wordpress :
<IFRAME name="chat" SRC="https://mysite.com/prochatrooms/index.php?uid=$user_info->ID &uname=$user_info->user_login &room=chat_room" WIDTH="700" HEIGHT="400" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></IFRAME>
[No bumping, thank you. If it is that urgent, hire someone.]
Forum: Themes and Templates
In reply to: How display multi thumbnails on post?Anyone can help me, please ? thanks a lot.
Forum: Themes and Templates
In reply to: How display multi thumbnails on post?code functions.php : https://pastebin.com/u09GSYYV