jircas
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] PHP version Error ??I know the problem. I install “Add From Server plugin”, which preventes me from activating ALL THE OTHER plugins.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] PHP version Error ??I met the same problem too. and any activating plugin will get this error message. My current php is 5.4 and wordpress is 4.4.
Torgut, could you tell me which is “Another plugin”?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Front End CSV ExportI found the answer: Using DataTables API can resolve problems.
DataTable API and extension offer a lot of function which can meet our needs.
Thank you, DataTable developers!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Front End CSV ExportThank you for your explanation, TobiasBg.
I can export table data as CSV/Excel file by integrating some codes in my child theme when data are loaded when webpage is opened.
Now I meet another question. I create a table which is empty at first and table displays “No data available in table”. After user clicks the “Calculation” button, the new data are added into this table row by row. I find clicking CSV/Excel button cannot export data in the table, but only the table title. In addition, “No data available in table” still locates on the table even new data have been added.
For this circumstance, how can I export these new added data by CSV/Excel button, which means how to dynamically bind CSV/Excel button to new added data. And how can I erase “No data available in table”.
Thank you very much.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Front End CSV ExportThanks, Tobias.
You mean if I create a table with html in a page and display data in that table, the buttons JavaScript library can offer CSV/Excel export?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Front End CSV ExportIt is greatly convenient for us to export table data when we combine use tablepress and dataTables Buttons plugins.
Now, I have a small question. These two plugins use the data stored in Tablepress tables. If I have some data not created in tablepress tables, for example in form fields or table on front end page, and I want to save/export these data in csv/excel file, are there any ways to using dataTables buttons plugins? I found dataTables Buttons plugin uses javascript to export data. Is there any possible that I copy some functions to my site file to realize export data to csv or excel file.
Which is the best method to export data to csv/excel file from front end page?
Thank you, TobiasBg.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] Search IP function improvementWonderful!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Settings for unlinked template no longer workingMe too. Same problem happens to home template unlink setting
Forum: Fixing WordPress
In reply to: 3.9: 404 error on existing multisite sub-sites, new ones work?May your subdomains have upper and lower case.
see http://ww.wp.xz.cn/support/topic/multisite-does-not-work-for-version-39Forum: Networking WordPress
In reply to: multisite does not work for version 3.9Yes, my main site likes http://foo.com/Ver-1/, and another site likes http://foo.com/Ver-1/english/. so the problems occur. I try in my localhost. If using http://localhost/Ver-1/ for main site and http://localhost/Ver-1/english/ for second site, similar problems happen. If I change to http://localhost/ver-1/ for main site, and http://localhost/ver-1/english/ for the second site, every thing is fine.
So @lpstenu, how to fix this problem, because I am a new website developer and not very familiar with php code and mysql.
Forum: Fixing WordPress
In reply to: 3.9: 404 error on existing multisite sub-sites, new ones work?same problem.
I use Sub-directories in my multisite. after upgrade to 3.9, only first site dashboard can be accessed. other site admin dashboard redirects to first site.Forum: Plugins
In reply to: [Page Flip Image Gallery] how to remove "flipbook demo"Me too. The plugin forces users to accept its display, and final result will make users to give it up!
Forum: Plugins
In reply to: [WP Photo Album Plus] New version 5.2.7 dose not support browser IE7I still use version 5.2.6 because it works (http://jircas-d.job.affrc.go.jp/Ver-1/english/).
but you can check your own website http://wppa.opajaap.nl/ for IE6 or IE7.
Forum: Plugins
In reply to: [WP Photo Album Plus] New version 5.2.7 dose not support browser IE7I select sidebar slideshow on widget, set “Show name”, “Show description” and “show numbar” as “Yes”, and input several words in “Text above photos”. The display of sidebar title is correct, and the number bar and the content of “Text above photos” also display correct, but photos, name and description are empty.
adding height and width properties on the img tag works well. Thanks.