James W. Lane
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportTobias,
I have the plugin now saving and recalling the needed data properly, Now I just need to get a better handle on how to filter the tablepress_cell_css_class function to get the result we want. I could use any insight on this cause is seems to be a very complicated mesh of code. I am hoping to have a rough working version by the end of Friday so I can clean it up and test all weekend. Thanks again for all your help.James
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportTobias,
I have most the code written “in a rough state”
I now have my fields $_POST ( https://www.dropbox.com/s/ihprw7gwn7jtrb1/Screenshot%202014-03-13%2016.52.51.png )
But I am truly not a expert with form data I tend to avoid forms. So I need to grab the data and save it. Once I have that completed. And I can pull the data from the database I just have to finish my filter by digging more into tablepress_cell_css_class and how it builds items. I been pushing all my changes to GitHub, even tho I am becoming pretty filmiure that last two days of TablePress. If you see a better way of doing something I will take your advice on it.I would like to make the plugin available on TablePress so editing the JS is out. I also don’t feel comfortable messing with the table data incase something goes wrong I don’t want to risk people losing their tables. Since I am getting the Data to post now I just need to grab it and save it “Somewhere”. Once I have that figured out, I just need to finish the filter and this should be ready to test “crosses finger”
James
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportTobias,
I am getting stuck on how to hook into the save function ( handle_post_action_edit ) and save the Schema Data preferably as a array to the tables options array. I could use your advice on this if you have a second.Thanks for everything
JamesForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportTobias
I have started on this project TablePress Extension: Schema Data. I am hoping to have it finished by the end of the week. I would take any advise you have to give on anything regarding the project. After spending a few hours looking through TablePress and your extensions they are built rock solid and with a very high quality of coding standards. I am hoping that I can produce a extension that meets the same high standard of coding.James
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportAwesome, I will look at that. I was thinking accomplishing this by two ways visually.
By adding a tab to the options menu called “Schema Data” or adding a meta box to the actual edit screen for the table called “Schema Data”.
I am thinking to the actual edit screen would be more useful.
Then I would figure out how many columns there are and create a text field for each column plus one “for the tr”.
The first field will handle the itemtype url:
<tr itemscope itemtype="https://schema.org/CollegeOrUniversity">
Then for each cell the text field would handle the itemprop:
<td class="school" itemprop="name">
I am thinking this would be the easiest visually to handle the front end information.
The I will just have to add a filter and add the information in those fields into the TR tag and TD tags of table.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportIs there a easy way to hook into the edit table page and add my own meta box? Also if there is a extension that would be good to look at for a reference that would be awesome.
Thanks a ton
JamesForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Schema Data SupportThanks Tobias,
I have some idea’s on how to handle this if I come up with a working plugin I will let you know.James
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] APIsAwesome I will check it out!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] APIsTobias,
Thanks I will work with that and see what I come up with.
I am hoping to have it done over the next month.James
Forum: Networking WordPress
In reply to: Unable to login to new site.I created another site, it worked properly. So I tested the original site again. Its now working properly. Don’t know what creating another site fixed, but they both are working fine.
Forum: Networking WordPress
In reply to: Unable to login to new site.Testing on the mapped domain at the moment due to a non WordPress project is running. I am finishing off a project this week, I will have time after this weekend to dig into it. It doesn’t happen to any others sites, thats what’s been confusing me. I will create one next week and test that. I didn’t reuse a Subdomain. I will work on it Monday and see what I get. I will post here to let you know the result.
Forum: Networking WordPress
In reply to: Unable to login to new site.Mika,
Like I have said in my second post on this thread I have:1) I edited my wp-config.php salt/hashes
2) Dump your cache.
3) Delete your cookies.
4) Updated my .htaccess to
5) Check that my wp-config.php defines multisite correctly.I have also tried to log in using Safari ,Chrome , Firefox, Opera on both windows and mac computers.
I have still yet been able to log into the new site.
Forum: Networking WordPress
In reply to: Unable to login to new site.I tested DNS before posting to the forums, Its not that I am getting a 404 or any other type of error. The website loads and the login also load perfectly. Just when I type in the login and Pass and click login it just refreshes the login page. No error no nothing. Its resolving to the proper server and all my other sites are working fine. Just this certain one will not let me log in at all.
Forum: Networking WordPress
In reply to: Unable to login to new site.Sorry for the delayed response, I moved for the new year.
When is was a subdomain it didn’t work also. It’s confusing because six other sites work fine with the exact same setup. Just this one that I just created won’t let me login to the admin.Forum: Networking WordPress
In reply to: Unable to login to new site.Its a mapped domain, the site shows up fine like the rest. But the login just will not work. It wont even give me a error just a page refresh and thats it.