108 comments found.
Is there an option so that the organization chart appears with only one part open by default? For example only the first two levels. Thanks
You can add the “hide” class to the
Sorry, I think a part of the message is missing, is it possible?
Yes, Sorry I missed your message. You need to add the ‘hide’ class to the LI so all the nodes in the LI will be hidden.
Currently I’m using C# and i need the HTML code to manipulate the Tree. Can you help me provide HTML format based on your sample.
please check you mail. I replied you there. Thank you
Thank you for the response. I cannot however see the HTML in the backend of the website How do I access the html tags?
How did you create HTML for tree? Are you put the static HTML there OR using CMS or it’s a dymenic HTML code getting by sql query from database?
Hi, I just check your demo. There is a <code> tag there in the tree HTML and that is causing the issue. Remove <code> tag from the tree HTML and the problem will be fixed. Thank you
Hello drag drop is no longer working in chrome, even add is not working in the new version
Hi,
have you update jQuery version?
It there a console error? Please contact me on aeonian.in@gmail.com and provide more detail.
Thank you
Hello Aeonian, I just unzipped and ran it the Jquery version. The Online demo from your link works fines, but the downloaded version does not.
1) I checked the console it says this>
JQMIGRATE: Migrate is installed, version 3.3.2 I dont see any errors.
2) I did not update jquery, just unzipped and ran the html folder index file
3) I tested in latest Firefox, Chrome and Edge same issue (no Add button, no drag, none of the functions like the demo). Can you please check down load files
The ran the old version, that works just fine.
Oh, I understand now.
The demo has 2 different folders.
HTML and PHP
For PHP demo you first need to upload source code to your server (xampp or wamp) and import tree.sql database then update db.php according to your configration and then you need to run http: // localhost / jquery-horizontal- Is. In tree / php / browser
PHP demo is for admin user who can add, update and delete.
For HTML demo you can’t add, update, delete and drag and drop because it is for viewers and they can only see the tree structure of the organization.
I am going to update this detail in the documentation.
Sorry for the inconvenience
Please don’t remove that.
If you look at your older downloads they ALL worked in the HTML / jQuery version, before your update
.Please see the debug console, and you can see the errors.
Actually, in the old version add, update and delete worked in HTML but all the updated data was lost when the page was refreshed. So to store data I did database connection and use PHP. That’s why I created two demos. HTML and PHP
I can’t found console error. did you see a console error in demo? Can you please send me screenshot on my gmail about error.? Thank you
My gmail is aeonian.in@gmail.com
Hi team ,
we want to buy this plugin before buy need some query about features
http://preview.codecanyon.net/item/jquery-horizontal-tree/full_screen_preview/4294567?_ga=2.110367429.1719524427.1631776016-1124423076.1629872890 we have some query about :1. we want to add one more line text ( Name and Title) 2. we want to add image icon in every node. 3. we want to expend node collapse 8 level or according to our data
Best regards, Anuradha
Hi team ,
we want to buy this plugin before buy need some query about features
http://preview.codecanyon.net/item/jquery-horizontal-tree/full_screen_preview/4294567?_ga=2.110367429.1719524427.1631776016-1124423076.1629872890we have some query about :
1. we want to add one more line text ( Name and Title) 2. we want to add image icon in every node. 3. we want to expend node collapse 8 level or according to our data
Best regards, Anuradha
Is there any upcoming update, I am interested to use it for a mind-map application
Hi I bought you item and I was thinking that I will get documentation but there is no documentation now I dont know how to use it and what kind of functions I can get from it. I want to return this product becasue it is no usefull for me
just scroll down to bottom of this page, you will get all detail over there.
wherever you stuck, send mail to me on aeonian.in@gmail.com
Hi, if I click to highlight and make a hyperlink for goto another page , How to back to highlight again from new page?
Hello,
can’t do it via javascript but if you save a particular node id into a database (on click of a hyperlink) OR save it in a browser cookie then it’s possible.
Just need to trigger click for that particular node by its id after loading a tree.
Thanks
iam alrady save it in database , could you do examble for me
iam using .net mvc C#
Sorry, I don’t have an example right now.
But try the below steps
- Manipulate tree UL / LI structure and add unique data-id into each li.
- When you redirect to another page, save that particular LI data-id into the database or cookie
- When you come back to the tree again you just need to get that LI data-id and then use the below jQuery code (bottom on a page)
var $data-id;
if ($data-id) {
$(".tree li[data-id=$data-id] > div").addClass("current");
$(".tree li[data-id=$data-id] > div span").show();
}
hi, i bought it, great work! one question: can it be possible to have one last node at the end of the tree that has join with all the last nodes of each branch, just like the first node, but at the end,
Hello,
I have a presale question.
How the script jQuery Horizontal Tree store data for tree?
Does we store tree data to json or what?
Thank you
I’m looking for your respond asap
Hello
I have just purchased your plugin, however, I have trouble using the php version. do you have any documentation that explains how does it work. my php is 5.4. thank you
Hi, This is basically jQuery plugin. Attached PHP code is just for understanding. I assume there is database connection error. Just update php code and connection string as per version requirement. OR Please send me warning OR error message.
Thank you and sorry i did not see your answer, my ba. Can you send me a php 5.4 version as my server does not support php7 or mysqli. I really want to use your script to make my family tree. your help would be appreciated, you can send me email to summyadam@hotmail.com
Hello again, this is the error I get:
Warning: mysqli_connect(): (42000/1044): Access denied for user ‘family2019’@’%’ to database ‘tree’ in /home/content/45/7766545/html/family_tree/tree/source/db.php on line 3 Failed to connect to MySQL: Access denied for user ‘family2019’@’%’ to database ‘tree’ Warning: mysql_query() expects parameter 2 to be resource, string given in /home/content/45/7766545/html/family_tree/tree/source/index.php on line 13
Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/content/45/7766545/html/family_tree/tree/source/index.php on line 14
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/content/45/7766545/html/family_tree/tree/source/index.php on line 37
I sent you some mails. Please check it.
Did you check a mail I sent you on summyadam@hotmail.com
I have paid a developer to fix the issues. now I have another issue when I add a new child, it does not save automatically, when I do it the second time it saves it into the db. is there away to fix that?
Hi, PHP demo working fine from my end but I will retest it again. And I already approved your refund request. Thanks
Does it work with bootstrap 4 and jquery 3? I need it to only display my tree , without all the crud operation. Can I achieve that with your plugin?
just need a quick fix here. How do i disable the tree auto restructuring itself when we click on expand/collapse. I would rather have the page width increase then then tree rearranging the node to fit onto the page.
Any suggestions would be helpful on this.
thanks
Hi,
Below function call on page load but you can call it on any other event instead of page load.
$(’.tree’).tree_structure();
Thanks
I purchased the product today And i notice on my card i have been overcharged : USD $28.25 I also see three licenses available for download on my account (I only intended to buy one).
Please correct this purchase as i only intend to use a single license of this product.
Thanks Rahul
Done
Please, I am using the JQUERY version. I have a huge tree with around 200 elements distributed in 6 levels This turns very difficult figure out the main structure. So HOW TO to collapse into just 2 or 3 levels (1.2.3, 1.4.5 etc) to improve the readability right at the start time ??
Hi,
You can close particular branch. You need to add ‘thide’ class in
Hello,
I bought their product today. Now I noticed that this does not work on touch-enabled devices such as mobile phones and tablets. Unfortunately I can not use it. Can you reverse the purchase?
Best regards Sven
Hello,
Do you want to drag and drop in to touch device?
hi again man,
forget it, sorry i didnt see that was commented on the ajax.php, it is working now.
One question can i put an imagen on each node instead of the nodes?
hi, very nice work, congrats
i have this issue: i’m not able to edit or create new nodes. my db config is working because i can parse data from the db. i try it in local machine with php 7 and also in a remote server, with my hosting provider php 5 but not working. i take look to the ajax.php but dont see anything wrong, can u help, thanks a lot man
Hello, Can you please share a code with me. My email address aeonian.in@gmail.com If possible send me live URL. Thanks