Tom2708
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] First Colum fixedIt works. Many thanks!
- This reply was modified 7 years, 1 month ago by Tom2708.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] First Colum fixedHello Tobias,
I deactivated the Responsive Tables Extenion and changed the shortcode to
[table id=1 datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0 /]The layout for the smaller screens has changed but it is not that what I have intended. Please have a look.
Many thanks
ThomasForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] ErrorI found that it is maybe caused by an error in the theme. I will make some further checks and keep you informed.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Erroryes,I did!
Forum: Plugins
In reply to: [Safe Redirect Manager] Admin control of max redirect entriesPut this into the functions.php of your (child) theme before the closing “?>” :
/**
* Increase the maximum alloted redirects
*/
add_filter( ‘srm_max_redirects’, ‘wpcom_srm_max_redirects’ );
function wpcom_srm_max_redirects() {
return 300;
}Forum: Themes and Templates
In reply to: [Twenty Fourteen] Second sidebarHello alchymyth,
thank you for your reply. I have checked it again and found that it was indeed a child theme problem. Many thanks.
Tom
Forum: Installing WordPress
In reply to: White screen of death after trying to upgrade to 4obviously had been a missing file problem, too. Now it works.
Forum: Installing WordPress
In reply to: White screen of death after trying to upgrade to 4Hi Samuel Wood,
many thanks for your reply. I had deleted all the files and replaced with fresh ones from WP 4.0 using Filezilla as FTP tool. I will try this with WP_DEBUG and report asap.Forum: Installing WordPress
In reply to: White screen of death after trying to upgrade to 4Hi Samuel,
since I still have nearly the same problem, I like to know what has been the problem with the manual upgrade? She deleted /wp-admin and /wp-include and reloaded the new files via FTP! What has been wrong? Could you give me more details please.
Many thanks & best regardsForum: Plugins
In reply to: [Polylang] Additional bilingual menuEDIT: Could solve the problem by changing the 2nd line
<?php $value = get_bloginfo( 'language' ); if ($value == "de-DE") { wp_nav_menu( array('menu' => 'Footer Menu' )); } else wp_nav_menu( array('menu' => 'Footer Menu E' )); ?>