Tom2708
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] wp-includes missingNo, it is the default configuration. Please have a look: https://www.file-upload.net/download-14177502/backwpup-error.png.html
sorry for the wrong headline: the date could NOT be set 🙂
Hello Champ Camb,
many thanks. The problem was, that I did not find the link for “Edit profile”, because it is hidden. 🙂Best regards
Tom2708Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] errors?It worked! Many thanks! Great support!
Perfect! Many thanks!
Forum: Plugins
In reply to: [WP Immo Manager] Layout-ProblemGELÖST:
Hallo, jetzt habe ich die Funktion gefunden wie ich Bootstrap deaktivieren kann.Für alle: Die Funktion findet sich im Backend unter WP-Immomanager.
Viele Grüße
ThomasForum: Plugins
In reply to: [WP Immo Manager] Layout-ProblemHallo,
ich habe jetzt gefunden, dass es an Bootstrap liegt. Wenn ich den Ordner /wp-immo-manager/bootstrap-3.3.0 umbenenne in /wp-immo-manager/_bootstrap-3.3.0 (mit UNTERSTRICH) dann sieht das Layout richtig aus. Mir ist klar, dass das nicht optimal ist. Gibt es aus Ihrer Sicht dafür eine elegantere Lösung? Danke im VorausViele Grüße
ThomasForum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] GDPR ComplianceHello,
in the meantime I found that the plugin establishes two cdn connections:
– cdn.printfriendlycom
– ds-4047.kdxcdn.com
(both disappeared when I dectivated the plugin).The second cdn has been already supposed to be malware as you can read in this article:
https://dirkmittler.homeip.net/blog/archives/tag/print-friendlyPlease clarify.
Many thanks & best regards
ThomasForum: Plugins
In reply to: [TM Photo Gallery] Numbers in navigationI could solve this by copying the html from the frontend, but maybe there is a better solution.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] First Colum fixedIt works. Many thanks!
- This reply was modified 8 years, 9 months 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