Arkona
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to disable the cache?Thanks for the help.
I will try to make in free time.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to disable the cache?The sequence is as follows:
Updated WordPress to 4.6.
I change the data in the table. For the administrator data are updated, and the public side of the site.
I went to the site as a user without authorization. These date were old.
I came in as an administrator. Clear Caches, caching plugins deactivated.
The data in the table for the unauthorized user were old.
The shortcode the table on the page included the line “cache_table_output =” false “”.
The data in the table for the unauthorized user were new..
Including caching plugins.
The data in the table for the unauthorized user were new.
What to do, what would understand the reason?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to make word not a link?Thank you Tobias!
It turned out great. I do not think that can be done with CSS.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Extension Row DetailsThank you Tobias!
I continue to support the Russian language for TablePress
Note that to do the localization using WordPress site is a bad idea. I do not see what i doing. Best of all with the help of plugin CodeStyling Lokalization. If bad happened, can immediately see and doing correct.
I would like to ask, “tablepress datatables row detalis” will develop?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Extension Row DetailsAfter updating TablePress links Shortcode Filter from GET parameter broken. They began to move to 404. I had to give up on them. It is good that such a link on my site were few.
I wanted to find an update for Row_Details on the page “Extension TablePress”. The site page “Extension TablePress” Row Details absent. I have decided that it is no longer supported. I’m afraid that if TablePress update, and it violates the Row Details, we will have to change a lot on my website.Excuse Me.
All found. External forms can be localized directly from the admin panel. Just a bad translation into Russian. I will fix it in “Translate.cozmoslabs.com”“Translate.cozmoslabs.com” is wonderful. I really liked it. I myself have translated into Russian a few lines, and possibly finish the rest. I’m not talking about the plugin, but the forms. In some there is no possibility of localization. To correct this, the Internet contains tips edit PHP files. For example here: https://wpnew.ru/sozdanie-bloga/razdel-4-plaginy/wordpress-registraciya.html
Check out my page: https://www.pl17yar.ru/for-tobias/uchreditel/Thank U!
Yes, very sorry. “Datatables Row Details” – very promising and beautiful project. That could replace several plugins on our sites WordPress.
But what to do. As one of our movie stars: “We will search.”
Excuse me for my persistence. I wanted to make better.
Regards, Arkona.Ok, Tobias! Thank U.
It turned out almost as expected.
Click on the plus – cell open
Push another plus – other cell opens, and closes the first cell.
You press the minus – nothing happens. How to do that would be minus worked and can be neatly close all cells?Tobias.
For two your advice I got this:200: {$name}.find('tbody').on( 'click', 'tr', function() { 201: var open_row = $('.row-details-row-open').find('.row-details-toggle div').toggleClass('row-details-open').toggleClass('row-details-close').parents('tr').toggleClass('row-details-row-open')[0]; 202: if ( open_row && {$datatables_name}.fnIsOpen( open_row ) ) { 203: {$datatables_name}.fnClose( open_row ); 204:} 205: var row = $(this).find('.row-details-toggle div').toggleClass('row-details-open').toggleClass('row-details-close').parents('tr').toggleClass('row-details-row-open')[0]; 206: if ( {$datatables_name}.fnIsOpen( row ) ) { 207: {$datatables_name}.fnClose( row ); 208: } else { 209: {$datatables_name}.fnOpen( row, {$datatables_name}_row_details( {$datatables_name}.fnGetData( row ), {$datatables_name}_titles ), 'row-details' ); 210: } 211: } ); 212: JS;
It works like makeObleed.
I tried to line 200 and 201 to change back to:200: {$name}.find('tbody').on( 'click', '.row-details-toggle div', function() { 201: var row = $(this).toggleClass('row-details-open').toggleClass('row-details-close').parents('tr').toggleClass('row-details-row-open')[0];
tried, and more, but in the end nothing works.
makeObleed asked: “Is there any way to make the entire row expandable and not by only clicking the “+” sign? Thanks.”
I do not need.
makeObleed asked: “One more question. How to expand only one row at a time? That would be my final question.”
I need it.
How to make a second piece of advice, without making the first advice. What would open and close “row_details” cell using “row-details-toggle div”, and “expand only one row at a time?”Hello Tobias!
I’ve done all advice on the first and the second your advice. All works for me as well as he:
https://pristina.ackosovo.com/get-involved/meet-our-volunteers
I’d like that would make only the second advice without first council. What would “+” and “-” controls the opening and closing “row_details”. But I do not know PHP. Extension “row_details” from my changes destroyed.
Can you help me?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Problems sortingTobias! Sorry to trouble you. Another small question of sorting:
For example, we can use the shortcode[table id=N datatables_paginate="true" /]
. This include a breakdown of the tables on the page. And we has an extra shortcode[table id=N datatables_paginate_entries=20 /]
that determines how many rows for page.
Shortcode[table id=N datatables_sort="true" /]
has additional shortcodes? Which will give the command to determine which column to sort by and the sort order?
This information I have never found.
Thank you in advance for your reply.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] one to many relationExcuse Me.
This method of relational database model.
I worked with them.
I think that in TablePress can arrange such a connection using Extension “Table Cell Shortcode”.
https://tablepress.org/extensions/table-cell-shortcode/
But it will not be as convenient as in the “Microsoft Office Access”. Field communication subordinate table will have to fill in yourself.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Problems sortingMany thanks to Tobias!
Now everything works fine.
Good luck in all affairs.