TTP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update to WP version 4.2.2 doesn't workThanks
Forum: Localhost Installs
In reply to: wordpress 4.1.1 issuesBy visiting here I resolved the issues, but why did it happen? I made many local WordPress installations but this is the first time I encountered a problem like this.
Forum: Themes and Templates
In reply to: [Make] MAKE theme doesn't updateMany thanks, works!
Forum: Themes and Templates
In reply to: [Make] MAKE theme doesn't updateAs soon I replace the style.css with my custom style.css the update re-appears. I don’t rename the css file and don’t use a child theme, is there another option to put custom CSS in the theme?
Perfect, thanks again!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableSorry, I overread the Responsive Tables Extension.
Forum: Fixing WordPress
In reply to: Video not showing in postThanks for checking ,
I resolved nothing. There will be a another problem.
Regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableThanks, now it works (I saved the JSON file with TextEdit from OSX, can’t save it in plain text so I used the “i18” version).
I don’t want to be a nuisance but the table is terribly shown on a mobile phone. (Don’t bother if you get fed up with me).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableThe table is still visible but all the pagination is gone.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableIt is not possibe to change the shortcode of the table
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableYes.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableI installed and activated the extension, uploaded a nl_NL.json file to the server in the “tablepress-change-datatables-strings” folder:
{ "sProcessing": "Bezig...", "sLengthMenu": "_MENU_ resultaten weergeven", "sZeroRecords": "Geen resultaten gevonden", "sInfo": "_START_ tot _END_ van _TOTAL_ resultaten", "sInfoEmpty": "Geen resultaten om weer te geven", "sInfoFiltered": "(gefilterd uit _MAX_ resultaten)", "sInfoPostFix": "", "sSearch": "Zoeken:", "sEmptyTable": "Geen resultaten aanwezig in de tabel", "sInfoThousands": ".", "sLoadingRecords": "Een moment geduld aub - bezig met laden...", "oPaginate": { "sFirst": "Eerste", "sLast": "Laatste", "sNext": "Volgende", "sPrevious": "Vorige" } }
but nothing happened. Then I deleted the lang-en_US.json file from the server, so there’s was only the Dutch file left, still only English was showing. Should I delete the lang-en_US.json file from the server and alter a line in the php file of the extension?:
<?php /* Plugin Name: TablePress Extension: Change DataTables strings Plugin URI: https://tablepress.org/extensions/change-datatables-strings/ Description: Custom Extension for TablePress to change strings in the DataTables JS library Version: 1.1 Author: Tobias B?thge Author URI: https://tobias.baethge.com/ */ add_action( 'tablepress_datatables_language_file', 'tablepress_change_datatables_language_file', 10, 3 ); function tablepress_change_datatables_language_file( $language_file, $datatables_locale, $path ) { $changed_language_file = plugin_dir_path( __FILE__ ) . "lang-{$datatables_locale}.json"; if ( file_exists( $changed_language_file ) ) { $language_file = $changed_language_file; } return $language_file; }
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] adjustable width of tableEverything works, thanks! One thing: Where can I find the (PHP?)files to translate the English remarks (i.e. “Show entries”, “Previous”, “Next”, “Search”, “Showing 1 to 10 of 2,537 entries”. See page.)?
Forum: Themes and Templates
In reply to: Header menuClear the cache of your browser.
Forum: Themes and Templates
In reply to: Header menuI don’t understand what you mean, when I visit your site there’s only one menu (in the black bar) which now is changed to the “Special Elite” font. And that’s what you’ve asked for, change the font of the menu to the font of all the content your website is using.